var/cache/dev/ContainerDgZJigZ/App_KernelDevDebugContainer.php line 3089

Open in your IDE?
  1. <?php
  2. namespace ContainerDgZJigZ;
  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.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  50.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  51.             'request_stack' => 'getRequestStackService',
  52.             'router' => 'getRouterService',
  53.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  54.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  55.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  56.             'sonata.media.pool' => 'getSonata_Media_PoolService',
  57.             'sonata.seo.page.default' => 'getSonata_Seo_Page_DefaultService',
  58.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  59.             'translator' => 'getTranslatorService',
  60.             'cache_clearer' => 'getCacheClearerService',
  61.             'filesystem' => 'getFilesystemService',
  62.             'serializer' => 'getSerializerService',
  63.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  64.             'form.factory' => 'getForm_FactoryService',
  65.             'form.type.file' => 'getForm_Type_FileService',
  66.             'profiler' => 'getProfilerService',
  67.             'twig' => 'getTwigService',
  68.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69.             'security.token_storage' => 'getSecurity_TokenStorageService',
  70.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71.             'session' => 'getSessionService',
  72.             'validator' => 'getValidatorService',
  73.         ];
  74.         $this->fileMap = [
  75.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  76.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  77.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  78.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  79.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  80.             'App\\Controller\\Admin\\ClientCrudController' => 'getClientCrudControllerService',
  81.             'App\\Controller\\Admin\\CommandeCompletCrudController' => 'getCommandeCompletCrudControllerService',
  82.             'App\\Controller\\Admin\\CommandeCrudController' => 'getCommandeCrudControllerService',
  83.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  84.             'App\\Controller\\Admin\\DocteurCrudController' => 'getDocteurCrudControllerService',
  85.             'App\\Controller\\Admin\\InterventionCrudController' => 'getInterventionCrudControllerService',
  86.             'App\\Controller\\Admin\\SettingController' => 'getSettingControllerService',
  87.             'App\\Controller\\Admin\\SpecialiteDocteurCrudController' => 'getSpecialiteDocteurCrudControllerService',
  88.             'App\\Controller\\Admin\\TeleconsultationController' => 'getTeleconsultationControllerService',
  89.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  90.             'App\\Controller\\Api\\CardCreate' => 'getCardCreateService',
  91.             'App\\Controller\\Api\\DoctorLogin' => 'getDoctorLoginService',
  92.             'App\\Controller\\Api\\DoctorTeleconsultations' => 'getDoctorTeleconsultationsService',
  93.             'App\\Controller\\Api\\InscriptionDocteur' => 'getInscriptionDocteurService',
  94.             'App\\Controller\\Api\\InterventionCancel' => 'getInterventionCancelService',
  95.             'App\\Controller\\Api\\InterventionCancelByDocteur' => 'getInterventionCancelByDocteurService',
  96.             'App\\Controller\\Api\\InterventionConfirmation' => 'getInterventionConfirmationService',
  97.             'App\\Controller\\Api\\InterventionCreate' => 'getInterventionCreateService',
  98.             'App\\Controller\\Api\\InterventionCreateVisio' => 'getInterventionCreateVisioService',
  99.             'App\\Controller\\Api\\InterventionDoctorNotFound' => 'getInterventionDoctorNotFoundService',
  100.             'App\\Controller\\Api\\InterventionPublicDetails' => 'getInterventionPublicDetailsService',
  101.             'App\\Controller\\Api\\InterventionRecu' => 'getInterventionRecuService',
  102.             'App\\Controller\\Api\\PasswordDemand' => 'getPasswordDemandService',
  103.             'App\\Controller\\Api\\Price' => 'getPriceService',
  104.             'App\\Controller\\Api\\ResetPassword' => 'getResetPasswordService',
  105.             'App\\Controller\\Api\\TeleconsultationConfirmationController' => 'getTeleconsultationConfirmationControllerService',
  106.             'App\\Controller\\Api\\TwilioTokenController' => 'getTwilioTokenControllerService',
  107.             'App\\Controller\\Api\\UserCreation' => 'getUserCreationService',
  108.             'App\\Controller\\ChevalBlancController' => 'getChevalBlancControllerService',
  109.             'App\\Controller\\CmsController' => 'getCmsControllerService',
  110.             'App\\Controller\\CommandeController' => 'getCommandeControllerService',
  111.             'App\\Controller\\DoctorSecurityController' => 'getDoctorSecurityControllerService',
  112.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  113.             'App\\Controller\\MedecinController' => 'getMedecinControllerService',
  114.             'App\\Controller\\Patient\\AuthenticationController' => 'getAuthenticationControllerService',
  115.             'App\\Controller\\Patient\\PatientController' => 'getPatientControllerService',
  116.             'App\\Controller\\PaymentController' => 'getPaymentControllerService',
  117.             'App\\Controller\\PlanningController' => 'getPlanningControllerService',
  118.             'App\\Controller\\PriceController' => 'getPriceControllerService',
  119.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  120.             'App\\Controller\\TeleconsultationController' => 'getTeleconsultationController2Service',
  121.             'App\\Controller\\TestController' => 'getTestControllerService',
  122.             'App\\Controller\\TimController' => 'getTimControllerService',
  123.             'App\\Controller\\UserCreationController' => 'getUserCreationControllerService',
  124.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  125.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  126.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  127.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => 'getBlameableEventSubscriberService',
  128.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => 'getLoggableEventSubscriberService',
  129.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => 'getSluggableEventSubscriberService',
  130.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => 'getSoftDeletableEventSubscriberService',
  131.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => 'getTimestampableEventSubscriberService',
  132.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => 'getTranslatableEventSubscriberService',
  133.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => 'getTreeEventSubscriberService',
  134.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => 'getUuidableEventSubscriberService',
  135.             'Knp\\DoctrineBehaviors\\Provider\\LocaleProvider' => 'getLocaleProviderService',
  136.             'Knp\\DoctrineBehaviors\\Provider\\UserProvider' => 'getUserProviderService',
  137.             'Knp\\DoctrineBehaviors\\Repository\\DefaultSluggableRepository' => 'getDefaultSluggableRepositoryService',
  138.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  139.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  140.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  141.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  142.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  143.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  144.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  145.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  146.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  147.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  148.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  149.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  150.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  151.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  152.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  153.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  154.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  155.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  156.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  157.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  158.             'cache.app_clearer' => 'getCache_AppClearerService',
  159.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  160.             'cache.system_clearer' => 'getCache_SystemClearerService',
  161.             'cache_warmer' => 'getCacheWarmerService',
  162.             'console.command_loader' => 'getConsole_CommandLoaderService',
  163.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  164.             'error_controller' => 'getErrorControllerService',
  165.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  166.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  167.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  168.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  169.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  170.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  171.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  172.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  173.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  174.             'routing.loader' => 'getRouting_LoaderService',
  175.             'services_resetter' => 'getServicesResetterService',
  176.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  177.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  178.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  179.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  180.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  181.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  182.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  183.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  184.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  185.             'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
  186.             'sonata.media.action.media_download' => 'getSonata_Media_Action_MediaDownloadService',
  187.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  188.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  189.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  190.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  191.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  192.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  193.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  194.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  195.         ];
  196.         $this->aliases = [
  197.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  198.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  199.             'App\\Kernel' => 'kernel',
  200.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  201.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  202.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  203.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  204.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  205.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  206.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  207.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  208.             'database_connection' => 'doctrine.dbal.default_connection',
  209.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  210.             'sonata.seo.page' => 'sonata.seo.page.default',
  211.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  212.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  213.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  214.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  215.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  216.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  217.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  218.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  219.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  220.         ];
  221.         $this->privates['service_container'] = function () {
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  228.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  230.             include_once \dirname(__DIR__4).'/src/EventListener/LocaleListener.php';
  231.             include_once \dirname(__DIR__4).'/src/Manager/AbstractManager.php';
  232.             include_once \dirname(__DIR__4).'/src/Manager/CommandeManager.php';
  233.             include_once \dirname(__DIR__4).'/src/Manager/DistanceManager.php';
  234.             include_once \dirname(__DIR__4).'/src/Traits/NotificationManagerTrait.php';
  235.             include_once \dirname(__DIR__4).'/src/Traits/Autowired/MailerServiceTrait.php';
  236.             include_once \dirname(__DIR__4).'/src/Traits/Autowired/Vendor/ParameterBagTrait.php';
  237.             include_once \dirname(__DIR__4).'/src/Traits/Autowired/Vendor/EntityManagerTrait.php';
  238.             include_once \dirname(__DIR__4).'/src/Traits/MapServiceTrait.php';
  239.             include_once \dirname(__DIR__4).'/src/Manager/DoctorManager.php';
  240.             include_once \dirname(__DIR__4).'/src/Traits/PriceServiceTrait.php';
  241.             include_once \dirname(__DIR__4).'/src/Traits/UserManagerTrait.php';
  242.             include_once \dirname(__DIR__4).'/src/Manager/InterventionManager.php';
  243.             include_once \dirname(__DIR__4).'/src/Manager/NotificationManager.php';
  244.             include_once \dirname(__DIR__4).'/src/Services/OneSignalNotificationDocteur.php';
  245.             include_once \dirname(__DIR__4).'/src/Manager/UserManager.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  248.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  252.             include_once \dirname(__DIR__4).'/src/Repository/CommandeRepository.php';
  253.             include_once \dirname(__DIR__4).'/src/Repository/DisponibiliteRepository.php';
  254.             include_once \dirname(__DIR__4).'/src/Repository/DocteurRepository.php';
  255.             include_once \dirname(__DIR__4).'/src/Repository/InterventionRepository.php';
  256.             include_once \dirname(__DIR__4).'/src/Repository/SettingRepository.php';
  257.             include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  258.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  260.             include_once \dirname(__DIR__4).'/src/Services/CommandeService.php';
  261.             include_once \dirname(__DIR__4).'/src/Services/DisponibiliteService.php';
  262.             include_once \dirname(__DIR__4).'/src/Services/Echappement.php';
  263.             include_once \dirname(__DIR__4).'/src/Traits/HttpClientServiceTrait.php';
  264.             include_once \dirname(__DIR__4).'/src/Services/LeMedecinService.php';
  265.             include_once \dirname(__DIR__4).'/src/Services/MailerService.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  268.             include_once \dirname(__DIR__4).'/src/Traits/DistanceManagerTrait.php';
  269.             include_once \dirname(__DIR__4).'/src/Services/MapService.php';
  270.             include_once \dirname(__DIR__4).'/src/Traits/VonageServiceTrait.php';
  271.             include_once \dirname(__DIR__4).'/src/Services/NexmoService.php';
  272.             include_once \dirname(__DIR__4).'/src/Services/Utils/FormatPhone.php';
  273.             include_once \dirname(__DIR__4).'/src/Services/NotificationService.php';
  274.             include_once \dirname(__DIR__4).'/src/Services/Patient/PatientService.php';
  275.             include_once \dirname(__DIR__4).'/src/Services/Patient/ResetPasswordAppService.php';
  276.             include_once \dirname(__DIR__4).'/src/Services/Patient/ResetPasswordService.php';
  277.             include_once \dirname(__DIR__4).'/src/Services/PriceService.php';
  278.             include_once \dirname(__DIR__4).'/src/Services/StripeService.php';
  279.             include_once \dirname(__DIR__4).'/src/Traits/Autowired/Vendor/SeoPageTrait.php';
  280.             include_once \dirname(__DIR__4).'/src/Services/TeleconsultationService.php';
  281.             include_once \dirname(__DIR__4).'/src/Traits/Autowired/Vendor/HttpClientTrait.php';
  282.             include_once \dirname(__DIR__4).'/src/Services/VonageService.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  294.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  318.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  353.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  468.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  503.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  505.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  533.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  534.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  595.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  596.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  622.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  623.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  626.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  629.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  630.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  631.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  635.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  636.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  637.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  638.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  639.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  642.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  644.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  650.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  653.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  654.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  655.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  657.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  658.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  659.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/Pool.php';
  661.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/DownloadStrategyInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php';
  663.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/MediaProviderInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/BaseProvider.php';
  665.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/FileProviderInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/FileProvider.php';
  667.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ThumbnailInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FileThumbnail.php';
  669.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/BaseVideoProvider.php';
  670.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/YouTubeProvider.php';
  671.             include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/Psr18Client.php';
  676.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/DailyMotionProvider.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/VimeoProvider.php';
  682.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ResizableThumbnailInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/GenerableThumbnailInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FormatThumbnail.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/ResizerInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/CropResizer.php';
  687.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/SquareResizer.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProviderInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProvider.php';
  690.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  693.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  694.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/SimpleResizer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/CDN/CDNInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/CDN/Server.php';
  698.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  699.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
  700.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
  701.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  702.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  703.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
  704.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Filesystem/Local.php';
  705.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  707.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/MetadataBuilderInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/ProxyMetadataBuilder.php';
  709.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/NoopMetadataBuilder.php';
  710.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Generator/GeneratorInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Generator/NoDriverGenerator.php';
  712.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  714.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  716.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  718.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  719.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  721.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  723.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  724.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPageInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Seo/SeoPage.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  731.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  732.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  733.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  734.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Factory/MenuFactoryInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  736.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Menu/MenuItemMatcherInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  738.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  739.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  740.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGeneratorInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  742.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  743.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  744.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormLayoutFactory.php';
  745.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  749.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  751.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  752.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  753.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  755.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  756.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  757.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  758.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  764.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  771.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  786.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  787.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  788.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  794.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  795.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  796.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  797.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  798.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  799.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  800.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  801.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  802.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  803.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  804.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  807.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  808.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  809.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  810.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  811.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  812.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  827.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  829.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  833.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  838.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  844.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  858.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  859.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  860.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  862.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  863.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  864.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  866.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  867.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  868.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  869.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  870.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  871.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  872.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  873.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  874.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  875.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  876.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  879.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  897.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  898.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  899.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  900.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  901.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  902.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  903.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  904.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Twig/Extension/MediaExtension.php';
  905.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  906.             include_once \dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Twig/Extension/SeoExtension.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  909.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  916.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  918.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  920.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Twig/GlobalVariables.php';
  921.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  930.         };
  931.     }
  932.     public function compile(): void
  933.     {
  934.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  935.     }
  936.     public function isCompiled(): bool
  937.     {
  938.         return true;
  939.     }
  940.     public function getRemovedIds(): array
  941.     {
  942.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  943.     }
  944.     protected function load($file$lazyLoad true)
  945.     {
  946.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  947.             return $class::do($this$lazyLoad);
  948.         }
  949.         if ('.' === $file[-4]) {
  950.             $class substr($class0, -4);
  951.         } else {
  952.             $file .= '.php';
  953.         }
  954.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  955.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  956.     }
  957.     protected function createProxy($class\Closure $factory)
  958.     {
  959.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  960.         return $factory();
  961.     }
  962.     /**
  963.      * Gets the public '.container.private.profiler' shared service.
  964.      *
  965.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  966.      */
  967.     protected function get_Container_Private_ProfilerService()
  968.     {
  969.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  970.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  971.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  972.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  973.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  974.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  975.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  976.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  977.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  978.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  979.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  980.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  981.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  982.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  983.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  984.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  985.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  986.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  987.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  988.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  989.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  990.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  991.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  992.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  993.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  994.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  995.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  996.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  997.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  998.         if ($this->has('kernel')) {
  999.             $f->setKernel($b);
  1000.         }
  1001.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1002.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  1003.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1004.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1005.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1006.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1007.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1008.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1009.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1010.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1011.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1012.         $instance->add($d);
  1013.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1014.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  1015.         $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())));
  1016.         $instance->add($e);
  1017.         $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([])))));
  1018.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1019.         $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()))));
  1020.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1021.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  1022.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  1023.         $instance->add($f);
  1024.         return $instance;
  1025.     }
  1026.     /**
  1027.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1028.      *
  1029.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1030.      */
  1031.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1032.     {
  1033.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1034.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1035.             return $this->services['.container.private.security.authorization_checker'];
  1036.         }
  1037.         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);
  1038.     }
  1039.     /**
  1040.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1041.      *
  1042.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1043.      */
  1044.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1045.     {
  1046.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = 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())));
  1047.     }
  1048.     /**
  1049.      * Gets the public '.container.private.security.token_storage' shared service.
  1050.      *
  1051.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1052.      */
  1053.     protected function get_Container_Private_Security_TokenStorageService()
  1054.     {
  1055.         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, [
  1056.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1057.         ], [
  1058.             'request_stack' => '?',
  1059.         ]));
  1060.     }
  1061.     /**
  1062.      * Gets the public '.container.private.serializer' shared service.
  1063.      *
  1064.      * @return \Symfony\Component\Serializer\Serializer
  1065.      */
  1066.     protected function get_Container_Private_SerializerService()
  1067.     {
  1068.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1069.         if (isset($this->services['.container.private.serializer'])) {
  1070.             return $this->services['.container.private.serializer'];
  1071.         }
  1072.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1073.         if (isset($this->services['.container.private.serializer'])) {
  1074.             return $this->services['.container.private.serializer'];
  1075.         }
  1076.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1077.         if (isset($this->services['.container.private.serializer'])) {
  1078.             return $this->services['.container.private.serializer'];
  1079.         }
  1080.         $d = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1081.         if (isset($this->services['.container.private.serializer'])) {
  1082.             return $this->services['.container.private.serializer'];
  1083.         }
  1084.         $e = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1085.         if (isset($this->services['.container.private.serializer'])) {
  1086.             return $this->services['.container.private.serializer'];
  1087.         }
  1088.         $f = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1089.         if (isset($this->services['.container.private.serializer'])) {
  1090.             return $this->services['.container.private.serializer'];
  1091.         }
  1092.         $g = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1093.         if (isset($this->services['.container.private.serializer'])) {
  1094.             return $this->services['.container.private.serializer'];
  1095.         }
  1096.         $h = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  1097.         if (isset($this->services['.container.private.serializer'])) {
  1098.             return $this->services['.container.private.serializer'];
  1099.         }
  1100.         $i = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1101.         if (isset($this->services['.container.private.serializer'])) {
  1102.             return $this->services['.container.private.serializer'];
  1103.         }
  1104.         $j = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  1105.         if (isset($this->services['.container.private.serializer'])) {
  1106.             return $this->services['.container.private.serializer'];
  1107.         }
  1108.         $k = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1109.         if (isset($this->services['.container.private.serializer'])) {
  1110.             return $this->services['.container.private.serializer'];
  1111.         }
  1112.         $l = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1113.         if (isset($this->services['.container.private.serializer'])) {
  1114.             return $this->services['.container.private.serializer'];
  1115.         }
  1116.         $m = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1117.         if (isset($this->services['.container.private.serializer'])) {
  1118.             return $this->services['.container.private.serializer'];
  1119.         }
  1120.         $n = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1121.         $o = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1122.         $p = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$n$a)], [=> $o]));
  1123.         $q = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($p);
  1124.         $r = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1125.         $s = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($r$b$c$d, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $eNULL$fNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], $gtrue'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], $hNULLtrue$p));
  1126.         $t = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1127.         $u = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1128.         $v = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1129.         $w = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($v);
  1130.         $x = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($v$t$n$a$wNULL);
  1131.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($n), => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), => $q=> $s=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($i, [], $t), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $t), => $s=> $q=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($r$b$c$uNULL$iNULL$t), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($r$j$i), 10 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($itrue), 11 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 14 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($r$b$c$j$u$k$n$t$v, [], new RewindableGenerator(function () {
  1132.             return new \EmptyIterator();
  1133.         }, 0), $l), 15 => new \ApiPlatform\Serializer\ItemNormalizer($b$c$j$u$n$t$v$mfalseNULL, new RewindableGenerator(function () {
  1134.             return new \EmptyIterator();
  1135.         }, 0), $r$l), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $t), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($v$t$a$wNULL)), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 24 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 25 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($k$u$jNULL), 'page''pagination'$r$n), $r$u$f), 26 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 27 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($x$j$k), 28 => $x], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $o=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1136.     }
  1137.     /**
  1138.      * Gets the public '.container.private.session' shared service.
  1139.      *
  1140.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1141.      */
  1142.     protected function get_Container_Private_SessionService()
  1143.     {
  1144.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1145.         if (isset($this->services['.container.private.session'])) {
  1146.             return $this->services['.container.private.session'];
  1147.         }
  1148.         return $this->services['.container.private.session'] = $a->createSession();
  1149.     }
  1150.     /**
  1151.      * Gets the public '.container.private.twig' shared service.
  1152.      *
  1153.      * @return \Twig\Environment
  1154.      */
  1155.     protected function get_Container_Private_TwigService()
  1156.     {
  1157.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1158.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1159.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1160.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1161.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1162.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1163.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1164.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1165.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1166.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1167.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1168.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  1169.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  1170.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  1171.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  1172.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/views'), 'SonataMedia');
  1173.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/views'), '!SonataMedia');
  1174.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1175.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1176.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), 'SonataSeo');
  1177.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/views'), '!SonataSeo');
  1178.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  1179.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  1180.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1181.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1182.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1183.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1184.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1185.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1186.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1187.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1188.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1189.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1190.         $e = ($this->services['router'] ?? $this->getRouterService());
  1191.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1192.         $g = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1193.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1194.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1195.         $i = new \Symfony\Bridge\Twig\AppVariable();
  1196.         $i->setEnvironment('dev');
  1197.         $i->setDebug(true);
  1198.         if ($this->has('.container.private.security.token_storage')) {
  1199.             $i->setTokenStorage($g);
  1200.         }
  1201.         if ($this->has('request_stack')) {
  1202.             $i->setRequestStack($f);
  1203.         }
  1204.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1205.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1206.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1207.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1208.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d\dirname(__DIR__4), 'UTF-8'));
  1209.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1210.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1211.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1212.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1213.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1214.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f$e)));
  1215.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1216.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1217.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1218.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1219.         $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($f, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  1220.         $instance->addExtension(($this->privates['App\\Services\\CommandeService'] ?? $this->getCommandeServiceService()));
  1221.         $instance->addExtension(($this->privates['App\\Services\\DisponibiliteService'] ?? $this->getDisponibiliteServiceService()));
  1222.         $instance->addExtension(($this->privates['App\\Services\\Echappement'] ?? ($this->privates['App\\Services\\Echappement'] = new \App\Services\Echappement())));
  1223.         $instance->addExtension(($this->privates['App\\Services\\NotificationService'] ?? $this->getNotificationServiceService()));
  1224.         $instance->addExtension(($this->privates['App\\Services\\Patient\\PatientService'] ?? $this->getPatientServiceService()));
  1225.         $instance->addExtension(($this->privates['App\\Services\\Patient\\ResetPasswordAppService'] ?? $this->getResetPasswordAppServiceService()));
  1226.         $instance->addExtension(($this->privates['App\\Services\\Patient\\ResetPasswordService'] ?? $this->getResetPasswordServiceService()));
  1227.         $instance->addExtension(($this->privates['App\\Services\\TeleconsultationService'] ?? $this->getTeleconsultationServiceService()));
  1228.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1229.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1230.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1231.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  1232.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  1233.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  1234.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true));
  1235.         $instance->addExtension(new \Sonata\MediaBundle\Twig\Extension\MediaExtension());
  1236.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1237.         $instance->addExtension(new \Sonata\SeoBundle\Twig\Extension\SeoExtension(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()), 'UTF-8'));
  1238.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1239.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1240.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1241.         ], [
  1242.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1243.             'webpack_encore.tag_renderer' => '?',
  1244.         ])));
  1245.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1246.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1247.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  1248.         ], [
  1249.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  1250.         ]), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), NULL));
  1251.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  1252.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1253.         $instance->addGlobal('app'$i);
  1254.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1255.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1256.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1257.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1258.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1259.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  1260.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'true],
  1261.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'true],
  1262.             'Sonata\\MediaBundle\\Twig\\MediaRuntime' => ['privates''sonata.media.twig.runtime''getSonata_Media_Twig_RuntimeService'true],
  1263.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  1264.         ], [
  1265.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1266.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1267.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1268.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1269.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1270.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1271.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1272.             'Sonata\\MediaBundle\\Twig\\MediaRuntime' => '?',
  1273.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  1274.         ])));
  1275.         $instance->addGlobal('stripe_api_key''pk_test_GnvjozyXrjfJ1FDvvUbzj0ZP');
  1276.         $instance->addGlobal('URL_URGD''https://urgence-staging.kodkodkod.studio');
  1277.         $instance->addGlobal('sonata_media', new \Sonata\MediaBundle\Twig\GlobalVariables(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService())));
  1278.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  1279.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1280.         return $instance;
  1281.     }
  1282.     /**
  1283.      * Gets the public '.container.private.validator' shared service.
  1284.      *
  1285.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1286.      */
  1287.     protected function get_Container_Private_ValidatorService()
  1288.     {
  1289.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1290.         if (isset($this->services['.container.private.validator'])) {
  1291.             return $this->services['.container.private.validator'];
  1292.         }
  1293.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1294.     }
  1295.     /**
  1296.      * Gets the public 'cache.app' shared service.
  1297.      *
  1298.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1299.      */
  1300.     protected function getCache_AppService()
  1301.     {
  1302.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('nzXYmUw6VM'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1303.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1304.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1305.     }
  1306.     /**
  1307.      * Gets the public 'cache.system' shared service.
  1308.      *
  1309.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1310.      */
  1311.     protected function getCache_SystemService()
  1312.     {
  1313.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('atFSBukhG7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1314.     }
  1315.     /**
  1316.      * Gets the public 'cache.validator_expression_language' shared service.
  1317.      *
  1318.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1319.      */
  1320.     protected function getCache_ValidatorExpressionLanguageService()
  1321.     {
  1322.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uU42JTIVpL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1323.     }
  1324.     /**
  1325.      * Gets the public 'doctrine' shared service.
  1326.      *
  1327.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1328.      */
  1329.     protected function getDoctrineService()
  1330.     {
  1331.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1332.     }
  1333.     /**
  1334.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1335.      *
  1336.      * @return \Doctrine\DBAL\Connection
  1337.      */
  1338.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1339.     {
  1340.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1341.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1342.             return $this->services['doctrine.dbal.default_connection'];
  1343.         }
  1344.         $b = new \Doctrine\DBAL\Configuration();
  1345.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1346.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1347.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1348.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1349.         $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))));
  1350.         $d->setConnectionName('default');
  1351.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1352.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1353.         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(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  1354.     }
  1355.     /**
  1356.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1357.      *
  1358.      * @return \Doctrine\ORM\EntityManager
  1359.      */
  1360.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1361.     {
  1362.         if ($lazyLoad) {
  1363.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1364.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1365.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1366.                     $proxy->setProxyInitializer(null);
  1367.                     return true;
  1368.                 });
  1369.             });
  1370.         }
  1371.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1372.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1373.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1374.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1375.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1376.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1377.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1378.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1379.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1380.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1382.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1383.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1384.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  1385.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/RepositoryFactoryCompatibility.php';
  1389.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1390.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1391.         $a = new \Doctrine\ORM\Configuration();
  1392.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1393.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  1394.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1395.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  1396.         $b->addDriver($c'Sonata\\MediaBundle\\Entity');
  1397.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''SonataMediaBundle' => 'Sonata\\MediaBundle\\Entity']);
  1398.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1399.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1400.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1401.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1402.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1403.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1404.         ], [
  1405.             'doctrine.ulid_generator' => '?',
  1406.             'doctrine.uuid_generator' => '?',
  1407.         ])));
  1408.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1409.         $a->setProxyNamespace('Proxies');
  1410.         $a->setAutoGenerateProxyClasses(true);
  1411.         $a->setSchemaIgnoreClasses([]);
  1412.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1413.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1414.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1415.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1416.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1417.         $a->setLazyGhostObjectEnabled(false);
  1418.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1419.             'App\\Repository\\AnalyticPhoneRepository' => ['privates''App\\Repository\\AnalyticPhoneRepository''getAnalyticPhoneRepositoryService'true],
  1420.             'App\\Repository\\AnalyticRepository' => ['privates''App\\Repository\\AnalyticRepository''getAnalyticRepositoryService'true],
  1421.             'App\\Repository\\ArretTravailRepository' => ['privates''App\\Repository\\ArretTravailRepository''getArretTravailRepositoryService'true],
  1422.             'App\\Repository\\CardRepository' => ['privates''App\\Repository\\CardRepository''getCardRepositoryService'true],
  1423.             'App\\Repository\\ClientRepository' => ['privates''App\\Repository\\ClientRepository''getClientRepositoryService'true],
  1424.             'App\\Repository\\CommandeRepository' => ['privates''App\\Repository\\CommandeRepository''getCommandeRepositoryService'false],
  1425.             'App\\Repository\\ConfirmationDocteurRepository' => ['privates''App\\Repository\\ConfirmationDocteurRepository''getConfirmationDocteurRepositoryService'true],
  1426.             'App\\Repository\\ContactAppRepository' => ['privates''App\\Repository\\ContactAppRepository''getContactAppRepositoryService'true],
  1427.             'App\\Repository\\ContactMedecinRepository' => ['privates''App\\Repository\\ContactMedecinRepository''getContactMedecinRepositoryService'true],
  1428.             'App\\Repository\\ContactMessageRepository' => ['privates''App\\Repository\\ContactMessageRepository''getContactMessageRepositoryService'true],
  1429.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'true],
  1430.             'App\\Repository\\DisponibiliteRepository' => ['privates''App\\Repository\\DisponibiliteRepository''getDisponibiliteRepositoryService'false],
  1431.             'App\\Repository\\DocteurRepository' => ['privates''App\\Repository\\DocteurRepository''getDocteurRepositoryService'false],
  1432.             'App\\Repository\\FaqRepository' => ['privates''App\\Repository\\FaqRepository''getFaqRepositoryService'true],
  1433.             'App\\Repository\\FeuilleSoinRepository' => ['privates''App\\Repository\\FeuilleSoinRepository''getFeuilleSoinRepositoryService'true],
  1434.             'App\\Repository\\InfosLegalesRepository' => ['privates''App\\Repository\\InfosLegalesRepository''getInfosLegalesRepositoryService'true],
  1435.             'App\\Repository\\InterventionRepository' => ['privates''App\\Repository\\InterventionRepository''getInterventionRepositoryService'false],
  1436.             'App\\Repository\\MediaRepository' => ['privates''App\\Repository\\MediaRepository''getMediaRepositoryService'true],
  1437.             'App\\Repository\\MeetingRepository' => ['privates''App\\Repository\\MeetingRepository''getMeetingRepositoryService'true],
  1438.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'true],
  1439.             'App\\Repository\\OrdonnanceRepository' => ['privates''App\\Repository\\OrdonnanceRepository''getOrdonnanceRepositoryService'true],
  1440.             'App\\Repository\\PasswordResetRepository' => ['privates''App\\Repository\\PasswordResetRepository''getPasswordResetRepositoryService'true],
  1441.             'App\\Repository\\PlanningRepository' => ['privates''App\\Repository\\PlanningRepository''getPlanningRepositoryService'true],
  1442.             'App\\Repository\\PresentationSiteRepository' => ['privates''App\\Repository\\PresentationSiteRepository''getPresentationSiteRepositoryService'true],
  1443.             'App\\Repository\\PushRepository' => ['privates''App\\Repository\\PushRepository''getPushRepositoryService'true],
  1444.             'App\\Repository\\SettingRepository' => ['privates''App\\Repository\\SettingRepository''getSettingRepositoryService'false],
  1445.             'App\\Repository\\SpecialiteDocteurRepository' => ['privates''App\\Repository\\SpecialiteDocteurRepository''getSpecialiteDocteurRepositoryService'true],
  1446.             'App\\Repository\\SpecialiteLaboratoireRepository' => ['privates''App\\Repository\\SpecialiteLaboratoireRepository''getSpecialiteLaboratoireRepositoryService'true],
  1447.             'App\\Repository\\SymptomeRepository' => ['privates''App\\Repository\\SymptomeRepository''getSymptomeRepositoryService'true],
  1448.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1449.         ], [
  1450.             'App\\Repository\\AnalyticPhoneRepository' => '?',
  1451.             'App\\Repository\\AnalyticRepository' => '?',
  1452.             'App\\Repository\\ArretTravailRepository' => '?',
  1453.             'App\\Repository\\CardRepository' => '?',
  1454.             'App\\Repository\\ClientRepository' => '?',
  1455.             'App\\Repository\\CommandeRepository' => '?',
  1456.             'App\\Repository\\ConfirmationDocteurRepository' => '?',
  1457.             'App\\Repository\\ContactAppRepository' => '?',
  1458.             'App\\Repository\\ContactMedecinRepository' => '?',
  1459.             'App\\Repository\\ContactMessageRepository' => '?',
  1460.             'App\\Repository\\ContactRepository' => '?',
  1461.             'App\\Repository\\DisponibiliteRepository' => '?',
  1462.             'App\\Repository\\DocteurRepository' => '?',
  1463.             'App\\Repository\\FaqRepository' => '?',
  1464.             'App\\Repository\\FeuilleSoinRepository' => '?',
  1465.             'App\\Repository\\InfosLegalesRepository' => '?',
  1466.             'App\\Repository\\InterventionRepository' => '?',
  1467.             'App\\Repository\\MediaRepository' => '?',
  1468.             'App\\Repository\\MeetingRepository' => '?',
  1469.             'App\\Repository\\NotificationRepository' => '?',
  1470.             'App\\Repository\\OrdonnanceRepository' => '?',
  1471.             'App\\Repository\\PasswordResetRepository' => '?',
  1472.             'App\\Repository\\PlanningRepository' => '?',
  1473.             'App\\Repository\\PresentationSiteRepository' => '?',
  1474.             'App\\Repository\\PushRepository' => '?',
  1475.             'App\\Repository\\SettingRepository' => '?',
  1476.             'App\\Repository\\SpecialiteDocteurRepository' => '?',
  1477.             'App\\Repository\\SpecialiteLaboratoireRepository' => '?',
  1478.             'App\\Repository\\SymptomeRepository' => '?',
  1479.             'App\\Repository\\UserRepository' => '?',
  1480.         ])));
  1481.         $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()));
  1482.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1483.         return $instance;
  1484.     }
  1485.     /**
  1486.      * Gets the public 'event_dispatcher' shared service.
  1487.      *
  1488.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1489.      */
  1490.     protected function getEventDispatcherService()
  1491.     {
  1492.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1493.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1494.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1495.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1496.         $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())));
  1497.         $instance->addListener('kernel.controller', [=> function () {
  1498.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1499.         }, => 'onKernelController'], 0);
  1500.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1501.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1502.         }, => 'checkPassport'], 1024);
  1503.         $instance->addListener('kernel.response', [=> function () {
  1504.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1505.         }, => 'onKernelResponse'], 0);
  1506.         $instance->addListener('kernel.request', [=> function () {
  1507.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1508.         }, => 'onKernelRequest'], 250);
  1509.         $instance->addListener('kernel.response', [=> function () {
  1510.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1511.         }, => 'onKernelResponse'], 0);
  1512.         $instance->addListener('kernel.response', [=> function () {
  1513.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1514.         }, => 'onResponse'], -10);
  1515.         $instance->addListener('kernel.request', [=> function () {
  1516.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1517.         }, => 'onKernelRequest'], 28);
  1518.         $instance->addListener('kernel.request', [=> function () {
  1519.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1520.         }, => 'onKernelRequest'], 2);
  1521.         $instance->addListener('kernel.view', [=> function () {
  1522.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1523.         }, => 'onKernelView'], 16);
  1524.         $instance->addListener('kernel.view', [=> function () {
  1525.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1526.         }, => 'onKernelView'], 8);
  1527.         $instance->addListener('kernel.exception', [=> function () {
  1528.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1529.         }, => 'onKernelException'], 0);
  1530.         $instance->addListener('kernel.exception', [=> function () {
  1531.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1532.         }, => 'onKernelException'], -96);
  1533.         $instance->addListener('kernel.view', [=> function () {
  1534.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1535.         }, => 'onKernelView'], 32);
  1536.         $instance->addListener('kernel.request', [=> function () {
  1537.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1538.         }, => 'onKernelRequest'], 4);
  1539.         $instance->addListener('kernel.request', [=> function () {
  1540.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1541.         }, => 'onKernelRequest'], 0);
  1542.         $instance->addListener('kernel.response', [=> function () {
  1543.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1544.         }, => 'onKernelResponse'], 0);
  1545.         $instance->addListener('kernel.response', [=> function () {
  1546.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1547.         }, => 'onKernelResponse'], -1);
  1548.         $instance->addListener('kernel.view', [=> function () {
  1549.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1550.         }, => 'onKernelView'], 64);
  1551.         $instance->addListener('kernel.request', [=> function () {
  1552.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1553.         }, => 'onKernelRequest'], 16);
  1554.         $instance->addListener('kernel.request', [=> function () {
  1555.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1556.         }, => 'onSecurity'], 3);
  1557.         $instance->addListener('kernel.request', [=> function () {
  1558.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1559.         }, => 'onSecurityPostDenormalize'], 1);
  1560.         $instance->addListener('kernel.view', [=> function () {
  1561.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1562.         }, => 'onSecurityPostValidation'], 63);
  1563.         $instance->addListener('sonata.block.event.breadcrumb', [=> function () {
  1564.             return ($this->privates['sonata.seo.event.breadcrumb'] ?? ($this->privates['sonata.seo.event.breadcrumb'] = new \Sonata\SeoBundle\Event\BreadcrumbListener()));
  1565.         }, => 'onBlock'], 0);
  1566.         $instance->addListener('kernel.exception', [=> function () {
  1567.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1568.         }, => 'onKernelException'], 0);
  1569.         $instance->addListener('kernel.exception', [=> function () {
  1570.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1571.         }, => 'onKernelException'], -64);
  1572.         $instance->addListener('kernel.view', [=> function () {
  1573.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1574.         }, => 'onKernelView'], 0);
  1575.         $instance->addListener('Presta\\SitemapBundle\\Event\\SitemapPopulateEvent', [=> function () {
  1576.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  1577.         }, => 'registerRouteAnnotation'], 0);
  1578.         $instance->addListener('kernel.request', [=> function () {
  1579.             return ($this->privates['App\\EventListener\\LocaleListener'] ?? ($this->privates['App\\EventListener\\LocaleListener'] = new \App\EventListener\LocaleListener()));
  1580.         }, => 'onKernelRequest'], 17);
  1581.         $instance->addListener('kernel.response', [=> function () {
  1582.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1583.         }, => 'onKernelResponse'], 0);
  1584.         $instance->addListener('kernel.response', [=> function () {
  1585.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1586.         }, => 'onKernelResponse'], -1024);
  1587.         $instance->addListener('kernel.request', [=> function () {
  1588.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1589.         }, => 'setDefaultLocale'], 100);
  1590.         $instance->addListener('kernel.request', [=> function () {
  1591.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1592.         }, => 'onKernelRequest'], 16);
  1593.         $instance->addListener('kernel.finish_request', [=> function () {
  1594.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  1595.         }, => 'onKernelFinishRequest'], 0);
  1596.         $instance->addListener('kernel.request', [=> function () {
  1597.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1598.         }, => 'onKernelRequest'], 256);
  1599.         $instance->addListener('kernel.response', [=> function () {
  1600.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1601.         }, => 'onResponse'], -255);
  1602.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1603.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1604.         }, => 'onControllerArguments'], 0);
  1605.         $instance->addListener('kernel.exception', [=> function () {
  1606.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1607.         }, => 'logKernelException'], 0);
  1608.         $instance->addListener('kernel.exception', [=> function () {
  1609.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1610.         }, => 'onKernelException'], -128);
  1611.         $instance->addListener('kernel.response', [=> function () {
  1612.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1613.         }, => 'removeCspHeader'], -128);
  1614.         $instance->addListener('kernel.request', [=> function () {
  1615.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1616.         }, => 'onKernelRequest'], 15);
  1617.         $instance->addListener('kernel.finish_request', [=> function () {
  1618.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1619.         }, => 'onKernelFinishRequest'], -15);
  1620.         $instance->addListener('console.error', [=> function () {
  1621.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1622.         }, => 'onConsoleError'], -128);
  1623.         $instance->addListener('console.terminate', [=> function () {
  1624.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1625.         }, => 'onConsoleTerminate'], -128);
  1626.         $instance->addListener('console.error', [=> function () {
  1627.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1628.         }, => 'onConsoleError'], 0);
  1629.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1630.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1631.         }, => 'onMessage'], -255);
  1632.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1633.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1634.         }, => 'onMessage'], -255);
  1635.         $instance->addListener('kernel.request', [=> function () {
  1636.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1637.         }, => 'configure'], 2048);
  1638.         $instance->addListener('console.command', [=> function () {
  1639.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1640.         }, => 'configure'], 2048);
  1641.         $instance->addListener('kernel.request', [=> function () {
  1642.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1643.         }, => 'onKernelRequest'], 32);
  1644.         $instance->addListener('kernel.finish_request', [=> function () {
  1645.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1646.         }, => 'onKernelFinishRequest'], 0);
  1647.         $instance->addListener('kernel.exception', [=> function () {
  1648.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1649.         }, => 'onKernelException'], -64);
  1650.         $instance->addListener('kernel.response', [=> function () {
  1651.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1652.         }, => 'onKernelResponse'], 0);
  1653.         $instance->addListener('kernel.request', [=> function () {
  1654.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1655.         }, => 'onKernelRequest'], 128);
  1656.         $instance->addListener('kernel.response', [=> function () {
  1657.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1658.         }, => 'onKernelResponse'], -1000);
  1659.         $instance->addListener('kernel.finish_request', [=> function () {
  1660.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1661.         }, => 'onFinishRequest'], 0);
  1662.         $instance->addListener('kernel.response', [=> function () {
  1663.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1664.         }, => 'onKernelResponse'], -100);
  1665.         $instance->addListener('kernel.exception', [=> function () {
  1666.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1667.         }, => 'onKernelException'], 0);
  1668.         $instance->addListener('kernel.terminate', [=> function () {
  1669.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1670.         }, => 'onKernelTerminate'], -1024);
  1671.         $instance->addListener('kernel.controller', [=> function () {
  1672.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1673.         }, => 'onKernelController'], 0);
  1674.         $instance->addListener('kernel.response', [=> function () {
  1675.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1676.         }, => 'onKernelResponse'], 0);
  1677.         $instance->addListener('console.error', [=> function () {
  1678.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1679.         }, => 'onConsoleError'], 0);
  1680.         $instance->addListener('console.terminate', [=> function () {
  1681.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1682.         }, => 'onConsoleTerminate'], 0);
  1683.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1684.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1685.         }, => 'onMessage'], 0);
  1686.         $instance->addListener('kernel.response', [=> function () {
  1687.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1688.         }, => 'onKernelResponse'], 0);
  1689.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1690.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1691.         }, => 'checkPassport'], 0);
  1692.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1693.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1694.         }, => 'onLoginSuccess'], 0);
  1695.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1696.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1697.         }, => 'onVoterVote'], 0);
  1698.         $instance->addListener('kernel.request', [=> function () {
  1699.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1700.         }, => 'configureLogoutUrlGenerator'], 8);
  1701.         $instance->addListener('kernel.request', [=> function () {
  1702.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1703.         }, => 'onKernelRequest'], 8);
  1704.         $instance->addListener('kernel.finish_request', [=> function () {
  1705.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1706.         }, => 'onKernelFinishRequest'], 0);
  1707.         $instance->addListener('kernel.controller', [=> function () {
  1708.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1709.         }, => 'onKernelController'], 0);
  1710.         $instance->addListener('kernel.controller', [=> function () {
  1711.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1712.         }, => 'onKernelController'], 0);
  1713.         $instance->addListener('kernel.controller', [=> function () {
  1714.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1715.         }, => 'onKernelController'], -128);
  1716.         $instance->addListener('kernel.view', [=> function () {
  1717.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1718.         }, => 'onKernelView'], 0);
  1719.         $instance->addListener('kernel.controller', [=> function () {
  1720.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1721.         }, => 'onKernelController'], 0);
  1722.         $instance->addListener('kernel.response', [=> function () {
  1723.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1724.         }, => 'onKernelResponse'], 0);
  1725.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1726.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1727.         }, => 'onKernelControllerArguments'], 0);
  1728.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1729.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1730.         }, => 'onKernelControllerArguments'], 0);
  1731.         $instance->addListener('kernel.finish_request', [=> function () {
  1732.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1733.         }, => 'resetAssets'], 0);
  1734.         $instance->addListener('kernel.request', [=> function () {
  1735.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1736.         }, => 'onKernelRequest'], 0);
  1737.         $instance->addListener('kernel.controller', [=> function () {
  1738.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1739.         }, => 'onKernelController'], 128);
  1740.         $instance->addListener('kernel.response', [=> function () {
  1741.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1742.         }, => 'onKernelResponse'], -128);
  1743.         $instance->addListener('console.command', [=> function () {
  1744.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1745.         }, => 'onCommand'], 255);
  1746.         $instance->addListener('console.terminate', [=> function () {
  1747.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1748.         }, => 'onTerminate'], -255);
  1749.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1750.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1751.         }, => 'checkPassport'], 512);
  1752.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1753.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1754.         }, => 'onLogout'], 0);
  1755.         return $instance;
  1756.     }
  1757.     /**
  1758.      * Gets the public 'http_kernel' shared service.
  1759.      *
  1760.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1761.      */
  1762.     protected function getHttpKernelService()
  1763.     {
  1764.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1765.         if (isset($this->services['http_kernel'])) {
  1766.             return $this->services['http_kernel'];
  1767.         }
  1768.         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 () {
  1769.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1770.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1771.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1772.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1773.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1774.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1775.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1776.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1777.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1778.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1779.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1780.     }
  1781.     /**
  1782.      * Gets the public 'knp_snappy.pdf' shared service.
  1783.      *
  1784.      * @return \Knp\Snappy\Pdf
  1785.      */
  1786.     protected function getKnpSnappy_PdfService()
  1787.     {
  1788.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), [], []);
  1789.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  1790.         return $instance;
  1791.     }
  1792.     /**
  1793.      * Gets the public 'monolog.logger.deprecation' shared service.
  1794.      *
  1795.      * @return \Symfony\Bridge\Monolog\Logger
  1796.      */
  1797.     protected function getMonolog_Logger_DeprecationService()
  1798.     {
  1799.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1800.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1801.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1802.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1803.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1804.         return $instance;
  1805.     }
  1806.     /**
  1807.      * Gets the public 'request_stack' shared service.
  1808.      *
  1809.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1810.      */
  1811.     protected function getRequestStackService()
  1812.     {
  1813.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1814.     }
  1815.     /**
  1816.      * Gets the public 'router' shared service.
  1817.      *
  1818.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1819.      */
  1820.     protected function getRouterService()
  1821.     {
  1822.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1823.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1824.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1825.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1826.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1827.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1828.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1829.         ], [
  1830.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1831.         ]))->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');
  1832.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1833.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1834.         return $instance;
  1835.     }
  1836.     /**
  1837.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1838.      *
  1839.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1840.      */
  1841.     protected function getSonata_Block_ContextManager_DefaultService()
  1842.     {
  1843.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1844.         if (isset($this->services['sonata.block.context_manager.default'])) {
  1845.             return $this->services['sonata.block.context_manager.default'];
  1846.         }
  1847.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1848.     }
  1849.     /**
  1850.      * Gets the public 'sonata.block.manager' shared service.
  1851.      *
  1852.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1853.      */
  1854.     protected function getSonata_Block_ManagerService()
  1855.     {
  1856.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1857.             'sonata.block.service.container' => ['privates''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  1858.             'sonata.block.service.empty' => ['privates''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  1859.             'sonata.block.service.rss' => ['privates''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  1860.             'sonata.block.service.template' => ['privates''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  1861.             'sonata.block.service.text' => ['privates''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  1862.             'sonata.media.block.feature_media' => ['privates''sonata.media.block.feature_media''getSonata_Media_Block_FeatureMediaService'true],
  1863.             'sonata.media.block.gallery' => ['privates''sonata.media.block.gallery''getSonata_Media_Block_GalleryService'true],
  1864.             'sonata.media.block.gallery_list' => ['privates''sonata.media.block.gallery_list''getSonata_Media_Block_GalleryListService'true],
  1865.             'sonata.media.block.media' => ['privates''sonata.media.block.media''getSonata_Media_Block_MediaService'true],
  1866.         ], [
  1867.             'sonata.block.service.container' => '?',
  1868.             'sonata.block.service.empty' => '?',
  1869.             'sonata.block.service.rss' => '?',
  1870.             'sonata.block.service.template' => '?',
  1871.             'sonata.block.service.text' => '?',
  1872.             'sonata.media.block.feature_media' => '?',
  1873.             'sonata.media.block.gallery' => '?',
  1874.             'sonata.media.block.gallery_list' => '?',
  1875.             'sonata.media.block.media' => '?',
  1876.         ]), $this->parameters['sonata.block.container.types']);
  1877.         $instance->add('sonata.media.block.media''sonata.media.block.media', []);
  1878.         $instance->add('sonata.media.block.feature_media''sonata.media.block.feature_media', []);
  1879.         $instance->add('sonata.media.block.gallery''sonata.media.block.gallery', []);
  1880.         $instance->add('sonata.media.block.gallery_list''sonata.media.block.gallery_list', []);
  1881.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  1882.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  1883.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  1884.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  1885.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  1886.         return $instance;
  1887.     }
  1888.     /**
  1889.      * Gets the public 'sonata.block.renderer.default' shared service.
  1890.      *
  1891.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1892.      */
  1893.     protected function getSonata_Block_Renderer_DefaultService()
  1894.     {
  1895.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1896.         if (isset($this->services['sonata.block.renderer.default'])) {
  1897.             return $this->services['sonata.block.renderer.default'];
  1898.         }
  1899.         $b = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  1900.         $b->setDefaultFilter('debug_only');
  1901.         $b->setDefaultRenderer('throw');
  1902.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1903.     }
  1904.     /**
  1905.      * Gets the public 'sonata.media.pool' shared service.
  1906.      *
  1907.      * @return \Sonata\MediaBundle\Provider\Pool
  1908.      */
  1909.     protected function getSonata_Media_PoolService()
  1910.     {
  1911.         $this->services['sonata.media.pool'] = $instance = new \Sonata\MediaBundle\Provider\Pool('default');
  1912.         $a = ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService());
  1913.         $b = ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media')));
  1914.         $c = ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\NoDriverGenerator()));
  1915.         $d = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  1916.         $e = new \Sonata\MediaBundle\Provider\FileProvider('sonata.media.provider.file'$a$b$c, new \Sonata\MediaBundle\Thumbnail\FileThumbnail(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())), [=> 'pdf'=> 'txt'=> 'rtf'=> 'doc'=> 'docx'=> 'xls'=> 'xlsx'=> 'ppt'=> 'pptx'=> 'odt'10 => 'odg'11 => 'odp'12 => 'ods'13 => 'odc'14 => 'odf'15 => 'odb'16 => 'csv'17 => 'xml'], [=> 'application/pdf'=> 'application/x-pdf'=> 'application/rtf'=> 'text/html'=> 'text/rtf'=> 'text/plain'=> 'application/excel'=> 'application/msword'=> 'application/vnd.ms-excel'=> 'application/vnd.ms-powerpoint'10 => 'application/vnd.ms-powerpoint'11 => 'application/vnd.oasis.opendocument.text'12 => 'application/vnd.oasis.opendocument.graphics'13 => 'application/vnd.oasis.opendocument.presentation'14 => 'application/vnd.oasis.opendocument.spreadsheet'15 => 'application/vnd.oasis.opendocument.chart'16 => 'application/vnd.oasis.opendocument.formula'17 => 'application/vnd.oasis.opendocument.database'18 => 'application/vnd.oasis.opendocument.image'19 => 'text/comma-separated-values'20 => 'text/xml'21 => 'application/xml'22 => 'application/zip'], $d);
  1917.         $e->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_file.html.twig']);
  1918.         $e->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  1919.         $e->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  1920.         $e->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1921.         $f = ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService());
  1922.         $g = new \Symfony\Component\HttpClient\Psr18Client();
  1923.         $h = new \Nyholm\Psr7\Factory\Psr17Factory();
  1924.         $i = new \Sonata\MediaBundle\Provider\YouTubeProvider('sonata.media.provider.youtube'$a$b$c$f$g$h$dfalse);
  1925.         $j = ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService());
  1926.         $i->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_youtube.html.twig']);
  1927.         $i->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  1928.         $i->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  1929.         $i->setResizer($j);
  1930.         $i->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1931.         $k = new \Sonata\MediaBundle\Provider\DailyMotionProvider('sonata.media.provider.dailymotion'$a$b$c$f$g$h$d);
  1932.         $k->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_dailymotion.html.twig']);
  1933.         $k->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  1934.         $k->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  1935.         $k->setResizer($j);
  1936.         $k->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1937.         $l = new \Sonata\MediaBundle\Provider\VimeoProvider('sonata.media.provider.vimeo'$a$b$c$f$g$h$d);
  1938.         $l->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_vimeo.html.twig']);
  1939.         $l->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  1940.         $l->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  1941.         $l->setResizer($j);
  1942.         $l->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  1943.         $instance->addContext('default', [=> 'sonata.media.provider.dailymotion'=> 'sonata.media.provider.youtube'=> 'sonata.media.provider.image'=> 'sonata.media.provider.file'=> 'sonata.media.provider.vimeo'], ['default_small' => ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'default_big' => ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  1944.         $instance->addDownloadStrategy('sonata.media.security.superadmin_strategy', new \Sonata\MediaBundle\Security\RolesDownloadStrategy(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), [=> 'ROLE_SUPER_ADMIN'=> 'ROLE_ADMIN']));
  1945.         $instance->addProvider('sonata.media.provider.image', ($this->privates['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));
  1946.         $instance->addProvider('sonata.media.provider.file'$e);
  1947.         $instance->addProvider('sonata.media.provider.youtube'$i);
  1948.         $instance->addProvider('sonata.media.provider.dailymotion'$k);
  1949.         $instance->addProvider('sonata.media.provider.vimeo'$l);
  1950.         return $instance;
  1951.     }
  1952.     /**
  1953.      * Gets the public 'sonata.seo.page.default' shared service.
  1954.      *
  1955.      * @return \Sonata\SeoBundle\Seo\SeoPage
  1956.      */
  1957.     protected function getSonata_Seo_Page_DefaultService()
  1958.     {
  1959.         $this->services['sonata.seo.page.default'] = $instance = new \Sonata\SeoBundle\Seo\SeoPage();
  1960.         $instance->setTitle('');
  1961.         $instance->setMetas([]);
  1962.         $instance->setHtmlAttributes([]);
  1963.         $instance->setSeparator(' - ');
  1964.         return $instance;
  1965.     }
  1966.     /**
  1967.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  1968.      *
  1969.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1970.      */
  1971.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  1972.     {
  1973.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1974.     }
  1975.     /**
  1976.      * Gets the public 'translator' shared service.
  1977.      *
  1978.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1979.      */
  1980.     protected function getTranslatorService()
  1981.     {
  1982.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1983.     }
  1984.     /**
  1985.      * Gets the private '.debug.http_client' shared service.
  1986.      *
  1987.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1988.      */
  1989.     protected function get_Debug_HttpClientService()
  1990.     {
  1991.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1992.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1993.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1994.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1995.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1996.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1997.         $a->setLogger($b);
  1998.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1999.     }
  2000.     /**
  2001.      * Gets the private '.service_locator.itG.9LR' shared service.
  2002.      *
  2003.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2004.      */
  2005.     protected function get_ServiceLocator_ItG_9LRService()
  2006.     {
  2007.         return $this->privates['.service_locator.itG.9LR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2008.             'security.firewall.map.context.analytics' => ['privates''security.firewall.map.context.analytics''getSecurity_Firewall_Map_Context_AnalyticsService'true],
  2009.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2010.             'security.firewall.map.context.api_doctor' => ['privates''security.firewall.map.context.api_doctor''getSecurity_Firewall_Map_Context_ApiDoctorService'true],
  2011.             'security.firewall.map.context.api_intervention_details' => ['privates''security.firewall.map.context.api_intervention_details''getSecurity_Firewall_Map_Context_ApiInterventionDetailsService'true],
  2012.             'security.firewall.map.context.api_twilio_token' => ['privates''security.firewall.map.context.api_twilio_token''getSecurity_Firewall_Map_Context_ApiTwilioTokenService'true],
  2013.             'security.firewall.map.context.confirmation_docteurs' => ['privates''security.firewall.map.context.confirmation_docteurs''getSecurity_Firewall_Map_Context_ConfirmationDocteursService'true],
  2014.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2015.             'security.firewall.map.context.login_api' => ['privates''security.firewall.map.context.login_api''getSecurity_Firewall_Map_Context_LoginApiService'true],
  2016.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2017.             'security.firewall.map.context.password' => ['privates''security.firewall.map.context.password''getSecurity_Firewall_Map_Context_PasswordService'true],
  2018.             'security.firewall.map.context.pushes' => ['privates''security.firewall.map.context.pushes''getSecurity_Firewall_Map_Context_PushesService'true],
  2019.             'security.firewall.map.context.specialite_docteurs' => ['privates''security.firewall.map.context.specialite_docteurs''getSecurity_Firewall_Map_Context_SpecialiteDocteursService'true],
  2020.             'security.firewall.map.context.specialite_laboratoires' => ['privates''security.firewall.map.context.specialite_laboratoires''getSecurity_Firewall_Map_Context_SpecialiteLaboratoiresService'true],
  2021.             'security.firewall.map.context.users' => ['privates''security.firewall.map.context.users''getSecurity_Firewall_Map_Context_UsersService'true],
  2022.         ], [
  2023.             'security.firewall.map.context.analytics' => '?',
  2024.             'security.firewall.map.context.api' => '?',
  2025.             'security.firewall.map.context.api_doctor' => '?',
  2026.             'security.firewall.map.context.api_intervention_details' => '?',
  2027.             'security.firewall.map.context.api_twilio_token' => '?',
  2028.             'security.firewall.map.context.confirmation_docteurs' => '?',
  2029.             'security.firewall.map.context.dev' => '?',
  2030.             'security.firewall.map.context.login_api' => '?',
  2031.             'security.firewall.map.context.main' => '?',
  2032.             'security.firewall.map.context.password' => '?',
  2033.             'security.firewall.map.context.pushes' => '?',
  2034.             'security.firewall.map.context.specialite_docteurs' => '?',
  2035.             'security.firewall.map.context.specialite_laboratoires' => '?',
  2036.             'security.firewall.map.context.users' => '?',
  2037.         ]);
  2038.     }
  2039.     /**
  2040.      * Gets the private 'App\Manager\CommandeManager' shared autowired service.
  2041.      *
  2042.      * @return \App\Manager\CommandeManager
  2043.      */
  2044.     protected function getCommandeManagerService()
  2045.     {
  2046.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2047.         if (isset($this->privates['App\\Manager\\CommandeManager'])) {
  2048.             return $this->privates['App\\Manager\\CommandeManager'];
  2049.         }
  2050.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2051.         if (isset($this->privates['App\\Manager\\CommandeManager'])) {
  2052.             return $this->privates['App\\Manager\\CommandeManager'];
  2053.         }
  2054.         return $this->privates['App\\Manager\\CommandeManager'] = new \App\Manager\CommandeManager($a$b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2055.     }
  2056.     /**
  2057.      * Gets the private 'App\Manager\DistanceManager' shared autowired service.
  2058.      *
  2059.      * @return \App\Manager\DistanceManager
  2060.      */
  2061.     protected function getDistanceManagerService()
  2062.     {
  2063.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2064.         if (isset($this->privates['App\\Manager\\DistanceManager'])) {
  2065.             return $this->privates['App\\Manager\\DistanceManager'];
  2066.         }
  2067.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2068.         if (isset($this->privates['App\\Manager\\DistanceManager'])) {
  2069.             return $this->privates['App\\Manager\\DistanceManager'];
  2070.         }
  2071.         return $this->privates['App\\Manager\\DistanceManager'] = new \App\Manager\DistanceManager($a$b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2072.     }
  2073.     /**
  2074.      * Gets the private 'App\Manager\DoctorManager' shared autowired service.
  2075.      *
  2076.      * @return \App\Manager\DoctorManager
  2077.      */
  2078.     protected function getDoctorManagerService()
  2079.     {
  2080.         $a = ($this->privates['App\\Repository\\DocteurRepository'] ?? $this->getDocteurRepositoryService());
  2081.         if (isset($this->privates['App\\Manager\\DoctorManager'])) {
  2082.             return $this->privates['App\\Manager\\DoctorManager'];
  2083.         }
  2084.         $b = ($this->privates['App\\Manager\\DistanceManager'] ?? $this->getDistanceManagerService());
  2085.         if (isset($this->privates['App\\Manager\\DoctorManager'])) {
  2086.             return $this->privates['App\\Manager\\DoctorManager'];
  2087.         }
  2088.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2089.         if (isset($this->privates['App\\Manager\\DoctorManager'])) {
  2090.             return $this->privates['App\\Manager\\DoctorManager'];
  2091.         }
  2092.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2093.         if (isset($this->privates['App\\Manager\\DoctorManager'])) {
  2094.             return $this->privates['App\\Manager\\DoctorManager'];
  2095.         }
  2096.         $this->privates['App\\Manager\\DoctorManager'] = $instance = new \App\Manager\DoctorManager($a$b$c, ($this->privates['App\\Repository\\DisponibiliteRepository'] ?? $this->getDisponibiliteRepositoryService()), $d, ($this->services['translator'] ?? $this->getTranslatorService()));
  2097.         $instance->setNotificationManager(($this->privates['App\\Manager\\NotificationManager'] ?? $this->getNotificationManagerService()));
  2098.         $instance->setMailService(($this->privates['App\\Services\\MailerService'] ?? $this->getMailerServiceService()));
  2099.         $instance->setResetPasswordService(($this->privates['App\\Services\\Patient\\ResetPasswordService'] ?? $this->getResetPasswordServiceService()));
  2100.         $instance->setParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2101.         $instance->setEntityManager($c);
  2102.         $instance->setFileUploader(($this->privates['App\\Services\\MapService'] ?? $this->getMapServiceService()));
  2103.         return $instance;
  2104.     }
  2105.     /**
  2106.      * Gets the private 'App\Manager\InterventionManager' shared autowired service.
  2107.      *
  2108.      * @return \App\Manager\InterventionManager
  2109.      */
  2110.     protected function getInterventionManagerService()
  2111.     {
  2112.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2113.         if (isset($this->privates['App\\Manager\\InterventionManager'])) {
  2114.             return $this->privates['App\\Manager\\InterventionManager'];
  2115.         }
  2116.         $b = ($this->privates['App\\Repository\\InterventionRepository'] ?? $this->getInterventionRepositoryService());
  2117.         if (isset($this->privates['App\\Manager\\InterventionManager'])) {
  2118.             return $this->privates['App\\Manager\\InterventionManager'];
  2119.         }
  2120.         $c = ($this->services['router'] ?? $this->getRouterService());
  2121.         if (isset($this->privates['App\\Manager\\InterventionManager'])) {
  2122.             return $this->privates['App\\Manager\\InterventionManager'];
  2123.         }
  2124.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2125.         if (isset($this->privates['App\\Manager\\InterventionManager'])) {
  2126.             return $this->privates['App\\Manager\\InterventionManager'];
  2127.         }
  2128.         $e = ($this->privates['App\\Services\\MailerService'] ?? $this->getMailerServiceService());
  2129.         if (isset($this->privates['App\\Manager\\InterventionManager'])) {
  2130.             return $this->privates['App\\Manager\\InterventionManager'];
  2131.         }
  2132.         $this->privates['App\\Manager\\InterventionManager'] = $instance = new \App\Manager\InterventionManager($a$b, ($this->privates['App\\Services\\NexmoService'] ?? $this->getNexmoServiceService()), $c$d$e);
  2133.         $instance->setParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2134.         $instance->setPriceService(($this->privates['App\\Services\\PriceService'] ?? ($this->privates['App\\Services\\PriceService'] = new \App\Services\PriceService())));
  2135.         $instance->setUserManager(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()));
  2136.         return $instance;
  2137.     }
  2138.     /**
  2139.      * Gets the private 'App\Manager\NotificationManager' shared autowired service.
  2140.      *
  2141.      * @return \App\Manager\NotificationManager
  2142.      */
  2143.     protected function getNotificationManagerService()
  2144.     {
  2145.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2146.         if (isset($this->privates['App\\Manager\\NotificationManager'])) {
  2147.             return $this->privates['App\\Manager\\NotificationManager'];
  2148.         }
  2149.         return $this->privates['App\\Manager\\NotificationManager'] = new \App\Manager\NotificationManager(new \App\Services\OneSignalNotificationDocteur(), $a);
  2150.     }
  2151.     /**
  2152.      * Gets the private 'App\Manager\UserManager' shared autowired service.
  2153.      *
  2154.      * @return \App\Manager\UserManager
  2155.      */
  2156.     protected function getUserManagerService()
  2157.     {
  2158.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2159.         if (isset($this->privates['App\\Manager\\UserManager'])) {
  2160.             return $this->privates['App\\Manager\\UserManager'];
  2161.         }
  2162.         $b = ($this->privates['App\\Services\\Patient\\PatientService'] ?? $this->getPatientServiceService());
  2163.         if (isset($this->privates['App\\Manager\\UserManager'])) {
  2164.             return $this->privates['App\\Manager\\UserManager'];
  2165.         }
  2166.         return $this->privates['App\\Manager\\UserManager'] = new \App\Manager\UserManager(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a$b);
  2167.     }
  2168.     /**
  2169.      * Gets the private 'App\Repository\CommandeRepository' shared autowired service.
  2170.      *
  2171.      * @return \App\Repository\CommandeRepository
  2172.      */
  2173.     protected function getCommandeRepositoryService()
  2174.     {
  2175.         return $this->privates['App\\Repository\\CommandeRepository'] = new \App\Repository\CommandeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2176.     }
  2177.     /**
  2178.      * Gets the private 'App\Repository\DisponibiliteRepository' shared autowired service.
  2179.      *
  2180.      * @return \App\Repository\DisponibiliteRepository
  2181.      */
  2182.     protected function getDisponibiliteRepositoryService()
  2183.     {
  2184.         return $this->privates['App\\Repository\\DisponibiliteRepository'] = new \App\Repository\DisponibiliteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2185.     }
  2186.     /**
  2187.      * Gets the private 'App\Repository\DocteurRepository' shared autowired service.
  2188.      *
  2189.      * @return \App\Repository\DocteurRepository
  2190.      */
  2191.     protected function getDocteurRepositoryService()
  2192.     {
  2193.         $this->privates['App\\Repository\\DocteurRepository'] = $instance = new \App\Repository\DocteurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2194.         $instance->setUserManager(($this->privates['App\\Manager\\UserManager'] ?? $this->getUserManagerService()));
  2195.         return $instance;
  2196.     }
  2197.     /**
  2198.      * Gets the private 'App\Repository\InterventionRepository' shared autowired service.
  2199.      *
  2200.      * @return \App\Repository\InterventionRepository
  2201.      */
  2202.     protected function getInterventionRepositoryService()
  2203.     {
  2204.         $a = ($this->privates['App\\Repository\\DocteurRepository'] ?? $this->getDocteurRepositoryService());
  2205.         if (isset($this->privates['App\\Repository\\InterventionRepository'])) {
  2206.             return $this->privates['App\\Repository\\InterventionRepository'];
  2207.         }
  2208.         return $this->privates['App\\Repository\\InterventionRepository'] = new \App\Repository\InterventionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2209.     }
  2210.     /**
  2211.      * Gets the private 'App\Repository\SettingRepository' shared autowired service.
  2212.      *
  2213.      * @return \App\Repository\SettingRepository
  2214.      */
  2215.     protected function getSettingRepositoryService()
  2216.     {
  2217.         return $this->privates['App\\Repository\\SettingRepository'] = new \App\Repository\SettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2218.     }
  2219.     /**
  2220.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2221.      *
  2222.      * @return \App\Repository\UserRepository
  2223.      */
  2224.     protected function getUserRepositoryService()
  2225.     {
  2226.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2227.     }
  2228.     /**
  2229.      * Gets the private 'App\Services\CommandeService' shared autowired service.
  2230.      *
  2231.      * @return \App\Services\CommandeService
  2232.      */
  2233.     protected function getCommandeServiceService()
  2234.     {
  2235.         $a = ($this->privates['App\\Manager\\CommandeManager'] ?? $this->getCommandeManagerService());
  2236.         if (isset($this->privates['App\\Services\\CommandeService'])) {
  2237.             return $this->privates['App\\Services\\CommandeService'];
  2238.         }
  2239.         return $this->privates['App\\Services\\CommandeService'] = new \App\Services\CommandeService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a, ($this->privates['App\\Services\\PriceService'] ?? ($this->privates['App\\Services\\PriceService'] = new \App\Services\PriceService())), ($this->privates['App\\Services\\StripeService'] ?? $this->getStripeServiceService()), ($this->privates['App\\Repository\\CommandeRepository'] ?? $this->getCommandeRepositoryService()));
  2240.     }
  2241.     /**
  2242.      * Gets the private 'App\Services\DisponibiliteService' shared autowired service.
  2243.      *
  2244.      * @return \App\Services\DisponibiliteService
  2245.      */
  2246.     protected function getDisponibiliteServiceService()
  2247.     {
  2248.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2249.         if (isset($this->privates['App\\Services\\DisponibiliteService'])) {
  2250.             return $this->privates['App\\Services\\DisponibiliteService'];
  2251.         }
  2252.         $b = ($this->privates['App\\Manager\\DoctorManager'] ?? $this->getDoctorManagerService());
  2253.         if (isset($this->privates['App\\Services\\DisponibiliteService'])) {
  2254.             return $this->privates['App\\Services\\DisponibiliteService'];
  2255.         }
  2256.         return $this->privates['App\\Services\\DisponibiliteService'] = new \App\Services\DisponibiliteService(($this->privates['App\\Repository\\DisponibiliteRepository'] ?? $this->getDisponibiliteRepositoryService()), $a$b);
  2257.     }
  2258.     /**
  2259.      * Gets the private 'App\Services\LeMedecinService' shared autowired service.
  2260.      *
  2261.      * @return \App\Services\LeMedecinService
  2262.      */
  2263.     protected function getLeMedecinServiceService()
  2264.     {
  2265.         $this->privates['App\\Services\\LeMedecinService'] = $instance = new \App\Services\LeMedecinService('AU3gwike8cqAOkBtTsCIX5wx85NPa9Ez''dev', ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2266.         $instance->setHttpClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2267.         return $instance;
  2268.     }
  2269.     /**
  2270.      * Gets the private 'App\Services\MailerService' shared autowired service.
  2271.      *
  2272.      * @return \App\Services\MailerService
  2273.      */
  2274.     protected function getMailerServiceService()
  2275.     {
  2276.         $this->privates['App\\Services\\MailerService'] = $instance = new \App\Services\MailerService((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  2277.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  2278.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  2279.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  2280.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  2281.         }, 4)))->fromString($this->getEnv('MAILER_DSN')), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()));
  2282.         $instance->setParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2283.         return $instance;
  2284.     }
  2285.     /**
  2286.      * Gets the private 'App\Services\MapService' shared autowired service.
  2287.      *
  2288.      * @return \App\Services\MapService
  2289.      */
  2290.     protected function getMapServiceService()
  2291.     {
  2292.         $this->privates['App\\Services\\MapService'] = $instance = new \App\Services\MapService(NULL, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2293.         $instance->setDistanceManager(($this->privates['App\\Manager\\DistanceManager'] ?? $this->getDistanceManagerService()));
  2294.         return $instance;
  2295.     }
  2296.     /**
  2297.      * Gets the private 'App\Services\NexmoService' shared autowired service.
  2298.      *
  2299.      * @return \App\Services\NexmoService
  2300.      */
  2301.     protected function getNexmoServiceService()
  2302.     {
  2303.         $this->privates['App\\Services\\NexmoService'] = $instance = new \App\Services\NexmoService(new \App\Services\Utils\FormatPhone(), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2304.         $instance->setVonageService(($this->privates['App\\Services\\VonageService'] ?? $this->getVonageServiceService()));
  2305.         $instance->setParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2306.         return $instance;
  2307.     }
  2308.     /**
  2309.      * Gets the private 'App\Services\NotificationService' shared autowired service.
  2310.      *
  2311.      * @return \App\Services\NotificationService
  2312.      */
  2313.     protected function getNotificationServiceService()
  2314.     {
  2315.         $a = ($this->privates['App\\Manager\\CommandeManager'] ?? $this->getCommandeManagerService());
  2316.         if (isset($this->privates['App\\Services\\NotificationService'])) {
  2317.             return $this->privates['App\\Services\\NotificationService'];
  2318.         }
  2319.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2320.         if (isset($this->privates['App\\Services\\NotificationService'])) {
  2321.             return $this->privates['App\\Services\\NotificationService'];
  2322.         }
  2323.         $this->privates['App\\Services\\NotificationService'] = $instance = new \App\Services\NotificationService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a$b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2324.         $instance->setNotificationManager(($this->privates['App\\Manager\\NotificationManager'] ?? $this->getNotificationManagerService()));
  2325.         return $instance;
  2326.     }
  2327.     /**
  2328.      * Gets the private 'App\Services\Patient\PatientService' shared autowired service.
  2329.      *
  2330.      * @return \App\Services\Patient\PatientService
  2331.      */
  2332.     protected function getPatientServiceService()
  2333.     {
  2334.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2335.         if (isset($this->privates['App\\Services\\Patient\\PatientService'])) {
  2336.             return $this->privates['App\\Services\\Patient\\PatientService'];
  2337.         }
  2338.         $b = ($this->services['router'] ?? $this->getRouterService());
  2339.         if (isset($this->privates['App\\Services\\Patient\\PatientService'])) {
  2340.             return $this->privates['App\\Services\\Patient\\PatientService'];
  2341.         }
  2342.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2343.         if (isset($this->privates['App\\Services\\Patient\\PatientService'])) {
  2344.             return $this->privates['App\\Services\\Patient\\PatientService'];
  2345.         }
  2346.         $d = ($this->privates['App\\Services\\MailerService'] ?? $this->getMailerServiceService());
  2347.         if (isset($this->privates['App\\Services\\Patient\\PatientService'])) {
  2348.             return $this->privates['App\\Services\\Patient\\PatientService'];
  2349.         }
  2350.         return $this->privates['App\\Services\\Patient\\PatientService'] = new \App\Services\Patient\PatientService($a, ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $b$c$d);
  2351.     }
  2352.     /**
  2353.      * Gets the private 'App\Services\Patient\ResetPasswordAppService' shared autowired service.
  2354.      *
  2355.      * @return \App\Services\Patient\ResetPasswordAppService
  2356.      */
  2357.     protected function getResetPasswordAppServiceService()
  2358.     {
  2359.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2360.         if (isset($this->privates['App\\Services\\Patient\\ResetPasswordAppService'])) {
  2361.             return $this->privates['App\\Services\\Patient\\ResetPasswordAppService'];
  2362.         }
  2363.         $b = ($this->services['router'] ?? $this->getRouterService());
  2364.         if (isset($this->privates['App\\Services\\Patient\\ResetPasswordAppService'])) {
  2365.             return $this->privates['App\\Services\\Patient\\ResetPasswordAppService'];
  2366.         }
  2367.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2368.         if (isset($this->privates['App\\Services\\Patient\\ResetPasswordAppService'])) {
  2369.             return $this->privates['App\\Services\\Patient\\ResetPasswordAppService'];
  2370.         }
  2371.         $d = ($this->privates['App\\Services\\MailerService'] ?? $this->getMailerServiceService());
  2372.         if (isset($this->privates['App\\Services\\Patient\\ResetPasswordAppService'])) {
  2373.             return $this->privates['App\\Services\\Patient\\ResetPasswordAppService'];
  2374.         }
  2375.         $this->privates['App\\Services\\Patient\\ResetPasswordAppService'] = $instance = new \App\Services\Patient\ResetPasswordAppService($a, ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $b$c$d, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  2376.         $instance->setPriceService(($this->privates['App\\Services\\PriceService'] ?? ($this->privates['App\\Services\\PriceService'] = new \App\Services\PriceService())));
  2377.         return $instance;
  2378.     }
  2379.     /**
  2380.      * Gets the private 'App\Services\Patient\ResetPasswordService' shared autowired service.
  2381.      *
  2382.      * @return \App\Services\Patient\ResetPasswordService
  2383.      */
  2384.     protected function getResetPasswordServiceService()
  2385.     {
  2386.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2387.         if (isset($this->privates['App\\Services\\Patient\\ResetPasswordService'])) {
  2388.             return $this->privates['App\\Services\\Patient\\ResetPasswordService'];
  2389.         }
  2390.         $b = ($this->services['router'] ?? $this->getRouterService());
  2391.         if (isset($this->privates['App\\Services\\Patient\\ResetPasswordService'])) {
  2392.             return $this->privates['App\\Services\\Patient\\ResetPasswordService'];
  2393.         }
  2394.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2395.         if (isset($this->privates['App\\Services\\Patient\\ResetPasswordService'])) {
  2396.             return $this->privates['App\\Services\\Patient\\ResetPasswordService'];
  2397.         }
  2398.         $d = ($this->privates['App\\Services\\MailerService'] ?? $this->getMailerServiceService());
  2399.         if (isset($this->privates['App\\Services\\Patient\\ResetPasswordService'])) {
  2400.             return $this->privates['App\\Services\\Patient\\ResetPasswordService'];
  2401.         }
  2402.         $this->privates['App\\Services\\Patient\\ResetPasswordService'] = $instance = new \App\Services\Patient\ResetPasswordService($a, ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $b$c$d, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  2403.         $instance->setPriceService(($this->privates['App\\Services\\PriceService'] ?? ($this->privates['App\\Services\\PriceService'] = new \App\Services\PriceService())));
  2404.         return $instance;
  2405.     }
  2406.     /**
  2407.      * Gets the private 'App\Services\PriceService' shared autowired service.
  2408.      *
  2409.      * @return \App\Services\PriceService
  2410.      */
  2411.     protected function getPriceServiceService()
  2412.     {
  2413.         return $this->privates['App\\Services\\PriceService'] = new \App\Services\PriceService();
  2414.     }
  2415.     /**
  2416.      * Gets the private 'App\Services\StripeService' shared autowired service.
  2417.      *
  2418.      * @return \App\Services\StripeService
  2419.      */
  2420.     protected function getStripeServiceService()
  2421.     {
  2422.         $a = ($this->privates['App\\Services\\PriceService'] ?? ($this->privates['App\\Services\\PriceService'] = new \App\Services\PriceService()));
  2423.         $this->privates['App\\Services\\StripeService'] = $instance = new \App\Services\StripeService('sk_test_COqkZlQjD3T1UmLgp8l6J3nC''pk_test_GnvjozyXrjfJ1FDvvUbzj0ZP'$a);
  2424.         $instance->setPriceService($a);
  2425.         return $instance;
  2426.     }
  2427.     /**
  2428.      * Gets the private 'App\Services\TeleconsultationService' shared autowired service.
  2429.      *
  2430.      * @return \App\Services\TeleconsultationService
  2431.      */
  2432.     protected function getTeleconsultationServiceService()
  2433.     {
  2434.         $a = ($this->privates['App\\Manager\\InterventionManager'] ?? $this->getInterventionManagerService());
  2435.         if (isset($this->privates['App\\Services\\TeleconsultationService'])) {
  2436.             return $this->privates['App\\Services\\TeleconsultationService'];
  2437.         }
  2438.         $b = ($this->privates['App\\Manager\\DoctorManager'] ?? $this->getDoctorManagerService());
  2439.         if (isset($this->privates['App\\Services\\TeleconsultationService'])) {
  2440.             return $this->privates['App\\Services\\TeleconsultationService'];
  2441.         }
  2442.         $c = ($this->privates['App\\Services\\NotificationService'] ?? $this->getNotificationServiceService());
  2443.         if (isset($this->privates['App\\Services\\TeleconsultationService'])) {
  2444.             return $this->privates['App\\Services\\TeleconsultationService'];
  2445.         }
  2446.         $d = ($this->privates['App\\Repository\\DocteurRepository'] ?? $this->getDocteurRepositoryService());
  2447.         if (isset($this->privates['App\\Services\\TeleconsultationService'])) {
  2448.             return $this->privates['App\\Services\\TeleconsultationService'];
  2449.         }
  2450.         $this->privates['App\\Services\\TeleconsultationService'] = $instance = new \App\Services\TeleconsultationService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a, ($this->privates['App\\Services\\StripeService'] ?? $this->getStripeServiceService()), ($this->privates['App\\Repository\\SettingRepository'] ?? $this->getSettingRepositoryService()), $b$c, ($this->privates['App\\Services\\LeMedecinService'] ?? $this->getLeMedecinServiceService()), $d);
  2451.         $instance->setTokenizer(($this->services['sonata.seo.page.default'] ?? $this->getSonata_Seo_Page_DefaultService()));
  2452.         return $instance;
  2453.     }
  2454.     /**
  2455.      * Gets the private 'App\Services\VonageService' shared autowired service.
  2456.      *
  2457.      * @return \App\Services\VonageService
  2458.      */
  2459.     protected function getVonageServiceService()
  2460.     {
  2461.         $this->privates['App\\Services\\VonageService'] = $instance = new \App\Services\VonageService();
  2462.         $instance->setParameterBag(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2463.         $instance->setHttpClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2464.         return $instance;
  2465.     }
  2466.     /**
  2467.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  2468.      *
  2469.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  2470.      */
  2471.     protected function getAdminRouterSubscriberService()
  2472.     {
  2473.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  2474.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2475.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2476.         }
  2477.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  2478.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2479.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2480.         }
  2481.         $c = ($this->services['router'] ?? $this->getRouterService());
  2482.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  2483.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  2484.         }
  2485.         $d = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService());
  2486.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory($d$a, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), new \EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher($d)), new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry(['App\\Controller\\Admin\\ClientCrudController' => 'App\\Entity\\Client''App\\Controller\\Admin\\CommandeCompletCrudController' => 'App\\Entity\\Commande''App\\Controller\\Admin\\CommandeCrudController' => 'App\\Entity\\Commande''App\\Controller\\Admin\\DocteurCrudController' => 'App\\Entity\\Docteur''App\\Controller\\Admin\\InterventionCrudController' => 'App\\Entity\\Intervention''App\\Controller\\Admin\\SpecialiteDocteurCrudController' => 'App\\Entity\\SpecialiteDocteur''App\\Controller\\Admin\\UserCrudController' => 'App\\Entity\\User'], ['App\\Controller\\Admin\\ClientCrudController' => 'd3dbdf0''App\\Controller\\Admin\\CommandeCompletCrudController' => 'd600115''App\\Controller\\Admin\\CommandeCrudController' => '6c92f12''App\\Controller\\Admin\\DocteurCrudController' => '8180277''App\\Controller\\Admin\\InterventionCrudController' => 'f564f6e''App\\Controller\\Admin\\SpecialiteDocteurCrudController' => '8c15e4c''App\\Controller\\Admin\\UserCrudController' => 'bd9f101'], ['App\\Entity\\Client' => 'App\\Controller\\Admin\\ClientCrudController''App\\Entity\\Commande' => 'App\\Controller\\Admin\\CommandeCrudController''App\\Entity\\Docteur' => 'App\\Controller\\Admin\\DocteurCrudController''App\\Entity\\Intervention' => 'App\\Controller\\Admin\\InterventionCrudController''App\\Entity\\SpecialiteDocteur' => 'App\\Controller\\Admin\\SpecialiteDocteurCrudController''App\\Entity\\User' => 'App\\Controller\\Admin\\UserCrudController'], ['d3dbdf0' => 'App\\Controller\\Admin\\ClientCrudController''d600115' => 'App\\Controller\\Admin\\CommandeCompletCrudController''6c92f12' => 'App\\Controller\\Admin\\CommandeCrudController'8180277 => 'App\\Controller\\Admin\\DocteurCrudController''f564f6e' => 'App\\Controller\\Admin\\InterventionCrudController''8c15e4c' => 'App\\Controller\\Admin\\SpecialiteDocteurCrudController''bd9f101' => 'App\\Controller\\Admin\\UserCrudController']), $b), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $c$c);
  2487.     }
  2488.     /**
  2489.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  2490.      *
  2491.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  2492.      */
  2493.     protected function getActionFactoryService()
  2494.     {
  2495.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  2496.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'])) {
  2497.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'];
  2498.         }
  2499.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  2500.     }
  2501.     /**
  2502.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  2503.      *
  2504.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  2505.      */
  2506.     protected function getControllerFactoryService()
  2507.     {
  2508.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  2509.     }
  2510.     /**
  2511.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  2512.      *
  2513.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  2514.      */
  2515.     protected function getEntityFactoryService()
  2516.     {
  2517.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  2518.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  2519.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  2520.         }
  2521.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService());
  2522.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  2523.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  2524.         }
  2525.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2526.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  2527.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  2528.         }
  2529.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, new RewindableGenerator(function () {
  2530.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  2531.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  2532.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  2533.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  2534.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  2535.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  2536.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->load('getCollectionConfiguratorService'));
  2537.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  2538.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  2539.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  2540.             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()));
  2541.             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()));
  2542.             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()));
  2543.             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))));
  2544.             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()));
  2545.             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()));
  2546.             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()));
  2547.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  2548.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  2549.             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()));
  2550.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator()));
  2551.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator()));
  2552.             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()));
  2553.             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()));
  2554.             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()));
  2555.             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()));
  2556.             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()));
  2557.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  2558.         }, 28), new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory()), $b$a, ($this->services['doctrine'] ?? $this->getDoctrineService()), $c);
  2559.     }
  2560.     /**
  2561.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  2562.      *
  2563.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  2564.      */
  2565.     protected function getAdminContextProviderService()
  2566.     {
  2567.         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())));
  2568.     }
  2569.     /**
  2570.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  2571.      *
  2572.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  2573.      */
  2574.     protected function getAdminUrlGeneratorService()
  2575.     {
  2576.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  2577.             $a = ($this->services['router'] ?? $this->getRouterService());
  2578.             if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'])) {
  2579.                 return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'];
  2580.             }
  2581.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->targetDir.'', ['App\\Controller\\Admin\\DashboardController' => '28c875d'], ['28c875d' => 'App\\Controller\\Admin\\DashboardController']))));
  2582.         };
  2583.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  2584.     }
  2585.     /**
  2586.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  2587.      *
  2588.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  2589.      */
  2590.     protected function getAuthorizationCheckerService()
  2591.     {
  2592.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2593.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  2594.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  2595.         }
  2596.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  2597.     }
  2598.     /**
  2599.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2600.      *
  2601.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2602.      */
  2603.     protected function getResetAssetsEventListenerService()
  2604.     {
  2605.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2606.     }
  2607.     /**
  2608.      * Gets the private 'annotations.cache_adapter' shared service.
  2609.      *
  2610.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2611.      */
  2612.     protected function getAnnotations_CacheAdapterService()
  2613.     {
  2614.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2615.     }
  2616.     /**
  2617.      * Gets the private 'annotations.cached_reader' shared service.
  2618.      *
  2619.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2620.      */
  2621.     protected function getAnnotations_CachedReaderService()
  2622.     {
  2623.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2624.     }
  2625.     /**
  2626.      * Gets the private 'annotations.reader' shared service.
  2627.      *
  2628.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2629.      */
  2630.     protected function getAnnotations_ReaderService()
  2631.     {
  2632.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2633.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2634.         $a->registerUniqueLoader('class_exists');
  2635.         $instance->addGlobalIgnoredName('required'$a);
  2636.         return $instance;
  2637.     }
  2638.     /**
  2639.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  2640.      *
  2641.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2642.      */
  2643.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  2644.     {
  2645.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AgdvG1Wxhv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2646.     }
  2647.     /**
  2648.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  2649.      *
  2650.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2651.      */
  2652.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  2653.     {
  2654.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OR7VKvCtpI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2655.     }
  2656.     /**
  2657.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  2658.      *
  2659.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2660.      */
  2661.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  2662.     {
  2663.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aRukMpbPn+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2664.     }
  2665.     /**
  2666.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  2667.      *
  2668.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2669.      */
  2670.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  2671.     {
  2672.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('64sdcWqS9E'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2673.     }
  2674.     /**
  2675.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  2676.      *
  2677.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2678.      */
  2679.     protected function getApiPlatform_Cache_RouteNameResolverService()
  2680.     {
  2681.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4HtcePay6r'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2682.     }
  2683.     /**
  2684.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  2685.      *
  2686.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2687.      */
  2688.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  2689.     {
  2690.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('blnUvGXQbT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2691.     }
  2692.     /**
  2693.      * Gets the private 'api_platform.filter_locator' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2696.      */
  2697.     protected function getApiPlatform_FilterLocatorService()
  2698.     {
  2699.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2700.             'annotated_app_entity_docteur_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_docteur_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityDocteurApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  2701.             'annotated_app_entity_faq_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_faq_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityFaqApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  2702.             'annotated_app_entity_intervention_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_intervention_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityInterventionApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  2703.             'annotated_app_entity_intervention_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_intervention_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityInterventionApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  2704.             'annotated_app_entity_notification_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_notification_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityNotificationApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  2705.             'annotated_app_entity_notification_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_notification_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityNotificationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  2706.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  2707.             'annotated_app_entity_user_api_platform_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_user_api_platform_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityUserApiPlatformDoctrineOrmFilterBooleanFilterService'true],
  2708.             'card.search' => ['privates''card.search_filter''getCard_SearchFilterService'true],
  2709.             'docteur.boolean' => ['privates''docteur.boolean_filter''getDocteur_BooleanFilterService'true],
  2710.             'docteur.date' => ['privates''docteur.date_filter''getDocteur_DateFilterService'true],
  2711.             'docteur.numeric' => ['privates''docteur.numeric_filter''getDocteur_NumericFilterService'true],
  2712.             'docteur.order' => ['privates''docteur.order_filter''getDocteur_OrderFilterService'true],
  2713.             'docteur.search' => ['privates''docteur.search_filter''getDocteur_SearchFilterService'true],
  2714.             'infos_legales.search' => ['privates''infos_legales.search_filter''getInfosLegales_SearchFilterService'true],
  2715.         ], [
  2716.             'annotated_app_entity_docteur_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  2717.             'annotated_app_entity_faq_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2718.             'annotated_app_entity_intervention_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  2719.             'annotated_app_entity_intervention_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2720.             'annotated_app_entity_notification_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  2721.             'annotated_app_entity_notification_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2722.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  2723.             'annotated_app_entity_user_api_platform_doctrine_orm_filter_boolean_filter' => '?',
  2724.             'card.search' => '?',
  2725.             'docteur.boolean' => '?',
  2726.             'docteur.date' => '?',
  2727.             'docteur.numeric' => '?',
  2728.             'docteur.order' => '?',
  2729.             'docteur.search' => '?',
  2730.             'infos_legales.search' => '?',
  2731.         ]);
  2732.     }
  2733.     /**
  2734.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2735.      *
  2736.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  2737.      */
  2738.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2739.     {
  2740.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2741.     }
  2742.     /**
  2743.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  2744.      *
  2745.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  2746.      */
  2747.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  2748.     {
  2749.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  2750.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2751.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2752.         }
  2753.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2754.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2755.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2756.         }
  2757.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2758.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2759.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2760.         }
  2761.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $b$c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  2762.     }
  2763.     /**
  2764.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  2765.      *
  2766.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  2767.      */
  2768.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  2769.     {
  2770.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2771.     }
  2772.     /**
  2773.      * Gets the private 'api_platform.identifier.converter' shared service.
  2774.      *
  2775.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2776.      */
  2777.     protected function getApiPlatform_Identifier_ConverterService()
  2778.     {
  2779.         $a = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  2780.         if (isset($this->privates['api_platform.identifier.converter'])) {
  2781.             return $this->privates['api_platform.identifier.converter'];
  2782.         }
  2783.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2784.         if (isset($this->privates['api_platform.identifier.converter'])) {
  2785.             return $this->privates['api_platform.identifier.converter'];
  2786.         }
  2787.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter($a$b, new RewindableGenerator(function () {
  2788.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  2789.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  2790.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  2791.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  2792.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_UuidNormalizerService'));
  2793.         }, 5));
  2794.     }
  2795.     /**
  2796.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2797.      *
  2798.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2799.      */
  2800.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2801.     {
  2802.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2803.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  2804.             return $this->privates['api_platform.identifiers_extractor.cached'];
  2805.         }
  2806.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2807.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  2808.             return $this->privates['api_platform.identifiers_extractor.cached'];
  2809.         }
  2810.         $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2811.         $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2812.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor($a$b$c$dtrue), $c$d);
  2813.     }
  2814.     /**
  2815.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2816.      *
  2817.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  2818.      */
  2819.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2820.     {
  2821.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2822.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2823.         return $instance;
  2824.     }
  2825.     /**
  2826.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2827.      *
  2828.      * @return \ApiPlatform\JsonLd\ContextBuilder
  2829.      */
  2830.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  2831.     {
  2832.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2833.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2834.             return $this->privates['api_platform.jsonld.context_builder'];
  2835.         }
  2836.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2837.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2838.             return $this->privates['api_platform.jsonld.context_builder'];
  2839.         }
  2840.         $c = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2841.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2842.             return $this->privates['api_platform.jsonld.context_builder'];
  2843.         }
  2844.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a$b$c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($c));
  2845.     }
  2846.     /**
  2847.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2848.      *
  2849.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2850.      */
  2851.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2852.     {
  2853.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  2854.     }
  2855.     /**
  2856.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2857.      *
  2858.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2859.      */
  2860.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2861.     {
  2862.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2863.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2864.             return $this->privates['api_platform.listener.request.deserialize'];
  2865.         }
  2866.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2867.     }
  2868.     /**
  2869.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2870.      *
  2871.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2872.      */
  2873.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2874.     {
  2875.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2876.     }
  2877.     /**
  2878.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2879.      *
  2880.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2881.      */
  2882.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2883.     {
  2884.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  2885.     }
  2886.     /**
  2887.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2888.      *
  2889.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2890.      */
  2891.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2892.     {
  2893.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2894.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2895.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2896.         }
  2897.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2898.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2899.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2900.         }
  2901.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2902.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  2903.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  2904.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2905.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  2906.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  2907.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  2908.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  2909.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  2910.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  2911.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2912.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  2913.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  2914.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  2915.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  2916.         }, 13)));
  2917.     }
  2918.     /**
  2919.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2920.      *
  2921.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2922.      */
  2923.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2924.     {
  2925.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2926.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2927.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2928.         }
  2929.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
  2930.     }
  2931.     /**
  2932.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2933.      *
  2934.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2935.      */
  2936.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2937.     {
  2938.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2939.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  2940.     }
  2941.     /**
  2942.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2943.      *
  2944.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2945.      */
  2946.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2947.     {
  2948.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  2949.     }
  2950.     /**
  2951.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2952.      *
  2953.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2954.      */
  2955.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2956.     {
  2957.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  2958.     }
  2959.     /**
  2960.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2961.      *
  2962.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2963.      */
  2964.     protected function getApiPlatform_OperationPathResolver_RouterService()
  2965.     {
  2966.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2967.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  2968.             return $this->privates['api_platform.operation_path_resolver.router'];
  2969.         }
  2970.         $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  2971.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  2972.             return $this->privates['api_platform.operation_path_resolver.router'];
  2973.         }
  2974.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $b);
  2975.     }
  2976.     /**
  2977.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2978.      *
  2979.      * @return \ApiPlatform\Api\ResourceClassResolver
  2980.      */
  2981.     protected function getApiPlatform_ResourceClassResolverService()
  2982.     {
  2983.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2984.     }
  2985.     /**
  2986.      * Gets the private 'api_platform.router' shared service.
  2987.      *
  2988.      * @return \ApiPlatform\Symfony\Routing\Router
  2989.      */
  2990.     protected function getApiPlatform_RouterService()
  2991.     {
  2992.         $a = ($this->services['router'] ?? $this->getRouterService());
  2993.         if (isset($this->privates['api_platform.router'])) {
  2994.             return $this->privates['api_platform.router'];
  2995.         }
  2996.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  2997.     }
  2998.     /**
  2999.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  3000.      *
  3001.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  3002.      */
  3003.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  3004.     {
  3005.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  3006.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  3007.             return $this->privates['api_platform.security.listener.request.deny_access'];
  3008.         }
  3009.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  3010.     }
  3011.     /**
  3012.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  3013.      *
  3014.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  3015.      */
  3016.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  3017.     {
  3018.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3019.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  3020.             return $this->privates['api_platform.security.resource_access_checker'];
  3021.         }
  3022.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  3023.     }
  3024.     /**
  3025.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  3026.      *
  3027.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  3028.      */
  3029.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  3030.     {
  3031.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3032.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  3033.     }
  3034.     /**
  3035.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  3036.      *
  3037.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  3038.      */
  3039.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  3040.     {
  3041.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  3042.     }
  3043.     /**
  3044.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  3045.      *
  3046.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  3047.      */
  3048.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  3049.     {
  3050.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3051.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  3052.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  3053.         }
  3054.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  3055.     }
  3056.     /**
  3057.      * Gets the private 'assets.packages' shared service.
  3058.      *
  3059.      * @return \Symfony\Component\Asset\Packages
  3060.      */
  3061.     protected function getAssets_PackagesService()
  3062.     {
  3063.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3064.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  3065.             yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->load('getAssetPackageService'));
  3066.         }, 1));
  3067.     }
  3068.     /**
  3069.      * Gets the private 'cache.annotations' shared service.
  3070.      *
  3071.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3072.      */
  3073.     protected function getCache_AnnotationsService()
  3074.     {
  3075.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xks402OP0o'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3076.     }
  3077.     /**
  3078.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3079.      *
  3080.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3081.      */
  3082.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3083.     {
  3084.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3085.     }
  3086.     /**
  3087.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3088.      *
  3089.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3090.      */
  3091.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3092.     {
  3093.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3094.     }
  3095.     /**
  3096.      * Gets the private 'cache.property_info' shared service.
  3097.      *
  3098.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3099.      */
  3100.     protected function getCache_PropertyInfoService()
  3101.     {
  3102.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3Ct+kIjjQ1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3103.     }
  3104.     /**
  3105.      * Gets the private 'cache.security_expression_language' shared service.
  3106.      *
  3107.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3108.      */
  3109.     protected function getCache_SecurityExpressionLanguageService()
  3110.     {
  3111.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('W33yFmLN8D'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3112.     }
  3113.     /**
  3114.      * Gets the private 'cache.serializer' shared service.
  3115.      *
  3116.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3117.      */
  3118.     protected function getCache_SerializerService()
  3119.     {
  3120.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hipgBkpX88'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3121.     }
  3122.     /**
  3123.      * Gets the private 'cache.validator' shared service.
  3124.      *
  3125.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3126.      */
  3127.     protected function getCache_ValidatorService()
  3128.     {
  3129.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Mafj7iNgHy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3130.     }
  3131.     /**
  3132.      * Gets the private 'cache.webpack_encore' shared service.
  3133.      *
  3134.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3135.      */
  3136.     protected function getCache_WebpackEncoreService()
  3137.     {
  3138.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HimZ-MJ+nd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3139.     }
  3140.     /**
  3141.      * Gets the private 'config_cache_factory' shared service.
  3142.      *
  3143.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3144.      */
  3145.     protected function getConfigCacheFactoryService()
  3146.     {
  3147.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3148.             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)));
  3149.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3150.         }, 2));
  3151.     }
  3152.     /**
  3153.      * Gets the private 'data_collector.form' shared service.
  3154.      *
  3155.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3156.      */
  3157.     protected function getDataCollector_FormService()
  3158.     {
  3159.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3160.     }
  3161.     /**
  3162.      * Gets the private 'data_collector.request' shared service.
  3163.      *
  3164.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3165.      */
  3166.     protected function getDataCollector_RequestService()
  3167.     {
  3168.         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())));
  3169.     }
  3170.     /**
  3171.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  3172.      *
  3173.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  3174.      */
  3175.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  3176.     {
  3177.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  3178.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  3179.         }, 1)));
  3180.     }
  3181.     /**
  3182.      * Gets the private 'debug.api_platform.data_persister' shared service.
  3183.      *
  3184.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  3185.      */
  3186.     protected function getDebug_ApiPlatform_DataPersisterService()
  3187.     {
  3188.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  3189.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  3190.         }, 1)));
  3191.     }
  3192.     /**
  3193.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  3194.      *
  3195.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  3196.      */
  3197.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  3198.     {
  3199.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  3200.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  3201.         }, 1)));
  3202.     }
  3203.     /**
  3204.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3205.      *
  3206.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3207.      */
  3208.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3209.     {
  3210.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  3211.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  3212.         }, 1)));
  3213.     }
  3214.     /**
  3215.      * Gets the private 'debug.controller_resolver' shared service.
  3216.      *
  3217.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3218.      */
  3219.     protected function getDebug_ControllerResolverService()
  3220.     {
  3221.         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))));
  3222.     }
  3223.     /**
  3224.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3225.      *
  3226.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3227.      */
  3228.     protected function getDebug_DebugHandlersListenerService()
  3229.     {
  3230.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3231.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3232.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3233.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3234.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3235.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  3236.     }
  3237.     /**
  3238.      * Gets the private 'debug.file_link_formatter' shared service.
  3239.      *
  3240.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3241.      */
  3242.     protected function getDebug_FileLinkFormatterService()
  3243.     {
  3244.         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 () {
  3245.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3246.         });
  3247.     }
  3248.     /**
  3249.      * Gets the private 'debug.log_processor' shared service.
  3250.      *
  3251.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3252.      */
  3253.     protected function getDebug_LogProcessorService()
  3254.     {
  3255.         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())));
  3256.     }
  3257.     /**
  3258.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3259.      *
  3260.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3261.      */
  3262.     protected function getDebug_Security_Access_DecisionManagerService()
  3263.     {
  3264.         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 () {
  3265.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3266.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3267.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3268.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  3269.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3270.     }
  3271.     /**
  3272.      * Gets the private 'debug.security.firewall' shared service.
  3273.      *
  3274.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3275.      */
  3276.     protected function getDebug_Security_FirewallService()
  3277.     {
  3278.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3279.         if (isset($this->privates['debug.security.firewall'])) {
  3280.             return $this->privates['debug.security.firewall'];
  3281.         }
  3282.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3283.         if (isset($this->privates['debug.security.firewall'])) {
  3284.             return $this->privates['debug.security.firewall'];
  3285.         }
  3286.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3287.     }
  3288.     /**
  3289.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3290.      *
  3291.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3292.      */
  3293.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3294.     {
  3295.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3296.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber''getBlameableEventSubscriberService'true],
  3297.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber''getLoggableEventSubscriberService'true],
  3298.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber''getSluggableEventSubscriberService'true],
  3299.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber''getSoftDeletableEventSubscriberService'true],
  3300.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber''getTimestampableEventSubscriberService'true],
  3301.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber''getTranslatableEventSubscriberService'true],
  3302.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber''getTreeEventSubscriberService'true],
  3303.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => ['services''Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber''getUuidableEventSubscriberService'true],
  3304.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3305.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3306.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3307.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3308.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  3309.         ], [
  3310.             'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber' => '?',
  3311.             'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber' => '?',
  3312.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber' => '?',
  3313.             'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber' => '?',
  3314.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber' => '?',
  3315.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber' => '?',
  3316.             'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber' => '?',
  3317.             'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber' => '?',
  3318.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3319.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3320.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3321.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3322.             'sonata.doctrine.mapper' => '?',
  3323.         ]), [=> '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'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\BlameableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\LoggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SluggableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\SoftDeletableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TimestampableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TranslatableEventSubscriber'=> 'Knp\\DoctrineBehaviors\\EventSubscriber\\TreeEventSubscriber'10 => 'Knp\\DoctrineBehaviors\\EventSubscriber\\UuidableEventSubscriber'11 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 12 => [=> [=> 'loadClassMetadata'], => 'sonata.doctrine.mapper']]);
  3324.     }
  3325.     /**
  3326.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3327.      *
  3328.      * @return \Doctrine\Migrations\DependencyFactory
  3329.      */
  3330.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3331.     {
  3332.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3333.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3334.         $a->setAllOrNothing(false);
  3335.         $a->setCheckDatabasePlatform(true);
  3336.         $a->setTransactional(true);
  3337.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3338.         $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()));
  3339.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3340.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3341.         });
  3342.         return $instance;
  3343.     }
  3344.     /**
  3345.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3346.      *
  3347.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3348.      */
  3349.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3350.     {
  3351.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')], false);
  3352.     }
  3353.     /**
  3354.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3355.      *
  3356.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3357.      */
  3358.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3359.     {
  3360.         $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', (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/config/doctrine') => 'Sonata\\MediaBundle\\Entity'], '.orm.xml'false);
  3361.         $instance->setGlobalBasename('mapping');
  3362.         return $instance;
  3363.     }
  3364.     /**
  3365.      * Gets the private 'exception_listener' shared service.
  3366.      *
  3367.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3368.      */
  3369.     protected function getExceptionListener2Service()
  3370.     {
  3371.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3372.     }
  3373.     /**
  3374.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3375.      *
  3376.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3377.      */
  3378.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3379.     {
  3380.         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())));
  3381.     }
  3382.     /**
  3383.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3384.      *
  3385.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3386.      */
  3387.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3388.     {
  3389.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3390.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3391.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3392.         }
  3393.         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);
  3394.     }
  3395.     /**
  3396.      * Gets the private 'locale_aware_listener' shared service.
  3397.      *
  3398.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3399.      */
  3400.     protected function getLocaleAwareListenerService()
  3401.     {
  3402.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3403.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  3404.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3405.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  3406.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  3407.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3408.     }
  3409.     /**
  3410.      * Gets the private 'locale_listener' shared service.
  3411.      *
  3412.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3413.      */
  3414.     protected function getLocaleListener2Service()
  3415.     {
  3416.         $a = ($this->services['router'] ?? $this->getRouterService());
  3417.         if (isset($this->privates['locale_listener'])) {
  3418.             return $this->privates['locale_listener'];
  3419.         }
  3420.         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'$afalse, []);
  3421.     }
  3422.     /**
  3423.      * Gets the private 'mime_types' shared service.
  3424.      *
  3425.      * @return \Symfony\Component\Mime\MimeTypes
  3426.      */
  3427.     protected function getMimeTypesService()
  3428.     {
  3429.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3430.         $instance->setDefault($instance);
  3431.         return $instance;
  3432.     }
  3433.     /**
  3434.      * Gets the private 'monolog.handler.console' shared service.
  3435.      *
  3436.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3437.      */
  3438.     protected function getMonolog_Handler_ConsoleService()
  3439.     {
  3440.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3441.     }
  3442.     /**
  3443.      * Gets the private 'monolog.handler.main' shared service.
  3444.      *
  3445.      * @return \Monolog\Handler\StreamHandler
  3446.      */
  3447.     protected function getMonolog_Handler_MainService()
  3448.     {
  3449.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  3450.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3451.         return $instance;
  3452.     }
  3453.     /**
  3454.      * Gets the private 'monolog.logger' shared service.
  3455.      *
  3456.      * @return \Symfony\Bridge\Monolog\Logger
  3457.      */
  3458.     protected function getMonolog_LoggerService()
  3459.     {
  3460.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3461.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3462.         $instance->useMicrosecondTimestamps(true);
  3463.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3464.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3465.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3466.         return $instance;
  3467.     }
  3468.     /**
  3469.      * Gets the private 'monolog.logger.cache' shared service.
  3470.      *
  3471.      * @return \Symfony\Bridge\Monolog\Logger
  3472.      */
  3473.     protected function getMonolog_Logger_CacheService()
  3474.     {
  3475.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3476.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3477.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3478.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3479.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3480.         return $instance;
  3481.     }
  3482.     /**
  3483.      * Gets the private 'monolog.logger.request' shared service.
  3484.      *
  3485.      * @return \Symfony\Bridge\Monolog\Logger
  3486.      */
  3487.     protected function getMonolog_Logger_RequestService()
  3488.     {
  3489.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3490.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3491.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3492.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3493.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3494.         return $instance;
  3495.     }
  3496.     /**
  3497.      * Gets the private 'monolog.logger.security' shared service.
  3498.      *
  3499.      * @return \Symfony\Bridge\Monolog\Logger
  3500.      */
  3501.     protected function getMonolog_Logger_SecurityService()
  3502.     {
  3503.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3504.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3505.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3506.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3507.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3508.         return $instance;
  3509.     }
  3510.     /**
  3511.      * Gets the private 'monolog.logger.snappy' shared service.
  3512.      *
  3513.      * @return \Symfony\Bridge\Monolog\Logger
  3514.      */
  3515.     protected function getMonolog_Logger_SnappyService()
  3516.     {
  3517.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  3518.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3519.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3520.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3521.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3522.         return $instance;
  3523.     }
  3524.     /**
  3525.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  3526.      *
  3527.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3528.      */
  3529.     protected function getNelmioCors_CorsListenerService()
  3530.     {
  3531.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  3532.     }
  3533.     /**
  3534.      * Gets the private 'parameter_bag' shared service.
  3535.      *
  3536.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3537.      */
  3538.     protected function getParameterBagService()
  3539.     {
  3540.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3541.     }
  3542.     /**
  3543.      * Gets the private 'profiler_listener' shared service.
  3544.      *
  3545.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3546.      */
  3547.     protected function getProfilerListenerService()
  3548.     {
  3549.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3550.         if (isset($this->privates['profiler_listener'])) {
  3551.             return $this->privates['profiler_listener'];
  3552.         }
  3553.         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);
  3554.     }
  3555.     /**
  3556.      * Gets the private 'property_accessor' shared service.
  3557.      *
  3558.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3559.      */
  3560.     protected function getPropertyAccessorService()
  3561.     {
  3562.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3563.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3564.     }
  3565.     /**
  3566.      * Gets the private 'property_info' shared service.
  3567.      *
  3568.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3569.      */
  3570.     protected function getPropertyInfoService()
  3571.     {
  3572.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3573.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3574.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3575.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3576.         }, 3), new RewindableGenerator(function () {
  3577.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3578.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3579.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3580.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3581.         }, 4), new RewindableGenerator(function () {
  3582.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3583.         }, 1), new RewindableGenerator(function () {
  3584.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3585.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3586.         }, 2), new RewindableGenerator(function () {
  3587.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3588.         }, 1));
  3589.     }
  3590.     /**
  3591.      * Gets the private 'router.expression_language_provider' shared service.
  3592.      *
  3593.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3594.      */
  3595.     protected function getRouter_ExpressionLanguageProviderService()
  3596.     {
  3597.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3598.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3599.         ], [
  3600.             'env' => 'Closure',
  3601.         ]));
  3602.     }
  3603.     /**
  3604.      * Gets the private 'router.request_context' shared service.
  3605.      *
  3606.      * @return \Symfony\Component\Routing\RequestContext
  3607.      */
  3608.     protected function getRouter_RequestContextService()
  3609.     {
  3610.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3611.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3612.         return $instance;
  3613.     }
  3614.     /**
  3615.      * Gets the private 'router_listener' shared service.
  3616.      *
  3617.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3618.      */
  3619.     protected function getRouterListenerService()
  3620.     {
  3621.         $a = ($this->services['router'] ?? $this->getRouterService());
  3622.         if (isset($this->privates['router_listener'])) {
  3623.             return $this->privates['router_listener'];
  3624.         }
  3625.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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);
  3626.     }
  3627.     /**
  3628.      * Gets the private 'security.context_listener.0' shared service.
  3629.      *
  3630.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3631.      */
  3632.     protected function getSecurity_ContextListener_0Service()
  3633.     {
  3634.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  3635.         if (isset($this->privates['security.context_listener.0'])) {
  3636.             return $this->privates['security.context_listener.0'];
  3637.         }
  3638.         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 () {
  3639.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  3640.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($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']);
  3641.     }
  3642.     /**
  3643.      * Gets the private 'security.csrf.token_storage' shared service.
  3644.      *
  3645.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3646.      */
  3647.     protected function getSecurity_Csrf_TokenStorageService()
  3648.     {
  3649.         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())));
  3650.     }
  3651.     /**
  3652.      * Gets the private 'security.event_dispatcher.main' shared service.
  3653.      *
  3654.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3655.      */
  3656.     protected function getSecurity_EventDispatcher_MainService()
  3657.     {
  3658.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3659.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3660.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  3661.         }, => 'checkPassport'], 2048);
  3662.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3663.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  3664.         }, => 'onSuccessfulLogin'], 0);
  3665.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3666.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  3667.         }, => 'onLogout'], 64);
  3668.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3669.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3670.         }, => 'onLogout'], 0);
  3671.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3672.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3673.         }, => 'preCheckCredentials'], 256);
  3674.         $instance->addListener('security.authentication.success', [=> function () {
  3675.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3676.         }, => 'postCheckCredentials'], 256);
  3677.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3678.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3679.         }, => 'checkPassport'], 1024);
  3680.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3681.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3682.         }, => 'checkPassport'], 0);
  3683.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3684.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3685.         }, => 'onLoginSuccess'], 0);
  3686.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3687.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3688.         }, => 'checkPassport'], 512);
  3689.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3690.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3691.         }, => 'onLogout'], 0);
  3692.         return $instance;
  3693.     }
  3694.     /**
  3695.      * Gets the private 'security.expression_language' shared service.
  3696.      *
  3697.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  3698.      */
  3699.     protected function getSecurity_ExpressionLanguageService()
  3700.     {
  3701.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3702.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  3703.         return $instance;
  3704.     }
  3705.     /**
  3706.      * Gets the private 'security.firewall.map' shared service.
  3707.      *
  3708.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3709.      */
  3710.     protected function getSecurity_Firewall_MapService()
  3711.     {
  3712.         $a = ($this->privates['.service_locator.itG.9LR'] ?? $this->get_ServiceLocator_ItG_9LRService());
  3713.         if (isset($this->privates['security.firewall.map'])) {
  3714.             return $this->privates['security.firewall.map'];
  3715.         }
  3716.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3717.             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)/')));
  3718.             yield 'security.firewall.map.context.login_api' => ($this->privates['.security.request_matcher.43sZCHK'] ?? ($this->privates['.security.request_matcher.43sZCHK'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(login|doctor/login)')));
  3719.             yield 'security.firewall.map.context.api_doctor' => ($this->privates['.security.request_matcher.DRMlJ1b'] ?? ($this->privates['.security.request_matcher.DRMlJ1b'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doctor/teleconsultations')));
  3720.             yield 'security.firewall.map.context.api_intervention_details' => ($this->privates['.security.request_matcher.5gXx4N8'] ?? ($this->privates['.security.request_matcher.5gXx4N8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/intervention-details'NULL, [=> 'GET'])));
  3721.             yield 'security.firewall.map.context.api_twilio_token' => ($this->privates['.security.request_matcher.KYTpJEI'] ?? ($this->privates['.security.request_matcher.KYTpJEI'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/twilio/token'NULL, [=> 'POST'])));
  3722.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3723.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.hUiyeN6'] ?? ($this->privates['.security.request_matcher.hUiyeN6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(?!api)')));
  3724.             yield 'security.firewall.map.context.specialite_docteurs' => ($this->privates['.security.request_matcher.o0wFeU3'] ?? ($this->privates['.security.request_matcher.o0wFeU3'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/specialite_docteurs'NULL, [=> 'GET'])));
  3725.             yield 'security.firewall.map.context.specialite_laboratoires' => ($this->privates['.security.request_matcher.3VymTsx'] ?? ($this->privates['.security.request_matcher.3VymTsx'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/specialite_laboratoires'NULL, [=> 'GET'])));
  3726.             yield 'security.firewall.map.context.password' => ($this->privates['.security.request_matcher.zdq9Tei'] ?? ($this->privates['.security.request_matcher.zdq9Tei'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/password'NULL, [=> 'POST'=> 'PUT'])));
  3727.             yield 'security.firewall.map.context.users' => ($this->privates['.security.request_matcher.jyau_De'] ?? ($this->privates['.security.request_matcher.jyau_De'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/users'NULL, [=> 'POST'=> 'GET'])));
  3728.             yield 'security.firewall.map.context.confirmation_docteurs' => ($this->privates['.security.request_matcher.eRXXIXK'] ?? ($this->privates['.security.request_matcher.eRXXIXK'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/confirmation_docteurs/inscription'NULL, [=> 'POST'])));
  3729.             yield 'security.firewall.map.context.analytics' => ($this->privates['.security.request_matcher.zw3DZRG'] ?? ($this->privates['.security.request_matcher.zw3DZRG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/analytics'NULL, [=> 'POST'])));
  3730.             yield 'security.firewall.map.context.pushes' => ($this->privates['.security.request_matcher.YhJx8cD'] ?? ($this->privates['.security.request_matcher.YhJx8cD'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/pushes'NULL, [=> 'POST'])));
  3731.         }, 14));
  3732.     }
  3733.     /**
  3734.      * Gets the private 'security.logout_url_generator' shared service.
  3735.      *
  3736.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3737.      */
  3738.     protected function getSecurity_LogoutUrlGeneratorService()
  3739.     {
  3740.         $a = ($this->services['router'] ?? $this->getRouterService());
  3741.         if (isset($this->privates['security.logout_url_generator'])) {
  3742.             return $this->privates['security.logout_url_generator'];
  3743.         }
  3744.         $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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3745.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  3746.         return $instance;
  3747.     }
  3748.     /**
  3749.      * Gets the private 'security.password_hasher_factory' shared service.
  3750.      *
  3751.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  3752.      */
  3753.     protected function getSecurity_PasswordHasherFactoryService()
  3754.     {
  3755.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  3756.     }
  3757.     /**
  3758.      * Gets the private 'security.role_hierarchy' shared service.
  3759.      *
  3760.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3761.      */
  3762.     protected function getSecurity_RoleHierarchyService()
  3763.     {
  3764.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3765.     }
  3766.     /**
  3767.      * Gets the private 'security.user_password_hasher' shared service.
  3768.      *
  3769.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  3770.      */
  3771.     protected function getSecurity_UserPasswordHasherService()
  3772.     {
  3773.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  3774.     }
  3775.     /**
  3776.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3777.      *
  3778.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3779.      */
  3780.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3781.     {
  3782.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3783.     }
  3784.     /**
  3785.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3786.      *
  3787.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3788.      */
  3789.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3790.     {
  3791.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3792.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3793.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3794.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3795.     }
  3796.     /**
  3797.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3798.      *
  3799.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3800.      */
  3801.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3802.     {
  3803.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3804.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3805.             return $this->privates['sensio_framework_extra.security.listener'];
  3806.         }
  3807.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  3808.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  3809.         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()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3810.     }
  3811.     /**
  3812.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3813.      *
  3814.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3815.      */
  3816.     protected function getSensioFrameworkExtra_View_ListenerService()
  3817.     {
  3818.         $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))));
  3819.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3820.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3821.         ], [
  3822.             'twig' => '?',
  3823.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3824.         return $instance;
  3825.     }
  3826.     /**
  3827.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3828.      *
  3829.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3830.      */
  3831.     protected function getSerializer_NameConverter_MetadataAwareService()
  3832.     {
  3833.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  3834.     }
  3835.     /**
  3836.      * Gets the private 'session.factory' shared service.
  3837.      *
  3838.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3839.      */
  3840.     protected function getSession_FactoryService()
  3841.     {
  3842.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3843.         if (isset($this->privates['session.factory'])) {
  3844.             return $this->privates['session.factory'];
  3845.         }
  3846.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  3847.     }
  3848.     /**
  3849.      * Gets the private 'session_listener' shared service.
  3850.      *
  3851.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3852.      */
  3853.     protected function getSessionListenerService()
  3854.     {
  3855.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3856.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3857.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3858.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3859.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3860.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3861.         ], [
  3862.             'initialized_session' => '?',
  3863.             'logger' => '?',
  3864.             'session' => '?',
  3865.             'session_collector' => '?',
  3866.             'session_factory' => '?',
  3867.         ]), true$this->parameters['session.storage.options']);
  3868.     }
  3869.     /**
  3870.      * Gets the private 'sonata.block.templating.helper' shared service.
  3871.      *
  3872.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3873.      */
  3874.     protected function getSonata_Block_Templating_HelperService()
  3875.     {
  3876.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  3877.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3878.             return $this->privates['sonata.block.templating.helper'];
  3879.         }
  3880.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  3881.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3882.             return $this->privates['sonata.block.templating.helper'];
  3883.         }
  3884.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3885.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3886.             return $this->privates['sonata.block.templating.helper'];
  3887.         }
  3888.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper($a$b$c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3889.     }
  3890.     /**
  3891.      * Gets the private 'sonata.media.filesystem.local' shared service.
  3892.      *
  3893.      * @return \Gaufrette\Filesystem
  3894.      */
  3895.     protected function getSonata_Media_Filesystem_LocalService()
  3896.     {
  3897.         return $this->privates['sonata.media.filesystem.local'] = new \Gaufrette\Filesystem(($this->privates['sonata.media.adapter.filesystem.local'] ?? ($this->privates['sonata.media.adapter.filesystem.local'] = new \Sonata\MediaBundle\Filesystem\Local((\dirname(__DIR__4).'/public/upload/media'), false))));
  3898.     }
  3899.     /**
  3900.      * Gets the private 'sonata.media.metadata.proxy' shared service.
  3901.      *
  3902.      * @return \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder
  3903.      */
  3904.     protected function getSonata_Media_Metadata_ProxyService()
  3905.     {
  3906.         $a = ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService());
  3907.         if (isset($this->privates['sonata.media.metadata.proxy'])) {
  3908.             return $this->privates['sonata.media.metadata.proxy'];
  3909.         }
  3910.         return $this->privates['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($a, new \Sonata\MediaBundle\Metadata\NoopMetadataBuilder(), NULL);
  3911.     }
  3912.     /**
  3913.      * Gets the private 'sonata.media.provider.image' shared service.
  3914.      *
  3915.      * @return \Sonata\MediaBundle\Provider\ImageProvider
  3916.      */
  3917.     protected function getSonata_Media_Provider_ImageService()
  3918.     {
  3919.         $a = ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService());
  3920.         if (isset($this->privates['sonata.media.provider.image'])) {
  3921.             return $this->privates['sonata.media.provider.image'];
  3922.         }
  3923.         $b = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  3924.         if (isset($this->privates['sonata.media.provider.image'])) {
  3925.             return $this->privates['sonata.media.provider.image'];
  3926.         }
  3927.         $this->privates['sonata.media.provider.image'] = $instance = new \Sonata\MediaBundle\Provider\ImageProvider('sonata.media.provider.image', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\NoDriverGenerator())), $a, [=> 'jpg'=> 'png'=> 'jpeg'], [=> 'image/pjpeg'=> 'image/jpeg'=> 'image/png'=> 'image/x-png'], ($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), $b);
  3928.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_image.html.twig']);
  3929.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  3930.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]);
  3931.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  3932.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  3933.         return $instance;
  3934.     }
  3935.     /**
  3936.      * Gets the private 'sonata.media.resizer.simple' shared service.
  3937.      *
  3938.      * @return \Sonata\MediaBundle\Resizer\SimpleResizer
  3939.      */
  3940.     protected function getSonata_Media_Resizer_SimpleService()
  3941.     {
  3942.         $a = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  3943.         if (isset($this->privates['sonata.media.resizer.simple'])) {
  3944.             return $this->privates['sonata.media.resizer.simple'];
  3945.         }
  3946.         return $this->privates['sonata.media.resizer.simple'] = new \Sonata\MediaBundle\Resizer\SimpleResizer(($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), 1$a);
  3947.     }
  3948.     /**
  3949.      * Gets the private 'sonata.media.thumbnail.format' shared service.
  3950.      *
  3951.      * @return \Sonata\MediaBundle\Thumbnail\FormatThumbnail
  3952.      */
  3953.     protected function getSonata_Media_Thumbnail_FormatService()
  3954.     {
  3955.         $this->privates['sonata.media.thumbnail.format'] = $instance = new \Sonata\MediaBundle\Thumbnail\FormatThumbnail('jpg');
  3956.         $a = ($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine()));
  3957.         $b = ($this->privates['sonata.media.metadata.proxy'] ?? $this->getSonata_Media_Metadata_ProxyService());
  3958.         $instance->addResizer('sonata.media.resizer.crop', new \Sonata\MediaBundle\Resizer\CropResizer($a$b));
  3959.         $instance->addResizer('sonata.media.resizer.simple', ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  3960.         $instance->addResizer('sonata.media.resizer.square', new \Sonata\MediaBundle\Resizer\SquareResizer($a1$b));
  3961.         return $instance;
  3962.     }
  3963.     /**
  3964.      * Gets the private 'translator.default' shared service.
  3965.      *
  3966.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3967.      */
  3968.     protected function getTranslator_DefaultService()
  3969.     {
  3970.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3971.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3972.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3973.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3974.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3975.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3976.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3977.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3978.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3979.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3980.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3981.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3982.         ], [
  3983.             'translation.loader.csv' => '?',
  3984.             'translation.loader.dat' => '?',
  3985.             'translation.loader.ini' => '?',
  3986.             'translation.loader.json' => '?',
  3987.             'translation.loader.mo' => '?',
  3988.             'translation.loader.php' => '?',
  3989.             'translation.loader.po' => '?',
  3990.             'translation.loader.qt' => '?',
  3991.             'translation.loader.res' => '?',
  3992.             'translation.loader.xliff' => '?',
  3993.             'translation.loader.yml' => '?',
  3994.         ]), 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/vich/uploader-bundle/translations/messages.ar.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\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/vich/uploader-bundle/translations/messages.de.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.de.xliff'), 10 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.en.xliff'), 10 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.eu.xliff'), => (\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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fa.xliff'), => (\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/vich/uploader-bundle/translations/messages.fi.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.fr.xliff'), 10 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), 11 => (\dirname(__DIR__4).'/translations/messages.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.he.php')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff'), => (\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/vich/uploader-bundle/translations/messages.hu.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hy.php')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/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/vich/uploader-bundle/translations/messages.it.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ja.xliff')], '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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lb.xliff'), => (\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/vich/uploader-bundle/translations/messages.lt.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.mk.php')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.nl.xliff'), 10 => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pt_BR.xliff'), => (\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/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ro.xliff'), => (\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/vich/uploader-bundle/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations/SonataSeoBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sk.php')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.zh_CN.xliff'), => (\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')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 24 => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/media-bundle/src/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/seo-bundle/src/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'10 => 'translations'11 => 'vendor/symfony/framework-bundle/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'vendor/doctrine/doctrine-migrations-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/symfony/twig-bundle/translations'16 => 'vendor/symfony/security-bundle/translations'17 => 'vendor/nelmio/cors-bundle/translations'18 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'19 => 'vendor/lexik/jwt-authentication-bundle/translations'20 => 'vendor/knplabs/doctrine-behaviors/src/translations'21 => 'vendor/knplabs/knp-snappy-bundle/src/translations'22 => 'vendor/sensio/framework-extra-bundle/src/translations'23 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'24 => 'vendor/sonata-project/exporter/src/Bridge/Symfony/translations'25 => 'vendor/symfony/webpack-encore-bundle/src/translations'26 => 'vendor/symfony/web-profiler-bundle/translations'27 => 'vendor/symfony/monolog-bundle/translations'28 => 'vendor/presta/sitemap-bundle/translations']]], []);
  3995.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3996.         $instance->setFallbackLocales([=> 'en']);
  3997.         return $instance;
  3998.     }
  3999.     /**
  4000.      * Gets the private 'validator.builder' shared service.
  4001.      *
  4002.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4003.      */
  4004.     protected function getValidator_BuilderService()
  4005.     {
  4006.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4007.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4008.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4009.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  4010.             'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => ['privates''Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator''getImageUploadDimensionValidatorService'true],
  4011.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService'true],
  4012.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4013.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4014.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4015.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4016.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4017.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4018.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4019.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  4020.             'sonata.media.validator.format' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService'true],
  4021.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4022.         ], [
  4023.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  4024.             'Sonata\\MediaBundle\\Validator\\Constraints\\ImageUploadDimensionValidator' => '?',
  4025.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => '?',
  4026.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4027.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4028.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4029.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4030.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4031.             'doctrine.orm.validator.unique' => '?',
  4032.             'security.validator.user_password' => '?',
  4033.             'sonata.form.validator.inline' => '?',
  4034.             'sonata.media.validator.format' => '?',
  4035.             'validator.expression' => '?',
  4036.         ])));
  4037.         if ($this->has('translator')) {
  4038.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4039.         }
  4040.         $instance->setTranslationDomain('validators');
  4041.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/config/validation.xml')]);
  4042.         $instance->enableAnnotationMapping(true);
  4043.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4044.         $instance->addMethodMapping('loadValidatorMetadata');
  4045.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4046.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4047.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4048.         return $instance;
  4049.     }
  4050.     /**
  4051.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  4052.      *
  4053.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  4054.      */
  4055.     protected function getVichUploader_MetadataReaderService()
  4056.     {
  4057.         $a = new \Metadata\Driver\FileLocator([]);
  4058.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  4059.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  4060.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  4061.     }
  4062.     /**
  4063.      * Gets the private 'web_profiler.csp.handler' shared service.
  4064.      *
  4065.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4066.      */
  4067.     protected function getWebProfiler_Csp_HandlerService()
  4068.     {
  4069.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4070.     }
  4071.     /**
  4072.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4073.      *
  4074.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4075.      */
  4076.     protected function getWebProfiler_DebugToolbarService()
  4077.     {
  4078.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4079.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4080.             return $this->privates['web_profiler.debug_toolbar'];
  4081.         }
  4082.         $b = ($this->services['router'] ?? $this->getRouterService());
  4083.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4084.             return $this->privates['web_profiler.debug_toolbar'];
  4085.         }
  4086.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  4087.     }
  4088.     /**
  4089.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  4090.      *
  4091.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  4092.      */
  4093.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  4094.     {
  4095.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4096.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  4097.         ], [
  4098.             '_default' => '?',
  4099.         ]), '_default');
  4100.     }
  4101.     /**
  4102.      * Gets the public 'cache_clearer' alias.
  4103.      *
  4104.      * @return object The ".container.private.cache_clearer" service.
  4105.      */
  4106.     protected function getCacheClearerService()
  4107.     {
  4108.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4109.         return $this->get('.container.private.cache_clearer');
  4110.     }
  4111.     /**
  4112.      * Gets the public 'filesystem' alias.
  4113.      *
  4114.      * @return object The ".container.private.filesystem" service.
  4115.      */
  4116.     protected function getFilesystemService()
  4117.     {
  4118.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4119.         return $this->get('.container.private.filesystem');
  4120.     }
  4121.     /**
  4122.      * Gets the public 'serializer' alias.
  4123.      *
  4124.      * @return object The ".container.private.serializer" service.
  4125.      */
  4126.     protected function getSerializerService()
  4127.     {
  4128.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4129.         return $this->get('.container.private.serializer');
  4130.     }
  4131.     /**
  4132.      * Gets the public 'security.csrf.token_manager' alias.
  4133.      *
  4134.      * @return object The ".container.private.security.csrf.token_manager" service.
  4135.      */
  4136.     protected function getSecurity_Csrf_TokenManagerService()
  4137.     {
  4138.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4139.         return $this->get('.container.private.security.csrf.token_manager');
  4140.     }
  4141.     /**
  4142.      * Gets the public 'form.factory' alias.
  4143.      *
  4144.      * @return object The ".container.private.form.factory" service.
  4145.      */
  4146.     protected function getForm_FactoryService()
  4147.     {
  4148.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4149.         return $this->get('.container.private.form.factory');
  4150.     }
  4151.     /**
  4152.      * Gets the public 'form.type.file' alias.
  4153.      *
  4154.      * @return object The ".container.private.form.type.file" service.
  4155.      */
  4156.     protected function getForm_Type_FileService()
  4157.     {
  4158.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4159.         return $this->get('.container.private.form.type.file');
  4160.     }
  4161.     /**
  4162.      * Gets the public 'profiler' alias.
  4163.      *
  4164.      * @return object The ".container.private.profiler" service.
  4165.      */
  4166.     protected function getProfilerService()
  4167.     {
  4168.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4169.         return $this->get('.container.private.profiler');
  4170.     }
  4171.     /**
  4172.      * Gets the public 'twig' alias.
  4173.      *
  4174.      * @return object The ".container.private.twig" service.
  4175.      */
  4176.     protected function getTwigService()
  4177.     {
  4178.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4179.         return $this->get('.container.private.twig');
  4180.     }
  4181.     /**
  4182.      * Gets the public 'security.authorization_checker' alias.
  4183.      *
  4184.      * @return object The ".container.private.security.authorization_checker" service.
  4185.      */
  4186.     protected function getSecurity_AuthorizationCheckerService()
  4187.     {
  4188.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4189.         return $this->get('.container.private.security.authorization_checker');
  4190.     }
  4191.     /**
  4192.      * Gets the public 'security.token_storage' alias.
  4193.      *
  4194.      * @return object The ".container.private.security.token_storage" service.
  4195.      */
  4196.     protected function getSecurity_TokenStorageService()
  4197.     {
  4198.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4199.         return $this->get('.container.private.security.token_storage');
  4200.     }
  4201.     /**
  4202.      * Gets the public 'security.password_encoder' alias.
  4203.      *
  4204.      * @return object The ".container.private.security.password_encoder" service.
  4205.      */
  4206.     protected function getSecurity_PasswordEncoderService()
  4207.     {
  4208.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4209.         return $this->get('.container.private.security.password_encoder');
  4210.     }
  4211.     /**
  4212.      * Gets the public 'session' alias.
  4213.      *
  4214.      * @return object The ".container.private.session" service.
  4215.      */
  4216.     protected function getSessionService()
  4217.     {
  4218.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4219.         return $this->get('.container.private.session');
  4220.     }
  4221.     /**
  4222.      * Gets the public 'validator' alias.
  4223.      *
  4224.      * @return object The ".container.private.validator" service.
  4225.      */
  4226.     protected function getValidatorService()
  4227.     {
  4228.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4229.         return $this->get('.container.private.validator');
  4230.     }
  4231.     /**
  4232.      * @return array|bool|float|int|string|\UnitEnum|null
  4233.      */
  4234.     public function getParameter(string $name)
  4235.     {
  4236.         if (isset($this->buildParameters[$name])) {
  4237.             return $this->buildParameters[$name];
  4238.         }
  4239.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4240.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4241.         }
  4242.         if (isset($this->loadedDynamicParameters[$name])) {
  4243.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4244.         }
  4245.         return $this->parameters[$name];
  4246.     }
  4247.     public function hasParameter(string $name): bool
  4248.     {
  4249.         if (isset($this->buildParameters[$name])) {
  4250.             return true;
  4251.         }
  4252.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4253.     }
  4254.     public function setParameter(string $name$value): void
  4255.     {
  4256.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4257.     }
  4258.     public function getParameterBag(): ParameterBagInterface
  4259.     {
  4260.         if (null === $this->parameterBag) {
  4261.             $parameters $this->parameters;
  4262.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4263.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4264.             }
  4265.             foreach ($this->buildParameters as $name => $value) {
  4266.                 $parameters[$name] = $value;
  4267.             }
  4268.             $this->parameterBag = new FrozenParameterBag($parameters);
  4269.         }
  4270.         return $this->parameterBag;
  4271.     }
  4272.     private $loadedDynamicParameters = [
  4273.         'kernel.runtime_environment' => false,
  4274.         'kernel.build_dir' => false,
  4275.         'kernel.cache_dir' => false,
  4276.         'kernel.secret' => false,
  4277.         'debug.container.dump' => false,
  4278.         'serializer.mapping.cache.file' => false,
  4279.         'validator.mapping.cache.file' => false,
  4280.         'profiler.storage.dsn' => false,
  4281.         'doctrine.orm.proxy_dir' => false,
  4282.         'nelmio_cors.defaults' => false,
  4283.         'lexik_jwt_authentication.pass_phrase' => false,
  4284.         'knp_snappy.pdf.binary' => false,
  4285.         'knp_snappy.image.binary' => false,
  4286.     ];
  4287.     private $dynamicParameters = [];
  4288.     private function getDynamicParameter(string $name)
  4289.     {
  4290.         switch ($name) {
  4291.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4292.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4293.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4294.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4295.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4296.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4297.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4298.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4299.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4300.             case 'nelmio_cors.defaults'$value = [
  4301.                 'allow_origin' => [
  4302.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  4303.                 ],
  4304.                 'allow_credentials' => false,
  4305.                 'allow_headers' => [
  4306.                     => 'content-type',
  4307.                     => 'authorization',
  4308.                 ],
  4309.                 'expose_headers' => [
  4310.                     => 'Link',
  4311.                 ],
  4312.                 'allow_methods' => [
  4313.                     => 'GET',
  4314.                     => 'OPTIONS',
  4315.                     => 'POST',
  4316.                     => 'PUT',
  4317.                     => 'PATCH',
  4318.                     => 'DELETE',
  4319.                 ],
  4320.                 'max_age' => 3600,
  4321.                 'hosts' => [
  4322.                 ],
  4323.                 'origin_regex' => true,
  4324.                 'forced_allow_origin_value' => NULL,
  4325.                 'skip_same_as_origin' => true,
  4326.             ]; break;
  4327.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  4328.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  4329.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  4330.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4331.         }
  4332.         $this->loadedDynamicParameters[$name] = true;
  4333.         return $this->dynamicParameters[$name] = $value;
  4334.     }
  4335.     protected function getDefaultParameters(): array
  4336.     {
  4337.         return [
  4338.             'kernel.project_dir' => \dirname(__DIR__4),
  4339.             'kernel.environment' => 'dev',
  4340.             'kernel.debug' => true,
  4341.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4342.             'kernel.bundles' => [
  4343.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4344.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4345.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4346.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4347.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4348.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4349.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4350.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  4351.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  4352.                 'DoctrineBehaviorsBundle' => 'Knp\\DoctrineBehaviors\\DoctrineBehaviorsBundle',
  4353.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  4354.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  4355.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4356.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  4357.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  4358.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  4359.                 'SonataMediaBundle' => 'Sonata\\MediaBundle\\SonataMediaBundle',
  4360.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  4361.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  4362.                 'SonataSeoBundle' => 'Sonata\\SeoBundle\\SonataSeoBundle',
  4363.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  4364.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  4365.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4366.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4367.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  4368.             ],
  4369.             'kernel.bundles_metadata' => [
  4370.                 'FrameworkBundle' => [
  4371.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4372.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4373.                 ],
  4374.                 'DoctrineBundle' => [
  4375.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4376.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4377.                 ],
  4378.                 'DoctrineMigrationsBundle' => [
  4379.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4380.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4381.                 ],
  4382.                 'MakerBundle' => [
  4383.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4384.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4385.                 ],
  4386.                 'TwigBundle' => [
  4387.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4388.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4389.                 ],
  4390.                 'SecurityBundle' => [
  4391.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4392.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4393.                 ],
  4394.                 'NelmioCorsBundle' => [
  4395.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  4396.                     'namespace' => 'Nelmio\\CorsBundle',
  4397.                 ],
  4398.                 'ApiPlatformBundle' => [
  4399.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  4400.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  4401.                 ],
  4402.                 'LexikJWTAuthenticationBundle' => [
  4403.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  4404.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  4405.                 ],
  4406.                 'DoctrineBehaviorsBundle' => [
  4407.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/doctrine-behaviors/src'),
  4408.                     'namespace' => 'Knp\\DoctrineBehaviors',
  4409.                 ],
  4410.                 'VichUploaderBundle' => [
  4411.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  4412.                     'namespace' => 'Vich\\UploaderBundle',
  4413.                 ],
  4414.                 'KnpSnappyBundle' => [
  4415.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  4416.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  4417.                 ],
  4418.                 'SensioFrameworkExtraBundle' => [
  4419.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4420.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4421.                 ],
  4422.                 'SonataTwigBundle' => [
  4423.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  4424.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  4425.                 ],
  4426.                 'SonataDoctrineBundle' => [
  4427.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  4428.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  4429.                 ],
  4430.                 'SonataFormBundle' => [
  4431.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  4432.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  4433.                 ],
  4434.                 'SonataMediaBundle' => [
  4435.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src'),
  4436.                     'namespace' => 'Sonata\\MediaBundle',
  4437.                 ],
  4438.                 'SonataExporterBundle' => [
  4439.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  4440.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  4441.                 ],
  4442.                 'SonataBlockBundle' => [
  4443.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  4444.                     'namespace' => 'Sonata\\BlockBundle',
  4445.                 ],
  4446.                 'SonataSeoBundle' => [
  4447.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/seo-bundle/src'),
  4448.                     'namespace' => 'Sonata\\SeoBundle',
  4449.                 ],
  4450.                 'WebpackEncoreBundle' => [
  4451.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  4452.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  4453.                 ],
  4454.                 'EasyAdminBundle' => [
  4455.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  4456.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  4457.                 ],
  4458.                 'WebProfilerBundle' => [
  4459.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4460.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4461.                 ],
  4462.                 'MonologBundle' => [
  4463.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4464.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4465.                 ],
  4466.                 'PrestaSitemapBundle' => [
  4467.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  4468.                     'namespace' => 'Presta\\SitemapBundle',
  4469.                 ],
  4470.             ],
  4471.             'kernel.charset' => 'UTF-8',
  4472.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4473.             'doctors_uploads_directory' => (\dirname(__DIR__4).'/web/uploads/docteur/'),
  4474.             'arret_file' => (\dirname(__DIR__4).'/web/uploads/arret_v5.pdf'),
  4475.             'app.path.docteur_signatures' => '/uploads/docteur/signatures',
  4476.             'feuille_pdf' => (\dirname(__DIR__4).'/web/uploads/FSP_CERFA_12541_02_V5.pdf'),
  4477.             'stripe_test_key' => 'sk_test_COqkZlQjD3T1UmLgp8l6J3nC',
  4478.             'stripe_live_key' => 'sk_live_LDoRwzQQtRadihTnoOMdu6Kf',
  4479.             'stripe_api_public_key' => 'pk_test_GnvjozyXrjfJ1FDvvUbzj0ZP',
  4480.             'google_maps_api_key' => 'AIzaSyBJtK198y2pIPcUrZ0ztURy7en0_R3DI60',
  4481.             'bin_wkhtmlpdf' => '/usr/bin/wkhtmltopdf',
  4482.             'sentry_dsn' => NULL,
  4483.             'google_key' => NULL,
  4484.             'lemedecin_api_key' => 'AU3gwike8cqAOkBtTsCIX5wx85NPa9Ez',
  4485.             'billing_dir' => (\dirname(__DIR__4).'/../public/billing'),
  4486.             'nexmo_from_name' => 'UrgenceDoc',
  4487.             'nexmo_api_key' => 'ec908760',
  4488.             'nexmo_api_secret' => 'Rij48c@PfKIcluJ',
  4489.             'nexmo_test_number' => '0684475705',
  4490.             'REDIRECT_DEV_TEST' => 'https://platforme.kodkodkod.studio',
  4491.             'REDIRECT_DEV_URL' => 'https://platforme.kodkodkod.studio',
  4492.             'REDIRECT_PROD_URL' => 'https://lemedecin.fr/teleconsultation/urgencedocteurs.php',
  4493.             'URL_URGD' => 'https://urgence-staging.kodkodkod.studio',
  4494.             'event_dispatcher.event_aliases' => [
  4495.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4496.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4497.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4498.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4499.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4500.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4501.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4502.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4503.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4504.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4505.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4506.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4507.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4508.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4509.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4510.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4511.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4512.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4513.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4514.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4515.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4516.             ],
  4517.             'fragment.renderer.hinclude.global_template' => NULL,
  4518.             'fragment.path' => '/_fragment',
  4519.             'kernel.http_method_override' => false,
  4520.             'kernel.trusted_hosts' => [
  4521.             ],
  4522.             'kernel.default_locale' => 'fr',
  4523.             'kernel.enabled_locales' => [
  4524.             ],
  4525.             'kernel.error_controller' => 'error_controller',
  4526.             'debug.file_link_format' => NULL,
  4527.             'asset.request_context.base_path' => NULL,
  4528.             'asset.request_context.secure' => NULL,
  4529.             'translator.logging' => false,
  4530.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4531.             'debug.error_handler.throw_at' => -1,
  4532.             'router.request_context.host' => 'localhost',
  4533.             'router.request_context.scheme' => 'http',
  4534.             'router.request_context.base_url' => '',
  4535.             'router.resource' => 'kernel::loadRoutes',
  4536.             'request_listener.http_port' => 80,
  4537.             'request_listener.https_port' => 443,
  4538.             'session.metadata.storage_key' => '_sf2_meta',
  4539.             'session.storage.options' => [
  4540.                 'cache_limiter' => '0',
  4541.                 'cookie_secure' => 'auto',
  4542.                 'cookie_httponly' => true,
  4543.                 'cookie_samesite' => 'lax',
  4544.                 'gc_probability' => 1,
  4545.             ],
  4546.             'session.save_path' => NULL,
  4547.             'session.metadata.update_threshold' => 0,
  4548.             'form.type_extension.csrf.enabled' => true,
  4549.             'form.type_extension.csrf.field_name' => '_token',
  4550.             'validator.translation_domain' => 'validators',
  4551.             'profiler_listener.only_exceptions' => false,
  4552.             'profiler_listener.only_main_requests' => false,
  4553.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4554.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4555.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4556.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4557.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4558.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4559.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4560.             'doctrine.entity_managers' => [
  4561.                 'default' => 'doctrine.orm.default_entity_manager',
  4562.             ],
  4563.             'doctrine.default_entity_manager' => 'default',
  4564.             'doctrine.dbal.connection_factory.types' => [
  4565.                 'uuid' => [
  4566.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  4567.                 ],
  4568.                 'ulid' => [
  4569.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4570.                 ],
  4571.             ],
  4572.             'doctrine.connections' => [
  4573.                 'default' => 'doctrine.dbal.default_connection',
  4574.             ],
  4575.             'doctrine.default_connection' => 'default',
  4576.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4577.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4578.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4579.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4580.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4581.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4582.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4583.             'doctrine.orm.cache.memcache_port' => 11211,
  4584.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4585.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4586.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4587.             'doctrine.orm.cache.memcached_port' => 11211,
  4588.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4589.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4590.             'doctrine.orm.cache.redis_host' => 'localhost',
  4591.             'doctrine.orm.cache.redis_port' => 6379,
  4592.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4593.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4594.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4595.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4596.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4597.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4598.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4599.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4600.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4601.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4602.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4603.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4604.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4605.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4606.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4607.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4608.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4609.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4610.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4611.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4612.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4613.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4614.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4615.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4616.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4617.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4618.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4619.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4620.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4621.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4622.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4623.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4624.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4625.             'doctrine.migrations.preferred_em' => NULL,
  4626.             'doctrine.migrations.preferred_connection' => NULL,
  4627.             'twig.form.resources' => [
  4628.                 => '@VichUploader/Form/fields.html.twig',
  4629.                 => 'form_div_layout.html.twig',
  4630.                 => '@SonataForm/Form/datepicker.html.twig',
  4631.             ],
  4632.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4633.             'security.role_hierarchy.roles' => [
  4634.                 'ROLE_COMPTABLE' => [
  4635.                 ],
  4636.                 'ROLE_GESTION' => [
  4637.                 ],
  4638.                 'ROLE_MANAGER' => [
  4639.                 ],
  4640.                 'ROLE_ADMIN' => [
  4641.                     => 'ROLE_USER',
  4642.                     => 'ROLE_SUPER_ADMIN',
  4643.                 ],
  4644.                 'ROLE_SUPER_ADMIN' => [
  4645.                     => 'ROLE_USER',
  4646.                     => 'ROLE_ADMIN',
  4647.                     => 'ROLE_ALLOWED_TO_SWITCH',
  4648.                 ],
  4649.             ],
  4650.             'security.access.denied_url' => NULL,
  4651.             'security.authentication.manager.erase_credentials' => true,
  4652.             'security.authentication.session_strategy.strategy' => 'migrate',
  4653.             'security.access.always_authenticate_before_granting' => false,
  4654.             'security.authentication.hide_user_not_found' => true,
  4655.             'security.firewalls' => [
  4656.                 => 'dev',
  4657.                 => 'login_api',
  4658.                 => 'api_doctor',
  4659.                 => 'api_intervention_details',
  4660.                 => 'api_twilio_token',
  4661.                 => 'api',
  4662.                 => 'main',
  4663.                 => 'specialite_docteurs',
  4664.                 => 'specialite_laboratoires',
  4665.                 => 'password',
  4666.                 10 => 'users',
  4667.                 11 => 'confirmation_docteurs',
  4668.                 12 => 'analytics',
  4669.                 13 => 'pushes',
  4670.             ],
  4671.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  4672.             'nelmio_cors.map' => [
  4673.                 '^/api/' => [
  4674.                     'allow_origin' => true,
  4675.                     'allow_headers' => true,
  4676.                     'allow_methods' => [
  4677.                         => 'POST',
  4678.                         => 'PUT',
  4679.                         => 'GET',
  4680.                         => 'DELETE',
  4681.                     ],
  4682.                     'max_age' => 3600,
  4683.                     'skip_same_as_origin' => true,
  4684.                 ],
  4685.             ],
  4686.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4687.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4688.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4689.             'api_platform.metadata_backward_compatibility_layer' => true,
  4690.             'api_platform.enable_entrypoint' => true,
  4691.             'api_platform.enable_docs' => true,
  4692.             'api_platform.title' => '',
  4693.             'api_platform.description' => '',
  4694.             'api_platform.version' => '0.0.0',
  4695.             'api_platform.show_webby' => true,
  4696.             'api_platform.url_generation_strategy' => 1,
  4697.             'api_platform.exception_to_status' => [
  4698.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  4699.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  4700.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  4701.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  4702.             ],
  4703.             'api_platform.formats' => [
  4704.                 'jsonld' => [
  4705.                     => 'application/ld+json',
  4706.                 ],
  4707.                 'json' => [
  4708.                     => 'application/json',
  4709.                 ],
  4710.                 'html' => [
  4711.                     => 'text/html',
  4712.                 ],
  4713.             ],
  4714.             'api_platform.patch_formats' => [
  4715.                 'json' => [
  4716.                     => 'application/merge-patch+json',
  4717.                 ],
  4718.             ],
  4719.             'api_platform.error_formats' => [
  4720.                 'jsonproblem' => [
  4721.                     => 'application/problem+json',
  4722.                 ],
  4723.                 'jsonld' => [
  4724.                     => 'application/ld+json',
  4725.                 ],
  4726.             ],
  4727.             'api_platform.allow_plain_identifiers' => false,
  4728.             'api_platform.eager_loading.enabled' => true,
  4729.             'api_platform.eager_loading.max_joins' => 30,
  4730.             'api_platform.eager_loading.fetch_partial' => false,
  4731.             'api_platform.eager_loading.force_eager' => true,
  4732.             'api_platform.collection.exists_parameter_name' => 'exists',
  4733.             'api_platform.collection.order' => 'ASC',
  4734.             'api_platform.collection.order_parameter_name' => 'order',
  4735.             'api_platform.collection.order_nulls_comparison' => NULL,
  4736.             'api_platform.collection.pagination.enabled' => true,
  4737.             'api_platform.collection.pagination.partial' => false,
  4738.             'api_platform.collection.pagination.client_enabled' => false,
  4739.             'api_platform.collection.pagination.client_items_per_page' => false,
  4740.             'api_platform.collection.pagination.client_partial' => false,
  4741.             'api_platform.collection.pagination.items_per_page' => 30,
  4742.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  4743.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  4744.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  4745.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  4746.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  4747.             'api_platform.collection.pagination' => [
  4748.                 'enabled' => true,
  4749.                 'partial' => false,
  4750.                 'client_enabled' => false,
  4751.                 'client_items_per_page' => false,
  4752.                 'client_partial' => false,
  4753.                 'items_per_page' => 30,
  4754.                 'maximum_items_per_page' => NULL,
  4755.                 'page_parameter_name' => 'page',
  4756.                 'enabled_parameter_name' => 'pagination',
  4757.                 'items_per_page_parameter_name' => 'itemsPerPage',
  4758.                 'partial_parameter_name' => 'partial',
  4759.             ],
  4760.             'api_platform.http_cache.etag' => true,
  4761.             'api_platform.http_cache.max_age' => NULL,
  4762.             'api_platform.http_cache.shared_max_age' => NULL,
  4763.             'api_platform.http_cache.vary' => [
  4764.                 => 'Accept',
  4765.             ],
  4766.             'api_platform.http_cache.public' => NULL,
  4767.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  4768.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  4769.             'api_platform.asset_package' => NULL,
  4770.             'api_platform.defaults' => [
  4771.                 'attributes' => [
  4772.                 ],
  4773.             ],
  4774.             'api_platform.resource_class_directories' => [
  4775.                 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Entity'),
  4776.                 => (\dirname(__DIR__4).'/src/Entity'),
  4777.             ],
  4778.             'api_platform.oauth.enabled' => false,
  4779.             'api_platform.oauth.clientId' => '',
  4780.             'api_platform.oauth.clientSecret' => '',
  4781.             'api_platform.oauth.type' => 'oauth2',
  4782.             'api_platform.oauth.flow' => 'application',
  4783.             'api_platform.oauth.tokenUrl' => '',
  4784.             'api_platform.oauth.authorizationUrl' => '',
  4785.             'api_platform.oauth.refreshUrl' => '',
  4786.             'api_platform.oauth.scopes' => [
  4787.             ],
  4788.             'api_platform.oauth.pkce' => false,
  4789.             'api_platform.openapi.termsOfService' => NULL,
  4790.             'api_platform.openapi.contact.name' => NULL,
  4791.             'api_platform.openapi.contact.url' => NULL,
  4792.             'api_platform.openapi.contact.email' => NULL,
  4793.             'api_platform.openapi.license.name' => NULL,
  4794.             'api_platform.openapi.license.url' => NULL,
  4795.             'api_platform.swagger.versions' => [
  4796.                 => 3,
  4797.             ],
  4798.             'api_platform.enable_swagger_ui' => true,
  4799.             'api_platform.enable_re_doc' => true,
  4800.             'api_platform.swagger.api_keys' => [
  4801.                 'apiKey' => [
  4802.                     'name' => 'Authorization',
  4803.                     'type' => 'header',
  4804.                 ],
  4805.             ],
  4806.             'api_platform.swagger_ui.extra_configuration' => [
  4807.             ],
  4808.             'api_platform.graphql.enabled' => false,
  4809.             'api_platform.graphql.graphiql.enabled' => false,
  4810.             'api_platform.graphql.graphql_playground.enabled' => false,
  4811.             'api_platform.graphql.collection.pagination' => [
  4812.                 'enabled' => true,
  4813.             ],
  4814.             'api_platform.validator.serialize_payload_fields' => [
  4815.             ],
  4816.             'api_platform.validator.query_parameter_validation' => true,
  4817.             'api_platform.elasticsearch.enabled' => false,
  4818.             'lexik_jwt_authentication.token_ttl' => 3600000,
  4819.             'lexik_jwt_authentication.clock_skew' => 0,
  4820.             'lexik_jwt_authentication.user_identity_field' => 'username',
  4821.             'lexik_jwt_authentication.allow_no_expiration' => false,
  4822.             'lexik_jwt_authentication.user_id_claim' => 'username',
  4823.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4824.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4825.             'doctrine_behaviors_translatable_fetch_mode' => 'LAZY',
  4826.             'doctrine_behaviors_translation_fetch_mode' => 'LAZY',
  4827.             'doctrine_behaviors_blameable_user_entity' => NULL,
  4828.             'doctrine_behaviors_timestampable_date_field_type' => 'datetime',
  4829.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  4830.             'vich_uploader.mappings' => [
  4831.             ],
  4832.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4833.             'knp_snappy.pdf.options' => [
  4834.             ],
  4835.             'knp_snappy.pdf.env' => [
  4836.             ],
  4837.             'knp_snappy.image.options' => [
  4838.             ],
  4839.             'knp_snappy.image.env' => [
  4840.             ],
  4841.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  4842.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  4843.             'sonata.twig.form_type' => 'standard',
  4844.             'sonata.form.form_type' => 'standard',
  4845.             'sonata.media.admin_format' => [
  4846.                 'width' => 200,
  4847.                 'height' => NULL,
  4848.                 'quality' => 90,
  4849.                 'format' => 'jpg',
  4850.                 'constraint' => true,
  4851.                 'resizer' => NULL,
  4852.                 'resizer_options' => [
  4853.                 ],
  4854.             ],
  4855.             'sonata.media.resizer.simple.adapter.mode' => 1,
  4856.             'sonata.media.resizer.square.adapter.mode' => 1,
  4857.             'sonata.media.media.class' => 'App\\Entity\\SonataMediaMedia',
  4858.             'sonata.media.gallery.class' => 'App\\Entity\\SonataMediaGallery',
  4859.             'sonata.media.gallery_item.class' => 'App\\Entity\\SonataMediaGalleryItem',
  4860.             'sonata.exporter.writer.csv.filename' => 'php://output',
  4861.             'sonata.exporter.writer.csv.delimiter' => ',',
  4862.             'sonata.exporter.writer.csv.enclosure' => '"',
  4863.             'sonata.exporter.writer.csv.escape' => '\\',
  4864.             'sonata.exporter.writer.csv.show_headers' => true,
  4865.             'sonata.exporter.writer.csv.with_bom' => false,
  4866.             'sonata.exporter.writer.json.filename' => 'php://output',
  4867.             'sonata.exporter.writer.xls.filename' => 'php://output',
  4868.             'sonata.exporter.writer.xls.show_headers' => true,
  4869.             'sonata.exporter.writer.xlsx.filename' => 'php://output',
  4870.             'sonata.exporter.writer.xlsx.show_headers' => true,
  4871.             'sonata.exporter.writer.xlsx.show_filters' => true,
  4872.             'sonata.exporter.writer.xml.filename' => 'php://output',
  4873.             'sonata.exporter.writer.xml.show_headers' => true,
  4874.             'sonata.exporter.writer.xml.main_element' => 'datas',
  4875.             'sonata.exporter.writer.xml.child_element' => 'data',
  4876.             'sonata.block.container.types' => [
  4877.                 => 'sonata.block.service.container',
  4878.                 => 'sonata.page.block.container',
  4879.                 => 'sonata.dashboard.block.container',
  4880.                 => 'cmf.block.container',
  4881.                 => 'cmf.block.slideshow',
  4882.             ],
  4883.             'sonata_block.blocks' => [
  4884.                 'sonata.media.block.media' => [
  4885.                     'contexts' => [
  4886.                     ],
  4887.                     'templates' => [
  4888.                     ],
  4889.                     'settings' => [
  4890.                     ],
  4891.                 ],
  4892.                 'sonata.media.block.feature_media' => [
  4893.                     'contexts' => [
  4894.                     ],
  4895.                     'templates' => [
  4896.                     ],
  4897.                     'settings' => [
  4898.                     ],
  4899.                 ],
  4900.                 'sonata.media.block.gallery' => [
  4901.                     'contexts' => [
  4902.                     ],
  4903.                     'templates' => [
  4904.                     ],
  4905.                     'settings' => [
  4906.                     ],
  4907.                 ],
  4908.                 'sonata.media.block.gallery_list' => [
  4909.                     'contexts' => [
  4910.                     ],
  4911.                     'templates' => [
  4912.                     ],
  4913.                     'settings' => [
  4914.                     ],
  4915.                 ],
  4916.                 'sonata.block.service.container' => [
  4917.                     'contexts' => [
  4918.                     ],
  4919.                     'templates' => [
  4920.                     ],
  4921.                     'settings' => [
  4922.                     ],
  4923.                 ],
  4924.                 'sonata.block.service.empty' => [
  4925.                     'contexts' => [
  4926.                     ],
  4927.                     'templates' => [
  4928.                     ],
  4929.                     'settings' => [
  4930.                     ],
  4931.                 ],
  4932.                 'sonata.block.service.text' => [
  4933.                     'contexts' => [
  4934.                     ],
  4935.                     'templates' => [
  4936.                     ],
  4937.                     'settings' => [
  4938.                     ],
  4939.                 ],
  4940.                 'sonata.block.service.rss' => [
  4941.                     'contexts' => [
  4942.                     ],
  4943.                     'templates' => [
  4944.                     ],
  4945.                     'settings' => [
  4946.                     ],
  4947.                 ],
  4948.                 'sonata.block.service.template' => [
  4949.                     'contexts' => [
  4950.                     ],
  4951.                     'templates' => [
  4952.                     ],
  4953.                     'settings' => [
  4954.                     ],
  4955.                 ],
  4956.             ],
  4957.             'sonata_block.blocks_by_class' => [
  4958.             ],
  4959.             'sonata_blocks.block_types' => [
  4960.                 => 'sonata.media.block.media',
  4961.                 => 'sonata.media.block.feature_media',
  4962.                 => 'sonata.media.block.gallery',
  4963.                 => 'sonata.media.block.gallery_list',
  4964.                 => 'sonata.block.service.container',
  4965.                 => 'sonata.block.service.empty',
  4966.                 => 'sonata.block.service.text',
  4967.                 => 'sonata.block.service.rss',
  4968.                 => 'sonata.block.service.template',
  4969.             ],
  4970.             'sonata_blocks.default_contexts' => [
  4971.             ],
  4972.             'sonata.seo.config' => [
  4973.                 'default' => 'sonata.seo.page.default',
  4974.                 'head' => [
  4975.                 ],
  4976.                 'metas' => [
  4977.                 ],
  4978.                 'separator' => ' - ',
  4979.                 'title' => '',
  4980.                 'title_prefix' => NULL,
  4981.                 'title_suffix' => NULL,
  4982.             ],
  4983.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4984.             'web_profiler.debug_toolbar.mode' => 2,
  4985.             'monolog.use_microseconds' => true,
  4986.             'monolog.swift_mailer.handlers' => [
  4987.             ],
  4988.             'monolog.handlers_to_channels' => [
  4989.                 'monolog.handler.console' => [
  4990.                     'type' => 'exclusive',
  4991.                     'elements' => [
  4992.                         => 'event',
  4993.                         => 'doctrine',
  4994.                         => 'console',
  4995.                     ],
  4996.                 ],
  4997.                 'monolog.handler.main' => [
  4998.                     'type' => 'exclusive',
  4999.                     'elements' => [
  5000.                         => 'event',
  5001.                     ],
  5002.                 ],
  5003.             ],
  5004.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  5005.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  5006.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  5007.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  5008.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  5009.             'presta_sitemap.timetolive' => 3600,
  5010.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  5011.             'presta_sitemap.items_by_set' => 50000,
  5012.             'presta_sitemap.defaults' => [
  5013.                 'priority' => 0.5,
  5014.                 'changefreq' => 'daily',
  5015.                 'lastmod' => 'now',
  5016.             ],
  5017.             'presta_sitemap.default_section' => 'default',
  5018.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  5019.             'data_collector.templates' => [
  5020.                 'data_collector.request' => [
  5021.                     => 'request',
  5022.                     => '@WebProfiler/Collector/request.html.twig',
  5023.                 ],
  5024.                 'api_platform.data_collector.request' => [
  5025.                     => 'api_platform.data_collector.request',
  5026.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  5027.                 ],
  5028.                 'data_collector.time' => [
  5029.                     => 'time',
  5030.                     => '@WebProfiler/Collector/time.html.twig',
  5031.                 ],
  5032.                 'data_collector.memory' => [
  5033.                     => 'memory',
  5034.                     => '@WebProfiler/Collector/memory.html.twig',
  5035.                 ],
  5036.                 'data_collector.validator' => [
  5037.                     => 'validator',
  5038.                     => '@WebProfiler/Collector/validator.html.twig',
  5039.                 ],
  5040.                 'data_collector.ajax' => [
  5041.                     => 'ajax',
  5042.                     => '@WebProfiler/Collector/ajax.html.twig',
  5043.                 ],
  5044.                 'data_collector.form' => [
  5045.                     => 'form',
  5046.                     => '@WebProfiler/Collector/form.html.twig',
  5047.                 ],
  5048.                 'data_collector.exception' => [
  5049.                     => 'exception',
  5050.                     => '@WebProfiler/Collector/exception.html.twig',
  5051.                 ],
  5052.                 'data_collector.logger' => [
  5053.                     => 'logger',
  5054.                     => '@WebProfiler/Collector/logger.html.twig',
  5055.                 ],
  5056.                 'data_collector.events' => [
  5057.                     => 'events',
  5058.                     => '@WebProfiler/Collector/events.html.twig',
  5059.                 ],
  5060.                 'data_collector.router' => [
  5061.                     => 'router',
  5062.                     => '@WebProfiler/Collector/router.html.twig',
  5063.                 ],
  5064.                 'data_collector.cache' => [
  5065.                     => 'cache',
  5066.                     => '@WebProfiler/Collector/cache.html.twig',
  5067.                 ],
  5068.                 'data_collector.translation' => [
  5069.                     => 'translation',
  5070.                     => '@WebProfiler/Collector/translation.html.twig',
  5071.                 ],
  5072.                 'data_collector.security' => [
  5073.                     => 'security',
  5074.                     => '@Security/Collector/security.html.twig',
  5075.                 ],
  5076.                 'data_collector.twig' => [
  5077.                     => 'twig',
  5078.                     => '@WebProfiler/Collector/twig.html.twig',
  5079.                 ],
  5080.                 'data_collector.http_client' => [
  5081.                     => 'http_client',
  5082.                     => '@WebProfiler/Collector/http_client.html.twig',
  5083.                 ],
  5084.                 'data_collector.doctrine' => [
  5085.                     => 'db',
  5086.                     => '@Doctrine/Collector/db.html.twig',
  5087.                 ],
  5088.                 'doctrine_migrations.migrations_collector' => [
  5089.                     => 'doctrine_migrations',
  5090.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5091.                 ],
  5092.                 'mailer.data_collector' => [
  5093.                     => 'mailer',
  5094.                     => '@WebProfiler/Collector/mailer.html.twig',
  5095.                 ],
  5096.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  5097.                     => 'vich_uploader.mapping_collector',
  5098.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  5099.                 ],
  5100.                 'sonata.block.data_collector' => [
  5101.                     => 'block',
  5102.                     => '@SonataBlock/Profiler/block.html.twig',
  5103.                 ],
  5104.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  5105.                     => 'easyadmin',
  5106.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  5107.                 ],
  5108.                 'data_collector.config' => [
  5109.                     => 'config',
  5110.                     => '@WebProfiler/Collector/config.html.twig',
  5111.                 ],
  5112.             ],
  5113.             'console.command.ids' => [
  5114.             ],
  5115.         ];
  5116.     }
  5117.     protected function throw($message)
  5118.     {
  5119.         throw new RuntimeException($message);
  5120.     }
  5121. }