var/cache/dev/ContainerGbXJP86/App_KernelDevDebugContainer.php line 2282

Open in your IDE?
  1. <?php
  2. namespace ContainerGbXJP86;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'request_stack' => 'getRequestStackService',
  50.             'router' => 'getRouterService',
  51.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  52.             'translator' => 'getTranslatorService',
  53.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  54.             'cache_clearer' => 'getCacheClearerService',
  55.             'filesystem' => 'getFilesystemService',
  56.             'serializer' => 'getSerializerService',
  57.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  58.             'form.factory' => 'getForm_FactoryService',
  59.             'form.type.file' => 'getForm_Type_FileService',
  60.             'profiler' => 'getProfilerService',
  61.             'twig' => 'getTwigService',
  62.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  63.             'security.token_storage' => 'getSecurity_TokenStorageService',
  64.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  65.             'session' => 'getSessionService',
  66.             'validator' => 'getValidatorService',
  67.         ];
  68.         $this->fileMap = [
  69.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  70.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  71.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  72.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  73.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  74.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  75.             '.container.private.session' => 'get_Container_Private_SessionService',
  76.             'App\\Infrastructure\\Controller\\Admin\\CritereDiagnosticCrudController' => 'getCritereDiagnosticCrudControllerService',
  77.             'App\\Infrastructure\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  78.             'App\\Infrastructure\\Controller\\Admin\\EntrepriseCrudController' => 'getEntrepriseCrudControllerService',
  79.             'App\\Infrastructure\\Controller\\Admin\\PatrimoineController' => 'getPatrimoineControllerService',
  80.             'App\\Infrastructure\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  81.             'App\\Infrastructure\\Controller\\Api\\Diagnostic\\DiagnosticIntegrationController' => 'getDiagnosticIntegrationControllerService',
  82.             'App\\Infrastructure\\Controller\\Common\\BaseController' => 'getBaseControllerService',
  83.             'App\\Infrastructure\\Controller\\Dev\\InteController' => 'getInteControllerService',
  84.             'App\\Infrastructure\\Controller\\Diagnostic\\DiagnosticController' => 'getDiagnosticControllerService',
  85.             'App\\Infrastructure\\Controller\\Diagnostic\\DiagnosticExportController' => 'getDiagnosticExportControllerService',
  86.             'App\\Infrastructure\\Controller\\Diagnostic\\DiagnosticIntegrationController' => 'getDiagnosticIntegrationController2Service',
  87.             'App\\Infrastructure\\Controller\\Diagnostic\\DiagnosticValidationController' => 'getDiagnosticValidationControllerService',
  88.             'App\\Infrastructure\\Controller\\File\\FileController' => 'getFileControllerService',
  89.             'App\\Infrastructure\\Controller\\Localisation\\LocalisationController' => 'getLocalisationControllerService',
  90.             'App\\Infrastructure\\Controller\\Security\\CreatePasswordController' => 'getCreatePasswordControllerService',
  91.             'App\\Infrastructure\\Controller\\Security\\LoginController' => 'getLoginControllerService',
  92.             'App\\Infrastructure\\Controller\\Security\\RedirectController' => 'getRedirectControllerService',
  93.             'App\\Infrastructure\\Controller\\Security\\ResetPasswordController' => 'getResetPasswordControllerService',
  94.             'App\\Infrastructure\\Controller\\User\\UserController' => 'getUserControllerService',
  95.             'App\\Infrastructure\\Service\\Mailer' => 'getMailerService',
  96.             'App\\Infrastructure\\Service\\UserCreatePasswordService' => 'getUserCreatePasswordServiceService',
  97.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  98.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  99.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  100.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  101.             'FM\\ElfinderBundle\\Controller\\ElFinderController' => 'getElFinderControllerService',
  102.             'Hslavich\\OneloginSamlBundle\\Controller\\SamlController' => 'getSamlControllerService',
  103.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  104.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
  105.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  106.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  107.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  108.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  109.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  110.             'Vich\\UploaderBundle\\Naming\\OrignameNamer.diagnosticFile' => 'getOrignameNamer_DiagnosticFileService',
  111.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  112.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  113.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  114.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  115.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  116.             'cache.app_clearer' => 'getCache_AppClearerService',
  117.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  118.             'cache.system_clearer' => 'getCache_SystemClearerService',
  119.             'cache_warmer' => 'getCacheWarmerService',
  120.             'console.command_loader' => 'getConsole_CommandLoaderService',
  121.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  122.             'error_controller' => 'getErrorControllerService',
  123.             'fm_elfinder.loader' => 'getFmElfinder_LoaderService',
  124.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  125.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  126.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  127.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  128.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  129.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  130.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  131.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  132.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  133.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  134.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  135.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  136.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  137.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  138.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  139.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  140.             'monolog.logger.mail' => 'getMonolog_Logger_MailService',
  141.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  142.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  143.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  144.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  145.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  146.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  147.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  148.             'novaway_mailer.logger' => 'getNovawayMailer_LoggerService',
  149.             'phpoffice.spreadsheet' => 'getPhpoffice_SpreadsheetService',
  150.             'routing.loader' => 'getRouting_LoaderService',
  151.             'services_resetter' => 'getServicesResetterService',
  152.             'swiftmailer.mailer.log_mailer' => 'getSwiftmailer_Mailer_LogMailerService',
  153.             'swiftmailer.mailer.log_mailer.plugin.messagelogger' => 'getSwiftmailer_Mailer_LogMailer_Plugin_MessageloggerService',
  154.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  155.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  156.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  157.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  158.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  159.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  160.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  161.         ];
  162.         $this->aliases = [
  163.             'App\\Kernel' => 'kernel',
  164.             'database_connection' => 'doctrine.dbal.default_connection',
  165.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  166.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  167.             'mailer' => 'swiftmailer.mailer.log_mailer',
  168.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  169.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  170.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  171.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  172.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  173.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  174.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  175.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  176.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  177.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  178.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  179.         ];
  180.         $this->privates['service_container'] = function () {
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  187.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  188.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Mapping/RepositoryMapping.php';
  189.             include_once \dirname(__DIR__4).'/src/Domain/Common/Mapping/RepositoryMapping.php';
  190.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  191.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  192.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  193.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  195.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  196.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Behaviors/Common/Declinable.php';
  197.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Behaviors/Repository/SimpleRepository.php';
  198.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Behaviors/Repository/BaseRepository.php';
  199.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Traits/Common/DeclinableTrait.php';
  200.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Doctrine/Repository/Traits/SimpleRepositoryTrait.php';
  201.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Doctrine/Repository/DoctrineBaseRepository.php';
  202.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/Behaviors/BaseRepository.php';
  203.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineBaseRepository.php';
  204.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/ComposantAmianteRepository.php';
  205.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineComposantAmianteRepository.php';
  206.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/CritereDiagnosticRepository.php';
  207.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineCritereDiagnosticRepository.php';
  208.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/DAPPLocalNonVisiteRepository.php';
  209.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineDAPPLocalNonVisiteRepository.php';
  210.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/DTALocalNonVisiteRepository.php';
  211.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineDTALocalNonVisiteRepository.php';
  212.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/DemandeDiagnosticRepository.php';
  213.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineDemandeDiagnosticRepository.php';
  214.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/DiagnosticFileRepository.php';
  215.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineDiagnosticFileRepository.php';
  216.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/DiagnosticRepository.php';
  217.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineDiagnosticRepository.php';
  218.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/EmailHistoryRepository.php';
  219.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineEmailHistoryRepository.php';
  220.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/EnregistrementDiagnosticRepository.php';
  221.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineEnregistrementDiagnosticRepository.php';
  222.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/LocalisationRepository.php';
  223.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/EnsembleRepository.php';
  224.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineEnsembleRepository.php';
  225.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/EntrepriseRepository.php';
  226.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineEntrepriseRepository.php';
  227.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/EscalierRepository.php';
  228.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineEscalierRepository.php';
  229.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/MateriauAmianteRepository.php';
  230.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineMateriauAmianteRepository.php';
  231.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/ModuleRepository.php';
  232.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineModuleRepository.php';
  233.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/ProgrammeRepository.php';
  234.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineProgrammeRepository.php';
  235.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/TokenRepository.php';
  236.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineTokenRepository.php';
  237.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/TrancheRepository.php';
  238.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineTrancheRepository.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  240.             include_once \dirname(__DIR__4).'/src/Domain/Common/Repository/UserRepository.php';
  241.             include_once \dirname(__DIR__4).'/src/Infrastructure/Doctrine/Repository/DoctrineUserRepository.php';
  242.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  269.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  290.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Assets/Strategy/AbstractCachedNumberStrategy.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Assets/Strategy/CachedNumberStrategy.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  392.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  394.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  410.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  438.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  439.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  440.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  441.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  442.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  443.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  444.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  445.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  446.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  447.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  456.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  459.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/ParamConverter/DomainInterfaceParamConverter.php';
  461.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  463.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  467.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  470.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  471.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  472.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  487.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  489.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  491.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  492.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  495.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  496.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  497.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  499.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  500.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  501.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  503.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
  504.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  505.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php';
  506.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/SwiftMailerHandler.php';
  508.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  510.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  516.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  517.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  518.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  524.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  525.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  526.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  530.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  531.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php';
  532.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  533.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  534.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  535.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  538.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  539.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  541.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  543.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  545.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  546.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  547.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  549.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  550.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  552.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  554.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  555.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  557.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  559.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  560.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  561.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  562.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  563.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  564.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  565.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  568.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  569.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  571.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  572.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  574.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  575.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  584.             include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  586.             include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  587.             include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  588.             include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  589.             include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  590.             include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  617.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  621.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  622.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  627.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  633.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  634.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  635.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  636.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  637.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  640.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  664.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  665.             include_once \dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src/Twig/Extension/FMElfinderExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Twig/Extension/DateExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Formatter/LocalizedDateFormatter.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  670.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  672.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  676.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  678.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  685.         };
  686.     }
  687.     public function compile(): void
  688.     {
  689.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  690.     }
  691.     public function isCompiled(): bool
  692.     {
  693.         return true;
  694.     }
  695.     public function getRemovedIds(): array
  696.     {
  697.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  698.     }
  699.     protected function load($file$lazyLoad true)
  700.     {
  701.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  702.             return $class::do($this$lazyLoad);
  703.         }
  704.         if ('.' === $file[-4]) {
  705.             $class substr($class0, -4);
  706.         } else {
  707.             $file .= '.php';
  708.         }
  709.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  710.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  711.     }
  712.     protected function createProxy($class\Closure $factory)
  713.     {
  714.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  715.         return $factory();
  716.     }
  717.     /**
  718.      * Gets the public '.container.private.profiler' shared service.
  719.      *
  720.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  721.      */
  722.     protected function get_Container_Private_ProfilerService()
  723.     {
  724.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  725.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  726.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  727.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  728.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  729.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  730.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  731.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  732.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  733.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  734.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  735.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  736.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  737.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  738.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  739.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  740.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  741.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  742.         $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  743.         $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  744.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  745.         $d->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
  746.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  747.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  748.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  749.         if ($this->has('kernel')) {
  750.             $f->setKernel($b);
  751.         }
  752.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  753.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  754.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  755.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  756.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  757.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  758.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  759.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  760.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  761.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  762.         $instance->add($d);
  763.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  764.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  765.         $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())));
  766.         $instance->add($e);
  767.         $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([])))));
  768.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  769.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  770.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  771.         $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()))));
  772.         $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()))));
  773.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  774.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  775.         $instance->add($f);
  776.         return $instance;
  777.     }
  778.     /**
  779.      * Gets the public '.container.private.security.authorization_checker' shared service.
  780.      *
  781.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  782.      */
  783.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  784.     {
  785.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  786.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  787.             return $this->services['.container.private.security.authorization_checker'];
  788.         }
  789.         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);
  790.     }
  791.     /**
  792.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  793.      *
  794.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  795.      */
  796.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  797.     {
  798.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  799.     }
  800.     /**
  801.      * Gets the public '.container.private.security.token_storage' shared service.
  802.      *
  803.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  804.      */
  805.     protected function get_Container_Private_Security_TokenStorageService()
  806.     {
  807.         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, [
  808.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  809.         ], [
  810.             'request_stack' => '?',
  811.         ]));
  812.     }
  813.     /**
  814.      * Gets the public '.container.private.twig' shared service.
  815.      *
  816.      * @return \Twig\Environment
  817.      */
  818.     protected function get_Container_Private_TwigService()
  819.     {
  820.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  821.         $a->addPath((\dirname(__DIR__4).'/templates'));
  822.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  823.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  824.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  825.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  826.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  827.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  828.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  829.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  830.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  831.         $a->addPath((\dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), 'FMElfinder');
  832.         $a->addPath((\dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), '!FMElfinder');
  833.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  834.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  835.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  836.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  837.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  838.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  839.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  840.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  841.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  842.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  843.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  844.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  845.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  846.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  847.         $a->addPath((\dirname(__DIR__4).'/templates'));
  848.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  849.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  850.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  851.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  852.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  853.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  854.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  855.         $e = new \Symfony\Bridge\Twig\Extension\AssetExtension($d);
  856.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  857.         $g = ($this->services['router'] ?? $this->getRouterService());
  858.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  859.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  860.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  861.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  862.         $k = new \Symfony\Bridge\Twig\AppVariable();
  863.         $k->setEnvironment('dev');
  864.         $k->setDebug(true);
  865.         if ($this->has('.container.private.security.token_storage')) {
  866.             $k->setTokenStorage($i);
  867.         }
  868.         if ($this->has('request_stack')) {
  869.             $k->setRequestStack($h);
  870.         }
  871.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  872.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  873.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  874.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  875.         $instance->addExtension($e);
  876.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  877.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  878.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  879.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  880.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  881.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  882.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($h$g)));
  883.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($h));
  884.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  885.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  886.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  887.         $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($h, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  888.         $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())));
  889.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  890.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  891.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  892.         ], [
  893.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  894.         ])));
  895.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $g$d$h$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  896.         $instance->addExtension(new \FM\ElfinderBundle\Twig\Extension\FMElfinderExtension($instance));
  897.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  898.         $instance->addExtension(new \Novaway\CoreBundle\Twig\Extension\DateExtension(new \Novaway\CoreBundle\Formatter\LocalizedDateFormatter($h'fr')));
  899.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  900.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  901.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  902.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  903.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($e));
  904.         $instance->addGlobal('app'$k);
  905.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  906.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  907.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  908.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  909.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  910.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  911.         ], [
  912.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  913.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  914.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  915.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  916.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  917.         ])));
  918.         $instance->addGlobal('app_var', ['localizeddate_format' => 'd MMMM y''site_name' => 'opac-diagnostique''static' => $this->parameters['static']]);
  919.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  920.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  921.         $instance->registerUndefinedTokenParserCallback([=> $l=> 'suggestTag']);
  922.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  923.         return $instance;
  924.     }
  925.     /**
  926.      * Gets the public '.container.private.validator' shared service.
  927.      *
  928.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  929.      */
  930.     protected function get_Container_Private_ValidatorService()
  931.     {
  932.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  933.         if (isset($this->services['.container.private.validator'])) {
  934.             return $this->services['.container.private.validator'];
  935.         }
  936.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  937.     }
  938.     /**
  939.      * Gets the public 'cache.app' shared service.
  940.      *
  941.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  942.      */
  943.     protected function getCache_AppService()
  944.     {
  945.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('vxNcA16K3v'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  946.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  947.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  948.     }
  949.     /**
  950.      * Gets the public 'cache.system' shared service.
  951.      *
  952.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  953.      */
  954.     protected function getCache_SystemService()
  955.     {
  956.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nIXGx+FTkp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  957.     }
  958.     /**
  959.      * Gets the public 'cache.validator_expression_language' shared service.
  960.      *
  961.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  962.      */
  963.     protected function getCache_ValidatorExpressionLanguageService()
  964.     {
  965.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6xNC-R6Ll6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  966.     }
  967.     /**
  968.      * Gets the public 'data_collector.dump' shared service.
  969.      *
  970.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  971.      */
  972.     protected function getDataCollector_DumpService()
  973.     {
  974.         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()));
  975.     }
  976.     /**
  977.      * Gets the public 'doctrine' shared service.
  978.      *
  979.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  980.      */
  981.     protected function getDoctrineService()
  982.     {
  983.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  984.     }
  985.     /**
  986.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  987.      *
  988.      * @return \Doctrine\DBAL\Connection
  989.      */
  990.     protected function getDoctrine_Dbal_DefaultConnectionService()
  991.     {
  992.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  993.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  994.             return $this->services['doctrine.dbal.default_connection'];
  995.         }
  996.         $b = new \Doctrine\DBAL\Configuration();
  997.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  998.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  999.         $c->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  1000.         $c->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1001.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1002.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1003.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1004.         $d->setConnectionName('default');
  1005.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1006.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d=> new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())))]);
  1007.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['dbname' => $this->getEnv('MYSQL_DB'), 'host' => $this->getEnv('MYSQL_HOST'), 'port' => $this->getEnv('MYSQL_PORT'), 'user' => $this->getEnv('MYSQL_USER'), 'password' => $this->getEnv('MYSQL_PWD'), 'driver' => 'pdo_mysql''charset' => 'utf8mb4''idle_connection_ttl' => 600'driverOptions' => [], 'defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $b$a, []);
  1008.     }
  1009.     /**
  1010.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1011.      *
  1012.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1013.      */
  1014.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1015.     {
  1016.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1017.             'App\\Infrastructure\\Doctrine\\EventListener\\UserListener' => ['privates''App\\Infrastructure\\Doctrine\\EventListener\\UserListener''getUserListenerService'true],
  1018.         ], [
  1019.             'App\\Infrastructure\\Doctrine\\EventListener\\UserListener' => '?',
  1020.         ]));
  1021.         $instance->registerService('App\\Infrastructure\\Doctrine\\EventListener\\UserListener''App\\Infrastructure\\Doctrine\\EventListener\\UserListener');
  1022.         return $instance;
  1023.     }
  1024.     /**
  1025.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1026.      *
  1027.      * @return \Doctrine\ORM\EntityManager
  1028.      */
  1029.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1030.     {
  1031.         if ($lazyLoad) {
  1032.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1033.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1034.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1035.                     $proxy->setProxyInitializer(null);
  1036.                     return true;
  1037.                 });
  1038.             });
  1039.         }
  1040.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1041.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1042.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1043.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1044.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1045.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1046.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1050.         include_once \dirname(__DIR__4).'/vendor/novaway/core-bundle/src/Doctrine/ORM/Mapping/RemovePrefixNamingStrategy.php';
  1051.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1052.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1053.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1054.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1055.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1056.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1057.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1058.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1059.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1060.         $a = new \Doctrine\ORM\Configuration();
  1061.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1062.         $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/Infrastructure/Doctrine/Entity')], false))), 'App\\Infrastructure\\Doctrine\\Entity');
  1063.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1064.         $a->setEntityNamespaces(['Infrastructure_Doctrine' => 'App\\Infrastructure\\Doctrine\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1065.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1066.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1067.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1068.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1069.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1070.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1071.         ], [
  1072.             'doctrine.ulid_generator' => '?',
  1073.             'doctrine.uuid_generator' => '?',
  1074.         ])));
  1075.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1076.         $a->setProxyNamespace('Proxies');
  1077.         $a->setAutoGenerateProxyClasses(true);
  1078.         $a->setSchemaIgnoreClasses([]);
  1079.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1080.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1081.         $a->setNamingStrategy(new \Novaway\CoreBundle\Doctrine\ORM\Mapping\RemovePrefixNamingStrategy());
  1082.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1083.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1084.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1085.         $a->setLazyGhostObjectEnabled(false);
  1086.         $a->setIdentityGenerationPreferences([]);
  1087.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1088.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineComposantAmianteRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineComposantAmianteRepository''getDoctrineComposantAmianteRepositoryService'true],
  1089.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCritereDiagnosticRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineCritereDiagnosticRepository''getDoctrineCritereDiagnosticRepositoryService'true],
  1090.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineDAPPLocalNonVisiteRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineDAPPLocalNonVisiteRepository''getDoctrineDAPPLocalNonVisiteRepositoryService'true],
  1091.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineDTALocalNonVisiteRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineDTALocalNonVisiteRepository''getDoctrineDTALocalNonVisiteRepositoryService'true],
  1092.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineDemandeDiagnosticRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineDemandeDiagnosticRepository''getDoctrineDemandeDiagnosticRepositoryService'true],
  1093.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineDiagnosticFileRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineDiagnosticFileRepository''getDoctrineDiagnosticFileRepositoryService'true],
  1094.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineDiagnosticRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineDiagnosticRepository''getDoctrineDiagnosticRepositoryService'true],
  1095.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEmailHistoryRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineEmailHistoryRepository''getDoctrineEmailHistoryRepositoryService'true],
  1096.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEnregistrementDiagnosticRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineEnregistrementDiagnosticRepository''getDoctrineEnregistrementDiagnosticRepositoryService'true],
  1097.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEnsembleRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineEnsembleRepository''getDoctrineEnsembleRepositoryService'true],
  1098.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEntrepriseRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineEntrepriseRepository''getDoctrineEntrepriseRepositoryService'true],
  1099.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEscalierRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineEscalierRepository''getDoctrineEscalierRepositoryService'true],
  1100.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMateriauAmianteRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineMateriauAmianteRepository''getDoctrineMateriauAmianteRepositoryService'true],
  1101.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineModuleRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineModuleRepository''getDoctrineModuleRepositoryService'true],
  1102.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineProgrammeRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineProgrammeRepository''getDoctrineProgrammeRepositoryService'true],
  1103.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineResetPasswordRequestRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineResetPasswordRequestRepository''getDoctrineResetPasswordRequestRepositoryService'true],
  1104.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTokenRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineTokenRepository''getDoctrineTokenRepositoryService'true],
  1105.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTrancheRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineTrancheRepository''getDoctrineTrancheRepositoryService'true],
  1106.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUserRepository' => ['privates''App\\Infrastructure\\Doctrine\\Repository\\DoctrineUserRepository''getDoctrineUserRepositoryService'true],
  1107.         ], [
  1108.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineComposantAmianteRepository' => '?',
  1109.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineCritereDiagnosticRepository' => '?',
  1110.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineDAPPLocalNonVisiteRepository' => '?',
  1111.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineDTALocalNonVisiteRepository' => '?',
  1112.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineDemandeDiagnosticRepository' => '?',
  1113.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineDiagnosticFileRepository' => '?',
  1114.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineDiagnosticRepository' => '?',
  1115.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEmailHistoryRepository' => '?',
  1116.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEnregistrementDiagnosticRepository' => '?',
  1117.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEnsembleRepository' => '?',
  1118.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEntrepriseRepository' => '?',
  1119.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineEscalierRepository' => '?',
  1120.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineMateriauAmianteRepository' => '?',
  1121.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineModuleRepository' => '?',
  1122.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineProgrammeRepository' => '?',
  1123.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineResetPasswordRequestRepository' => '?',
  1124.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTokenRepository' => '?',
  1125.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineTrancheRepository' => '?',
  1126.             'App\\Infrastructure\\Doctrine\\Repository\\DoctrineUserRepository' => '?',
  1127.         ])));
  1128.         $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()));
  1129.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1130.         return $instance;
  1131.     }
  1132.     /**
  1133.      * Gets the public 'event_dispatcher' shared service.
  1134.      *
  1135.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1136.      */
  1137.     protected function getEventDispatcherService()
  1138.     {
  1139.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1140.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1141.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  1142.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1143.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1144.         $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())));
  1145.         $instance->addListener('kernel.controller', [=> function () {
  1146.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1147.         }, => 'onKernelController'], 0);
  1148.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1149.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1150.         }, => 'checkPassport'], 1024);
  1151.         $instance->addListener('kernel.response', [=> function () {
  1152.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1153.         }, => 'onKernelResponse'], 0);
  1154.         $instance->addListener('kernel.exception', [=> function () {
  1155.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1156.         }, => 'onKernelException'], -64);
  1157.         $instance->addListener('kernel.view', [=> function () {
  1158.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1159.         }, => 'onKernelView'], 0);
  1160.         $instance->addListener('kernel.terminate', [=> function () {
  1161.             return ($this->privates['monolog.handler.swift_critical'] ?? $this->getMonolog_Handler_SwiftCriticalService());
  1162.         }, => 'onKernelTerminate'], 0);
  1163.         $instance->addListener('console.terminate', [=> function () {
  1164.             return ($this->privates['monolog.handler.swift_critical'] ?? $this->getMonolog_Handler_SwiftCriticalService());
  1165.         }, => 'onCliTerminate'], 0);
  1166.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1167.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->load('getSamlLogoutListenerService'));
  1168.         }, => '__invoke'], 0);
  1169.         $instance->addListener('console.command', [=> function () {
  1170.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1171.         }, => 'handleConsoleCommandEvent'], 128);
  1172.         $instance->addListener('console.terminate', [=> function () {
  1173.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1174.         }, => 'handleConsoleTerminateEvent'], -64);
  1175.         $instance->addListener('console.error', [=> function () {
  1176.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1177.         }, => 'handleConsoleErrorEvent'], -64);
  1178.         $instance->addListener('kernel.exception', [=> function () {
  1179.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->load('getErrorListenerService'));
  1180.         }, => 'handleExceptionEvent'], 128);
  1181.         $instance->addListener('kernel.request', [=> function () {
  1182.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1183.         }, => 'handleKernelRequestEvent'], 5);
  1184.         $instance->addListener('kernel.controller', [=> function () {
  1185.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1186.         }, => 'handleKernelControllerEvent'], 10);
  1187.         $instance->addListener('kernel.request', [=> function () {
  1188.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1189.         }, => 'handleKernelRequestEvent'], 3);
  1190.         $instance->addListener('kernel.finish_request', [=> function () {
  1191.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1192.         }, => 'handleKernelFinishRequestEvent'], 5);
  1193.         $instance->addListener('kernel.request', [=> function () {
  1194.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1195.         }, => 'handleKernelRequestEvent'], 4);
  1196.         $instance->addListener('kernel.response', [=> function () {
  1197.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1198.         }, => 'handleKernelResponseEvent'], 15);
  1199.         $instance->addListener('kernel.terminate', [=> function () {
  1200.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1201.         }, => 'handleKernelTerminateEvent'], 5);
  1202.         $instance->addListener('kernel.request', [=> function () {
  1203.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1204.         }, => 'handleKernelRequestEvent'], 2);
  1205.         $instance->addListener('kernel.finish_request', [=> function () {
  1206.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1207.         }, => 'handleKernelFinishRequestEvent'], 10);
  1208.         $instance->addListener('kernel.response', [=> function () {
  1209.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1210.         }, => 'handleKernelResponseEvent'], 15);
  1211.         $instance->addListener('console.command', [=> function () {
  1212.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1213.         }, => 'handleConsoleCommandEvent'], 118);
  1214.         $instance->addListener('console.terminate', [=> function () {
  1215.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1216.         }, => 'handleConsoleTerminateEvent'], -54);
  1217.         $instance->addListener('kernel.request', [=> function () {
  1218.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1219.         }, => 'handleKernelRequestEvent'], 0);
  1220.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1221.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1222.         }, => 'handleLoginSuccessEvent'], 0);
  1223.         $instance->addListener('kernel.response', [=> function () {
  1224.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1225.         }, => 'onKernelResponse'], 0);
  1226.         $instance->addListener('kernel.response', [=> function () {
  1227.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1228.         }, => 'onKernelResponse'], -1024);
  1229.         $instance->addListener('kernel.request', [=> function () {
  1230.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1231.         }, => 'setDefaultLocale'], 100);
  1232.         $instance->addListener('kernel.request', [=> function () {
  1233.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1234.         }, => 'onKernelRequest'], 16);
  1235.         $instance->addListener('kernel.finish_request', [=> function () {
  1236.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1237.         }, => 'onKernelFinishRequest'], 0);
  1238.         $instance->addListener('kernel.request', [=> function () {
  1239.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1240.         }, => 'onKernelRequest'], 256);
  1241.         $instance->addListener('kernel.response', [=> function () {
  1242.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1243.         }, => 'onResponse'], -255);
  1244.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1245.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1246.         }, => 'onControllerArguments'], 0);
  1247.         $instance->addListener('kernel.exception', [=> function () {
  1248.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1249.         }, => 'logKernelException'], 0);
  1250.         $instance->addListener('kernel.exception', [=> function () {
  1251.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1252.         }, => 'onKernelException'], -128);
  1253.         $instance->addListener('kernel.response', [=> function () {
  1254.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1255.         }, => 'removeCspHeader'], -128);
  1256.         $instance->addListener('kernel.request', [=> function () {
  1257.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1258.         }, => 'onKernelRequest'], 15);
  1259.         $instance->addListener('kernel.finish_request', [=> function () {
  1260.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1261.         }, => 'onKernelFinishRequest'], -15);
  1262.         $instance->addListener('console.error', [=> function () {
  1263.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1264.         }, => 'onConsoleError'], -128);
  1265.         $instance->addListener('console.terminate', [=> function () {
  1266.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1267.         }, => 'onConsoleTerminate'], -128);
  1268.         $instance->addListener('console.error', [=> function () {
  1269.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1270.         }, => 'onConsoleError'], 0);
  1271.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1272.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1273.         }, => 'onMessage'], -255);
  1274.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1275.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1276.         }, => 'onMessage'], -255);
  1277.         $instance->addListener('kernel.request', [=> function () {
  1278.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1279.         }, => 'configure'], 2048);
  1280.         $instance->addListener('console.command', [=> function () {
  1281.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1282.         }, => 'configure'], 2048);
  1283.         $instance->addListener('kernel.request', [=> function () {
  1284.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1285.         }, => 'onKernelRequest'], 32);
  1286.         $instance->addListener('kernel.finish_request', [=> function () {
  1287.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1288.         }, => 'onKernelFinishRequest'], 0);
  1289.         $instance->addListener('kernel.exception', [=> function () {
  1290.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1291.         }, => 'onKernelException'], -64);
  1292.         $instance->addListener('kernel.response', [=> function () {
  1293.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1294.         }, => 'onKernelResponse'], 0);
  1295.         $instance->addListener('kernel.request', [=> function () {
  1296.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1297.         }, => 'onKernelRequest'], 128);
  1298.         $instance->addListener('kernel.response', [=> function () {
  1299.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1300.         }, => 'onKernelResponse'], -1000);
  1301.         $instance->addListener('kernel.finish_request', [=> function () {
  1302.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1303.         }, => 'onFinishRequest'], 0);
  1304.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1305.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1306.         }, => 'onNotification'], -255);
  1307.         $instance->addListener('kernel.response', [=> function () {
  1308.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1309.         }, => 'onKernelResponse'], -100);
  1310.         $instance->addListener('kernel.exception', [=> function () {
  1311.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1312.         }, => 'onKernelException'], 0);
  1313.         $instance->addListener('kernel.terminate', [=> function () {
  1314.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1315.         }, => 'onKernelTerminate'], -1024);
  1316.         $instance->addListener('kernel.controller', [=> function () {
  1317.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1318.         }, => 'onKernelController'], 0);
  1319.         $instance->addListener('kernel.response', [=> function () {
  1320.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1321.         }, => 'onKernelResponse'], 0);
  1322.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1323.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1324.         }, => 'onMessage'], 0);
  1325.         $instance->addListener('kernel.response', [=> function () {
  1326.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1327.         }, => 'onKernelResponse'], 0);
  1328.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1329.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1330.         }, => 'checkPassport'], 0);
  1331.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1332.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1333.         }, => 'onLoginSuccess'], 0);
  1334.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1335.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1336.         }, => 'onVoterVote'], 0);
  1337.         $instance->addListener('kernel.request', [=> function () {
  1338.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1339.         }, => 'configureLogoutUrlGenerator'], 8);
  1340.         $instance->addListener('kernel.request', [=> function () {
  1341.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1342.         }, => 'onKernelRequest'], 8);
  1343.         $instance->addListener('kernel.finish_request', [=> function () {
  1344.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1345.         }, => 'onKernelFinishRequest'], 0);
  1346.         $instance->addListener('kernel.request', [=> function () {
  1347.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1348.         }, => 'handleLegacyEaContext'], 10);
  1349.         $instance->addListener('kernel.request', [=> function () {
  1350.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1351.         }, => 'onKernelRequest'], 0);
  1352.         $instance->addListener('kernel.controller', [=> function () {
  1353.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1354.         }, => 'onKernelController'], 128);
  1355.         $instance->addListener('kernel.controller', [=> function () {
  1356.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1357.         }, => 'onKernelController'], 0);
  1358.         $instance->addListener('kernel.controller', [=> function () {
  1359.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1360.         }, => 'onKernelController'], 0);
  1361.         $instance->addListener('kernel.controller', [=> function () {
  1362.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1363.         }, => 'onKernelController'], -128);
  1364.         $instance->addListener('kernel.view', [=> function () {
  1365.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1366.         }, => 'onKernelView'], 0);
  1367.         $instance->addListener('kernel.controller', [=> function () {
  1368.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1369.         }, => 'onKernelController'], 0);
  1370.         $instance->addListener('kernel.response', [=> function () {
  1371.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1372.         }, => 'onKernelResponse'], 0);
  1373.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1374.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1375.         }, => 'onKernelControllerArguments'], 0);
  1376.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1377.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1378.         }, => 'onKernelControllerArguments'], 0);
  1379.         $instance->addListener('console.command', [=> function () {
  1380.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1381.         }, => 'configure'], 1024);
  1382.         $instance->addListener('console.error', [=> function () {
  1383.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1384.         }, => 'onConsoleError'], 0);
  1385.         $instance->addListener('console.terminate', [=> function () {
  1386.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1387.         }, => 'onConsoleTerminate'], 0);
  1388.         $instance->addListener('console.command', [=> function () {
  1389.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1390.         }, => 'onCommand'], 255);
  1391.         $instance->addListener('console.terminate', [=> function () {
  1392.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1393.         }, => 'onTerminate'], -255);
  1394.         $instance->addListener('kernel.exception', [=> function () {
  1395.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1396.         }, => 'onException'], 0);
  1397.         $instance->addListener('kernel.terminate', [=> function () {
  1398.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1399.         }, => 'onTerminate'], 0);
  1400.         $instance->addListener('console.error', [=> function () {
  1401.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1402.         }, => 'onException'], 0);
  1403.         $instance->addListener('console.terminate', [=> function () {
  1404.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1405.         }, => 'onTerminate'], 0);
  1406.         $instance->addListener('kernel.response', [=> function () {
  1407.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1408.         }, => 'onKernelResponse'], -128);
  1409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1410.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1411.         }, => 'checkPassport'], 512);
  1412.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1413.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1414.         }, => 'onLogout'], 0);
  1415.         return $instance;
  1416.     }
  1417.     /**
  1418.      * Gets the public 'http_kernel' shared service.
  1419.      *
  1420.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1421.      */
  1422.     protected function getHttpKernelService()
  1423.     {
  1424.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1425.         if (isset($this->services['http_kernel'])) {
  1426.             return $this->services['http_kernel'];
  1427.         }
  1428.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1429.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1430.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1431.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1432.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1433.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1434.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1435.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1436.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1437.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1438.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1439.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1440.     }
  1441.     /**
  1442.      * Gets the public 'request_stack' shared service.
  1443.      *
  1444.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1445.      */
  1446.     protected function getRequestStackService()
  1447.     {
  1448.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1449.     }
  1450.     /**
  1451.      * Gets the public 'router' shared service.
  1452.      *
  1453.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1454.      */
  1455.     protected function getRouterService()
  1456.     {
  1457.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1458.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1459.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  1460.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1461.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1462.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1463.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1464.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1465.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1466.         ], [
  1467.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1468.         ]))->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');
  1469.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1470.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1471.         return $instance;
  1472.     }
  1473.     /**
  1474.      * Gets the public 'swiftmailer.transport' shared service.
  1475.      *
  1476.      * @return \Swift_Transport
  1477.      */
  1478.     protected function getSwiftmailer_TransportService()
  1479.     {
  1480.         $this->services['swiftmailer.transport'] = $instance \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), new \Swift_Events_SimpleEventDispatcher());
  1481.         $instance->registerPlugin(new \Swift_Plugins_RedirectingPlugin($this->parameters['swiftmailer.mailer.log_mailer.delivery_addresses'], $this->parameters['swiftmailer.mailer.log_mailer.delivery_whitelist']));
  1482.         $instance->registerPlugin(($this->services['swiftmailer.mailer.log_mailer.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.log_mailer.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  1483.         return $instance;
  1484.     }
  1485.     /**
  1486.      * Gets the public 'translator' shared service.
  1487.      *
  1488.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1489.      */
  1490.     protected function getTranslatorService()
  1491.     {
  1492.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1493.     }
  1494.     /**
  1495.      * Gets the public 'var_dumper.cloner' shared service.
  1496.      *
  1497.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1498.      */
  1499.     protected function getVarDumper_ClonerService()
  1500.     {
  1501.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1502.         $instance->setMaxItems(2500);
  1503.         $instance->setMinDepth(1);
  1504.         $instance->setMaxString(-1);
  1505.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1506.         return $instance;
  1507.     }
  1508.     /**
  1509.      * Gets the private '.debug.http_client' shared service.
  1510.      *
  1511.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1512.      */
  1513.     protected function get_Debug_HttpClientService()
  1514.     {
  1515.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1516.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1517.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1518.         $b->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  1519.         $b->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1520.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1521.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1522.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1523.         $a->setLogger($b);
  1524.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1525.     }
  1526.     /**
  1527.      * Gets the private '.service_locator.IEeEty.' shared service.
  1528.      *
  1529.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1530.      */
  1531.     protected function get_ServiceLocator_IEeEty_Service()
  1532.     {
  1533.         return $this->privates['.service_locator.IEeEty.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1534.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1535.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1536.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1537.         ], [
  1538.             'security.firewall.map.context.api' => '?',
  1539.             'security.firewall.map.context.dev' => '?',
  1540.             'security.firewall.map.context.main' => '?',
  1541.         ]);
  1542.     }
  1543.     /**
  1544.      * Gets the private 'App\Domain\Common\Mapping\RepositoryMapping' shared autowired service.
  1545.      *
  1546.      * @return \App\Domain\Common\Mapping\RepositoryMapping
  1547.      */
  1548.     protected function getRepositoryMappingService()
  1549.     {
  1550.         $this->privates['App\\Domain\\Common\\Mapping\\RepositoryMapping'] = $instance = new \App\Domain\Common\Mapping\RepositoryMapping();
  1551.         $a = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1552.         $b = new \App\Infrastructure\Doctrine\Repository\DoctrineComposantAmianteRepository($a);
  1553.         $c = new \App\Infrastructure\Doctrine\Repository\DoctrineCritereDiagnosticRepository($a);
  1554.         $d = new \App\Infrastructure\Doctrine\Repository\DoctrineDAPPLocalNonVisiteRepository($a);
  1555.         $e = new \App\Infrastructure\Doctrine\Repository\DoctrineDTALocalNonVisiteRepository($a);
  1556.         $f = new \App\Infrastructure\Doctrine\Repository\DoctrineDemandeDiagnosticRepository($a);
  1557.         $g = new \App\Infrastructure\Doctrine\Repository\DoctrineDiagnosticFileRepository($a);
  1558.         $h = new \App\Infrastructure\Doctrine\Repository\DoctrineDiagnosticRepository($a);
  1559.         $i = new \App\Infrastructure\Doctrine\Repository\DoctrineEmailHistoryRepository($a);
  1560.         $j = new \App\Infrastructure\Doctrine\Repository\DoctrineEnregistrementDiagnosticRepository($a);
  1561.         $k = new \App\Infrastructure\Doctrine\Repository\DoctrineEnsembleRepository($a);
  1562.         $l = new \App\Infrastructure\Doctrine\Repository\DoctrineEntrepriseRepository($a);
  1563.         $m = new \App\Infrastructure\Doctrine\Repository\DoctrineEscalierRepository($a);
  1564.         $n = new \App\Infrastructure\Doctrine\Repository\DoctrineMateriauAmianteRepository($a);
  1565.         $o = new \App\Infrastructure\Doctrine\Repository\DoctrineModuleRepository($a);
  1566.         $p = new \App\Infrastructure\Doctrine\Repository\DoctrineProgrammeRepository($a);
  1567.         $q = new \App\Infrastructure\Doctrine\Repository\DoctrineTokenRepository($a);
  1568.         $r = new \App\Infrastructure\Doctrine\Repository\DoctrineTrancheRepository($a);
  1569.         $s = new \App\Infrastructure\Doctrine\Repository\DoctrineUserRepository($a);
  1570.         $instance->setMapping(['ComposantAmiante' => $b'CritereDiagnostic' => $c'DAPPLocalNonVisite' => $d'DTALocalNonVisite' => $e'DemandeDiagnostic' => $f'DiagnosticFile' => $g'Diagnostic' => $h'EmailHistory' => $i'EnregistrementDiagnostic' => $j'Ensemble' => $k'Entreprise' => $l'Escalier' => $m'MateriauAmiante' => $n'Module' => $o'Programme' => $p'Token' => $q'Tranche' => $r'User' => $s], ['App\\Domain\\Common\\Entity\\ComposantAmiante' => $b'App\\Domain\\Common\\Entity\\CritereDiagnostic' => $c'App\\Domain\\Common\\Entity\\DAPPLocalNonVisite' => $d'App\\Domain\\Common\\Entity\\DTALocalNonVisite' => $e'App\\Domain\\Common\\Entity\\DemandeDiagnostic' => $f'App\\Domain\\Common\\Entity\\DiagnosticFile' => $g'App\\Domain\\Common\\Entity\\Diagnostic' => $h'App\\Domain\\Common\\Entity\\EmailHistory' => $i'App\\Domain\\Common\\Entity\\EnregistrementDiagnostic' => $j'App\\Domain\\Common\\Entity\\Ensemble' => $k'App\\Domain\\Common\\Entity\\Entreprise' => $l'App\\Domain\\Common\\Entity\\Escalier' => $m'App\\Domain\\Common\\Entity\\MateriauAmiante' => $n'App\\Domain\\Common\\Entity\\Module' => $o'App\\Domain\\Common\\Entity\\Programme' => $p'App\\Domain\\Common\\Entity\\Token' => $q'App\\Domain\\Common\\Entity\\Tranche' => $r'App\\Domain\\Common\\Entity\\User' => $s], [=> $b=> $c=> $d=> $e=> $f=> $g=> $h=> $i=> $j=> $k10 => $l11 => $m12 => $n13 => $o14 => $p15 => $q16 => $r17 => $s]);
  1571.         return $instance;
  1572.     }
  1573.     /**
  1574.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1575.      *
  1576.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1577.      */
  1578.     protected function getAdminRouterSubscriberService()
  1579.     {
  1580.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1581.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1582.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1583.         }
  1584.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1585.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1586.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1587.         }
  1588.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1589.         $d = ($this->services['router'] ?? $this->getRouterService());
  1590.         $e = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Infrastructure\\Controller\\Admin\\CritereDiagnosticCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\EntrepriseCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\UserCrudController'])));
  1591.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$c, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $c$d, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $e$a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Infrastructure\\Controller\\Admin\\DashboardController'=> 'App\\Infrastructure\\Controller\\Admin\\PatrimoineController']))), $e, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d$d$b, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1592.     }
  1593.     /**
  1594.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1595.      *
  1596.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1597.      */
  1598.     protected function getActionFactoryService()
  1599.     {
  1600.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1601.     }
  1602.     /**
  1603.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1604.      *
  1605.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1606.      */
  1607.     protected function getControllerFactoryService()
  1608.     {
  1609.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Infrastructure\\Controller\\Admin\\DashboardController'=> 'App\\Infrastructure\\Controller\\Admin\\PatrimoineController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Infrastructure\\Controller\\Admin\\CritereDiagnosticCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\EntrepriseCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\UserCrudController']))), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1610.     }
  1611.     /**
  1612.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1613.      *
  1614.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1615.      */
  1616.     protected function getEntityFactoryService()
  1617.     {
  1618.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1619.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1620.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1621.         }
  1622.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1623.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $b, new RewindableGenerator(function () {
  1624.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1625.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1626.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1627.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1628.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1629.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1630.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1631.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1632.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1633.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1634.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1635.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1636.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1637.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  1638.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1639.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1640.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1641.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1642.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1643.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1644.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1645.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1646.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1647.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1648.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1649.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1650.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1651.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1652.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1653.     }
  1654.     /**
  1655.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1656.      *
  1657.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1658.      */
  1659.     protected function getAdminContextProviderService()
  1660.     {
  1661.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1662.     }
  1663.     /**
  1664.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1665.      *
  1666.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1667.      */
  1668.     protected function getAdminUrlGeneratorService()
  1669.     {
  1670.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1671.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Infrastructure\\Controller\\Admin\\DashboardController'=> 'App\\Infrastructure\\Controller\\Admin\\PatrimoineController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Infrastructure\\Controller\\Admin\\CritereDiagnosticCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\EntrepriseCrudController'=> 'App\\Infrastructure\\Controller\\Admin\\UserCrudController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1672.         };
  1673.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1674.     }
  1675.     /**
  1676.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1677.      *
  1678.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1679.      */
  1680.     protected function getAuthorizationCheckerService()
  1681.     {
  1682.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1683.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1684.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1685.         }
  1686.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1687.     }
  1688.     /**
  1689.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  1690.      *
  1691.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  1692.      */
  1693.     protected function getLoginListenerService()
  1694.     {
  1695.         return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1696.     }
  1697.     /**
  1698.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  1699.      *
  1700.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  1701.      */
  1702.     protected function getRequestListenerService()
  1703.     {
  1704.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1705.     }
  1706.     /**
  1707.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  1708.      *
  1709.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  1710.      */
  1711.     protected function getSubRequestListenerService()
  1712.     {
  1713.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1714.     }
  1715.     /**
  1716.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  1717.      *
  1718.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  1719.      */
  1720.     protected function getTracingRequestListenerService()
  1721.     {
  1722.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1723.     }
  1724.     /**
  1725.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  1726.      *
  1727.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  1728.      */
  1729.     protected function getTracingSubRequestListenerService()
  1730.     {
  1731.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1732.     }
  1733.     /**
  1734.      * Gets the private 'Sentry\State\HubInterface' shared service.
  1735.      *
  1736.      * @return \Sentry\State\HubInterface
  1737.      */
  1738.     protected function getHubInterfaceService()
  1739.     {
  1740.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  1741.         $a = new \Sentry\Options(['environment' => $this->getEnv('SENTRY_ENV'), 'integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException'=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException']]), => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL))], true), 'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/opt/plesk/php/8.0/share/pear'=> (\dirname(__DIR__4).'/vendor/novaway/deployer-recipes')], 'release' => $this->getEnv('default::SENTRY_RELEASE'), 'tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor'), => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'ignore_exceptions' => [], 'ignore_transactions' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
  1742.         $b = new \Sentry\ClientBuilder($a);
  1743.         $b->setSdkIdentifier('sentry.php.symfony');
  1744.         $b->setSdkVersion('4.14.0');
  1745.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory(NULLNULLNULLNULLNULLNULL));
  1746.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  1747.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  1748.         if ($this->has('Psr\\Log\\NullLogger')) {
  1749.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  1750.         }
  1751.         $instance->bindClient($b->getClient());
  1752.         return $instance;
  1753.     }
  1754.     /**
  1755.      * Gets the private 'annotations.cache_adapter' shared service.
  1756.      *
  1757.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1758.      */
  1759.     protected function getAnnotations_CacheAdapterService()
  1760.     {
  1761.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1762.     }
  1763.     /**
  1764.      * Gets the private 'annotations.cached_reader' shared service.
  1765.      *
  1766.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1767.      */
  1768.     protected function getAnnotations_CachedReaderService()
  1769.     {
  1770.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1771.     }
  1772.     /**
  1773.      * Gets the private 'annotations.reader' shared service.
  1774.      *
  1775.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1776.      */
  1777.     protected function getAnnotations_ReaderService()
  1778.     {
  1779.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1780.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1781.         $a->registerUniqueLoader('class_exists');
  1782.         $instance->addGlobalIgnoredName('required'$a);
  1783.         return $instance;
  1784.     }
  1785.     /**
  1786.      * Gets the private 'assets.packages' shared service.
  1787.      *
  1788.      * @return \Symfony\Component\Asset\Packages
  1789.      */
  1790.     protected function getAssets_PackagesService()
  1791.     {
  1792.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Novaway\CoreBundle\Assets\Strategy\CachedNumberStrategy(($this->privates['simple_cache'] ?? $this->getSimpleCacheService()), '%s?v=%s'), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), '/'true)), new RewindableGenerator(function () {
  1793.             return new \EmptyIterator();
  1794.         }, 0));
  1795.     }
  1796.     /**
  1797.      * Gets the private 'cache.annotations.traceable' shared service.
  1798.      *
  1799.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1800.      */
  1801.     protected function getCache_Annotations_TraceableService()
  1802.     {
  1803.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('U6GJ-fUGZd'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.doctrine.orm.default.query.traceable' shared service.
  1807.      *
  1808.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1809.      */
  1810.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  1811.     {
  1812.         return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  1813.     }
  1814.     /**
  1815.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  1816.      *
  1817.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1818.      */
  1819.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  1820.     {
  1821.         return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  1822.     }
  1823.     /**
  1824.      * Gets the private 'cache.property_info.traceable' shared service.
  1825.      *
  1826.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1827.      */
  1828.     protected function getCache_PropertyInfo_TraceableService()
  1829.     {
  1830.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bRLIFBhkCg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1831.     }
  1832.     /**
  1833.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  1834.      *
  1835.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1836.      */
  1837.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  1838.     {
  1839.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('R9+z-sJ9Uo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1840.     }
  1841.     /**
  1842.      * Gets the private 'cache.security_token_verifier.traceable' shared service.
  1843.      *
  1844.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1845.      */
  1846.     protected function getCache_SecurityTokenVerifier_TraceableService()
  1847.     {
  1848.         return $this->privates['cache.security_token_verifier.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k9OelFT1vf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1849.     }
  1850.     /**
  1851.      * Gets the private 'cache.serializer.traceable' shared service.
  1852.      *
  1853.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1854.      */
  1855.     protected function getCache_Serializer_TraceableService()
  1856.     {
  1857.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ew5e0P5PRj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1858.     }
  1859.     /**
  1860.      * Gets the private 'cache.validator.traceable' shared service.
  1861.      *
  1862.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1863.      */
  1864.     protected function getCache_Validator_TraceableService()
  1865.     {
  1866.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kVRNioMeOU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1867.     }
  1868.     /**
  1869.      * Gets the private 'config_cache_factory' shared service.
  1870.      *
  1871.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1872.      */
  1873.     protected function getConfigCacheFactoryService()
  1874.     {
  1875.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1876.             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)));
  1877.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1878.         }, 2));
  1879.     }
  1880.     /**
  1881.      * Gets the private 'data_collector.form' shared service.
  1882.      *
  1883.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1884.      */
  1885.     protected function getDataCollector_FormService()
  1886.     {
  1887.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1888.     }
  1889.     /**
  1890.      * Gets the private 'data_collector.request' shared service.
  1891.      *
  1892.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1893.      */
  1894.     protected function getDataCollector_RequestService()
  1895.     {
  1896.         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())));
  1897.     }
  1898.     /**
  1899.      * Gets the private 'debug.controller_resolver' shared service.
  1900.      *
  1901.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1902.      */
  1903.     protected function getDebug_ControllerResolverService()
  1904.     {
  1905.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1906.     }
  1907.     /**
  1908.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1909.      *
  1910.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1911.      */
  1912.     protected function getDebug_DebugHandlersListenerService()
  1913.     {
  1914.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1915.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1916.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  1917.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1918.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1919.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1920.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1921.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1922.     }
  1923.     /**
  1924.      * Gets the private 'debug.file_link_formatter' shared service.
  1925.      *
  1926.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1927.      */
  1928.     protected function getDebug_FileLinkFormatterService()
  1929.     {
  1930.         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 () {
  1931.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1932.         });
  1933.     }
  1934.     /**
  1935.      * Gets the private 'debug.log_processor' shared service.
  1936.      *
  1937.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1938.      */
  1939.     protected function getDebug_LogProcessorService()
  1940.     {
  1941.         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())));
  1942.     }
  1943.     /**
  1944.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1945.      *
  1946.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1947.      */
  1948.     protected function getDebug_Security_Access_DecisionManagerService()
  1949.     {
  1950.         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 () {
  1951.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1952.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1953.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1954.             yield => ($this->privates['debug.security.voter.App\\Infrastructure\\Security\\AdministrationVoter'] ?? $this->load('getAdministrationVoterService'));
  1955.             yield => ($this->privates['debug.security.voter.App\\Infrastructure\\Security\\DiagnosticIntegrationVoter'] ?? $this->load('getDiagnosticIntegrationVoterService'));
  1956.             yield => ($this->privates['debug.security.voter.App\\Infrastructure\\Security\\DiagnosticValidationVoter'] ?? $this->load('getDiagnosticValidationVoterService'));
  1957.             yield => ($this->privates['debug.security.voter.App\\Infrastructure\\Security\\DiagnosticVoter'] ?? $this->load('getDiagnosticVoterService'));
  1958.             yield => ($this->privates['debug.security.voter.App\\Infrastructure\\Security\\LocalisationVoter'] ?? $this->load('getLocalisationVoterService'));
  1959.             yield => ($this->privates['debug.security.voter.App\\Infrastructure\\Security\\UserVoter'] ?? $this->load('getUserVoterService'));
  1960.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  1961.         }, 10), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1962.     }
  1963.     /**
  1964.      * Gets the private 'debug.security.firewall' shared service.
  1965.      *
  1966.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1967.      */
  1968.     protected function getDebug_Security_FirewallService()
  1969.     {
  1970.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1971.         if (isset($this->privates['debug.security.firewall'])) {
  1972.             return $this->privates['debug.security.firewall'];
  1973.         }
  1974.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1975.         if (isset($this->privates['debug.security.firewall'])) {
  1976.             return $this->privates['debug.security.firewall'];
  1977.         }
  1978.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1979.     }
  1980.     /**
  1981.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1982.      *
  1983.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1984.      */
  1985.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1986.     {
  1987.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1988.             'App\\Infrastructure\\Doctrine\\EventListener\\EnregistrementDiagnosticListener' => ['privates''App\\Infrastructure\\Doctrine\\EventListener\\EnregistrementDiagnosticListener''getEnregistrementDiagnosticListenerService'true],
  1989.             'App\\Infrastructure\\Doctrine\\EventListener\\UserListener' => ['privates''App\\Infrastructure\\Doctrine\\EventListener\\UserListener''getUserListenerService'true],
  1990.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1991.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1992.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1993.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1994.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  1995.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1996.             'vich_uploader.listener.clean.diagnosticFile' => ['privates''vich_uploader.listener.clean.diagnosticFile''getVichUploader_Listener_Clean_DiagnosticFileService'true],
  1997.             'vich_uploader.listener.inject.diagnosticFile' => ['privates''vich_uploader.listener.inject.diagnosticFile''getVichUploader_Listener_Inject_DiagnosticFileService'true],
  1998.             'vich_uploader.listener.remove.diagnosticFile' => ['privates''vich_uploader.listener.remove.diagnosticFile''getVichUploader_Listener_Remove_DiagnosticFileService'true],
  1999.             'vich_uploader.listener.upload.diagnosticFile' => ['privates''vich_uploader.listener.upload.diagnosticFile''getVichUploader_Listener_Upload_DiagnosticFileService'true],
  2000.         ], [
  2001.             'App\\Infrastructure\\Doctrine\\EventListener\\EnregistrementDiagnosticListener' => '?',
  2002.             'App\\Infrastructure\\Doctrine\\EventListener\\UserListener' => '?',
  2003.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2004.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2005.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2006.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2007.             'stof_doctrine_extensions.listener.sluggable' => '?',
  2008.             'stof_doctrine_extensions.listener.timestampable' => '?',
  2009.             'vich_uploader.listener.clean.diagnosticFile' => '?',
  2010.             'vich_uploader.listener.inject.diagnosticFile' => '?',
  2011.             'vich_uploader.listener.remove.diagnosticFile' => '?',
  2012.             'vich_uploader.listener.upload.diagnosticFile' => '?',
  2013.         ]), [=> 'vich_uploader.listener.clean.diagnosticFile'=> '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'=> 'vich_uploader.listener.inject.diagnosticFile'=> 'vich_uploader.listener.remove.diagnosticFile'=> 'vich_uploader.listener.upload.diagnosticFile'=> [=> [=> 'onFlush'], => 'App\\Infrastructure\\Doctrine\\EventListener\\EnregistrementDiagnosticListener'], => [=> [=> 'postPersist'], => 'App\\Infrastructure\\Doctrine\\EventListener\\EnregistrementDiagnosticListener'], => [=> [=> 'postPersist'], => 'App\\Infrastructure\\Doctrine\\EventListener\\UserListener'], 10 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 11 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sluggable'], 12 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sluggable'], 13 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sluggable'], 14 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.timestampable'], 15 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.timestampable'], 16 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.timestampable']]);
  2014.     }
  2015.     /**
  2016.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2017.      *
  2018.      * @return \Doctrine\Migrations\DependencyFactory
  2019.      */
  2020.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2021.     {
  2022.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2023.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/config/database/migrations'));
  2024.         $a->setAllOrNothing(false);
  2025.         $a->setCheckDatabasePlatform(true);
  2026.         $a->setTransactional(true);
  2027.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2028.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2029.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2030.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2031.         });
  2032.         return $instance;
  2033.     }
  2034.     /**
  2035.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2036.      *
  2037.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2038.      */
  2039.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2040.     {
  2041.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity'], '.orm.xml'false);
  2042.         $instance->setGlobalBasename('mapping');
  2043.         return $instance;
  2044.     }
  2045.     /**
  2046.      * Gets the private 'exception_listener' shared service.
  2047.      *
  2048.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2049.      */
  2050.     protected function getExceptionListener2Service()
  2051.     {
  2052.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2053.     }
  2054.     /**
  2055.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2056.      *
  2057.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2058.      */
  2059.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2060.     {
  2061.         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())));
  2062.     }
  2063.     /**
  2064.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2065.      *
  2066.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2067.      */
  2068.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2069.     {
  2070.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2071.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2072.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2073.         }
  2074.         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);
  2075.     }
  2076.     /**
  2077.      * Gets the private 'locale_aware_listener' shared service.
  2078.      *
  2079.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2080.      */
  2081.     protected function getLocaleAwareListenerService()
  2082.     {
  2083.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2084.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  2085.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2086.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2087.     }
  2088.     /**
  2089.      * Gets the private 'locale_listener' shared service.
  2090.      *
  2091.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2092.      */
  2093.     protected function getLocaleListenerService()
  2094.     {
  2095.         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, []);
  2096.     }
  2097.     /**
  2098.      * Gets the private 'monolog.handler.console' shared service.
  2099.      *
  2100.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2101.      */
  2102.     protected function getMonolog_Handler_ConsoleService()
  2103.     {
  2104.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2105.     }
  2106.     /**
  2107.      * Gets the private 'monolog.handler.main' shared service.
  2108.      *
  2109.      * @return \Monolog\Handler\StreamHandler
  2110.      */
  2111.     protected function getMonolog_Handler_MainService()
  2112.     {
  2113.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__6).'/shared/var/log/dev.log'), 'debug'trueNULLfalse);
  2114.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2115.         return $instance;
  2116.     }
  2117.     /**
  2118.      * Gets the private 'monolog.handler.main_critical' shared service.
  2119.      *
  2120.      * @return \Monolog\Handler\FingersCrossedHandler
  2121.      */
  2122.     protected function getMonolog_Handler_MainCriticalService()
  2123.     {
  2124.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__6).'/shared/var/log/dev.critical.log'), 15'info'trueNULLfalse);
  2125.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2126.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  2127.         return $this->privates['monolog.handler.main_critical'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\GroupHandler([=> $a=> new \Monolog\Handler\BufferHandler(($this->privates['monolog.handler.swift_critical'] ?? $this->getMonolog_Handler_SwiftCriticalService()), 0'DEBUG'truefalse)], true), new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('critical'), 0truetrueNULL);
  2128.     }
  2129.     /**
  2130.      * Gets the private 'monolog.handler.main_error' shared service.
  2131.      *
  2132.      * @return \Monolog\Handler\FingersCrossedHandler
  2133.      */
  2134.     protected function getMonolog_Handler_MainErrorService()
  2135.     {
  2136.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__6).'/shared/var/log/dev.error.log'), 15'info'trueNULLfalse);
  2137.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2138.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  2139.         return $this->privates['monolog.handler.main_error'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy('error'), 0truetrueNULL);
  2140.     }
  2141.     /**
  2142.      * Gets the private 'monolog.handler.swift_critical' shared service.
  2143.      *
  2144.      * @return \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler
  2145.      */
  2146.     protected function getMonolog_Handler_SwiftCriticalService()
  2147.     {
  2148.         $this->privates['monolog.handler.swift_critical'] = $instance = new \Symfony\Bridge\Monolog\Handler\SwiftMailerHandler(($this->services['swiftmailer.mailer.log_mailer'] ?? $this->load('getSwiftmailer_Mailer_LogMailerService')), [=> ($this->privates['monolog.handler.swift_critical.mail_message_factory'] ?? $this->getMonolog_Handler_SwiftCritical_MailMessageFactoryService()), => 'createMessage'], 'info'true);
  2149.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2150.         $instance->setFormatter(new \Monolog\Formatter\HtmlFormatter());
  2151.         $instance->setTransport(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  2152.         return $instance;
  2153.     }
  2154.     /**
  2155.      * Gets the private 'monolog.handler.swift_critical.mail_message_factory' shared service.
  2156.      *
  2157.      * @return \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory
  2158.      */
  2159.     protected function getMonolog_Handler_SwiftCritical_MailMessageFactoryService($lazyLoad true)
  2160.     {
  2161.         if ($lazyLoad) {
  2162.             return $this->privates['monolog.handler.swift_critical.mail_message_factory'] = $this->createProxy('MessageFactory_a340b0b', function () {
  2163.                 return \MessageFactory_a340b0b::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2164.                     $wrappedInstance $this->getMonolog_Handler_SwiftCritical_MailMessageFactoryService(false);
  2165.                     $proxy->setProxyInitializer(null);
  2166.                     return true;
  2167.                 });
  2168.             });
  2169.         }
  2170.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bundle/SwiftMailer/MessageFactory.php';
  2171.         return new \Symfony\Bundle\MonologBundle\SwiftMailer\MessageFactory(($this->services['swiftmailer.mailer.log_mailer'] ?? $this->load('getSwiftmailer_Mailer_LogMailerService')), 'sender@novaway.fr', [=> 'developer@novaway.fr'], '[ dev opac-diagnostique ] - Erreur : %message%'."\n".'''text/html');
  2172.     }
  2173.     /**
  2174.      * Gets the private 'monolog.logger' shared service.
  2175.      *
  2176.      * @return \Symfony\Bridge\Monolog\Logger
  2177.      */
  2178.     protected function getMonolog_LoggerService()
  2179.     {
  2180.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2181.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2182.         $instance->useMicrosecondTimestamps(true);
  2183.         $instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  2184.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2185.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2186.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2187.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2188.         return $instance;
  2189.     }
  2190.     /**
  2191.      * Gets the private 'monolog.logger.cache' shared service.
  2192.      *
  2193.      * @return \Symfony\Bridge\Monolog\Logger
  2194.      */
  2195.     protected function getMonolog_Logger_CacheService()
  2196.     {
  2197.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2198.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2199.         $instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  2200.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2201.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2202.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2203.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2204.         return $instance;
  2205.     }
  2206.     /**
  2207.      * Gets the private 'monolog.logger.request' shared service.
  2208.      *
  2209.      * @return \Symfony\Bridge\Monolog\Logger
  2210.      */
  2211.     protected function getMonolog_Logger_RequestService()
  2212.     {
  2213.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2214.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2215.         $instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  2216.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2217.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2218.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2219.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2220.         return $instance;
  2221.     }
  2222.     /**
  2223.      * Gets the private 'monolog.logger.security' shared service.
  2224.      *
  2225.      * @return \Symfony\Bridge\Monolog\Logger
  2226.      */
  2227.     protected function getMonolog_Logger_SecurityService()
  2228.     {
  2229.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2230.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2231.         $instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  2232.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2233.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2234.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2235.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2236.         return $instance;
  2237.     }
  2238.     /**
  2239.      * Gets the private 'parameter_bag' shared service.
  2240.      *
  2241.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2242.      */
  2243.     protected function getParameterBagService()
  2244.     {
  2245.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2246.     }
  2247.     /**
  2248.      * Gets the private 'profiler_listener' shared service.
  2249.      *
  2250.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2251.      */
  2252.     protected function getProfilerListenerService()
  2253.     {
  2254.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2255.         if (isset($this->privates['profiler_listener'])) {
  2256.             return $this->privates['profiler_listener'];
  2257.         }
  2258.         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);
  2259.     }
  2260.     /**
  2261.      * Gets the private 'property_accessor' shared service.
  2262.      *
  2263.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2264.      */
  2265.     protected function getPropertyAccessorService()
  2266.     {
  2267.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2268.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2269.     }
  2270.     /**
  2271.      * Gets the private 'property_info' shared service.
  2272.      *
  2273.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2274.      */
  2275.     protected function getPropertyInfoService()
  2276.     {
  2277.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2278.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2279.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2280.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2281.         }, 3), new RewindableGenerator(function () {
  2282.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2283.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2284.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2285.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2286.         }, 4), new RewindableGenerator(function () {
  2287.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2288.         }, 1), new RewindableGenerator(function () {
  2289.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2290.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2291.         }, 2), new RewindableGenerator(function () {
  2292.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2293.         }, 1));
  2294.     }
  2295.     /**
  2296.      * Gets the private 'router.expression_language_provider' shared service.
  2297.      *
  2298.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2299.      */
  2300.     protected function getRouter_ExpressionLanguageProviderService()
  2301.     {
  2302.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2303.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2304.         ], [
  2305.             'env' => 'Closure',
  2306.         ]));
  2307.     }
  2308.     /**
  2309.      * Gets the private 'router.request_context' shared service.
  2310.      *
  2311.      * @return \Symfony\Component\Routing\RequestContext
  2312.      */
  2313.     protected function getRouter_RequestContextService()
  2314.     {
  2315.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('/''opac-diagnostique.local''http'80443);
  2316.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2317.         return $instance;
  2318.     }
  2319.     /**
  2320.      * Gets the private 'router_listener' shared service.
  2321.      *
  2322.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2323.      */
  2324.     protected function getRouterListenerService()
  2325.     {
  2326.         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);
  2327.     }
  2328.     /**
  2329.      * Gets the private 'security.context_listener.0' shared service.
  2330.      *
  2331.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2332.      */
  2333.     protected function getSecurity_ContextListener_0Service()
  2334.     {
  2335.         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 () {
  2336.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2337.         }, 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']);
  2338.     }
  2339.     /**
  2340.      * Gets the private 'security.csrf.token_storage' shared service.
  2341.      *
  2342.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2343.      */
  2344.     protected function getSecurity_Csrf_TokenStorageService()
  2345.     {
  2346.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2347.     }
  2348.     /**
  2349.      * Gets the private 'security.event_dispatcher.main' shared service.
  2350.      *
  2351.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2352.      */
  2353.     protected function getSecurity_EventDispatcher_MainService()
  2354.     {
  2355.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2356.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2357.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2358.         }, => 'checkPassport'], 2048);
  2359.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2360.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2361.         }, => 'onSuccessfulLogin'], 0);
  2362.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2363.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2364.         }, => 'onLogout'], 64);
  2365.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2366.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2367.         }, => 'onLogout'], 0);
  2368.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2369.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  2370.         }, => 'onSuccessfulLogin'], -32);
  2371.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2372.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2373.         }, => 'onSuccessfulLogin'], -64);
  2374.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2375.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2376.         }, => 'clearCookie'], 0);
  2377.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2378.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2379.         }, => 'clearCookie'], 0);
  2380.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2381.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2382.         }, => 'clearCookie'], 0);
  2383.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2384.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2385.         }, => 'preCheckCredentials'], 256);
  2386.         $instance->addListener('security.authentication.success', [=> function () {
  2387.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2388.         }, => 'postCheckCredentials'], 256);
  2389.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2390.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2391.         }, => 'checkPassport'], 1024);
  2392.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2393.             return ($this->privates['Hslavich\\OneloginSamlBundle\\EventListener\\Security\\SamlLogoutListener'] ?? $this->load('getSamlLogoutListenerService'));
  2394.         }, => '__invoke'], 0);
  2395.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2396.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  2397.         }, => 'handleLoginSuccessEvent'], 0);
  2398.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2399.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2400.         }, => 'checkPassport'], 0);
  2401.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2402.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2403.         }, => 'onLoginSuccess'], 0);
  2404.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2405.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2406.         }, => 'checkPassport'], 512);
  2407.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2408.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2409.         }, => 'onLogout'], 0);
  2410.         return $instance;
  2411.     }
  2412.     /**
  2413.      * Gets the private 'security.firewall.map' shared service.
  2414.      *
  2415.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2416.      */
  2417.     protected function getSecurity_Firewall_MapService()
  2418.     {
  2419.         $a = ($this->privates['.service_locator.IEeEty.'] ?? $this->get_ServiceLocator_IEeEty_Service());
  2420.         if (isset($this->privates['security.firewall.map'])) {
  2421.             return $this->privates['security.firewall.map'];
  2422.         }
  2423.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2424.             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)/')));
  2425.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2426.             yield 'security.firewall.map.context.main' => NULL;
  2427.         }, 3));
  2428.     }
  2429.     /**
  2430.      * Gets the private 'security.logout_url_generator' shared service.
  2431.      *
  2432.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2433.      */
  2434.     protected function getSecurity_LogoutUrlGeneratorService()
  2435.     {
  2436.         $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()));
  2437.         $instance->registerListener('main''saml_logout''logout''_csrf_token'NULLNULL);
  2438.         return $instance;
  2439.     }
  2440.     /**
  2441.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2442.      *
  2443.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2444.      */
  2445.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2446.     {
  2447.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2448.     }
  2449.     /**
  2450.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2451.      *
  2452.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2453.      */
  2454.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2455.     {
  2456.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2457.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage());
  2458.         $a->add(new \Novaway\CoreBundle\ParamConverter\DomainInterfaceParamConverter(($this->privates['App\\Domain\\Common\\Mapping\\RepositoryMapping'] ?? $this->getRepositoryMappingService()), $b), 0NULL);
  2459.         $a->add($b0'doctrine.orm');
  2460.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2461.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2462.     }
  2463.     /**
  2464.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2465.      *
  2466.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2467.      */
  2468.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2469.     {
  2470.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2471.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2472.             return $this->privates['sensio_framework_extra.security.listener'];
  2473.         }
  2474.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2475.     }
  2476.     /**
  2477.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2478.      *
  2479.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2480.      */
  2481.     protected function getSensioFrameworkExtra_View_ListenerService()
  2482.     {
  2483.         $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))));
  2484.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2485.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2486.         ], [
  2487.             'twig' => '?',
  2488.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2489.         return $instance;
  2490.     }
  2491.     /**
  2492.      * Gets the private 'session_listener' shared service.
  2493.      *
  2494.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2495.      */
  2496.     protected function getSessionListenerService()
  2497.     {
  2498.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2499.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2500.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2501.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2502.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2503.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2504.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2505.         ], [
  2506.             'initialized_session' => '?',
  2507.             'logger' => '?',
  2508.             'request_stack' => '?',
  2509.             'session' => '?',
  2510.             'session_collector' => '?',
  2511.             'session_factory' => '?',
  2512.         ]), true$this->parameters['session.storage.options']);
  2513.     }
  2514.     /**
  2515.      * Gets the private 'simple_cache' shared autowired service.
  2516.      *
  2517.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  2518.      */
  2519.     protected function getSimpleCacheService()
  2520.     {
  2521.         $this->privates['simple_cache'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter(''0$this->targetDir.'');
  2522.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2523.         return $instance;
  2524.     }
  2525.     /**
  2526.      * Gets the private 'translator.default' shared service.
  2527.      *
  2528.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2529.      */
  2530.     protected function getTranslator_DefaultService()
  2531.     {
  2532.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2533.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2534.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2535.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2536.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2537.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2538.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2539.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2540.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2541.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2542.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2543.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2544.         ], [
  2545.             'translation.loader.csv' => '?',
  2546.             'translation.loader.dat' => '?',
  2547.             'translation.loader.ini' => '?',
  2548.             'translation.loader.json' => '?',
  2549.             'translation.loader.mo' => '?',
  2550.             'translation.loader.php' => '?',
  2551.             'translation.loader.po' => '?',
  2552.             'translation.loader.qt' => '?',
  2553.             'translation.loader.res' => '?',
  2554.             'translation.loader.xliff' => '?',
  2555.             'translation.loader.yml' => '?',
  2556.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/translations/admin.fr.yaml'), => (\dirname(__DIR__4).'/translations/diagnostic.fr.yaml'), => (\dirname(__DIR__4).'/translations/email.fr.yaml'), => (\dirname(__DIR__4).'/translations/enum.fr.yaml'), 10 => (\dirname(__DIR__4).'/translations/flash.fr.yaml'), 11 => (\dirname(__DIR__4).'/translations/localisation.fr.yaml'), 12 => (\dirname(__DIR__4).'/translations/menu.fr.yaml'), 13 => (\dirname(__DIR__4).'/translations/profile.fr.yaml'), 14 => (\dirname(__DIR__4).'/translations/reset_password.fr.yaml'), 15 => (\dirname(__DIR__4).'/translations/security.fr.yaml'), 16 => (\dirname(__DIR__4).'/translations/validators.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.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'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/maxwellmc/doctrine-fixtures-autonumber-reset-bundle/MaxwellMc/DoctrineFixturesAutonumberResetBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/novaway/core-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/novaway/test-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/novaway/mailer-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/yectep/phpspreadsheet-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 32 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'10 => 'vendor/symfony/security-bundle/translations'11 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'12 => 'vendor/helios-ag/fm-elfinder-bundle/src/translations'13 => 'vendor/liip/imagine-bundle/translations'14 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'15 => 'vendor/maxwellmc/doctrine-fixtures-autonumber-reset-bundle/MaxwellMc/DoctrineFixturesAutonumberResetBundle/translations'16 => 'vendor/doctrine/doctrine-migrations-bundle/translations'17 => 'vendor/novaway/core-bundle/src/translations'18 => 'vendor/novaway/test-bundle/src/translations'19 => 'vendor/sensio/framework-extra-bundle/src/translations'20 => 'vendor/stof/doctrine-extensions-bundle/src/translations'21 => 'vendor/symfony/debug-bundle/translations'22 => 'vendor/symfony/maker-bundle/src/translations'23 => 'vendor/symfony/monolog-bundle/translations'24 => 'vendor/symfony/swiftmailer-bundle/translations'25 => 'vendor/symfony/web-profiler-bundle/translations'26 => 'vendor/twig/extra-bundle/translations'27 => 'vendor/novaway/mailer-bundle/src/translations'28 => 'vendor/yectep/phpspreadsheet-bundle/src/translations'29 => 'vendor/hslavich/oneloginsaml-bundle/translations'30 => 'vendor/knplabs/knp-snappy-bundle/src/translations'31 => 'vendor/sentry/sentry-symfony/src/translations'32 => 'vendor/nelmio/api-doc-bundle/translations']]], []);
  2557.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2558.         $instance->setFallbackLocales([=> 'en']);
  2559.         return $instance;
  2560.     }
  2561.     /**
  2562.      * Gets the private 'validator.builder' shared service.
  2563.      *
  2564.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2565.      */
  2566.     protected function getValidator_BuilderService()
  2567.     {
  2568.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2569.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2570.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2571.             'App\\Infrastructure\\Validator\\EnsembleIsValidValidator' => ['privates''App\\Infrastructure\\Validator\\EnsembleIsValidValidator''getEnsembleIsValidValidatorService'true],
  2572.             'App\\Infrastructure\\Validator\\ModuleIsValidValidator' => ['privates''App\\Infrastructure\\Validator\\ModuleIsValidValidator''getModuleIsValidValidatorService'true],
  2573.             'App\\Infrastructure\\Validator\\ModuleOrEnsembleIsValidValidator' => ['privates''App\\Infrastructure\\Validator\\ModuleOrEnsembleIsValidValidator''getModuleOrEnsembleIsValidValidatorService'true],
  2574.             'App\\Infrastructure\\Validator\\NumeroBTIsValidValidator' => ['privates''App\\Infrastructure\\Validator\\NumeroBTIsValidValidator''getNumeroBTIsValidValidatorService'true],
  2575.             'App\\Infrastructure\\Validator\\TableauCorrespondance\\TableauCorrespondanceIsValidValidator' => ['privates''App\\Infrastructure\\Validator\\TableauCorrespondance\\TableauCorrespondanceIsValidValidator''getTableauCorrespondanceIsValidValidatorService'true],
  2576.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2577.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2578.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2579.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2580.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2581.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2582.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2583.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2584.         ], [
  2585.             'App\\Infrastructure\\Validator\\EnsembleIsValidValidator' => '?',
  2586.             'App\\Infrastructure\\Validator\\ModuleIsValidValidator' => '?',
  2587.             'App\\Infrastructure\\Validator\\ModuleOrEnsembleIsValidValidator' => '?',
  2588.             'App\\Infrastructure\\Validator\\NumeroBTIsValidValidator' => '?',
  2589.             'App\\Infrastructure\\Validator\\TableauCorrespondance\\TableauCorrespondanceIsValidValidator' => '?',
  2590.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2591.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2592.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2593.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2594.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2595.             'doctrine.orm.validator.unique' => '?',
  2596.             'security.validator.user_password' => '?',
  2597.             'validator.expression' => '?',
  2598.         ])));
  2599.         if ($this->has('translator')) {
  2600.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2601.         }
  2602.         $instance->setTranslationDomain('validators');
  2603.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2604.         $instance->enableAnnotationMapping(true);
  2605.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2606.         $instance->addMethodMapping('loadValidatorMetadata');
  2607.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2608.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2609.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2610.         return $instance;
  2611.     }
  2612.     /**
  2613.      * Gets the private 'var_dumper.html_dumper' shared service.
  2614.      *
  2615.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2616.      */
  2617.     protected function getVarDumper_HtmlDumperService()
  2618.     {
  2619.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2620.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2621.         return $instance;
  2622.     }
  2623.     /**
  2624.      * Gets the private 'var_dumper.server_connection' shared service.
  2625.      *
  2626.      * @return \Symfony\Component\VarDumper\Server\Connection
  2627.      */
  2628.     protected function getVarDumper_ServerConnectionService()
  2629.     {
  2630.         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()]);
  2631.     }
  2632.     /**
  2633.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2634.      *
  2635.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2636.      */
  2637.     protected function getVichUploader_MetadataReaderService()
  2638.     {
  2639.         $a = new \Metadata\Driver\FileLocator([]);
  2640.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Vich\UploaderBundle\Metadata\Driver\AttributeReader()), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2641.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2642.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2643.     }
  2644.     /**
  2645.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2646.      *
  2647.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2648.      */
  2649.     protected function getVichUploader_PropertyMappingFactoryService()
  2650.     {
  2651.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->getParameter('vich_uploader.mappings'), '_name');
  2652.     }
  2653.     /**
  2654.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  2655.      *
  2656.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  2657.      */
  2658.     protected function getVichUploader_Storage_FileSystemService()
  2659.     {
  2660.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  2661.     }
  2662.     /**
  2663.      * Gets the private 'web_profiler.csp.handler' shared service.
  2664.      *
  2665.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2666.      */
  2667.     protected function getWebProfiler_Csp_HandlerService()
  2668.     {
  2669.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2670.     }
  2671.     /**
  2672.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2673.      *
  2674.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2675.      */
  2676.     protected function getWebProfiler_DebugToolbarService()
  2677.     {
  2678.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2679.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2680.             return $this->privates['web_profiler.debug_toolbar'];
  2681.         }
  2682.         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()));
  2683.     }
  2684.     /**
  2685.      * Gets the public 'cache_clearer' alias.
  2686.      *
  2687.      * @return object The ".container.private.cache_clearer" service.
  2688.      */
  2689.     protected function getCacheClearerService()
  2690.     {
  2691.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2692.         return $this->get('.container.private.cache_clearer');
  2693.     }
  2694.     /**
  2695.      * Gets the public 'filesystem' alias.
  2696.      *
  2697.      * @return object The ".container.private.filesystem" service.
  2698.      */
  2699.     protected function getFilesystemService()
  2700.     {
  2701.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2702.         return $this->get('.container.private.filesystem');
  2703.     }
  2704.     /**
  2705.      * Gets the public 'serializer' alias.
  2706.      *
  2707.      * @return object The ".container.private.serializer" service.
  2708.      */
  2709.     protected function getSerializerService()
  2710.     {
  2711.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2712.         return $this->get('.container.private.serializer');
  2713.     }
  2714.     /**
  2715.      * Gets the public 'security.csrf.token_manager' alias.
  2716.      *
  2717.      * @return object The ".container.private.security.csrf.token_manager" service.
  2718.      */
  2719.     protected function getSecurity_Csrf_TokenManagerService()
  2720.     {
  2721.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2722.         return $this->get('.container.private.security.csrf.token_manager');
  2723.     }
  2724.     /**
  2725.      * Gets the public 'form.factory' alias.
  2726.      *
  2727.      * @return object The ".container.private.form.factory" service.
  2728.      */
  2729.     protected function getForm_FactoryService()
  2730.     {
  2731.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2732.         return $this->get('.container.private.form.factory');
  2733.     }
  2734.     /**
  2735.      * Gets the public 'form.type.file' alias.
  2736.      *
  2737.      * @return object The ".container.private.form.type.file" service.
  2738.      */
  2739.     protected function getForm_Type_FileService()
  2740.     {
  2741.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2742.         return $this->get('.container.private.form.type.file');
  2743.     }
  2744.     /**
  2745.      * Gets the public 'profiler' alias.
  2746.      *
  2747.      * @return object The ".container.private.profiler" service.
  2748.      */
  2749.     protected function getProfilerService()
  2750.     {
  2751.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2752.         return $this->get('.container.private.profiler');
  2753.     }
  2754.     /**
  2755.      * Gets the public 'twig' alias.
  2756.      *
  2757.      * @return object The ".container.private.twig" service.
  2758.      */
  2759.     protected function getTwigService()
  2760.     {
  2761.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2762.         return $this->get('.container.private.twig');
  2763.     }
  2764.     /**
  2765.      * Gets the public 'security.authorization_checker' alias.
  2766.      *
  2767.      * @return object The ".container.private.security.authorization_checker" service.
  2768.      */
  2769.     protected function getSecurity_AuthorizationCheckerService()
  2770.     {
  2771.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2772.         return $this->get('.container.private.security.authorization_checker');
  2773.     }
  2774.     /**
  2775.      * Gets the public 'security.token_storage' alias.
  2776.      *
  2777.      * @return object The ".container.private.security.token_storage" service.
  2778.      */
  2779.     protected function getSecurity_TokenStorageService()
  2780.     {
  2781.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2782.         return $this->get('.container.private.security.token_storage');
  2783.     }
  2784.     /**
  2785.      * Gets the public 'security.password_encoder' alias.
  2786.      *
  2787.      * @return object The ".container.private.security.password_encoder" service.
  2788.      */
  2789.     protected function getSecurity_PasswordEncoderService()
  2790.     {
  2791.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2792.         return $this->get('.container.private.security.password_encoder');
  2793.     }
  2794.     /**
  2795.      * Gets the public 'session' alias.
  2796.      *
  2797.      * @return object The ".container.private.session" service.
  2798.      */
  2799.     protected function getSessionService()
  2800.     {
  2801.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2802.         return $this->get('.container.private.session');
  2803.     }
  2804.     /**
  2805.      * Gets the public 'validator' alias.
  2806.      *
  2807.      * @return object The ".container.private.validator" service.
  2808.      */
  2809.     protected function getValidatorService()
  2810.     {
  2811.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2812.         return $this->get('.container.private.validator');
  2813.     }
  2814.     /**
  2815.      * @return array|bool|float|int|string|\UnitEnum|null
  2816.      */
  2817.     public function getParameter(string $name)
  2818.     {
  2819.         if (isset($this->buildParameters[$name])) {
  2820.             return $this->buildParameters[$name];
  2821.         }
  2822.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2823.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2824.         }
  2825.         if (isset($this->loadedDynamicParameters[$name])) {
  2826.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2827.         }
  2828.         return $this->parameters[$name];
  2829.     }
  2830.     public function hasParameter(string $name): bool
  2831.     {
  2832.         if (isset($this->buildParameters[$name])) {
  2833.             return true;
  2834.         }
  2835.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2836.     }
  2837.     public function setParameter(string $name$value): void
  2838.     {
  2839.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2840.     }
  2841.     public function getParameterBag(): ParameterBagInterface
  2842.     {
  2843.         if (null === $this->parameterBag) {
  2844.             $parameters $this->parameters;
  2845.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2846.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2847.             }
  2848.             foreach ($this->buildParameters as $name => $value) {
  2849.                 $parameters[$name] = $value;
  2850.             }
  2851.             $this->parameterBag = new FrozenParameterBag($parameters);
  2852.         }
  2853.         return $this->parameterBag;
  2854.     }
  2855.     private $loadedDynamicParameters = [
  2856.         'kernel.runtime_environment' => false,
  2857.         'kernel.build_dir' => false,
  2858.         'kernel.cache_dir' => false,
  2859.         'database_dbname' => false,
  2860.         'database_host' => false,
  2861.         'database_port' => false,
  2862.         'database_user' => false,
  2863.         'database_password' => false,
  2864.         'mailer_dsn' => false,
  2865.         'log_mailer_dsn' => false,
  2866.         'log_mailer_config' => false,
  2867.         'elastic_port' => false,
  2868.         'sso.enable_login' => false,
  2869.         'ged_base_url' => false,
  2870.         'kernel.secret' => false,
  2871.         'debug.container.dump' => false,
  2872.         'serializer.mapping.cache.file' => false,
  2873.         'validator.mapping.cache.file' => false,
  2874.         'profiler.storage.dsn' => false,
  2875.         'doctrine.orm.proxy_dir' => false,
  2876.         'vich_uploader.mappings' => false,
  2877.         'knp_snappy.pdf.binary' => false,
  2878.     ];
  2879.     private $dynamicParameters = [];
  2880.     private function getDynamicParameter(string $name)
  2881.     {
  2882.         switch ($name) {
  2883.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2884.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2885.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2886.             case 'database_dbname'$value $this->getEnv('MYSQL_DB'); break;
  2887.             case 'database_host'$value $this->getEnv('MYSQL_HOST'); break;
  2888.             case 'database_port'$value $this->getEnv('MYSQL_PORT'); break;
  2889.             case 'database_user'$value $this->getEnv('MYSQL_USER'); break;
  2890.             case 'database_password'$value $this->getEnv('MYSQL_PWD'); break;
  2891.             case 'mailer_dsn'$value $this->getEnv('MAILER_URL'); break;
  2892.             case 'log_mailer_dsn'$value $this->getEnv('MAILER_URL'); break;
  2893.             case 'log_mailer_config'$value = [
  2894.                 'url' => $this->getEnv('MAILER_URL'),
  2895.                 'delivery_addresses' => [
  2896.                     => 'kevin.meissonnier@novaway.fr',
  2897.                     => 'fanny@novaway.fr',
  2898.                 ],
  2899.                 'delivery_whitelist' => [
  2900.                     => '/@novaway\\.fr$/',
  2901.                 ],
  2902.             ]; break;
  2903.             case 'elastic_port'$value $this->getEnv('ELASTIC_PORT'); break;
  2904.             case 'sso.enable_login'$value $this->getEnv('ENABLE_SSO_LOGIN'); break;
  2905.             case 'ged_base_url'$value $this->getEnv('GED_BASE_URL'); break;
  2906.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2907.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2908.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2909.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2910.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2911.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2912.             case 'vich_uploader.mappings'$value = [
  2913.                 'diagnosticFile' => [
  2914.                     'uri_prefix' => '/uploads/diagnostic/file',
  2915.                     'upload_destination' => (\dirname(__DIR__4).'/'.$this->getEnv('string:UPLOAD_FOLDER')),
  2916.                     'inject_on_load' => true,
  2917.                     'delete_on_update' => true,
  2918.                     'delete_on_remove' => true,
  2919.                     'namer' => [
  2920.                         'service' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer.diagnosticFile',
  2921.                         'options' => NULL,
  2922.                     ],
  2923.                     'directory_namer' => [
  2924.                         'service' => NULL,
  2925.                         'options' => NULL,
  2926.                     ],
  2927.                     'db_driver' => 'orm',
  2928.                 ],
  2929.             ]; break;
  2930.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  2931.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2932.         }
  2933.         $this->loadedDynamicParameters[$name] = true;
  2934.         return $this->dynamicParameters[$name] = $value;
  2935.     }
  2936.     protected function getDefaultParameters(): array
  2937.     {
  2938.         return [
  2939.             'kernel.project_dir' => \dirname(__DIR__4),
  2940.             'kernel.environment' => 'dev',
  2941.             'kernel.debug' => true,
  2942.             'kernel.logs_dir' => (\dirname(__DIR__6).'/shared/var/log'),
  2943.             'kernel.bundles' => [
  2944.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2945.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2946.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2947.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2948.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2949.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  2950.                 'FMElfinderBundle' => 'FM\\ElfinderBundle\\FMElfinderBundle',
  2951.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2952.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2953.                 'DoctrineFixturesAutonumberResetBundle' => 'MaxwellMc\\DoctrineFixturesAutonumberResetBundle\\DoctrineFixturesAutonumberResetBundle',
  2954.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2955.                 'NovawayCoreBundle' => 'Novaway\\CoreBundle\\NovawayCoreBundle',
  2956.                 'NovawayTestBundle' => 'Novaway\\TestBundle\\NovawayTestBundle',
  2957.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2958.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2959.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2960.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2961.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2962.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2963.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2964.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2965.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2966.                 'NovawayMailerBundle' => 'Novaway\\MailerBundle\\NovawayMailerBundle',
  2967.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  2968.                 'PhpSpreadsheetBundle' => 'Yectep\\PhpSpreadsheetBundle\\PhpSpreadsheetBundle',
  2969.                 'HslavichOneloginSamlBundle' => 'Hslavich\\OneloginSamlBundle\\HslavichOneloginSamlBundle',
  2970.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  2971.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  2972.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  2973.             ],
  2974.             'kernel.bundles_metadata' => [
  2975.                 'FrameworkBundle' => [
  2976.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2977.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2978.                 ],
  2979.                 'DoctrineBundle' => [
  2980.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2981.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2982.                 ],
  2983.                 'TwigBundle' => [
  2984.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2985.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2986.                 ],
  2987.                 'SecurityBundle' => [
  2988.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2989.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2990.                 ],
  2991.                 'EasyAdminBundle' => [
  2992.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  2993.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2994.                 ],
  2995.                 'FOSCKEditorBundle' => [
  2996.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  2997.                     'namespace' => 'FOS\\CKEditorBundle',
  2998.                 ],
  2999.                 'FMElfinderBundle' => [
  3000.                     'path' => (\dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src'),
  3001.                     'namespace' => 'FM\\ElfinderBundle',
  3002.                 ],
  3003.                 'LiipImagineBundle' => [
  3004.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3005.                     'namespace' => 'Liip\\ImagineBundle',
  3006.                 ],
  3007.                 'DoctrineFixturesBundle' => [
  3008.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3009.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3010.                 ],
  3011.                 'DoctrineFixturesAutonumberResetBundle' => [
  3012.                     'path' => (\dirname(__DIR__4).'/vendor/maxwellmc/doctrine-fixtures-autonumber-reset-bundle/MaxwellMc/DoctrineFixturesAutonumberResetBundle'),
  3013.                     'namespace' => 'MaxwellMc\\DoctrineFixturesAutonumberResetBundle',
  3014.                 ],
  3015.                 'DoctrineMigrationsBundle' => [
  3016.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3017.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3018.                 ],
  3019.                 'NovawayCoreBundle' => [
  3020.                     'path' => (\dirname(__DIR__4).'/vendor/novaway/core-bundle/src'),
  3021.                     'namespace' => 'Novaway\\CoreBundle',
  3022.                 ],
  3023.                 'NovawayTestBundle' => [
  3024.                     'path' => (\dirname(__DIR__4).'/vendor/novaway/test-bundle/src'),
  3025.                     'namespace' => 'Novaway\\TestBundle',
  3026.                 ],
  3027.                 'SensioFrameworkExtraBundle' => [
  3028.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3029.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3030.                 ],
  3031.                 'StofDoctrineExtensionsBundle' => [
  3032.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3033.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3034.                 ],
  3035.                 'DebugBundle' => [
  3036.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3037.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3038.                 ],
  3039.                 'MakerBundle' => [
  3040.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3041.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3042.                 ],
  3043.                 'MonologBundle' => [
  3044.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3045.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3046.                 ],
  3047.                 'SwiftmailerBundle' => [
  3048.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3049.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3050.                 ],
  3051.                 'WebProfilerBundle' => [
  3052.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3053.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3054.                 ],
  3055.                 'TwigExtraBundle' => [
  3056.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3057.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3058.                 ],
  3059.                 'VichUploaderBundle' => [
  3060.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3061.                     'namespace' => 'Vich\\UploaderBundle',
  3062.                 ],
  3063.                 'NovawayMailerBundle' => [
  3064.                     'path' => (\dirname(__DIR__4).'/vendor/novaway/mailer-bundle/src'),
  3065.                     'namespace' => 'Novaway\\MailerBundle',
  3066.                 ],
  3067.                 'SymfonyCastsResetPasswordBundle' => [
  3068.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3069.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3070.                 ],
  3071.                 'PhpSpreadsheetBundle' => [
  3072.                     'path' => (\dirname(__DIR__4).'/vendor/yectep/phpspreadsheet-bundle/src'),
  3073.                     'namespace' => 'Yectep\\PhpSpreadsheetBundle',
  3074.                 ],
  3075.                 'HslavichOneloginSamlBundle' => [
  3076.                     'path' => (\dirname(__DIR__4).'/vendor/hslavich/oneloginsaml-bundle'),
  3077.                     'namespace' => 'Hslavich\\OneloginSamlBundle',
  3078.                 ],
  3079.                 'KnpSnappyBundle' => [
  3080.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3081.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3082.                 ],
  3083.                 'SentryBundle' => [
  3084.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  3085.                     'namespace' => 'Sentry\\SentryBundle',
  3086.                 ],
  3087.                 'NelmioApiDocBundle' => [
  3088.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  3089.                     'namespace' => 'Nelmio\\ApiDocBundle',
  3090.                 ],
  3091.             ],
  3092.             'kernel.charset' => 'UTF-8',
  3093.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3094.             'static' => [
  3095.                 'hello' => 'world',
  3096.             ],
  3097.             'request_context.host' => 'opac-diagnostique.local',
  3098.             'request_context.scheme' => 'http',
  3099.             'request_context.base_url' => '/',
  3100.             'request_context.base_path' => '/',
  3101.             'request_context.secure' => true,
  3102.             'mail_environment' => 'dev',
  3103.             'sender_mail' => 'sender@novaway.fr',
  3104.             'sender_name' => 'novaway',
  3105.             'log_receiver_mail' => 'developer@novaway.fr',
  3106.             'log_sender_mail' => 'sender@novaway.fr',
  3107.             'elastic_host' => 'http://service.elasticsearch',
  3108.             'imagine.file_system_root' => (\dirname(__DIR__4).'/public'),
  3109.             'imagine.file_system_shared_root' => (\dirname(__DIR__4).'/public'),
  3110.             'sso.saml.idp.entity_id' => 'http://opac-diagnostique.local:8080/simplesaml/saml2/idp/metadata.php',
  3111.             'sso.saml.idp.sso.url' => 'http://opac-diagnostique.local:8080/simplesaml/saml2/idp/SSOService.php',
  3112.             'sso.saml.idp.slo.url' => 'http://opac-diagnostique.local:8080/simplesaml/saml2/idp/SingleLogoutService.php',
  3113.             'sso.saml.idp.certificat' => 'MIICmjCCAYICCQDX5sKPsYV3+jANBgkqhkiG9w0BAQsFADAPMQ0wCwYDVQQDDAR0 ZXN0MB4XDTE5MTIyMzA5MDI1MVoXDTIwMDEyMjA5MDI1MVowDzENMAsGA1UEAwwE dGVzdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMdtDJ278DQTp84O 5Nq5F8s5YOR34GFOGI2Swb/3pU7X7918lVljiKv7WVM65S59nJSyXV+fa15qoXLf sdRnq3yw0hTSTs2YDX+jl98kK3ksk3rROfYh1LIgByj4/4NeNpExgeB6rQk5Ay7Y S+ARmMzEjXa0favHxu5BOdB2y6WvRQyjPS2lirT/PKWBZc04QZepsZ56+W7bd557 tdedcYdY/nKI1qmSQClG2qgslzgqFOv1KCOw43a3mcK/TiiD8IXyLMJNC6OFW3xT L/BG6SOZ3dQ9rjQOBga+6GIaQsDjC4Xp7Kx+FkSvgaw0sJV8gt1mlZy+27Sza6d+ hHD2pWECAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAm2fk1+gd08FQxK7TL04O8EK1 f0bzaGGUxWzlh98a3Dm8+OPhVQRi/KLsFHliLC86lsZQKunYdDB+qd0KUk2oqDG6 tstG/htmRYD/S/jNmt8gyPAVi11dHUqW3IvQgJLwxZtoAv6PNs188hvT1WK3VWJ4 YgFKYi5XQYnR5sv69Vsr91lYAxyrIlMKahjSW1jTD3ByRfAQghsSLk6fV0OyJHyh uF1TxOVBVf8XOdaqfmvD90JGIPGtfMLPUX4m35qaGAU48PwCL7L3cRHYs9wZWc0i fXZcBENLtHYCLi5txR8c5lyHB9d3AQHzKHMFNjLswn5HsckKg83RH7+eVqHqGw=='."\n".'',
  3114.             'sso.saml.sp.certificat' => (\dirname(__DIR__4).'/sso/certificate.crt'),
  3115.             'sso.saml.sp.private_key' => (\dirname(__DIR__4).'/sso/privateKey.key'),
  3116.             'sso.saml.base_url' => 'http://opac-diagnostique.local/saml',
  3117.             'sso.saml.sp.entity_id' => 'http://opac-diagnostique.local/saml/metadata',
  3118.             'sso.saml.sp.acs.url' => 'http://opac-diagnostique.local/saml/acs',
  3119.             'sso.saml.sp.slo.url' => 'http://opac-diagnostique.local/saml/logout',
  3120.             'ged_path' => (\dirname(__DIR__3).'/ged'),
  3121.             'security_entry_point' => 'form_login',
  3122.             'mail.delivery_addresses' => [
  3123.                 => 'kevin.meissonnier@novaway.fr',
  3124.                 => 'fanny@novaway.fr',
  3125.                 => 'jean.quetu@opacsaoneetloire.fr',
  3126.                 => 'Thibaut.duvivier@opacsaoneetloire.fr',
  3127.                 => 'olivier.brouillard@opacsaoneetloire.fr',
  3128.                 => 'emmanuel.pere@opacsaoneetloire.fr',
  3129.                 => 'yvan.besson@opacsaoneetloire.fr',
  3130.             ],
  3131.             'locale' => 'fr',
  3132.             'site_name' => 'opac-diagnostique',
  3133.             'router.request_context.host' => 'opac-diagnostique.local',
  3134.             'router.request_context.scheme' => 'http',
  3135.             'router.request_context.base_url' => '/',
  3136.             'asset.request_context.base_path' => '/',
  3137.             'asset.request_context.secure' => true,
  3138.             'site_url_no_scheme' => 'opac-diagnostique.local',
  3139.             'site_url' => 'http://opac-diagnostique.local',
  3140.             'framework.session.cookie_secure' => true,
  3141.             'event_dispatcher.event_aliases' => [
  3142.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3143.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3144.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3145.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3146.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3147.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3148.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3149.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3150.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3151.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3152.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3153.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3154.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3155.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3156.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3157.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3158.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3159.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3160.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3161.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3162.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3163.             ],
  3164.             'fragment.renderer.hinclude.global_template' => NULL,
  3165.             'fragment.path' => '/_fragment',
  3166.             'kernel.http_method_override' => false,
  3167.             'kernel.trusted_hosts' => [
  3168.             ],
  3169.             'kernel.default_locale' => 'fr',
  3170.             'kernel.enabled_locales' => [
  3171.             ],
  3172.             'kernel.error_controller' => 'error_controller',
  3173.             'debug.file_link_format' => NULL,
  3174.             'translator.logging' => false,
  3175.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3176.             'debug.error_handler.throw_at' => -1,
  3177.             'router.resource' => 'kernel::loadRoutes',
  3178.             'request_listener.http_port' => 80,
  3179.             'request_listener.https_port' => 443,
  3180.             'session.metadata.storage_key' => '_sf2_meta',
  3181.             'session.storage.options' => [
  3182.                 'cache_limiter' => '0',
  3183.                 'cookie_secure' => 'auto',
  3184.                 'cookie_httponly' => true,
  3185.                 'cookie_samesite' => 'lax',
  3186.                 'gc_probability' => 1,
  3187.             ],
  3188.             'session.save_path' => NULL,
  3189.             'session.metadata.update_threshold' => 0,
  3190.             'form.type_extension.csrf.enabled' => true,
  3191.             'form.type_extension.csrf.field_name' => '_token',
  3192.             'validator.translation_domain' => 'validators',
  3193.             'profiler_listener.only_exceptions' => false,
  3194.             'profiler_listener.only_main_requests' => false,
  3195.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3196.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3197.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3198.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3199.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3200.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3201.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3202.             'doctrine.entity_managers' => [
  3203.                 'default' => 'doctrine.orm.default_entity_manager',
  3204.             ],
  3205.             'doctrine.default_entity_manager' => 'default',
  3206.             'doctrine.dbal.connection_factory.types' => [
  3207.                 'uuid' => [
  3208.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3209.                 ],
  3210.                 'ulid' => [
  3211.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3212.                 ],
  3213.             ],
  3214.             'doctrine.connections' => [
  3215.                 'default' => 'doctrine.dbal.default_connection',
  3216.             ],
  3217.             'doctrine.default_connection' => 'default',
  3218.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3219.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3220.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3221.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3222.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3223.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3224.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3225.             'doctrine.orm.cache.memcache_port' => 11211,
  3226.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3227.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3228.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3229.             'doctrine.orm.cache.memcached_port' => 11211,
  3230.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3231.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3232.             'doctrine.orm.cache.redis_host' => 'localhost',
  3233.             'doctrine.orm.cache.redis_port' => 6379,
  3234.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3235.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3236.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3237.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3238.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3239.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3240.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3241.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3242.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3243.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3244.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3245.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3246.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3247.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3248.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3249.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3250.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3251.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3252.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3253.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3254.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3255.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3256.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  3257.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3258.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3259.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3260.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3261.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3262.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3263.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3264.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3265.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3266.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3267.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3268.             'twig.form.resources' => [
  3269.                 => '@FMElfinder/Form/elfinder_widget.html.twig',
  3270.                 => '@VichUploader/Form/fields.html.twig',
  3271.                 => 'form_div_layout.html.twig',
  3272.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3273.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3274.                 => 'Form/base_theme.html.twig',
  3275.                 => 'Form/widget_specific_class_theme.html.twig',
  3276.             ],
  3277.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3278.             'security.role_hierarchy.roles' => [
  3279.             ],
  3280.             'security.access.denied_url' => NULL,
  3281.             'security.authentication.manager.erase_credentials' => true,
  3282.             'security.authentication.session_strategy.strategy' => 'migrate',
  3283.             'security.access.always_authenticate_before_granting' => false,
  3284.             'security.authentication.hide_user_not_found' => true,
  3285.             'security.firewalls' => [
  3286.                 => 'dev',
  3287.                 => 'api',
  3288.                 => 'main',
  3289.             ],
  3290.             'easyadmin.config' => [
  3291.             ],
  3292.             'fm_elfinder.loader' => 'FM\\ElfinderBundle\\Loader\\ElFinderLoader',
  3293.             'fm_elfinder.configurator' => 'FM\\ElfinderBundle\\Configuration\\ElFinderConfigurationReader',
  3294.             'elfinder.form.type.class' => 'FM\\ElfinderBundle\\Form\\Type\\ElFinderType',
  3295.             'fm_elfinder' => [
  3296.                 'instances' => [
  3297.                     'default' => [
  3298.                         'connector' => [
  3299.                             'roots' => [
  3300.                                 'uploads' => [
  3301.                                     'driver' => 'LocalFileSystem',
  3302.                                     'path' => 'uploads',
  3303.                                     'volume_id' => 0,
  3304.                                     'autoload' => false,
  3305.                                     'phash' => '',
  3306.                                     'trash_hash' => '',
  3307.                                     'locale' => '',
  3308.                                     'i18n_folder_name' => false,
  3309.                                     'mime_detect' => 'auto',
  3310.                                     'mimefile' => '',
  3311.                                     'security_voter' => '',
  3312.                                     'start_path' => '',
  3313.                                     'encoding' => 'UTF-8',
  3314.                                     'url' => '',
  3315.                                     'alias' => '',
  3316.                                     'img_lib' => 'auto',
  3317.                                     'tmb_path' => '.tmb',
  3318.                                     'tmb_path_mode' => 511,
  3319.                                     'tmb_url' => '',
  3320.                                     'tmb_size' => 48,
  3321.                                     'tmb_crop' => true,
  3322.                                     'tmb_bg_color' => '#ffffff',
  3323.                                     'quarantine' => NULL,
  3324.                                     'copy_overwrite' => true,
  3325.                                     'copy_join' => true,
  3326.                                     'copy_from' => true,
  3327.                                     'copy_to' => true,
  3328.                                     'upload_overwrite' => true,
  3329.                                     'fileMode' => 420,
  3330.                                     'upload_allow' => [
  3331.                                         => 'image',
  3332.                                     ],
  3333.                                     'upload_deny' => [
  3334.                                         => 'all',
  3335.                                     ],
  3336.                                     'upload_order' => [
  3337.                                         => 'deny',
  3338.                                         => 'allow',
  3339.                                     ],
  3340.                                     'upload_max_size' => 0,
  3341.                                     'upload_max_conn' => 3,
  3342.                                     'defaults' => [
  3343.                                         'read' => true,
  3344.                                         'write' => true,
  3345.                                     ],
  3346.                                     'attributes' => [
  3347.                                     ],
  3348.                                     'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
  3349.                                     'show_hidden' => false,
  3350.                                     'disabled_commands' => [
  3351.                                     ],
  3352.                                     'tree_deep' => 0,
  3353.                                     'check_subfolders' => 1,
  3354.                                     'separator' => '/',
  3355.                                     'date_format' => 'j M Y H:i',
  3356.                                     'time_format' => 'H:i',
  3357.                                     'archive_mimes' => [
  3358.                                     ],
  3359.                                     'archivers' => [
  3360.                                         'enabled' => false,
  3361.                                         'create' => [
  3362.                                         ],
  3363.                                         'extract' => [
  3364.                                         ],
  3365.                                     ],
  3366.                                     'flysystem' => [
  3367.                                         'enabled' => false,
  3368.                                         'filesystem' => '',
  3369.                                         'type' => '',
  3370.                                         'adapter_service' => '',
  3371.                                     ],
  3372.                                     'glide_url' => '',
  3373.                                     'glide_key' => '',
  3374.                                     'plugins' => [
  3375.                                     ],
  3376.                                     'driver_options' => [
  3377.                                     ],
  3378.                                     'dropbox2_settings' => [
  3379.                                         'enabled' => false,
  3380.                                         'aliasFormat' => '%s@Dropbox',
  3381.                                         'path' => '/',
  3382.                                         'separator' => '/',
  3383.                                         'acceptedName' => '%s@Dropbox',
  3384.                                         'rootCssClass' => 'elfinder-navbar-root-dropbox',
  3385.                                         'getThumbSize' => 'medium',
  3386.                                     ],
  3387.                                     'box_settings' => [
  3388.                                         'enabled' => false,
  3389.                                         'root' => 'Box.com',
  3390.                                         'path' => '/',
  3391.                                         'separator' => '/',
  3392.                                         'tmbPath' => '',
  3393.                                         'tmbURL' => '',
  3394.                                         'tmpPath' => '',
  3395.                                         'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  3396.                                         'rootCssClass' => 'elfinder-navbar-root-box',
  3397.                                     ],
  3398.                                     'onedrive_settings' => [
  3399.                                         'enabled' => false,
  3400.                                         'root' => 'OneDrive.com',
  3401.                                         'OneDriveApiClient' => '',
  3402.                                         'path' => '/',
  3403.                                         'separator' => '/',
  3404.                                         'tmbPath' => '',
  3405.                                         'tmbURL' => '',
  3406.                                         'tmpPath' => '',
  3407.                                         'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  3408.                                         'rootCssClass' => 'elfinder-navbar-root-onedrive',
  3409.                                         'useApiThumbnail' => true,
  3410.                                     ],
  3411.                                     'ftp_settings' => [
  3412.                                         'enabled' => false,
  3413.                                     ],
  3414.                                     'mysql_settings' => [
  3415.                                         'enabled' => false,
  3416.                                         'port' => NULL,
  3417.                                         'socket' => NULL,
  3418.                                         'files_table' => 'elfinder_file',
  3419.                                         'tmbPath' => '',
  3420.                                         'tmpPath' => '',
  3421.                                         'rootCssClass' => 'elfinder-navbar-root-sql',
  3422.                                         'noSessionCache' => 'hasdirs',
  3423.                                     ],
  3424.                                 ],
  3425.                             ],
  3426.                             'debug' => false,
  3427.                             'binds' => [
  3428.                             ],
  3429.                             'plugins' => [
  3430.                             ],
  3431.                         ],
  3432.                         'locale' => NULL,
  3433.                         'cors_support' => false,
  3434.                         'editor' => 'simple',
  3435.                         'editor_template' => NULL,
  3436.                         'fullscreen' => true,
  3437.                         'multi_home_folder' => false,
  3438.                         'folder_separator' => '',
  3439.                         'theme' => 'smoothness',
  3440.                         'tinymce_popup_path' => '',
  3441.                         'relative_path' => true,
  3442.                         'path_prefix' => '/',
  3443.                         'where_is_multi' => [
  3444.                         ],
  3445.                         'visible_mime_types' => [
  3446.                         ],
  3447.                     ],
  3448.                 ],
  3449.                 'configuration_provider' => 'fm_elfinder.configurator.default',
  3450.                 'assets_path' => 'assets',
  3451.                 'loader' => 'fm_elfinder.loader.default',
  3452.             ],
  3453.             'liip_imagine.resolvers' => [
  3454.                 'default' => [
  3455.                     'web_path' => [
  3456.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3457.                         'cache_prefix' => 'media/cache',
  3458.                     ],
  3459.                 ],
  3460.             ],
  3461.             'liip_imagine.loaders' => [
  3462.                 'default' => [
  3463.                     'filesystem' => [
  3464.                         'data_root' => [
  3465.                             => (\dirname(__DIR__4).'/public'),
  3466.                             => (\dirname(__DIR__4).'/public'),
  3467.                         ],
  3468.                         'locator' => 'filesystem',
  3469.                         'allow_unresolvable_data_roots' => false,
  3470.                         'bundle_resources' => [
  3471.                             'enabled' => false,
  3472.                             'access_control_type' => 'blacklist',
  3473.                             'access_control_list' => [
  3474.                             ],
  3475.                         ],
  3476.                     ],
  3477.                 ],
  3478.             ],
  3479.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  3480.             'liip_imagine.jpegoptim.stripAll' => true,
  3481.             'liip_imagine.jpegoptim.max' => NULL,
  3482.             'liip_imagine.jpegoptim.progressive' => true,
  3483.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3484.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  3485.             'liip_imagine.optipng.level' => 7,
  3486.             'liip_imagine.optipng.stripAll' => true,
  3487.             'liip_imagine.optipng.tempDir' => NULL,
  3488.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  3489.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3490.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  3491.             'liip_imagine.cwebp.tempDir' => NULL,
  3492.             'liip_imagine.cwebp.q' => 75,
  3493.             'liip_imagine.cwebp.alphaQ' => 100,
  3494.             'liip_imagine.cwebp.m' => 4,
  3495.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  3496.             'liip_imagine.cwebp.alphaMethod' => 1,
  3497.             'liip_imagine.cwebp.exact' => false,
  3498.             'liip_imagine.cwebp.metadata' => [
  3499.                 => 'none',
  3500.             ],
  3501.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  3502.             'liip_imagine.cache.resolver.default' => 'default',
  3503.             'liip_imagine.default_image' => NULL,
  3504.             'liip_imagine.filter_sets' => [
  3505.                 'cache' => [
  3506.                     'quality' => 100,
  3507.                     'jpeg_quality' => NULL,
  3508.                     'png_compression_level' => NULL,
  3509.                     'png_compression_filter' => NULL,
  3510.                     'format' => NULL,
  3511.                     'animated' => false,
  3512.                     'cache' => NULL,
  3513.                     'data_loader' => NULL,
  3514.                     'default_image' => NULL,
  3515.                     'filters' => [
  3516.                     ],
  3517.                     'post_processors' => [
  3518.                     ],
  3519.                 ],
  3520.                 'default_thumbnail' => [
  3521.                     'quality' => 85,
  3522.                     'jpeg_quality' => NULL,
  3523.                     'png_compression_level' => NULL,
  3524.                     'png_compression_filter' => NULL,
  3525.                     'format' => NULL,
  3526.                     'animated' => false,
  3527.                     'cache' => NULL,
  3528.                     'data_loader' => NULL,
  3529.                     'default_image' => NULL,
  3530.                     'filters' => [
  3531.                         'thumbnail' => [
  3532.                             'size' => [
  3533.                                 => 120,
  3534.                                 => 90,
  3535.                             ],
  3536.                             'mode' => 'inset',
  3537.                             'allow_upscale' => true,
  3538.                         ],
  3539.                     ],
  3540.                     'post_processors' => [
  3541.                     ],
  3542.                 ],
  3543.                 'medium_thumbnail' => [
  3544.                     'quality' => 85,
  3545.                     'jpeg_quality' => NULL,
  3546.                     'png_compression_level' => NULL,
  3547.                     'png_compression_filter' => NULL,
  3548.                     'format' => NULL,
  3549.                     'animated' => false,
  3550.                     'cache' => NULL,
  3551.                     'data_loader' => NULL,
  3552.                     'default_image' => NULL,
  3553.                     'filters' => [
  3554.                         'thumbnail' => [
  3555.                             'size' => [
  3556.                                 => 200,
  3557.                                 => 200,
  3558.                             ],
  3559.                             'mode' => 'inset',
  3560.                             'allow_upscale' => true,
  3561.                         ],
  3562.                     ],
  3563.                     'post_processors' => [
  3564.                     ],
  3565.                 ],
  3566.                 'large_thumbnail' => [
  3567.                     'quality' => 85,
  3568.                     'jpeg_quality' => NULL,
  3569.                     'png_compression_level' => NULL,
  3570.                     'png_compression_filter' => NULL,
  3571.                     'format' => NULL,
  3572.                     'animated' => false,
  3573.                     'cache' => NULL,
  3574.                     'data_loader' => NULL,
  3575.                     'default_image' => NULL,
  3576.                     'filters' => [
  3577.                         'thumbnail' => [
  3578.                             'size' => [
  3579.                                 => 240,
  3580.                                 => 240,
  3581.                             ],
  3582.                             'mode' => 'inset',
  3583.                             'allow_upscale' => true,
  3584.                         ],
  3585.                     ],
  3586.                     'post_processors' => [
  3587.                     ],
  3588.                 ],
  3589.             ],
  3590.             'liip_imagine.binary.loader.default' => 'default',
  3591.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3592.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3593.             'liip_imagine.webp.generate' => false,
  3594.             'liip_imagine.webp.options' => [
  3595.                 'quality' => 100,
  3596.                 'cache' => NULL,
  3597.                 'data_loader' => NULL,
  3598.                 'post_processors' => [
  3599.                 ],
  3600.             ],
  3601.             'doctrine.migrations.preferred_em' => NULL,
  3602.             'doctrine.migrations.preferred_connection' => NULL,
  3603.             'novaway_test.site_url' => 'http://opac-diagnostique.local/',
  3604.             'novaway_test.dump_dir' => 'test',
  3605.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3606.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3607.             'stof_doctrine_extensions.default_locale' => 'fr',
  3608.             'stof_doctrine_extensions.translation_fallback' => false,
  3609.             'stof_doctrine_extensions.persist_default_translation' => false,
  3610.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3611.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3612.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3613.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3614.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3615.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3616.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3617.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3618.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3619.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3620.             'monolog.use_microseconds' => true,
  3621.             'monolog.swift_mailer.handlers' => [
  3622.                 => 'monolog.handler.swift_critical',
  3623.             ],
  3624.             'monolog.handlers_to_channels' => [
  3625.                 'monolog.handler.mailer' => [
  3626.                     'type' => 'inclusive',
  3627.                     'elements' => [
  3628.                         => 'mail',
  3629.                     ],
  3630.                 ],
  3631.                 'monolog.handler.main_critical' => NULL,
  3632.                 'monolog.handler.main_error' => NULL,
  3633.                 'monolog.handler.mail' => [
  3634.                     'type' => 'inclusive',
  3635.                     'elements' => [
  3636.                         => 'mail',
  3637.                     ],
  3638.                 ],
  3639.                 'monolog.handler.console' => [
  3640.                     'type' => 'exclusive',
  3641.                     'elements' => [
  3642.                         => 'event',
  3643.                         => 'doctrine',
  3644.                         => 'console',
  3645.                         => 'mail',
  3646.                     ],
  3647.                 ],
  3648.                 'monolog.handler.main' => [
  3649.                     'type' => 'exclusive',
  3650.                     'elements' => [
  3651.                         => 'event',
  3652.                     ],
  3653.                 ],
  3654.             ],
  3655.             'swiftmailer.mailer.log_mailer.transport.name' => 'dynamic',
  3656.             'swiftmailer.mailer.log_mailer.spool.enabled' => false,
  3657.             'swiftmailer.mailer.log_mailer.plugin.impersonate' => NULL,
  3658.             'swiftmailer.mailer.log_mailer.single_address' => 'kevin.meissonnier@novaway.fr',
  3659.             'swiftmailer.mailer.log_mailer.delivery_addresses' => [
  3660.                 => 'kevin.meissonnier@novaway.fr',
  3661.                 => 'fanny@novaway.fr',
  3662.             ],
  3663.             'swiftmailer.mailer.log_mailer.delivery_whitelist' => [
  3664.                 => '/@novaway\\.fr$/',
  3665.             ],
  3666.             'swiftmailer.mailer.log_mailer.delivery.enabled' => true,
  3667.             'swiftmailer.spool.enabled' => false,
  3668.             'swiftmailer.delivery.enabled' => true,
  3669.             'swiftmailer.single_address' => 'kevin.meissonnier@novaway.fr',
  3670.             'swiftmailer.mailers' => [
  3671.                 'log_mailer' => 'swiftmailer.mailer.log_mailer',
  3672.             ],
  3673.             'swiftmailer.default_mailer' => 'log_mailer',
  3674.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3675.             'web_profiler.debug_toolbar.mode' => 2,
  3676.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3677.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3678.             'novaway_mailer.default_email_from' => 'noreply@novaway.fr',
  3679.             'novaway_mailer.default_email_from_name' => NULL,
  3680.             'novaway_mailer.delivery_addresses' => [
  3681.             ],
  3682.             'novaway_mailer.delivery_whitelist' => [
  3683.             ],
  3684.             'novaway_mailer.bcc_list' => [
  3685.             ],
  3686.             'novaway_mailer.force_default_email' => false,
  3687.             'novaway_mailer.silence_exceptions' => false,
  3688.             'novaway_mailer.logger' => '@monolog.logger.mail',
  3689.             'novaway_mailer.mailjet_params' => [
  3690.             ],
  3691.             'novaway_mailer.sendinblue_params' => [
  3692.             ],
  3693.             'novaway_mailer.transports' => [
  3694.                 => 'symfony',
  3695.                 => 'swiftmailer',
  3696.             ],
  3697.             'novaway_mailer.transport' => 'symfony',
  3698.             'phpofficebundle_spreadsheet_class' => 'Yectep\\PhpSpreadsheetBundle\\Factory',
  3699.             'hslavich_onelogin_saml.settings' => [
  3700.                 'idp' => [
  3701.                     'entityId' => 'http://opac-diagnostique.local:8080/simplesaml/saml2/idp/metadata.php',
  3702.                     'singleSignOnService' => [
  3703.                         'url' => 'http://opac-diagnostique.local:8080/simplesaml/saml2/idp/SSOService.php',
  3704.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  3705.                     ],
  3706.                     'singleLogoutService' => [
  3707.                         'url' => 'http://opac-diagnostique.local:8080/simplesaml/saml2/idp/SingleLogoutService.php',
  3708.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  3709.                     ],
  3710.                     'x509cert' => 'MIICmjCCAYICCQDX5sKPsYV3+jANBgkqhkiG9w0BAQsFADAPMQ0wCwYDVQQDDAR0 ZXN0MB4XDTE5MTIyMzA5MDI1MVoXDTIwMDEyMjA5MDI1MVowDzENMAsGA1UEAwwE dGVzdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMdtDJ278DQTp84O 5Nq5F8s5YOR34GFOGI2Swb/3pU7X7918lVljiKv7WVM65S59nJSyXV+fa15qoXLf sdRnq3yw0hTSTs2YDX+jl98kK3ksk3rROfYh1LIgByj4/4NeNpExgeB6rQk5Ay7Y S+ARmMzEjXa0favHxu5BOdB2y6WvRQyjPS2lirT/PKWBZc04QZepsZ56+W7bd557 tdedcYdY/nKI1qmSQClG2qgslzgqFOv1KCOw43a3mcK/TiiD8IXyLMJNC6OFW3xT L/BG6SOZ3dQ9rjQOBga+6GIaQsDjC4Xp7Kx+FkSvgaw0sJV8gt1mlZy+27Sza6d+ hHD2pWECAwEAATANBgkqhkiG9w0BAQsFAAOCAQEAm2fk1+gd08FQxK7TL04O8EK1 f0bzaGGUxWzlh98a3Dm8+OPhVQRi/KLsFHliLC86lsZQKunYdDB+qd0KUk2oqDG6 tstG/htmRYD/S/jNmt8gyPAVi11dHUqW3IvQgJLwxZtoAv6PNs188hvT1WK3VWJ4 YgFKYi5XQYnR5sv69Vsr91lYAxyrIlMKahjSW1jTD3ByRfAQghsSLk6fV0OyJHyh uF1TxOVBVf8XOdaqfmvD90JGIPGtfMLPUX4m35qaGAU48PwCL7L3cRHYs9wZWc0i fXZcBENLtHYCLi5txR8c5lyHB9d3AQHzKHMFNjLswn5HsckKg83RH7+eVqHqGw=='."\n".'',
  3711.                 ],
  3712.                 'sp' => [
  3713.                     'entityId' => 'http://opac-diagnostique.local/saml/metadata',
  3714.                     'assertionConsumerService' => [
  3715.                         'url' => 'http://opac-diagnostique.local/saml/acs',
  3716.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST',
  3717.                     ],
  3718.                     'attributeConsumingService' => [
  3719.                         'requestedAttributes' => [
  3720.                             => [
  3721.                                 'name' => 'urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified',
  3722.                                 'isRequired' => false,
  3723.                                 'friendlyName' => 'firstname',
  3724.                             ],
  3725.                             => [
  3726.                                 'name' => 'urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified',
  3727.                                 'isRequired' => false,
  3728.                                 'friendlyName' => 'lastname',
  3729.                             ],
  3730.                             => [
  3731.                                 'name' => 'urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified',
  3732.                                 'isRequired' => false,
  3733.                                 'friendlyName' => 'job',
  3734.                             ],
  3735.                             => [
  3736.                                 'name' => 'urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified',
  3737.                                 'isRequired' => false,
  3738.                                 'friendlyName' => 'service',
  3739.                             ],
  3740.                         ],
  3741.                     ],
  3742.                     'singleLogoutService' => [
  3743.                         'url' => 'http://opac-diagnostique.local/saml/logout',
  3744.                         'binding' => 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect',
  3745.                     ],
  3746.                     'NameIDFormat' => 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
  3747.                     'x509cert' => (\dirname(__DIR__4).'/sso/certificate.crt'),
  3748.                     'privateKey' => (\dirname(__DIR__4).'/sso/privateKey.key'),
  3749.                 ],
  3750.                 'baseurl' => 'http://opac-diagnostique.local/saml',
  3751.                 'strict' => true,
  3752.                 'debug' => true,
  3753.                 'security' => [
  3754.                     'nameIdEncrypted' => false,
  3755.                     'authnRequestsSigned' => false,
  3756.                     'logoutRequestSigned' => false,
  3757.                     'logoutResponseSigned' => false,
  3758.                     'wantMessagesSigned' => false,
  3759.                     'wantAssertionsSigned' => false,
  3760.                     'wantNameIdEncrypted' => false,
  3761.                     'requestedAuthnContext' => false,
  3762.                     'signMetadata' => false,
  3763.                     'wantXMLValidation' => true,
  3764.                     'signatureAlgorithm' => 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
  3765.                     'digestAlgorithm' => 'http://www.w3.org/2001/04/xmlenc#sha256',
  3766.                     'lowercaseUrlencoding' => true,
  3767.                     'destinationStrictlyMatches' => true,
  3768.                 ],
  3769.                 'organization' => [
  3770.                 ],
  3771.             ],
  3772.             'knp_snappy.pdf.options' => [
  3773.             ],
  3774.             'knp_snappy.pdf.env' => [
  3775.             ],
  3776.             'env(SENTRY_RELEASE)' => '1.0.0+no-version-set@{no ref',
  3777.             'sentry.tracing.enabled' => true,
  3778.             'sentry.tracing.dbal.enabled' => true,
  3779.             'sentry.tracing.dbal.connections' => [
  3780.             ],
  3781.             'sentry.tracing.cache.enabled' => true,
  3782.             'sentry.tracing.http_client.enabled' => true,
  3783.             'nelmio_api_doc.areas' => [
  3784.                 => 'default',
  3785.             ],
  3786.             'nelmio_api_doc.use_validation_groups' => false,
  3787.             'data_collector.templates' => [
  3788.                 'data_collector.request' => [
  3789.                     => 'request',
  3790.                     => '@WebProfiler/Collector/request.html.twig',
  3791.                 ],
  3792.                 'data_collector.time' => [
  3793.                     => 'time',
  3794.                     => '@WebProfiler/Collector/time.html.twig',
  3795.                 ],
  3796.                 'data_collector.memory' => [
  3797.                     => 'memory',
  3798.                     => '@WebProfiler/Collector/memory.html.twig',
  3799.                 ],
  3800.                 'data_collector.validator' => [
  3801.                     => 'validator',
  3802.                     => '@WebProfiler/Collector/validator.html.twig',
  3803.                 ],
  3804.                 'data_collector.ajax' => [
  3805.                     => 'ajax',
  3806.                     => '@WebProfiler/Collector/ajax.html.twig',
  3807.                 ],
  3808.                 'data_collector.form' => [
  3809.                     => 'form',
  3810.                     => '@WebProfiler/Collector/form.html.twig',
  3811.                 ],
  3812.                 'data_collector.exception' => [
  3813.                     => 'exception',
  3814.                     => '@WebProfiler/Collector/exception.html.twig',
  3815.                 ],
  3816.                 'data_collector.logger' => [
  3817.                     => 'logger',
  3818.                     => '@WebProfiler/Collector/logger.html.twig',
  3819.                 ],
  3820.                 'data_collector.events' => [
  3821.                     => 'events',
  3822.                     => '@WebProfiler/Collector/events.html.twig',
  3823.                 ],
  3824.                 'data_collector.router' => [
  3825.                     => 'router',
  3826.                     => '@WebProfiler/Collector/router.html.twig',
  3827.                 ],
  3828.                 'data_collector.cache' => [
  3829.                     => 'cache',
  3830.                     => '@WebProfiler/Collector/cache.html.twig',
  3831.                 ],
  3832.                 'data_collector.translation' => [
  3833.                     => 'translation',
  3834.                     => '@WebProfiler/Collector/translation.html.twig',
  3835.                 ],
  3836.                 'data_collector.security' => [
  3837.                     => 'security',
  3838.                     => '@Security/Collector/security.html.twig',
  3839.                 ],
  3840.                 'data_collector.twig' => [
  3841.                     => 'twig',
  3842.                     => '@WebProfiler/Collector/twig.html.twig',
  3843.                 ],
  3844.                 'data_collector.http_client' => [
  3845.                     => 'http_client',
  3846.                     => '@WebProfiler/Collector/http_client.html.twig',
  3847.                 ],
  3848.                 'data_collector.doctrine' => [
  3849.                     => 'db',
  3850.                     => '@Doctrine/Collector/db.html.twig',
  3851.                 ],
  3852.                 'doctrine_migrations.migrations_collector' => [
  3853.                     => 'doctrine_migrations',
  3854.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  3855.                 ],
  3856.                 'swiftmailer.data_collector' => [
  3857.                     => 'swiftmailer',
  3858.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3859.                 ],
  3860.                 'data_collector.dump' => [
  3861.                     => 'dump',
  3862.                     => '@Debug/Profiler/dump.html.twig',
  3863.                 ],
  3864.                 'mailer.data_collector' => [
  3865.                     => 'mailer',
  3866.                     => '@WebProfiler/Collector/mailer.html.twig',
  3867.                 ],
  3868.                 'notifier.data_collector' => [
  3869.                     => 'notifier',
  3870.                     => '@WebProfiler/Collector/notifier.html.twig',
  3871.                 ],
  3872.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  3873.                     => 'easyadmin',
  3874.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  3875.                 ],
  3876.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  3877.                     => 'vich_uploader.mapping_collector',
  3878.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  3879.                 ],
  3880.                 'data_collector.config' => [
  3881.                     => 'config',
  3882.                     => '@WebProfiler/Collector/config.html.twig',
  3883.                 ],
  3884.             ],
  3885.             'console.command.ids' => [
  3886.             ],
  3887.         ];
  3888.     }
  3889.     protected function throw($message)
  3890.     {
  3891.         throw new RuntimeException($message);
  3892.     }
  3893. }