var/cache/dev/ContainerSHZSedm/App_KernelDevDebugContainer.php line 1473

Open in your IDE?
  1. <?php
  2. namespace ContainerSHZSedm;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.state_machine.classic' => 'get_Container_Private_StateMachine_ClassicService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'App\\Service\\ResaleRateService' => 'getResaleRateServiceService',
  40.             'App\\Service\\SendEmailForYearsService' => 'getSendEmailForYearsServiceService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'data_collector.dump' => 'getDataCollector_DumpService',
  45.             'doctrine' => 'getDoctrineService',
  46.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  47.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  48.             'event_dispatcher' => 'getEventDispatcherService',
  49.             'http_kernel' => 'getHttpKernelService',
  50.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  51.             'request_stack' => 'getRequestStackService',
  52.             'router' => 'getRouterService',
  53.             'translator' => 'getTranslatorService',
  54.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  55.             'cache_clearer' => 'getCacheClearerService',
  56.             'filesystem' => 'getFilesystemService',
  57.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  58.             'form.factory' => 'getForm_FactoryService',
  59.             'form.type.file' => 'getForm_Type_FileService',
  60.             'profiler' => 'getProfilerService',
  61.             'state_machine.classic' => 'getStateMachine_ClassicService',
  62.             'serializer' => 'getSerializerService',
  63.             'twig' => 'getTwigService',
  64.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  65.             'security.token_storage' => 'getSecurity_TokenStorageService',
  66.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  67.             'session' => 'getSessionService',
  68.             'validator' => 'getValidatorService',
  69.         ];
  70.         $this->fileMap = [
  71.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  72.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  73.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  74.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  75.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  76.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  77.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  78.             '.container.private.session' => 'get_Container_Private_SessionService',
  79.             'App\\Components\\MissionPrototypeComponent' => 'getMissionPrototypeComponentService',
  80.             'App\\Controller\\API\\CampaignController' => 'getCampaignControllerService',
  81.             'App\\Controller\\API\\CompanyController' => 'getCompanyControllerService',
  82.             'App\\Controller\\API\\DeviceController' => 'getDeviceControllerService',
  83.             'App\\Controller\\API\\MessageController' => 'getMessageControllerService',
  84.             'App\\Controller\\API\\MissionController' => 'getMissionControllerService',
  85.             'App\\Controller\\API\\MissionParticipantController' => 'getMissionParticipantControllerService',
  86.             'App\\Controller\\API\\ReactionController' => 'getReactionControllerService',
  87.             'App\\Controller\\API\\UserController' => 'getUserControllerService',
  88.             'App\\Controller\\API\\VersionController' => 'getVersionControllerService',
  89.             'App\\Controller\\API\\WorkflowStepController' => 'getWorkflowStepControllerService',
  90.             'App\\Controller\\AccountingController' => 'getAccountingControllerService',
  91.             'App\\Controller\\AgencyController' => 'getAgencyControllerService',
  92.             'App\\Controller\\CampaignController' => 'getCampaignController2Service',
  93.             'App\\Controller\\CampaignRecurrentController' => 'getCampaignRecurrentControllerService',
  94.             'App\\Controller\\ClientController' => 'getClientControllerService',
  95.             'App\\Controller\\CompanyController' => 'getCompanyController2Service',
  96.             'App\\Controller\\ConfidentialityContractController' => 'getConfidentialityContractControllerService',
  97.             'App\\Controller\\ContractController' => 'getContractControllerService',
  98.             'App\\Controller\\CreditHistoryController' => 'getCreditHistoryControllerService',
  99.             'App\\Controller\\DevisController' => 'getDevisControllerService',
  100.             'App\\Controller\\EmailTemplateController' => 'getEmailTemplateControllerService',
  101.             'App\\Controller\\FaqController' => 'getFaqControllerService',
  102.             'App\\Controller\\FileMissionController' => 'getFileMissionControllerService',
  103.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  104.             'App\\Controller\\JobController' => 'getJobControllerService',
  105.             'App\\Controller\\MissionController' => 'getMissionController2Service',
  106.             'App\\Controller\\MissionParticipantController' => 'getMissionParticipantController2Service',
  107.             'App\\Controller\\PortfolioController' => 'getPortfolioControllerService',
  108.             'App\\Controller\\PriceFixController' => 'getPriceFixControllerService',
  109.             'App\\Controller\\ProductController' => 'getProductControllerService',
  110.             'App\\Controller\\RecurringServiceController' => 'getRecurringServiceControllerService',
  111.             'App\\Controller\\ResetPasswordController' => 'getResetPasswordControllerService',
  112.             'App\\Controller\\Script\\UtilsController' => 'getUtilsControllerService',
  113.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  114.             'App\\Controller\\StorageController' => 'getStorageControllerService',
  115.             'App\\Controller\\SubContractorController' => 'getSubContractorControllerService',
  116.             'App\\Controller\\SupportController' => 'getSupportControllerService',
  117.             'App\\Controller\\SycMessagesAndPlanning' => 'getSycMessagesAndPlanningService',
  118.             'App\\Controller\\SyncDataBDController' => 'getSyncDataBDControllerService',
  119.             'App\\Controller\\SystemEmailController' => 'getSystemEmailControllerService',
  120.             'App\\Controller\\TestResponseEmailController' => 'getTestResponseEmailControllerService',
  121.             'App\\Controller\\ThemeController' => 'getThemeControllerService',
  122.             'App\\Controller\\UserCampaignActions' => 'getUserCampaignActionsService',
  123.             'App\\Controller\\UserController' => 'getUserController2Service',
  124.             'App\\Controller\\WorkflowActionController' => 'getWorkflowActionControllerService',
  125.             'App\\Controller\\WorkflowController' => 'getWorkflowControllerService',
  126.             'App\\Controller\\WorkflowStepController' => 'getWorkflowStepController2Service',
  127.             'App\\Service\\CustomLogService' => 'getCustomLogServiceService',
  128.             'App\\Service\\SendEmailNotificationService' => 'getSendEmailNotificationServiceService',
  129.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  130.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  131.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  132.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  133.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  134.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  135.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  136.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  137.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  138.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  139.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.company_image' => 'getSmartUniqueNamer_CompanyImageService',
  140.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.invoice_campaign' => 'getSmartUniqueNamer_InvoiceCampaignService',
  141.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.sub_contractor_image' => 'getSmartUniqueNamer_SubContractorImageService',
  142.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  143.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  144.             'cache.app_clearer' => 'getCache_AppClearerService',
  145.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  146.             'cache.system_clearer' => 'getCache_SystemClearerService',
  147.             'cache_warmer' => 'getCacheWarmerService',
  148.             'console.command_loader' => 'getConsole_CommandLoaderService',
  149.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  150.             'error_controller' => 'getErrorControllerService',
  151.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  152.             'knp_paginator' => 'getKnpPaginatorService',
  153.             'kreait_firebase.my_flow.auth' => 'getKreaitFirebase_MyFlow_AuthService',
  154.             'kreait_firebase.my_flow.database' => 'getKreaitFirebase_MyFlow_DatabaseService',
  155.             'kreait_firebase.my_flow.dynamic_links' => 'getKreaitFirebase_MyFlow_DynamicLinksService',
  156.             'kreait_firebase.my_flow.firestore' => 'getKreaitFirebase_MyFlow_FirestoreService',
  157.             'kreait_firebase.my_flow.messaging' => 'getKreaitFirebase_MyFlow_MessagingService',
  158.             'kreait_firebase.my_flow.remote_config' => 'getKreaitFirebase_MyFlow_RemoteConfigService',
  159.             'kreait_firebase.my_flow.storage' => 'getKreaitFirebase_MyFlow_StorageService',
  160.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  161.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  162.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  163.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  164.             'monolog.logger.email_notification_send_comment_in_chat' => 'getMonolog_Logger_EmailNotificationSendCommentInChatService',
  165.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  166.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  167.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  168.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  169.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  170.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  171.             'routing.loader' => 'getRouting_LoaderService',
  172.             'services_resetter' => 'getServicesResetterService',
  173.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  174.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  175.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  176.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  177.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  178.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  179.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  180.         ];
  181.         $this->aliases = [
  182.             'App\\Kernel' => 'kernel',
  183.             'Kreait\\Firebase\\Contract\\Auth' => 'kreait_firebase.my_flow.auth',
  184.             'Kreait\\Firebase\\Contract\\Database' => 'kreait_firebase.my_flow.database',
  185.             'Kreait\\Firebase\\Contract\\DynamicLinks' => 'kreait_firebase.my_flow.dynamic_links',
  186.             'Kreait\\Firebase\\Contract\\Firestore' => 'kreait_firebase.my_flow.firestore',
  187.             'Kreait\\Firebase\\Contract\\Messaging' => 'kreait_firebase.my_flow.messaging',
  188.             'Kreait\\Firebase\\Contract\\RemoteConfig' => 'kreait_firebase.my_flow.remote_config',
  189.             'Kreait\\Firebase\\Contract\\Storage' => 'kreait_firebase.my_flow.storage',
  190.             'database_connection' => 'doctrine.dbal.default_connection',
  191.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  192.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  193.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  194.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  195.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  196.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  197.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  198.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  199.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  200.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  201.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  202.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  203.         ];
  204.         $this->privates['service_container'] = function () {
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  211.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  212.             include_once \dirname(__DIR__4).'/src/EventListener/RequestListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  214.             include_once \dirname(__DIR__4).'/src/EventSubscriber/KernelRequestSubscriber.php';
  215.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  216.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  217.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  218.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  220.             include_once \dirname(__DIR__4).'/src/Repository/BalanceTransactionsRepository.php';
  221.             include_once \dirname(__DIR__4).'/src/Repository/CampaignPendingToSendRepository.php';
  222.             include_once \dirname(__DIR__4).'/src/Repository/CampaignRepository.php';
  223.             include_once \dirname(__DIR__4).'/src/Repository/CommandeLoggingRepository.php';
  224.             include_once \dirname(__DIR__4).'/src/Repository/CompanyRepository.php';
  225.             include_once \dirname(__DIR__4).'/src/Repository/ConfidentialityContractRepository.php';
  226.             include_once \dirname(__DIR__4).'/src/Repository/CreditHistoryRepository.php';
  227.             include_once \dirname(__DIR__4).'/src/Repository/HistoriqueRepository.php';
  228.             include_once \dirname(__DIR__4).'/src/Repository/JobRepository.php';
  229.             include_once \dirname(__DIR__4).'/src/Repository/MessageRepository.php';
  230.             include_once \dirname(__DIR__4).'/src/Repository/MissionParticipantRepository.php';
  231.             include_once \dirname(__DIR__4).'/src/Repository/MissionRepository.php';
  232.             include_once \dirname(__DIR__4).'/src/Repository/NotificationToSendRepository.php';
  233.             include_once \dirname(__DIR__4).'/src/Repository/ServiceRepository.php';
  234.             include_once \dirname(__DIR__4).'/src/Repository/SubContractorCompanyRepository.php';
  235.             include_once \dirname(__DIR__4).'/src/Repository/SystemEmailRepository.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  237.             include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  238.             include_once \dirname(__DIR__4).'/src/Repository/WorkflowStepRepository.php';
  239.             include_once \dirname(__DIR__4).'/src/Service/CampaignApiService.php';
  240.             include_once \dirname(__DIR__4).'/src/Service/CampaignService.php';
  241.             include_once \dirname(__DIR__4).'/src/Service/ClientSoldService.php';
  242.             include_once \dirname(__DIR__4).'/src/Service/SoldeService.php';
  243.             include_once \dirname(__DIR__4).'/src/Service/ConfidentialityService.php';
  244.             include_once \dirname(__DIR__4).'/src/Service/ConsumptionBalanceForCompanyService.php';
  245.             include_once \dirname(__DIR__4).'/src/Service/ContractService.php';
  246.             include_once \dirname(__DIR__4).'/src/Service/CreditService.php';
  247.             include_once \dirname(__DIR__4).'/src/Service/DateService.php';
  248.             include_once \dirname(__DIR__4).'/src/Service/DynamicHostService.php';
  249.             include_once \dirname(__DIR__4).'/src/Service/FormatNameContractService.php';
  250.             include_once \dirname(__DIR__4).'/src/Service/GoogleStorageService.php';
  251.             include_once \dirname(__DIR__4).'/src/Service/MessageService.php';
  252.             include_once \dirname(__DIR__4).'/src/Service/MissionApiService.php';
  253.             include_once \dirname(__DIR__4).'/src/Service/MissionParticipantService.php';
  254.             include_once \dirname(__DIR__4).'/src/Service/MissionService.php';
  255.             include_once \dirname(__DIR__4).'/src/Service/NotificationService.php';
  256.             include_once \dirname(__DIR__4).'/src/Service/NumberFormatService.php';
  257.             include_once \dirname(__DIR__4).'/src/Service/PackService.php';
  258.             include_once \dirname(__DIR__4).'/src/Service/PriceService.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  261.             include_once \dirname(__DIR__4).'/src/Service/ResaleRateService.php';
  262.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  266.             include_once \dirname(__DIR__4).'/src/Service/SendEmailForYearsService.php';
  267.             include_once \dirname(__DIR__4).'/src/Service/ShortcodeService.php';
  268.             include_once \dirname(__DIR__4).'/src/Service/StepsService.php';
  269.             include_once \dirname(__DIR__4).'/src/Service/UserService.php';
  270.             include_once \dirname(__DIR__4).'/src/Service/WorkflowStepService.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  311.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  407.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  410.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  411.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  413.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  416.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  417.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  418.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  423.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  425.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  427.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  428.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  431.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  432.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  433.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  468.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  472.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-turbo/Stream/AddTurboStreamFormatSubscriber.php';
  506.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  508.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  509.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  510.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  513.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  516.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  517.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  518.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  521.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  522.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  523.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  524.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  525.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  528.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  529.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  530.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  531.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  533.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  534.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  536.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  537.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  539.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  541.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  542.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  545.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  549.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  551.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/EventListener/LiveComponentSubscriber.php';
  553.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  567.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  589.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  597.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  609.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  631.             include_once \dirname(__DIR__4).'/src/Twig/ActionButtonTwig.php';
  632.             include_once \dirname(__DIR__4).'/src/Twig/ActionUserForMissionTwig.php';
  633.             include_once \dirname(__DIR__4).'/src/Twig/AmountOfAServiceTwig.php';
  634.             include_once \dirname(__DIR__4).'/src/Twig/AuthorizedToSeeAMissionTwig.php';
  635.             include_once \dirname(__DIR__4).'/src/Twig/CampaignTwig.php';
  636.             include_once \dirname(__DIR__4).'/src/Service/ActivationSubcontractorService.php';
  637.             include_once \dirname(__DIR__4).'/src/Twig/CompanyDataTwig.php';
  638.             include_once \dirname(__DIR__4).'/src/Twig/CompanyTwig.php';
  639.             include_once \dirname(__DIR__4).'/src/Twig/ConfidentialityTwig.php';
  640.             include_once \dirname(__DIR__4).'/src/Twig/DynamicHostExtension.php';
  641.             include_once \dirname(__DIR__4).'/src/Twig/EstimateOfIncomeOrDeadlinesTwig.php';
  642.             include_once \dirname(__DIR__4).'/src/Twig/FormatNameContractTwig.php';
  643.             include_once \dirname(__DIR__4).'/src/Twig/GoogleStorageTwig.php';
  644.             include_once \dirname(__DIR__4).'/src/Twig/MessageTwig.php';
  645.             include_once \dirname(__DIR__4).'/src/Twig/MissionFunctions.php';
  646.             include_once \dirname(__DIR__4).'/src/Twig/MissionNotificationTwig.php';
  647.             include_once \dirname(__DIR__4).'/src/Twig/NumberFormatFilterTwig.php';
  648.             include_once \dirname(__DIR__4).'/src/Twig/PackExtension.php';
  649.             include_once \dirname(__DIR__4).'/src/Twig/PlanningTwig.php';
  650.             include_once \dirname(__DIR__4).'/src/Service/PlanningService.php';
  651.             include_once \dirname(__DIR__4).'/src/Twig/RecurringTwig.php';
  652.             include_once \dirname(__DIR__4).'/src/Twig/RelanceButtonTwig.php';
  653.             include_once \dirname(__DIR__4).'/src/Twig/ResaleRateTwig.php';
  654.             include_once \dirname(__DIR__4).'/src/Twig/StatusExtension.php';
  655.             include_once \dirname(__DIR__4).'/src/Service/MissionStatusService.php';
  656.             include_once \dirname(__DIR__4).'/src/Twig/StepTwig.php';
  657.             include_once \dirname(__DIR__4).'/src/Twig/StorageTwig.php';
  658.             include_once \dirname(__DIR__4).'/src/Twig/UserEstimateTimeOrIncomeTwig.php';
  659.             include_once \dirname(__DIR__4).'/src/Twig/UserTwig.php';
  660.             include_once \dirname(__DIR__4).'/src/Twig/UtilsTwig.php';
  661.             include_once \dirname(__DIR__4).'/src/Twig/WorkflowNotificationTwig.php';
  662.             include_once \dirname(__DIR__4).'/src/Twig/subContractorNotificationTwig.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/twig/inky-extra/InkyExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-turbo/Twig/TwigExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  675.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Twig/LiveComponentExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  681.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  683.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  690.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  691.         };
  692.     }
  693.     public function compile(): void
  694.     {
  695.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  696.     }
  697.     public function isCompiled(): bool
  698.     {
  699.         return true;
  700.     }
  701.     public function getRemovedIds(): array
  702.     {
  703.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  704.     }
  705.     protected function load($file$lazyLoad true)
  706.     {
  707.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  708.             return $class::do($this$lazyLoad);
  709.         }
  710.         if ('.' === $file[-4]) {
  711.             $class substr($class0, -4);
  712.         } else {
  713.             $file .= '.php';
  714.         }
  715.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  716.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  717.     }
  718.     protected function createProxy($class\Closure $factory)
  719.     {
  720.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  721.         return $factory();
  722.     }
  723.     /**
  724.      * Gets the public '.container.private.profiler' shared service.
  725.      *
  726.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  727.      */
  728.     protected function get_Container_Private_ProfilerService()
  729.     {
  730.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  731.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  732.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  733.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  734.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  735.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  736.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  737.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  738.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  739.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  740.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  741.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  742.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  743.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  744.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  745.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  746.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  747.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  748.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  749.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  750.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  751.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  752.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  753.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  754.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  755.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  756.         if ($this->has('kernel')) {
  757.             $g->setKernel($b);
  758.         }
  759.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  760.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  761.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  762.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  763.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  764.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  765.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  766.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  767.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  768.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  769.         $instance->add($d);
  770.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  771.         $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));
  772.         $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())));
  773.         $instance->add($e);
  774.         $instance->add($f);
  775.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  776.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  777.         $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()))));
  778.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  779.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  780.         $instance->add($g);
  781.         return $instance;
  782.     }
  783.     /**
  784.      * Gets the public '.container.private.security.authorization_checker' shared service.
  785.      *
  786.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  787.      */
  788.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  789.     {
  790.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  791.     }
  792.     /**
  793.      * Gets the public '.container.private.security.token_storage' shared service.
  794.      *
  795.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  796.      */
  797.     protected function get_Container_Private_Security_TokenStorageService()
  798.     {
  799.         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, [
  800.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  801.         ], [
  802.             'request_stack' => '?',
  803.         ]));
  804.     }
  805.     /**
  806.      * Gets the public '.container.private.state_machine.classic' shared service.
  807.      *
  808.      * @return \Symfony\Component\Workflow\StateMachine
  809.      */
  810.     protected function get_Container_Private_StateMachine_ClassicService()
  811.     {
  812.         return $this->services['.container.private.state_machine.classic'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'draft'=> 'provisional'=> 'waiting'=> 'waiting_activated'=> 'waiting_for_confirmation'=> 'waiting_validation'=> 'in_progress'=> 'paused'=> 'cancelled'=> 'archived'10 => 'closed'11 => 'resend'12 => 'waiting_resend'13 => 'finalized'14 => 'deleted'15 => 'closing_in_progress'], [=> ($this->privates['.state_machine.classic.transition.0'] ?? ($this->privates['.state_machine.classic.transition.0'] = new \Symfony\Component\Workflow\Transition('closed''provisional''closed'))), => ($this->privates['.state_machine.classic.transition.1'] ?? ($this->privates['.state_machine.classic.transition.1'] = new \Symfony\Component\Workflow\Transition('closed''closing_in_progress''closed'))), => ($this->privates['.state_machine.classic.transition.2'] ?? ($this->privates['.state_machine.classic.transition.2'] = new \Symfony\Component\Workflow\Transition('closed''waiting_for_confirmation''closed'))), => ($this->privates['.state_machine.classic.transition.3'] ?? ($this->privates['.state_machine.classic.transition.3'] = new \Symfony\Component\Workflow\Transition('closed''waiting_resend''closed'))), => ($this->privates['.state_machine.classic.transition.4'] ?? ($this->privates['.state_machine.classic.transition.4'] = new \Symfony\Component\Workflow\Transition('closed''waiting_validation''closed'))), => ($this->privates['.state_machine.classic.transition.5'] ?? ($this->privates['.state_machine.classic.transition.5'] = new \Symfony\Component\Workflow\Transition('closed''waiting''closed'))), => ($this->privates['.state_machine.classic.transition.6'] ?? ($this->privates['.state_machine.classic.transition.6'] = new \Symfony\Component\Workflow\Transition('closed''resend''closed'))), => ($this->privates['.state_machine.classic.transition.7'] ?? ($this->privates['.state_machine.classic.transition.7'] = new \Symfony\Component\Workflow\Transition('closed''in_progress''closed'))), => ($this->privates['.state_machine.classic.transition.8'] ?? ($this->privates['.state_machine.classic.transition.8'] = new \Symfony\Component\Workflow\Transition('closed''paused''closed'))), => ($this->privates['.state_machine.classic.transition.9'] ?? ($this->privates['.state_machine.classic.transition.9'] = new \Symfony\Component\Workflow\Transition('closed''waiting_activated''closed'))), 10 => ($this->privates['.state_machine.classic.transition.10'] ?? ($this->privates['.state_machine.classic.transition.10'] = new \Symfony\Component\Workflow\Transition('closed''closed''closed'))), 11 => ($this->privates['.state_machine.classic.transition.11'] ?? ($this->privates['.state_machine.classic.transition.11'] = new \Symfony\Component\Workflow\Transition('validate''provisional''waiting'))), 12 => ($this->privates['.state_machine.classic.transition.12'] ?? ($this->privates['.state_machine.classic.transition.12'] = new \Symfony\Component\Workflow\Transition('activated''provisional''in_progress'))), 13 => ($this->privates['.state_machine.classic.transition.13'] ?? ($this->privates['.state_machine.classic.transition.13'] = new \Symfony\Component\Workflow\Transition('activated''deleted''in_progress'))), 14 => ($this->privates['.state_machine.classic.transition.14'] ?? ($this->privates['.state_machine.classic.transition.14'] = new \Symfony\Component\Workflow\Transition('activated''closing_in_progress''in_progress'))), 15 => ($this->privates['.state_machine.classic.transition.15'] ?? ($this->privates['.state_machine.classic.transition.15'] = new \Symfony\Component\Workflow\Transition('activated''waiting_resend''in_progress'))), 16 => ($this->privates['.state_machine.classic.transition.16'] ?? ($this->privates['.state_machine.classic.transition.16'] = new \Symfony\Component\Workflow\Transition('activated''in_progress''in_progress'))), 17 => ($this->privates['.state_machine.classic.transition.17'] ?? ($this->privates['.state_machine.classic.transition.17'] = new \Symfony\Component\Workflow\Transition('activated''waiting_for_confirmation''in_progress'))), 18 => ($this->privates['.state_machine.classic.transition.18'] ?? ($this->privates['.state_machine.classic.transition.18'] = new \Symfony\Component\Workflow\Transition('activated''waiting_validation''in_progress'))), 19 => ($this->privates['.state_machine.classic.transition.19'] ?? ($this->privates['.state_machine.classic.transition.19'] = new \Symfony\Component\Workflow\Transition('activated''waiting''in_progress'))), 20 => ($this->privates['.state_machine.classic.transition.20'] ?? ($this->privates['.state_machine.classic.transition.20'] = new \Symfony\Component\Workflow\Transition('activated''resend''in_progress'))), 21 => ($this->privates['.state_machine.classic.transition.21'] ?? ($this->privates['.state_machine.classic.transition.21'] = new \Symfony\Component\Workflow\Transition('activated''waiting_activated''in_progress'))), 22 => ($this->privates['.state_machine.classic.transition.22'] ?? ($this->privates['.state_machine.classic.transition.22'] = new \Symfony\Component\Workflow\Transition('cancel''provisional''cancelled'))), 23 => ($this->privates['.state_machine.classic.transition.23'] ?? ($this->privates['.state_machine.classic.transition.23'] = new \Symfony\Component\Workflow\Transition('cancel''waiting''cancelled'))), 24 => ($this->privates['.state_machine.classic.transition.24'] ?? ($this->privates['.state_machine.classic.transition.24'] = new \Symfony\Component\Workflow\Transition('cancel''resend''cancelled'))), 25 => ($this->privates['.state_machine.classic.transition.25'] ?? ($this->privates['.state_machine.classic.transition.25'] = new \Symfony\Component\Workflow\Transition('cancel''closing_in_progress''cancelled'))), 26 => ($this->privates['.state_machine.classic.transition.26'] ?? ($this->privates['.state_machine.classic.transition.26'] = new \Symfony\Component\Workflow\Transition('cancel''in_progress''cancelled'))), 27 => ($this->privates['.state_machine.classic.transition.27'] ?? ($this->privates['.state_machine.classic.transition.27'] = new \Symfony\Component\Workflow\Transition('cancel''paused''cancelled'))), 28 => ($this->privates['.state_machine.classic.transition.28'] ?? ($this->privates['.state_machine.classic.transition.28'] = new \Symfony\Component\Workflow\Transition('cancel''waiting_activated''cancelled'))), 29 => ($this->privates['.state_machine.classic.transition.29'] ?? ($this->privates['.state_machine.classic.transition.29'] = new \Symfony\Component\Workflow\Transition('pause''resend''paused'))), 30 => ($this->privates['.state_machine.classic.transition.30'] ?? ($this->privates['.state_machine.classic.transition.30'] = new \Symfony\Component\Workflow\Transition('pause''in_progress''paused'))), 31 => ($this->privates['.state_machine.classic.transition.31'] ?? ($this->privates['.state_machine.classic.transition.31'] = new \Symfony\Component\Workflow\Transition('unpause''paused''in_progress'))), 32 => ($this->privates['.state_machine.classic.transition.32'] ?? ($this->privates['.state_machine.classic.transition.32'] = new \Symfony\Component\Workflow\Transition('archive''in_progress''archived'))), 33 => ($this->privates['.state_machine.classic.transition.33'] ?? ($this->privates['.state_machine.classic.transition.33'] = new \Symfony\Component\Workflow\Transition('waitActivate''waiting''waiting_activated')))], [=> 'waiting_activated'], ($this->privates['state_machine.classic.metadata_store'] ?? $this->getStateMachine_Classic_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'state'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'classic'NULL);
  813.     }
  814.     /**
  815.      * Gets the public '.container.private.twig' shared service.
  816.      *
  817.      * @return \Twig\Environment
  818.      */
  819.     protected function get_Container_Private_TwigService()
  820.     {
  821.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  822.         $a->addPath('templates/email''email');
  823.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  824.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  825.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  826.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  827.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  828.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  829.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  830.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  831.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  832.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  833.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  834.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  835.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  836.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  837.         $a->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  838.         $a->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  839.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  840.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  841.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Resources/views'), 'LiveComponent');
  842.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/Resources/views'), '!LiveComponent');
  843.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  844.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  845.         $a->addPath((\dirname(__DIR__4).'/templates'));
  846.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  847.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  848.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  849.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  850.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  851.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  852.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  853.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  854.         $f = ($this->services['router'] ?? $this->getRouterService());
  855.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  856.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  857.         $i = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  858.         $j = ($this->privates['App\\Service\\CampaignService'] ?? $this->getCampaignServiceService());
  859.         $k = ($this->privates['App\\Service\\MissionService'] ?? $this->getMissionServiceService());
  860.         $l = ($this->privates['App\\Repository\\MissionRepository'] ?? $this->getMissionRepositoryService());
  861.         $m = ($this->privates['App\\Service\\DynamicHostService'] ?? $this->getDynamicHostServiceService());
  862.         $n = ($this->privates['App\\Service\\StepsService'] ?? $this->getStepsServiceService());
  863.         $o = ($this->privates['App\\Service\\WorkflowStepService'] ?? $this->getWorkflowStepServiceService());
  864.         $p = ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  865.         $q = ($this->privates['App\\Service\\PriceService'] ?? $this->getPriceServiceService());
  866.         $r = ($this->privates['App\\Service\\NumberFormatService'] ?? ($this->privates['App\\Service\\NumberFormatService'] = new \App\Service\NumberFormatService()));
  867.         $s = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  868.         $t = ($this->privates['App\\Service\\MissionParticipantService'] ?? $this->getMissionParticipantServiceService());
  869.         $u = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  870.         $v = ($this->privates['App\\Repository\\CampaignRepository'] ?? $this->getCampaignRepositoryService());
  871.         $w = ($this->privates['App\\Service\\FormatNameContractService'] ?? ($this->privates['App\\Service\\FormatNameContractService'] = new \App\Service\FormatNameContractService()));
  872.         $x = ($this->privates['App\\Service\\ConfidentialityService'] ?? $this->getConfidentialityServiceService());
  873.         $y = ($this->privates['App\\Service\\MessageService'] ?? $this->getMessageServiceService());
  874.         $z = ($this->privates['App\\Repository\\MissionParticipantRepository'] ?? $this->getMissionParticipantRepositoryService());
  875.         $aa = ($this->privates['App\\Service\\DateService'] ?? ($this->privates['App\\Service\\DateService'] = new \App\Service\DateService()));
  876.         $ba = ($this->privates['App\\Service\\PackService'] ?? $this->getPackServiceService());
  877.         $ca = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  878.         $ca->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  879.         $da = new \Symfony\Bridge\Twig\AppVariable();
  880.         $da->setEnvironment('dev');
  881.         $da->setDebug(true);
  882.         if ($this->has('.container.private.security.token_storage')) {
  883.             $da->setTokenStorage($h);
  884.         }
  885.         if ($this->has('request_stack')) {
  886.             $da->setRequestStack($g);
  887.         }
  888.         $ea = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  889.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  890.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  891.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  892.         $instance->addExtension($d);
  893.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  894.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  895.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  896.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  897.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  898.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  899.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  900.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  901.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension(($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService())));
  902.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  903.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  904.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  905.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  906.         $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($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  907.         $instance->addExtension(new \App\Twig\ActionButtonTwig($instance$i$j$k$l$m));
  908.         $instance->addExtension(new \App\Twig\ActionUserForMissionTwig($instance$i$j$n$k$o$p));
  909.         $instance->addExtension(new \App\Twig\AmountOfAServiceTwig($instance$i$q$j$r));
  910.         $instance->addExtension(new \App\Twig\AuthorizedToSeeAMissionTwig($instance$i));
  911.         $instance->addExtension(new \App\Twig\CampaignTwig($instance$i$j, ($this->privates['App\\Service\\CampaignApiService'] ?? $this->getCampaignApiServiceService()), $k$q$p, new \App\Service\ActivationSubcontractorService($i$r$k, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $s$t), $t, ($this->privates['App\\Service\\MissionApiService'] ?? $this->getMissionApiServiceService()), $u$m));
  912.         $instance->addExtension(new \App\Twig\CompanyDataTwig($i$u$s));
  913.         $instance->addExtension(new \App\Twig\CompanyTwig($instance$i$j$p$v$u$w$r, ($this->privates['App\\Service\\ConsumptionBalanceForCompanyService'] ?? $this->getConsumptionBalanceForCompanyServiceService()), ($this->privates['App\\Service\\ContractService'] ?? $this->getContractServiceService()), ($this->privates['App\\Service\\CreditService'] ?? $this->getCreditServiceService()), ($this->privates['App\\Repository\\CreditHistoryRepository'] ?? $this->getCreditHistoryRepositoryService())));
  914.         $instance->addExtension(new \App\Twig\ConfidentialityTwig($instance$i$x));
  915.         $instance->addExtension(new \App\Twig\DynamicHostExtension($m));
  916.         $instance->addExtension(new \App\Twig\EstimateOfIncomeOrDeadlinesTwig($instance));
  917.         $instance->addExtension(new \App\Twig\FormatNameContractTwig($w$i));
  918.         $instance->addExtension(new \App\Twig\GoogleStorageTwig($instance, ($this->privates['App\\Service\\GoogleStorageService'] ?? $this->getGoogleStorageServiceService())));
  919.         $instance->addExtension(new \App\Twig\MessageTwig($instance$i$j$k$y$o));
  920.         $instance->addExtension(new \App\Twig\MissionFunctions($z$l$k$y$n$q$o$instance$aa$u$p$j$t$ba));
  921.         $instance->addExtension(new \App\Twig\MissionNotificationTwig($instance$i$j$k$x$o));
  922.         $instance->addExtension(new \App\Twig\NumberFormatFilterTwig($r));
  923.         $instance->addExtension(new \App\Twig\PackExtension($ba));
  924.         $instance->addExtension(new \App\Twig\PlanningTwig(new \App\Service\PlanningService($i)));
  925.         $instance->addExtension(new \App\Twig\RecurringTwig($instance$i$v));
  926.         $instance->addExtension(new \App\Twig\RelanceButtonTwig($instance$o$i));
  927.         $instance->addExtension(new \App\Twig\ResaleRateTwig($instance, ($this->services['App\\Service\\ResaleRateService'] ?? $this->getResaleRateServiceService())));
  928.         $instance->addExtension(new \App\Twig\StatusExtension($i$instance$k$j, new \App\Service\MissionStatusService($i$k$j), $u));
  929.         $instance->addExtension(new \App\Twig\StepTwig($aa));
  930.         $instance->addExtension(new \App\Twig\StorageTwig($instance$i$j$k));
  931.         $instance->addExtension(new \App\Twig\UserEstimateTimeOrIncomeTwig($instance$k$q));
  932.         $instance->addExtension(new \App\Twig\UserTwig($instance, ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()), $p$m$i));
  933.         $instance->addExtension(new \App\Twig\UtilsTwig($instance));
  934.         $instance->addExtension(new \App\Twig\WorkflowNotificationTwig($j$k$n$o$i));
  935.         $instance->addExtension(new \App\Twig\subContractorNotificationTwig($k$z));
  936.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($ca));
  937.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  938.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  939.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  940.         $instance->addExtension(new \Twig\Extra\Inky\InkyExtension());
  941.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  942.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  943.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'true],
  944.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  945.         ], [
  946.             'webpack_encore.entrypoint_lookup_collection' => '?',
  947.             'webpack_encore.tag_renderer' => '?',
  948.         ])));
  949.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  950.         $instance->addExtension(new \Symfony\UX\Turbo\Twig\TwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []), 'default'));
  951.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService())));
  952.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  953.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  954.         $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  955.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'true],
  956.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'true],
  957.         ], [
  958.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  959.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  960.         ]))->withContext('ux.twig_component.twig.component_extension'$this)));
  961.         $instance->addExtension(new \Symfony\UX\LiveComponent\Twig\LiveComponentExtension());
  962.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  963.         $instance->addGlobal('app'$da);
  964.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  965.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  966.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  967.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  968.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  969.             'Symfony\\UX\\LiveComponent\\Twig\\LiveComponentRuntime' => ['privates''ux.live_component.twig.component_runtime''getUx_LiveComponent_Twig_ComponentRuntimeService'true],
  970.         ], [
  971.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  972.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  973.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  974.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  975.             'Symfony\\UX\\LiveComponent\\Twig\\LiveComponentRuntime' => '?',
  976.         ])));
  977.         $instance->addGlobal('front_website_url'$this->getEnv('resolve:FRONT_WEBSITE_URL'));
  978.         $instance->addGlobal('maintenance_mode'$this->getEnv('resolve:MAINTENANCE_MODE'));
  979.         $instance->addGlobal('maintenance_info_app'$this->getEnv('resolve:MAINTENANCE_INFO_APP'));
  980.         $instance->addGlobal('imap_host'$this->getEnv('resolve:IMAP_HOST'));
  981.         $instance->registerUndefinedFilterCallback([=> $ea=> 'suggestFilter']);
  982.         $instance->registerUndefinedFunctionCallback([=> $ea=> 'suggestFunction']);
  983.         $instance->registerUndefinedTokenParserCallback([=> $ea=> 'suggestTag']);
  984.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL2','' '))->configure($instance);
  985.         return $instance;
  986.     }
  987.     /**
  988.      * Gets the public '.container.private.validator' shared service.
  989.      *
  990.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  991.      */
  992.     protected function get_Container_Private_ValidatorService()
  993.     {
  994.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  995.     }
  996.     /**
  997.      * Gets the public 'App\Service\ResaleRateService' shared autowired service.
  998.      *
  999.      * @return \App\Service\ResaleRateService
  1000.      */
  1001.     protected function getResaleRateServiceService()
  1002.     {
  1003.         $this->services['App\\Service\\ResaleRateService'] = $instance = new \App\Service\ResaleRateService();
  1004.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Service\\ResaleRateService'$this));
  1005.         return $instance;
  1006.     }
  1007.     /**
  1008.      * Gets the public 'App\Service\SendEmailForYearsService' shared autowired service.
  1009.      *
  1010.      * @return \App\Service\SendEmailForYearsService
  1011.      */
  1012.     protected function getSendEmailForYearsServiceService()
  1013.     {
  1014.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1015.         if (isset($this->services['App\\Service\\SendEmailForYearsService'])) {
  1016.             return $this->services['App\\Service\\SendEmailForYearsService'];
  1017.         }
  1018.         $this->services['App\\Service\\SendEmailForYearsService'] = $instance = new \App\Service\SendEmailForYearsService($a);
  1019.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Service\\SendEmailForYearsService'$this));
  1020.         return $instance;
  1021.     }
  1022.     /**
  1023.      * Gets the public 'cache.app' shared service.
  1024.      *
  1025.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1026.      */
  1027.     protected function getCache_AppService()
  1028.     {
  1029.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('gCkjLB3hJL'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1030.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1031.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1032.     }
  1033.     /**
  1034.      * Gets the public 'cache.system' shared service.
  1035.      *
  1036.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1037.      */
  1038.     protected function getCache_SystemService()
  1039.     {
  1040.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+3Kast6vZa'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1041.     }
  1042.     /**
  1043.      * Gets the public 'cache.validator_expression_language' shared service.
  1044.      *
  1045.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1046.      */
  1047.     protected function getCache_ValidatorExpressionLanguageService()
  1048.     {
  1049.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aYv-eChXbU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1050.     }
  1051.     /**
  1052.      * Gets the public 'data_collector.dump' shared service.
  1053.      *
  1054.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1055.      */
  1056.     protected function getDataCollector_DumpService()
  1057.     {
  1058.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1059.     }
  1060.     /**
  1061.      * Gets the public 'doctrine' shared service.
  1062.      *
  1063.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1064.      */
  1065.     protected function getDoctrineService()
  1066.     {
  1067.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1068.     }
  1069.     /**
  1070.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1071.      *
  1072.      * @return \Doctrine\DBAL\Connection
  1073.      */
  1074.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1075.     {
  1076.         $a = new \Doctrine\DBAL\Configuration();
  1077.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1078.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1079.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1080.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1081.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1082.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1083.             'App\\EventListener\\CampaignListener' => ['privates''App\\EventListener\\CampaignListener''getCampaignListenerService'true],
  1084.             'App\\EventSubscriber\\DoctrineSubscriber' => ['privates''App\\EventSubscriber\\DoctrineSubscriber''getDoctrineSubscriberService'true],
  1085.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1086.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1087.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1088.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1089.             'turbo.doctrine.event_listener' => ['privates''turbo.doctrine.event_listener''getTurbo_Doctrine_EventListenerService'true],
  1090.             'vich_uploader.listener.clean.company_image' => ['privates''vich_uploader.listener.clean.company_image''getVichUploader_Listener_Clean_CompanyImageService'true],
  1091.             'vich_uploader.listener.clean.invoice_campaign' => ['privates''vich_uploader.listener.clean.invoice_campaign''getVichUploader_Listener_Clean_InvoiceCampaignService'true],
  1092.             'vich_uploader.listener.clean.sub_contractor_image' => ['privates''vich_uploader.listener.clean.sub_contractor_image''getVichUploader_Listener_Clean_SubContractorImageService'true],
  1093.             'vich_uploader.listener.remove.company_image' => ['privates''vich_uploader.listener.remove.company_image''getVichUploader_Listener_Remove_CompanyImageService'true],
  1094.             'vich_uploader.listener.remove.invoice_campaign' => ['privates''vich_uploader.listener.remove.invoice_campaign''getVichUploader_Listener_Remove_InvoiceCampaignService'true],
  1095.             'vich_uploader.listener.remove.sub_contractor_image' => ['privates''vich_uploader.listener.remove.sub_contractor_image''getVichUploader_Listener_Remove_SubContractorImageService'true],
  1096.             'vich_uploader.listener.upload.company_image' => ['privates''vich_uploader.listener.upload.company_image''getVichUploader_Listener_Upload_CompanyImageService'true],
  1097.             'vich_uploader.listener.upload.invoice_campaign' => ['privates''vich_uploader.listener.upload.invoice_campaign''getVichUploader_Listener_Upload_InvoiceCampaignService'true],
  1098.             'vich_uploader.listener.upload.sub_contractor_image' => ['privates''vich_uploader.listener.upload.sub_contractor_image''getVichUploader_Listener_Upload_SubContractorImageService'true],
  1099.         ], [
  1100.             'App\\EventListener\\CampaignListener' => '?',
  1101.             'App\\EventSubscriber\\DoctrineSubscriber' => '?',
  1102.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1103.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1104.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1105.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1106.             'turbo.doctrine.event_listener' => '?',
  1107.             'vich_uploader.listener.clean.company_image' => '?',
  1108.             'vich_uploader.listener.clean.invoice_campaign' => '?',
  1109.             'vich_uploader.listener.clean.sub_contractor_image' => '?',
  1110.             'vich_uploader.listener.remove.company_image' => '?',
  1111.             'vich_uploader.listener.remove.invoice_campaign' => '?',
  1112.             'vich_uploader.listener.remove.sub_contractor_image' => '?',
  1113.             'vich_uploader.listener.upload.company_image' => '?',
  1114.             'vich_uploader.listener.upload.invoice_campaign' => '?',
  1115.             'vich_uploader.listener.upload.sub_contractor_image' => '?',
  1116.         ]), [=> 'vich_uploader.listener.clean.sub_contractor_image'=> 'vich_uploader.listener.clean.company_image'=> 'vich_uploader.listener.clean.invoice_campaign'=> 'App\\EventSubscriber\\DoctrineSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'vich_uploader.listener.remove.sub_contractor_image'=> 'vich_uploader.listener.upload.sub_contractor_image'=> 'vich_uploader.listener.remove.company_image'10 => 'vich_uploader.listener.upload.company_image'11 => 'vich_uploader.listener.remove.invoice_campaign'12 => 'vich_uploader.listener.upload.invoice_campaign'13 => [=> [=> 'preUpdate'], => 'App\\EventListener\\CampaignListener'], 14 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 15 => [=> [=> 'onFlush'], => 'turbo.doctrine.event_listener'], 16 => [=> [=> 'postFlush'], => 'turbo.doctrine.event_listener']]), []);
  1117.     }
  1118.     /**
  1119.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1120.      *
  1121.      * @return \Doctrine\ORM\EntityManager
  1122.      */
  1123.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1124.     {
  1125.         if ($lazyLoad) {
  1126.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1127.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1128.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1129.                     $proxy->setProxyInitializer(null);
  1130.                     return true;
  1131.                 });
  1132.             });
  1133.         }
  1134.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  1135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1136.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1138.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1139.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1140.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1141.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1142.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1143.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1144.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1145.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1146.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1147.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1148.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1149.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1150.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  1151.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1152.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1154.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1155.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1156.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1157.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1158.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1159.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1160.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1161.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1162.         $a = new \Doctrine\ORM\Configuration();
  1163.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1164.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')]))), 'App\\Entity');
  1165.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1166.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1167.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1168.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1169.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1170.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1171.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1172.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1173.         ], [
  1174.             'doctrine.ulid_generator' => '?',
  1175.             'doctrine.uuid_generator' => '?',
  1176.         ])));
  1177.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1178.         $a->setProxyNamespace('Proxies');
  1179.         $a->setAutoGenerateProxyClasses(true);
  1180.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1181.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1182.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1183.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1184.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1185.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1186.             'App\\Repository\\BalanceTransactionsRepository' => ['privates''App\\Repository\\BalanceTransactionsRepository''getBalanceTransactionsRepositoryService'false],
  1187.             'App\\Repository\\CampaignPendingToSendRepository' => ['privates''App\\Repository\\CampaignPendingToSendRepository''getCampaignPendingToSendRepositoryService'false],
  1188.             'App\\Repository\\CampaignRepository' => ['privates''App\\Repository\\CampaignRepository''getCampaignRepositoryService'false],
  1189.             'App\\Repository\\ChatNotificationRepository' => ['privates''App\\Repository\\ChatNotificationRepository''getChatNotificationRepositoryService'true],
  1190.             'App\\Repository\\CommandeLoggingRepository' => ['privates''App\\Repository\\CommandeLoggingRepository''getCommandeLoggingRepositoryService'false],
  1191.             'App\\Repository\\CompanyDataRepository' => ['privates''App\\Repository\\CompanyDataRepository''getCompanyDataRepositoryService'true],
  1192.             'App\\Repository\\CompanyRepository' => ['privates''App\\Repository\\CompanyRepository''getCompanyRepositoryService'false],
  1193.             'App\\Repository\\ConfidentialityContractRepository' => ['privates''App\\Repository\\ConfidentialityContractRepository''getConfidentialityContractRepositoryService'false],
  1194.             'App\\Repository\\CreditHistoryRepository' => ['privates''App\\Repository\\CreditHistoryRepository''getCreditHistoryRepositoryService'false],
  1195.             'App\\Repository\\DeviceRepository' => ['privates''App\\Repository\\DeviceRepository''getDeviceRepositoryService'true],
  1196.             'App\\Repository\\EmailTemplateRepository' => ['privates''App\\Repository\\EmailTemplateRepository''getEmailTemplateRepositoryService'true],
  1197.             'App\\Repository\\EmojiRepository' => ['privates''App\\Repository\\EmojiRepository''getEmojiRepositoryService'true],
  1198.             'App\\Repository\\FileMessageRepository' => ['privates''App\\Repository\\FileMessageRepository''getFileMessageRepositoryService'true],
  1199.             'App\\Repository\\FileMissionRepository' => ['privates''App\\Repository\\FileMissionRepository''getFileMissionRepositoryService'true],
  1200.             'App\\Repository\\FileSupportRepository' => ['privates''App\\Repository\\FileSupportRepository''getFileSupportRepositoryService'true],
  1201.             'App\\Repository\\HistoriqueRepository' => ['privates''App\\Repository\\HistoriqueRepository''getHistoriqueRepositoryService'false],
  1202.             'App\\Repository\\InfoMissionRepository' => ['privates''App\\Repository\\InfoMissionRepository''getInfoMissionRepositoryService'true],
  1203.             'App\\Repository\\InvoiceRepository' => ['privates''App\\Repository\\InvoiceRepository''getInvoiceRepositoryService'true],
  1204.             'App\\Repository\\JobRepository' => ['privates''App\\Repository\\JobRepository''getJobRepositoryService'false],
  1205.             'App\\Repository\\MessageReactionRepository' => ['privates''App\\Repository\\MessageReactionRepository''getMessageReactionRepositoryService'true],
  1206.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  1207.             'App\\Repository\\MissionParticipantRepository' => ['privates''App\\Repository\\MissionParticipantRepository''getMissionParticipantRepositoryService'false],
  1208.             'App\\Repository\\MissionRepository' => ['privates''App\\Repository\\MissionRepository''getMissionRepositoryService'false],
  1209.             'App\\Repository\\NotificationToSendRepository' => ['privates''App\\Repository\\NotificationToSendRepository''getNotificationToSendRepositoryService'false],
  1210.             'App\\Repository\\PortfolioRepository' => ['privates''App\\Repository\\PortfolioRepository''getPortfolioRepositoryService'true],
  1211.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'true],
  1212.             'App\\Repository\\RecurringServiceRepository' => ['privates''App\\Repository\\RecurringServiceRepository''getRecurringServiceRepositoryService'true],
  1213.             'App\\Repository\\ResetPasswordRequestRepository' => ['privates''App\\Repository\\ResetPasswordRequestRepository''getResetPasswordRequestRepositoryService'true],
  1214.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  1215.             'App\\Repository\\SubContractorCompanyRepository' => ['privates''App\\Repository\\SubContractorCompanyRepository''getSubContractorCompanyRepositoryService'false],
  1216.             'App\\Repository\\SupportRepository' => ['privates''App\\Repository\\SupportRepository''getSupportRepositoryService'true],
  1217.             'App\\Repository\\SystemEmailRepository' => ['privates''App\\Repository\\SystemEmailRepository''getSystemEmailRepositoryService'false],
  1218.             'App\\Repository\\UserDataRepository' => ['privates''App\\Repository\\UserDataRepository''getUserDataRepositoryService'true],
  1219.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1220.             'App\\Repository\\WorkflowActionRepository' => ['privates''App\\Repository\\WorkflowActionRepository''getWorkflowActionRepositoryService'true],
  1221.             'App\\Repository\\WorkflowRepository' => ['privates''App\\Repository\\WorkflowRepository''getWorkflowRepositoryService'true],
  1222.             'App\\Repository\\WorkflowStepRepository' => ['privates''App\\Repository\\WorkflowStepRepository''getWorkflowStepRepositoryService'false],
  1223.             'App\\Repository\\WorkflowTriggerRepository' => ['privates''App\\Repository\\WorkflowTriggerRepository''getWorkflowTriggerRepositoryService'true],
  1224.         ], [
  1225.             'App\\Repository\\BalanceTransactionsRepository' => '?',
  1226.             'App\\Repository\\CampaignPendingToSendRepository' => '?',
  1227.             'App\\Repository\\CampaignRepository' => '?',
  1228.             'App\\Repository\\ChatNotificationRepository' => '?',
  1229.             'App\\Repository\\CommandeLoggingRepository' => '?',
  1230.             'App\\Repository\\CompanyDataRepository' => '?',
  1231.             'App\\Repository\\CompanyRepository' => '?',
  1232.             'App\\Repository\\ConfidentialityContractRepository' => '?',
  1233.             'App\\Repository\\CreditHistoryRepository' => '?',
  1234.             'App\\Repository\\DeviceRepository' => '?',
  1235.             'App\\Repository\\EmailTemplateRepository' => '?',
  1236.             'App\\Repository\\EmojiRepository' => '?',
  1237.             'App\\Repository\\FileMessageRepository' => '?',
  1238.             'App\\Repository\\FileMissionRepository' => '?',
  1239.             'App\\Repository\\FileSupportRepository' => '?',
  1240.             'App\\Repository\\HistoriqueRepository' => '?',
  1241.             'App\\Repository\\InfoMissionRepository' => '?',
  1242.             'App\\Repository\\InvoiceRepository' => '?',
  1243.             'App\\Repository\\JobRepository' => '?',
  1244.             'App\\Repository\\MessageReactionRepository' => '?',
  1245.             'App\\Repository\\MessageRepository' => '?',
  1246.             'App\\Repository\\MissionParticipantRepository' => '?',
  1247.             'App\\Repository\\MissionRepository' => '?',
  1248.             'App\\Repository\\NotificationToSendRepository' => '?',
  1249.             'App\\Repository\\PortfolioRepository' => '?',
  1250.             'App\\Repository\\ProductRepository' => '?',
  1251.             'App\\Repository\\RecurringServiceRepository' => '?',
  1252.             'App\\Repository\\ResetPasswordRequestRepository' => '?',
  1253.             'App\\Repository\\ServiceRepository' => '?',
  1254.             'App\\Repository\\SubContractorCompanyRepository' => '?',
  1255.             'App\\Repository\\SupportRepository' => '?',
  1256.             'App\\Repository\\SystemEmailRepository' => '?',
  1257.             'App\\Repository\\UserDataRepository' => '?',
  1258.             'App\\Repository\\UserRepository' => '?',
  1259.             'App\\Repository\\WorkflowActionRepository' => '?',
  1260.             'App\\Repository\\WorkflowRepository' => '?',
  1261.             'App\\Repository\\WorkflowStepRepository' => '?',
  1262.             'App\\Repository\\WorkflowTriggerRepository' => '?',
  1263.         ])));
  1264.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1265.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1266.         return $instance;
  1267.     }
  1268.     /**
  1269.      * Gets the public 'event_dispatcher' shared service.
  1270.      *
  1271.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1272.      */
  1273.     protected function getEventDispatcherService()
  1274.     {
  1275.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1276.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1277.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1278.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1279.         $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())));
  1280.         $instance->addListener('security.interactive_login', [=> function () {
  1281.             return ($this->privates['App\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
  1282.         }, => 'onSecurityInteractiveLogin'], 0);
  1283.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1284.             return ($this->privates['App\\EventListener\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
  1285.         }, => 'onLogout'], 0);
  1286.         $instance->addListener('kernel.request', [=> function () {
  1287.             return ($this->privates['App\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1288.         }, => 'onKernelRequest'], 0);
  1289.         $instance->addListener('kernel.controller', [=> function () {
  1290.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1291.         }, => 'onKernelController'], 0);
  1292.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1293.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1294.         }, => 'checkPassport'], 1024);
  1295.         $instance->addListener('kernel.response', [=> function () {
  1296.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1297.         }, => 'onKernelResponse'], 0);
  1298.         $instance->addListener('kernel.exception', [=> function () {
  1299.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1300.         }, => 'onKernelException'], 0);
  1301.         $instance->addListener('kernel.request', [=> function () {
  1302.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1303.         }, => 'onKernelRequest'], 10);
  1304.         $instance->addListener('kernel.request', [=> function () {
  1305.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1306.         }, => 'onKernelRequest'], 34);
  1307.         $instance->addListener('kernel.controller', [=> function () {
  1308.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1309.         }, => 'onKernelController'], 5);
  1310.         $instance->addListener('kernel.request', [=> function () {
  1311.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1312.         }, => 'onKernelRequest'], 250);
  1313.         $instance->addListener('kernel.response', [=> function () {
  1314.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1315.         }, => 'onKernelResponse'], 0);
  1316.         $instance->addListener('kernel.response', [=> function () {
  1317.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1318.         }, => 'onResponse'], 0);
  1319.         $instance->addListener('kernel.request', [=> function () {
  1320.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1321.         }, => 'onKernelRequest'], 0);
  1322.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1323.             return ($this->privates['App\\EventListener\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
  1324.         }, => 'onLogout'], 0);
  1325.         $instance->addListener('mission.notification.activated', [=> function () {
  1326.             return ($this->privates['App\\EventSubscriber\\AdminSubscriber'] ?? $this->load('getAdminSubscriberService'));
  1327.         }, => 'onMissionNotificationActivated'], 0);
  1328.         $instance->addListener('mission.notification.sub.contractor.not.activated', [=> function () {
  1329.             return ($this->privates['App\\EventSubscriber\\AdminSubscriber'] ?? $this->load('getAdminSubscriberService'));
  1330.         }, => 'onMissionNotificationSubContractorNotActivated'], 0);
  1331.         $instance->addListener('admin.notified', [=> function () {
  1332.             return ($this->privates['App\\EventSubscriber\\AdminSubscriber'] ?? $this->load('getAdminSubscriberService'));
  1333.         }, => 'onAdminNotified'], 0);
  1334.         $instance->addListener('admin.notified.sub.contractor.completed', [=> function () {
  1335.             return ($this->privates['App\\EventSubscriber\\AdminSubscriber'] ?? $this->load('getAdminSubscriberService'));
  1336.         }, => 'onSubContractorProfilComplete'], 0);
  1337.         $instance->addListener('admin.notified.sub.contractor.no.response', [=> function () {
  1338.             return ($this->privates['App\\EventSubscriber\\AdminSubscriber'] ?? $this->load('getAdminSubscriberService'));
  1339.         }, => 'onSubContractorNoResponse48H'], 0);
  1340.         $instance->addListener('mission.initial.time.after.validation.updated', [=> function () {
  1341.             return ($this->privates['App\\EventSubscriber\\AdminSubscriber'] ?? $this->load('getAdminSubscriberService'));
  1342.         }, => 'onMissionInitialTimeAfterValidationUpdated'], 0);
  1343.         $instance->addListener('admin.notified.error', [=> function () {
  1344.             return ($this->privates['App\\EventSubscriber\\AdminSubscriber'] ?? $this->load('getAdminSubscriberService'));
  1345.         }, => 'onCommandPassedError'], 0);
  1346.         $instance->addListener('subontrator.activate.mission.with.bot', [=> function () {
  1347.             return ($this->privates['App\\EventSubscriber\\AdminSubscriber'] ?? $this->load('getAdminSubscriberService'));
  1348.         }, => 'onSubcontractorActivateOrThereIsABot'], 0);
  1349.         $instance->addListener('campaign.validated', [=> function () {
  1350.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1351.         }, => 'onCampaignValidated'], 0);
  1352.         $instance->addListener('campaign.cancelled', [=> function () {
  1353.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1354.         }, => 'onCampaignCancelled'], 0);
  1355.         $instance->addListener('campaign.created', [=> function () {
  1356.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1357.         }, => 'onCampaignCreated'], 0);
  1358.         $instance->addListener('campaign.modified', [=> function () {
  1359.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1360.         }, => 'onCampaignModified'], 0);
  1361.         $instance->addListener('campaign.waiting', [=> function () {
  1362.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1363.         }, => 'onCampaignWaiting'], 0);
  1364.         $instance->addListener('campaign.resume', [=> function () {
  1365.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1366.         }, => 'onCampaignResume'], 0);
  1367.         $instance->addListener('user.relaunched', [=> function () {
  1368.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1369.         }, => 'onUserRelaunched'], 0);
  1370.         $instance->addListener('campaign.decline', [=> function () {
  1371.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1372.         }, => 'onCampaignDecline'], 0);
  1373.         $instance->addListener('campaign.waiting.not.resent', [=> function () {
  1374.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1375.         }, => 'onCampaignWaitingNotResent'], 0);
  1376.         $instance->addListener('campaign.evaluation', [=> function () {
  1377.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1378.         }, => 'onCampaignEvaluation'], 0);
  1379.         $instance->addListener('message.sent', [=> function () {
  1380.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1381.         }, => 'onMessageSent'], 0);
  1382.         $instance->addListener('campaign.not.finished', [=> function () {
  1383.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1384.         }, => 'onCampaignNotFinished'], 0);
  1385.         $instance->addListener('devis.not.finished', [=> function () {
  1386.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1387.         }, => 'onDevisCreatedNotFinished'], 0);
  1388.         $instance->addListener('client.get.premium.package', [=> function () {
  1389.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1390.         }, => 'onClientGetPremiumPackage'], 0);
  1391.         $instance->addListener('campaign:resend:email', [=> function () {
  1392.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1393.         }, => 'onCampaignResend'], 0);
  1394.         $instance->addListener('campaign.date.change', [=> function () {
  1395.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1396.         }, => 'onDeliveryDateChange'], 0);
  1397.         $instance->addListener('campaign.deleted', [=> function () {
  1398.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1399.         }, => 'onCampaignDeletedEvent'], 0);
  1400.         $instance->addListener('campaign.recurrent', [=> function () {
  1401.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1402.         }, => 'onCampaignRecurrent'], 0);
  1403.         $instance->addListener('campaign.validation.cancelled', [=> function () {
  1404.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1405.         }, => 'oncampaignValidationCancelled'], 0);
  1406.         $instance->addListener('campaign.validated.per.activation', [=> function () {
  1407.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1408.         }, => 'onCampaignValidatedPerActivation'], 0);
  1409.         $instance->addListener('devis.created.with.new.client', [=> function () {
  1410.             return ($this->privates['App\\EventSubscriber\\CampaignSubscriber'] ?? $this->load('getCampaignSubscriberService'));
  1411.         }, => 'onDevisCreatedWithNewClientEvent'], 0);
  1412.         $instance->addListener('client.updated', [=> function () {
  1413.             return ($this->privates['App\\EventSubscriber\\ClientSubscriber'] ?? $this->load('getClientSubscriberService'));
  1414.         }, => 'onClientUpdated'], 0);
  1415.         $instance->addListener('client.notice.insufficieent.budget', [=> function () {
  1416.             return ($this->privates['App\\EventSubscriber\\ClientSubscriber'] ?? $this->load('getClientSubscriberService'));
  1417.         }, => 'onNoticeInsufficientBudget'], 0);
  1418.         $instance->addListener('client.delete.wp', [=> function () {
  1419.             return ($this->privates['App\\EventSubscriber\\ClientWpSubscriber'] ?? ($this->privates['App\\EventSubscriber\\ClientWpSubscriber'] = new \App\EventSubscriber\ClientWpSubscriber()));
  1420.         }, => 'onClientDelete'], 0);
  1421.         $instance->addListener('subcontractor.delete.wp', [=> function () {
  1422.             return ($this->privates['App\\EventSubscriber\\ClientWpSubscriber'] ?? ($this->privates['App\\EventSubscriber\\ClientWpSubscriber'] = new \App\EventSubscriber\ClientWpSubscriber()));
  1423.         }, => 'onClientSubcontractor'], 0);
  1424.         $instance->addListener('company.updated', [=> function () {
  1425.             return ($this->privates['App\\EventSubscriber\\CompanySubscriber'] ?? $this->load('getCompanySubscriberService'));
  1426.         }, => 'onCompanyUpdated'], 0);
  1427.         $instance->addListener('company.birthday', [=> function () {
  1428.             return ($this->privates['App\\EventSubscriber\\CompanySubscriber'] ?? $this->load('getCompanySubscriberService'));
  1429.         }, => 'onCompanyBirthdayArrived'], 0);
  1430.         $instance->addListener('confidentiality.request', [=> function () {
  1431.             return ($this->privates['App\\EventSubscriber\\ConfidentialitySubscriber'] ?? $this->load('getConfidentialitySubscriberService'));
  1432.         }, => 'onConfidentialityRequest'], 0);
  1433.         $instance->addListener('confidentiality.request.but.info.company.incomplet', [=> function () {
  1434.             return ($this->privates['App\\EventSubscriber\\ConfidentialitySubscriber'] ?? $this->load('getConfidentialitySubscriberService'));
  1435.         }, => 'onConfidentialityRequestButInfoCompanyNotComplet'], 0);
  1436.         $instance->addListener('confidentiality.request.accepted', [=> function () {
  1437.             return ($this->privates['App\\EventSubscriber\\ConfidentialitySubscriber'] ?? $this->load('getConfidentialitySubscriberService'));
  1438.         }, => 'onConfidentialityRequestAccepted'], 0);
  1439.         $instance->addListener('fcm.notification', [=> function () {
  1440.             return ($this->privates['App\\EventSubscriber\\FcmNotificationSubscriber'] ?? $this->load('getFcmNotificationSubscriberService'));
  1441.         }, => 'onFcmNotification'], 0);
  1442.         $instance->addListener('job.created', [=> function () {
  1443.             return ($this->privates['App\\EventSubscriber\\JobSubscriber'] ?? $this->load('getJobSubscriberService'));
  1444.         }, => 'onJobCreated'], 0);
  1445.         $instance->addListener('job.updated', [=> function () {
  1446.             return ($this->privates['App\\EventSubscriber\\JobSubscriber'] ?? $this->load('getJobSubscriberService'));
  1447.         }, => 'onJobUpdated'], 0);
  1448.         $instance->addListener('job.deleted', [=> function () {
  1449.             return ($this->privates['App\\EventSubscriber\\JobSubscriber'] ?? $this->load('getJobSubscriberService'));
  1450.         }, => 'onJobDeleted'], 0);
  1451.         $instance->addListener('kernel.request', [=> function () {
  1452.             return ($this->privates['App\\EventSubscriber\\KernelRequestSubscriber'] ?? $this->getKernelRequestSubscriberService());
  1453.         }, => 'onMaintenance'], 9223372036854774807);
  1454.         $instance->addListener('mission.refused', [=> function () {
  1455.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1456.         }, => 'onMissionRefused'], 0);
  1457.         $instance->addListener('mission.archived', [=> function () {
  1458.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1459.         }, => 'onMissionArchived'], 0);
  1460.         $instance->addListener('mission.withoutWorkflow', [=> function () {
  1461.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1462.         }, => 'onMissionWithoutWorkflow'], 0);
  1463.         $instance->addListener('mission.cancelled', [=> function () {
  1464.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1465.         }, => 'onMissionCancelled'], 0);
  1466.         $instance->addListener('mission.accepted', [=> function () {
  1467.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1468.         }, => 'onMissionAccepted'], 0);
  1469.         $instance->addListener('mission.initial_times', [=> function () {
  1470.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1471.         }, => 'onMissionInitialTime'], 0);
  1472.         $instance->addListener('mission.real_time', [=> function () {
  1473.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1474.         }, => 'onMissionRealTime'], 0);
  1475.         $instance->addListener('mission.canactivate', [=> function () {
  1476.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1477.         }, => 'onMissionCanActivateEvent'], 0);
  1478.         $instance->addListener('mission.contact.added', [=> function () {
  1479.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1480.         }, => 'onContactAdded'], 0);
  1481.         $instance->addListener('mission.without.subcontractor.checked', [=> function () {
  1482.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1483.         }, => 'onMissionWithoutSubContractorChecked'], 0);
  1484.         $instance->addListener('mission.activated', [=> function () {
  1485.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1486.         }, => 'onMissionActivated'], 0);
  1487.         $instance->addListener('mission.desiredDelivery.updated.afterValidation', [=> function () {
  1488.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1489.         }, => 'onMissionDesiredDeliveryUpdatedAfterValidation'], 0);
  1490.         $instance->addListener('mission.desiredDelivery.updated.beforeValidation', [=> function () {
  1491.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1492.         }, => 'onMissionDesiredDeliveryUpdatedBeforeValidation'], 0);
  1493.         $instance->addListener('mission.send', [=> function () {
  1494.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1495.         }, => 'onMissionSend'], 0);
  1496.         $instance->addListener('mission.resend', [=> function () {
  1497.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1498.         }, => 'onMissionResend'], 0);
  1499.         $instance->addListener('mission.notification.activated', [=> function () {
  1500.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1501.         }, => 'onMissionNotificationActivatedEvent'], 0);
  1502.         $instance->addListener('mission.closed.event', [=> function () {
  1503.             return ($this->privates['App\\EventSubscriber\\MissionSubscriber'] ?? $this->load('getMissionSubscriberService'));
  1504.         }, => 'onMissionClosedEvent'], 0);
  1505.         $instance->addListener('subcontractor.updated', [=> function () {
  1506.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1507.         }, => 'onSubcontractorUpdated'], 0);
  1508.         $instance->addListener('subcontractor.relaunched', [=> function () {
  1509.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1510.         }, => 'onSubcontractorRelaunched'], 0);
  1511.         $instance->addListener('subcontractor.referenced', [=> function () {
  1512.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1513.         }, => 'onSubContractorReferenced'], 0);
  1514.         $instance->addListener('subcontractor.profile.completed', [=> function () {
  1515.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1516.         }, => 'onSubContractorCompletedProfile'], 0);
  1517.         $instance->addListener('subcontractor.mission.added', [=> function () {
  1518.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1519.         }, => 'onSubContractorMissionAdded'], 0);
  1520.         $instance->addListener('subcontractor.service.added', [=> function () {
  1521.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1522.         }, => 'onSubContractorServiceAdded'], 0);
  1523.         $instance->addListener('subcontractor.activated', [=> function () {
  1524.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1525.         }, => 'onSubContractorActivatedEvent'], 0);
  1526.         $instance->addListener('subcontractor.add.mission.to.evaluate', [=> function () {
  1527.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1528.         }, => 'onSubContractorAddMission'], 0);
  1529.         $instance->addListener('subcontractor.request.to.evaluate.mission', [=> function () {
  1530.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1531.         }, => 'onRequestEvaluateMission'], 0);
  1532.         $instance->addListener('subcontractor.disassociation.du.to.margin.problem', [=> function () {
  1533.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1534.         }, => 'onSubContractorMarginProblemEvent'], 0);
  1535.         $instance->addListener('subcontractor.cerificate.absent', [=> function () {
  1536.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1537.         }, => 'onSubContractorVigilanceCertificateAbsentEvent'], 0);
  1538.         $instance->addListener('subcontractor.cerificate.reminder', [=> function () {
  1539.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1540.         }, => 'onSubContractorVigilanceCertificateReminderEvent'], 0);
  1541.         $instance->addListener('subcontractor.relaunch.admin.certificate.vigilence', [=> function () {
  1542.             return ($this->privates['App\\EventSubscriber\\SubContractorSubscriber'] ?? $this->load('getSubContractorSubscriberService'));
  1543.         }, => 'onRelaunchAdminCertificateVigilenceEvent'], 0);
  1544.         $instance->addListener('user.mentionned', [=> function () {
  1545.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1546.         }, => 'onUserMentionnedInTchat'], 0);
  1547.         $instance->addListener('user.reaction', [=> function () {
  1548.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1549.         }, => 'onUserReactionInMessage'], 0);
  1550.         $instance->addListener('user.reset.password', [=> function () {
  1551.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1552.         }, => 'onUserResetPassword'], 0);
  1553.         $instance->addListener('send.email.before.deleted', [=> function () {
  1554.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1555.         }, => 'onSendEmailBeforeDeletedEvent'], 0);
  1556.         $instance->addListener('send.email.one.month.before.deleted', [=> function () {
  1557.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1558.         }, => 'onSendEmailOneMonthBeforeDeletedEvent'], 0);
  1559.         $instance->addListener('user.login.without.password', [=> function () {
  1560.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  1561.         }, => 'onUserLoginWithoutPasswordEvent'], 0);
  1562.         $instance->addListener('workflow.step.validated', [=> function () {
  1563.             return ($this->privates['App\\EventSubscriber\\WorkflowStepSubscriber'] ?? $this->load('getWorkflowStepSubscriberService'));
  1564.         }, => 'onStepValidated'], 0);
  1565.         $instance->addListener('workflow.step.refused', [=> function () {
  1566.             return ($this->privates['App\\EventSubscriber\\WorkflowStepSubscriber'] ?? $this->load('getWorkflowStepSubscriberService'));
  1567.         }, => 'onStepRefused'], 0);
  1568.         $instance->addListener('workflow.step.entered', [=> function () {
  1569.             return ($this->privates['App\\EventSubscriber\\WorkflowStepSubscriber'] ?? $this->load('getWorkflowStepSubscriberService'));
  1570.         }, => 'onStepEntered'], 0);
  1571.         $instance->addListener('workflow.step.returned', [=> function () {
  1572.             return ($this->privates['App\\EventSubscriber\\WorkflowStepSubscriber'] ?? $this->load('getWorkflowStepSubscriberService'));
  1573.         }, => 'onStepReturned'], 0);
  1574.         $instance->addListener('workflow.step.exited', [=> function () {
  1575.             return ($this->privates['App\\EventSubscriber\\WorkflowStepSubscriber'] ?? $this->load('getWorkflowStepSubscriberService'));
  1576.         }, => 'onStepExited'], 0);
  1577.         $instance->addListener('workflow.step.relaunched', [=> function () {
  1578.             return ($this->privates['App\\EventSubscriber\\WorkflowStepSubscriber'] ?? $this->load('getWorkflowStepSubscriberService'));
  1579.         }, => 'onStepRelaunched'], 0);
  1580.         $instance->addListener('workflow.step.edited', [=> function () {
  1581.             return ($this->privates['App\\EventSubscriber\\WorkflowStepSubscriber'] ?? $this->load('getWorkflowStepSubscriberService'));
  1582.         }, => 'onStepEdited'], 0);
  1583.         $instance->addListener('workflow.step.deleted', [=> function () {
  1584.             return ($this->privates['App\\EventSubscriber\\WorkflowStepSubscriber'] ?? $this->load('getWorkflowStepSubscriberService'));
  1585.         }, => 'onStepDeleted'], 0);
  1586.         $instance->addListener('kernel.response', [=> function () {
  1587.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1588.         }, => 'onKernelResponse'], 0);
  1589.         $instance->addListener('kernel.response', [=> function () {
  1590.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1591.         }, => 'onKernelResponse'], -1024);
  1592.         $instance->addListener('kernel.request', [=> function () {
  1593.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1594.         }, => 'setDefaultLocale'], 100);
  1595.         $instance->addListener('kernel.request', [=> function () {
  1596.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1597.         }, => 'onKernelRequest'], 16);
  1598.         $instance->addListener('kernel.finish_request', [=> function () {
  1599.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1600.         }, => 'onKernelFinishRequest'], 0);
  1601.         $instance->addListener('kernel.request', [=> function () {
  1602.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1603.         }, => 'onKernelRequest'], 256);
  1604.         $instance->addListener('kernel.response', [=> function () {
  1605.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1606.         }, => 'onResponse'], -255);
  1607.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1608.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1609.         }, => 'onControllerArguments'], 0);
  1610.         $instance->addListener('kernel.exception', [=> function () {
  1611.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1612.         }, => 'logKernelException'], 0);
  1613.         $instance->addListener('kernel.exception', [=> function () {
  1614.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1615.         }, => 'onKernelException'], -128);
  1616.         $instance->addListener('kernel.response', [=> function () {
  1617.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1618.         }, => 'removeCspHeader'], -128);
  1619.         $instance->addListener('kernel.request', [=> function () {
  1620.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1621.         }, => 'onKernelRequest'], 15);
  1622.         $instance->addListener('kernel.finish_request', [=> function () {
  1623.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1624.         }, => 'onKernelFinishRequest'], -15);
  1625.         $instance->addListener('console.error', [=> function () {
  1626.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1627.         }, => 'onConsoleError'], -128);
  1628.         $instance->addListener('console.terminate', [=> function () {
  1629.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1630.         }, => 'onConsoleTerminate'], -128);
  1631.         $instance->addListener('console.error', [=> function () {
  1632.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1633.         }, => 'onConsoleError'], 0);
  1634.         $instance->addListener('kernel.request', [=> function () {
  1635.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1636.         }, => 'onKernelRequest'], 128);
  1637.         $instance->addListener('kernel.response', [=> function () {
  1638.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1639.         }, => 'onKernelResponse'], -1000);
  1640.         $instance->addListener('kernel.finish_request', [=> function () {
  1641.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1642.         }, => 'onFinishRequest'], 0);
  1643.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1644.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener('caroline.b@my-flow.fr', [])));
  1645.         }, => 'onMessage'], -255);
  1646.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1647.             return ($this->privates['mailer.message_listener'] ?? $this->load('getMailer_MessageListenerService'));
  1648.         }, => 'onMessage'], 0);
  1649.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1650.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1651.         }, => 'onMessage'], -255);
  1652.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1653.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1654.         }, => 'onNotification'], -255);
  1655.         $instance->addListener('kernel.response', [=> function () {
  1656.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1657.         }, => 'onKernelResponse'], -100);
  1658.         $instance->addListener('kernel.exception', [=> function () {
  1659.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1660.         }, => 'onKernelException'], 0);
  1661.         $instance->addListener('kernel.terminate', [=> function () {
  1662.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1663.         }, => 'onKernelTerminate'], -1024);
  1664.         $instance->addListener('kernel.controller', [=> function () {
  1665.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1666.         }, => 'onKernelController'], 0);
  1667.         $instance->addListener('kernel.response', [=> function () {
  1668.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1669.         }, => 'onKernelResponse'], 0);
  1670.         $instance->addListener('kernel.request', [=> function () {
  1671.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1672.         }, => 'configure'], 2048);
  1673.         $instance->addListener('console.command', [=> function () {
  1674.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1675.         }, => 'configure'], 2048);
  1676.         $instance->addListener('kernel.request', [=> function () {
  1677.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1678.         }, => 'onKernelRequest'], 32);
  1679.         $instance->addListener('kernel.finish_request', [=> function () {
  1680.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1681.         }, => 'onKernelFinishRequest'], 0);
  1682.         $instance->addListener('kernel.exception', [=> function () {
  1683.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1684.         }, => 'onKernelException'], -64);
  1685.         $instance->addListener('kernel.response', [=> function () {
  1686.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1687.         }, => 'onKernelResponse'], 0);
  1688.         $instance->addListener('kernel.controller', [=> function () {
  1689.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1690.         }, => 'onKernelController'], 0);
  1691.         $instance->addListener('kernel.controller', [=> function () {
  1692.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1693.         }, => 'onKernelController'], 0);
  1694.         $instance->addListener('kernel.controller', [=> function () {
  1695.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1696.         }, => 'onKernelController'], -128);
  1697.         $instance->addListener('kernel.view', [=> function () {
  1698.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1699.         }, => 'onKernelView'], 0);
  1700.         $instance->addListener('kernel.controller', [=> function () {
  1701.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1702.         }, => 'onKernelController'], 0);
  1703.         $instance->addListener('kernel.response', [=> function () {
  1704.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1705.         }, => 'onKernelResponse'], 0);
  1706.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1707.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1708.         }, => 'onKernelControllerArguments'], 0);
  1709.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1710.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1711.         }, => 'onKernelControllerArguments'], 0);
  1712.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1713.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1714.         }, => 'onMessage'], 0);
  1715.         $instance->addListener('kernel.response', [=> function () {
  1716.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1717.         }, => 'onKernelResponse'], -128);
  1718.         $instance->addListener('console.command', [=> function () {
  1719.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1720.         }, => 'onCommand'], 255);
  1721.         $instance->addListener('console.terminate', [=> function () {
  1722.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1723.         }, => 'onTerminate'], -255);
  1724.         $instance->addListener('console.command', [=> function () {
  1725.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1726.         }, => 'configure'], 1024);
  1727.         $instance->addListener('console.error', [=> function () {
  1728.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1729.         }, => 'onConsoleError'], 0);
  1730.         $instance->addListener('console.terminate', [=> function () {
  1731.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1732.         }, => 'onConsoleTerminate'], 0);
  1733.         $instance->addListener('kernel.response', [=> function () {
  1734.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1735.         }, => 'onKernelResponse'], 0);
  1736.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1737.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1738.         }, => 'checkPassport'], 0);
  1739.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1740.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1741.         }, => 'onLoginSuccess'], 0);
  1742.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1743.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1744.         }, => 'onVoterVote'], 0);
  1745.         $instance->addListener('kernel.request', [=> function () {
  1746.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1747.         }, => 'configureLogoutUrlGenerator'], 8);
  1748.         $instance->addListener('kernel.request', [=> function () {
  1749.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1750.         }, => 'onKernelRequest'], 8);
  1751.         $instance->addListener('kernel.finish_request', [=> function () {
  1752.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1753.         }, => 'onKernelFinishRequest'], 0);
  1754.         $instance->addListener('kernel.request', [=> function () {
  1755.             return ($this->privates['turbo.kernel.event_subscriber'] ?? ($this->privates['turbo.kernel.event_subscriber'] = new \Symfony\UX\Turbo\Stream\AddTurboStreamFormatSubscriber()));
  1756.         }, => 'onKernelRequest'], 110);
  1757.         $instance->addListener('kernel.response', [=> function () {
  1758.             return ($this->privates['turbo.kernel.event_subscriber'] ?? ($this->privates['turbo.kernel.event_subscriber'] = new \Symfony\UX\Turbo\Stream\AddTurboStreamFormatSubscriber()));
  1759.         }, => 'onKernelResponse'], 10);
  1760.         $instance->addListener('kernel.view', [=> function () {
  1761.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->load('getFosRest_ViewResponseListenerService'));
  1762.         }, => 'onKernelView'], 30);
  1763.         $instance->addListener('kernel.request', [=> function () {
  1764.             return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  1765.         }, => 'onKernelRequest'], 0);
  1766.         $instance->addListener('kernel.controller', [=> function () {
  1767.             return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  1768.         }, => 'onKernelController'], 0);
  1769.         $instance->addListener('kernel.view', [=> function () {
  1770.             return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  1771.         }, => 'onKernelView'], 0);
  1772.         $instance->addListener('kernel.response', [=> function () {
  1773.             return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  1774.         }, => 'onKernelResponse'], 0);
  1775.         $instance->addListener('kernel.exception', [=> function () {
  1776.             return ($this->privates['ux.live_component.event_subscriber'] ?? $this->getUx_LiveComponent_EventSubscriberService());
  1777.         }, => 'onKernelException'], 0);
  1778.         $instance->addListener('Symfony\\UX\\TwigComponent\\EventListener\\PreRenderEvent', [=> function () {
  1779.             return ($this->privates['ux.live_component.add_attributes_subscriber'] ?? $this->load('getUx_LiveComponent_AddAttributesSubscriberService'));
  1780.         }, => 'onPreRender'], 0);
  1781.         $instance->addListener('knp_pager.before', [=> function () {
  1782.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1783.         }, => 'before'], 0);
  1784.         $instance->addListener('knp_pager.pagination', [=> function () {
  1785.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1786.         }, => 'pagination'], 0);
  1787.         $instance->addListener('knp_pager.before', [=> function () {
  1788.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1789.         }, => 'before'], 1);
  1790.         $instance->addListener('knp_pager.before', [=> function () {
  1791.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1792.         }, => 'before'], 1);
  1793.         $instance->addListener('knp_pager.pagination', [=> function () {
  1794.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1795.         }, => 'pagination'], 1);
  1796.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1797.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1798.         }, => 'checkPassport'], 512);
  1799.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1800.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1801.         }, => 'onLogout'], 0);
  1802.         return $instance;
  1803.     }
  1804.     /**
  1805.      * Gets the public 'http_kernel' shared service.
  1806.      *
  1807.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1808.      */
  1809.     protected function getHttpKernelService()
  1810.     {
  1811.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1812.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($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 () {
  1813.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1814.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1815.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1816.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1817.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1818.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1819.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1820.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1821.         }, 8)), $a));
  1822.     }
  1823.     /**
  1824.      * Gets the public 'monolog.logger.deprecation' shared service.
  1825.      *
  1826.      * @return \Symfony\Bridge\Monolog\Logger
  1827.      */
  1828.     protected function getMonolog_Logger_DeprecationService()
  1829.     {
  1830.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1831.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1832.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1833.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1834.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1835.         return $instance;
  1836.     }
  1837.     /**
  1838.      * Gets the public 'request_stack' shared service.
  1839.      *
  1840.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1841.      */
  1842.     protected function getRequestStackService()
  1843.     {
  1844.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1845.     }
  1846.     /**
  1847.      * Gets the public 'router' shared service.
  1848.      *
  1849.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1850.      */
  1851.     protected function getRouterService()
  1852.     {
  1853.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1854.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1855.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1856.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1857.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1858.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1859.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1860.         ], [
  1861.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1862.         ]))->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');
  1863.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1864.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1865.         return $instance;
  1866.     }
  1867.     /**
  1868.      * Gets the public 'translator' shared service.
  1869.      *
  1870.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1871.      */
  1872.     protected function getTranslatorService()
  1873.     {
  1874.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1875.     }
  1876.     /**
  1877.      * Gets the public 'var_dumper.cloner' shared service.
  1878.      *
  1879.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1880.      */
  1881.     protected function getVarDumper_ClonerService()
  1882.     {
  1883.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1884.         $instance->setMaxItems(2500);
  1885.         $instance->setMinDepth(1);
  1886.         $instance->setMaxString(-1);
  1887.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1888.         return $instance;
  1889.     }
  1890.     /**
  1891.      * Gets the private '.debug.http_client' shared service.
  1892.      *
  1893.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1894.      */
  1895.     protected function get_Debug_HttpClientService()
  1896.     {
  1897.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1898.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1899.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1900.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1901.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1902.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1903.         $a->setLogger($b);
  1904.         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))));
  1905.     }
  1906.     /**
  1907.      * Gets the private '.service_locator.mx0UMmY' shared service.
  1908.      *
  1909.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1910.      */
  1911.     protected function get_ServiceLocator_Mx0UMmYService()
  1912.     {
  1913.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1914.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1915.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'true],
  1916.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1917.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1918.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1919.             'router' => ['services''router''getRouterService'false],
  1920.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1921.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  1922.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1923.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1924.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1925.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1926.         ], [
  1927.             'doctrine' => '?',
  1928.             'form.factory' => '?',
  1929.             'http_kernel' => '?',
  1930.             'parameter_bag' => '?',
  1931.             'request_stack' => '?',
  1932.             'router' => '?',
  1933.             'security.authorization_checker' => '?',
  1934.             'security.csrf.token_manager' => '?',
  1935.             'security.token_storage' => '?',
  1936.             'serializer' => '?',
  1937.             'session' => '.session.deprecated',
  1938.             'twig' => '?',
  1939.         ]);
  1940.     }
  1941.     /**
  1942.      * Gets the private '.service_locator.nbg6GA8' shared service.
  1943.      *
  1944.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1945.      */
  1946.     protected function get_ServiceLocator_Nbg6GA8Service()
  1947.     {
  1948.         return $this->privates['.service_locator.nbg6GA8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1949.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1950.             'security.firewall.map.context.api_login' => ['privates''security.firewall.map.context.api_login''getSecurity_Firewall_Map_Context_ApiLoginService'true],
  1951.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1952.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1953.         ], [
  1954.             'security.firewall.map.context.api' => '?',
  1955.             'security.firewall.map.context.api_login' => '?',
  1956.             'security.firewall.map.context.dev' => '?',
  1957.             'security.firewall.map.context.main' => '?',
  1958.         ]);
  1959.     }
  1960.     /**
  1961.      * Gets the private 'App\EventListener\RequestListener' shared autowired service.
  1962.      *
  1963.      * @return \App\EventListener\RequestListener
  1964.      */
  1965.     protected function getRequestListenerService()
  1966.     {
  1967.         return $this->privates['App\\EventListener\\RequestListener'] = new \App\EventListener\RequestListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()));
  1968.     }
  1969.     /**
  1970.      * Gets the private 'App\EventSubscriber\KernelRequestSubscriber' shared autowired service.
  1971.      *
  1972.      * @return \App\EventSubscriber\KernelRequestSubscriber
  1973.      */
  1974.     protected function getKernelRequestSubscriberService()
  1975.     {
  1976.         return $this->privates['App\\EventSubscriber\\KernelRequestSubscriber'] = new \App\EventSubscriber\KernelRequestSubscriber(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1977.     }
  1978.     /**
  1979.      * Gets the private 'App\Repository\BalanceTransactionsRepository' shared autowired service.
  1980.      *
  1981.      * @return \App\Repository\BalanceTransactionsRepository
  1982.      */
  1983.     protected function getBalanceTransactionsRepositoryService()
  1984.     {
  1985.         return $this->privates['App\\Repository\\BalanceTransactionsRepository'] = new \App\Repository\BalanceTransactionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1986.     }
  1987.     /**
  1988.      * Gets the private 'App\Repository\CampaignPendingToSendRepository' shared autowired service.
  1989.      *
  1990.      * @return \App\Repository\CampaignPendingToSendRepository
  1991.      */
  1992.     protected function getCampaignPendingToSendRepositoryService()
  1993.     {
  1994.         return $this->privates['App\\Repository\\CampaignPendingToSendRepository'] = new \App\Repository\CampaignPendingToSendRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1995.     }
  1996.     /**
  1997.      * Gets the private 'App\Repository\CampaignRepository' shared autowired service.
  1998.      *
  1999.      * @return \App\Repository\CampaignRepository
  2000.      */
  2001.     protected function getCampaignRepositoryService()
  2002.     {
  2003.         return $this->privates['App\\Repository\\CampaignRepository'] = new \App\Repository\CampaignRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\DynamicHostService'] ?? $this->getDynamicHostServiceService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2004.     }
  2005.     /**
  2006.      * Gets the private 'App\Repository\CommandeLoggingRepository' shared autowired service.
  2007.      *
  2008.      * @return \App\Repository\CommandeLoggingRepository
  2009.      */
  2010.     protected function getCommandeLoggingRepositoryService()
  2011.     {
  2012.         return $this->privates['App\\Repository\\CommandeLoggingRepository'] = new \App\Repository\CommandeLoggingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2013.     }
  2014.     /**
  2015.      * Gets the private 'App\Repository\CompanyRepository' shared autowired service.
  2016.      *
  2017.      * @return \App\Repository\CompanyRepository
  2018.      */
  2019.     protected function getCompanyRepositoryService()
  2020.     {
  2021.         return $this->privates['App\\Repository\\CompanyRepository'] = new \App\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2022.     }
  2023.     /**
  2024.      * Gets the private 'App\Repository\ConfidentialityContractRepository' shared autowired service.
  2025.      *
  2026.      * @return \App\Repository\ConfidentialityContractRepository
  2027.      */
  2028.     protected function getConfidentialityContractRepositoryService()
  2029.     {
  2030.         return $this->privates['App\\Repository\\ConfidentialityContractRepository'] = new \App\Repository\ConfidentialityContractRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2031.     }
  2032.     /**
  2033.      * Gets the private 'App\Repository\CreditHistoryRepository' shared autowired service.
  2034.      *
  2035.      * @return \App\Repository\CreditHistoryRepository
  2036.      */
  2037.     protected function getCreditHistoryRepositoryService()
  2038.     {
  2039.         return $this->privates['App\\Repository\\CreditHistoryRepository'] = new \App\Repository\CreditHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2040.     }
  2041.     /**
  2042.      * Gets the private 'App\Repository\HistoriqueRepository' shared autowired service.
  2043.      *
  2044.      * @return \App\Repository\HistoriqueRepository
  2045.      */
  2046.     protected function getHistoriqueRepositoryService()
  2047.     {
  2048.         return $this->privates['App\\Repository\\HistoriqueRepository'] = new \App\Repository\HistoriqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2049.     }
  2050.     /**
  2051.      * Gets the private 'App\Repository\JobRepository' shared autowired service.
  2052.      *
  2053.      * @return \App\Repository\JobRepository
  2054.      */
  2055.     protected function getJobRepositoryService()
  2056.     {
  2057.         return $this->privates['App\\Repository\\JobRepository'] = new \App\Repository\JobRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2058.     }
  2059.     /**
  2060.      * Gets the private 'App\Repository\MessageRepository' shared autowired service.
  2061.      *
  2062.      * @return \App\Repository\MessageRepository
  2063.      */
  2064.     protected function getMessageRepositoryService()
  2065.     {
  2066.         return $this->privates['App\\Repository\\MessageRepository'] = new \App\Repository\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2067.     }
  2068.     /**
  2069.      * Gets the private 'App\Repository\MissionParticipantRepository' shared autowired service.
  2070.      *
  2071.      * @return \App\Repository\MissionParticipantRepository
  2072.      */
  2073.     protected function getMissionParticipantRepositoryService()
  2074.     {
  2075.         return $this->privates['App\\Repository\\MissionParticipantRepository'] = new \App\Repository\MissionParticipantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2076.     }
  2077.     /**
  2078.      * Gets the private 'App\Repository\MissionRepository' shared autowired service.
  2079.      *
  2080.      * @return \App\Repository\MissionRepository
  2081.      */
  2082.     protected function getMissionRepositoryService()
  2083.     {
  2084.         return $this->privates['App\\Repository\\MissionRepository'] = new \App\Repository\MissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2085.     }
  2086.     /**
  2087.      * Gets the private 'App\Repository\NotificationToSendRepository' shared autowired service.
  2088.      *
  2089.      * @return \App\Repository\NotificationToSendRepository
  2090.      */
  2091.     protected function getNotificationToSendRepositoryService()
  2092.     {
  2093.         return $this->privates['App\\Repository\\NotificationToSendRepository'] = new \App\Repository\NotificationToSendRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2094.     }
  2095.     /**
  2096.      * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  2097.      *
  2098.      * @return \App\Repository\ServiceRepository
  2099.      */
  2100.     protected function getServiceRepositoryService()
  2101.     {
  2102.         return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2103.     }
  2104.     /**
  2105.      * Gets the private 'App\Repository\SubContractorCompanyRepository' shared autowired service.
  2106.      *
  2107.      * @return \App\Repository\SubContractorCompanyRepository
  2108.      */
  2109.     protected function getSubContractorCompanyRepositoryService()
  2110.     {
  2111.         return $this->privates['App\\Repository\\SubContractorCompanyRepository'] = new \App\Repository\SubContractorCompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2112.     }
  2113.     /**
  2114.      * Gets the private 'App\Repository\SystemEmailRepository' shared autowired service.
  2115.      *
  2116.      * @return \App\Repository\SystemEmailRepository
  2117.      */
  2118.     protected function getSystemEmailRepositoryService()
  2119.     {
  2120.         return $this->privates['App\\Repository\\SystemEmailRepository'] = new \App\Repository\SystemEmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2121.     }
  2122.     /**
  2123.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2124.      *
  2125.      * @return \App\Repository\UserRepository
  2126.      */
  2127.     protected function getUserRepositoryService()
  2128.     {
  2129.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\DynamicHostService'] ?? $this->getDynamicHostServiceService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2130.     }
  2131.     /**
  2132.      * Gets the private 'App\Repository\WorkflowStepRepository' shared autowired service.
  2133.      *
  2134.      * @return \App\Repository\WorkflowStepRepository
  2135.      */
  2136.     protected function getWorkflowStepRepositoryService()
  2137.     {
  2138.         return $this->privates['App\\Repository\\WorkflowStepRepository'] = new \App\Repository\WorkflowStepRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2139.     }
  2140.     /**
  2141.      * Gets the private 'App\Service\CampaignApiService' shared autowired service.
  2142.      *
  2143.      * @return \App\Service\CampaignApiService
  2144.      */
  2145.     protected function getCampaignApiServiceService()
  2146.     {
  2147.         $a = ($this->privates['App\\Service\\CampaignService'] ?? $this->getCampaignServiceService());
  2148.         if (isset($this->privates['App\\Service\\CampaignApiService'])) {
  2149.             return $this->privates['App\\Service\\CampaignApiService'];
  2150.         }
  2151.         $b = ($this->privates['App\\Service\\ClientSoldService'] ?? $this->getClientSoldServiceService());
  2152.         if (isset($this->privates['App\\Service\\CampaignApiService'])) {
  2153.             return $this->privates['App\\Service\\CampaignApiService'];
  2154.         }
  2155.         return $this->privates['App\\Service\\CampaignApiService'] = new \App\Service\CampaignApiService($a, ($this->privates['App\\Service\\WorkflowStepService'] ?? $this->getWorkflowStepServiceService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2156.     }
  2157.     /**
  2158.      * Gets the private 'App\Service\CampaignService' shared autowired service.
  2159.      *
  2160.      * @return \App\Service\CampaignService
  2161.      */
  2162.     protected function getCampaignServiceService()
  2163.     {
  2164.         $a = ($this->privates['App\\Service\\MissionService'] ?? $this->getMissionServiceService());
  2165.         if (isset($this->privates['App\\Service\\CampaignService'])) {
  2166.             return $this->privates['App\\Service\\CampaignService'];
  2167.         }
  2168.         $b = ($this->privates['App\\Service\\MessageService'] ?? $this->getMessageServiceService());
  2169.         if (isset($this->privates['App\\Service\\CampaignService'])) {
  2170.             return $this->privates['App\\Service\\CampaignService'];
  2171.         }
  2172.         $c = ($this->privates['App\\Service\\MissionParticipantService'] ?? $this->getMissionParticipantServiceService());
  2173.         if (isset($this->privates['App\\Service\\CampaignService'])) {
  2174.             return $this->privates['App\\Service\\CampaignService'];
  2175.         }
  2176.         return $this->privates['App\\Service\\CampaignService'] = new \App\Service\CampaignService(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\NumberFormatService'] ?? ($this->privates['App\\Service\\NumberFormatService'] = new \App\Service\NumberFormatService())), $a$b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $c, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2177.     }
  2178.     /**
  2179.      * Gets the private 'App\Service\ClientSoldService' shared autowired service.
  2180.      *
  2181.      * @return \App\Service\ClientSoldService
  2182.      */
  2183.     protected function getClientSoldServiceService()
  2184.     {
  2185.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2186.         $b = ($this->privates['App\\Service\\MissionService'] ?? $this->getMissionServiceService());
  2187.         if (isset($this->privates['App\\Service\\ClientSoldService'])) {
  2188.             return $this->privates['App\\Service\\ClientSoldService'];
  2189.         }
  2190.         $c = ($this->privates['App\\Service\\ConsumptionBalanceForCompanyService'] ?? $this->getConsumptionBalanceForCompanyServiceService());
  2191.         if (isset($this->privates['App\\Service\\ClientSoldService'])) {
  2192.             return $this->privates['App\\Service\\ClientSoldService'];
  2193.         }
  2194.         $d = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2195.         return $this->privates['App\\Service\\ClientSoldService'] = new \App\Service\ClientSoldService($a$b$c$d, ($this->privates['App\\Service\\FormatNameContractService'] ?? ($this->privates['App\\Service\\FormatNameContractService'] = new \App\Service\FormatNameContractService())), ($this->privates['App\\Repository\\BalanceTransactionsRepository'] ?? $this->getBalanceTransactionsRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['App\\Service\\PriceService'] ?? $this->getPriceServiceService()), new \App\Service\SoldeService($d, ($this->privates['App\\Repository\\CreditHistoryRepository'] ?? $this->getCreditHistoryRepositoryService()), $a, ($this->privates['App\\Service\\PackService'] ?? $this->getPackServiceService())));
  2196.     }
  2197.     /**
  2198.      * Gets the private 'App\Service\ConfidentialityService' shared autowired service.
  2199.      *
  2200.      * @return \App\Service\ConfidentialityService
  2201.      */
  2202.     protected function getConfidentialityServiceService()
  2203.     {
  2204.         $a = ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationServiceService());
  2205.         if (isset($this->privates['App\\Service\\ConfidentialityService'])) {
  2206.             return $this->privates['App\\Service\\ConfidentialityService'];
  2207.         }
  2208.         return $this->privates['App\\Service\\ConfidentialityService'] = new \App\Service\ConfidentialityService(($this->privates['App\\Repository\\ConfidentialityContractRepository'] ?? $this->getConfidentialityContractRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Repository\\CampaignRepository'] ?? $this->getCampaignRepositoryService()), ($this->privates['App\\Repository\\CampaignPendingToSendRepository'] ?? $this->getCampaignPendingToSendRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\SystemEmailRepository'] ?? $this->getSystemEmailRepositoryService()), $a);
  2209.     }
  2210.     /**
  2211.      * Gets the private 'App\Service\ConsumptionBalanceForCompanyService' shared autowired service.
  2212.      *
  2213.      * @return \App\Service\ConsumptionBalanceForCompanyService
  2214.      */
  2215.     protected function getConsumptionBalanceForCompanyServiceService()
  2216.     {
  2217.         $a = ($this->privates['App\\Service\\CampaignService'] ?? $this->getCampaignServiceService());
  2218.         if (isset($this->privates['App\\Service\\ConsumptionBalanceForCompanyService'])) {
  2219.             return $this->privates['App\\Service\\ConsumptionBalanceForCompanyService'];
  2220.         }
  2221.         return $this->privates['App\\Service\\ConsumptionBalanceForCompanyService'] = new \App\Service\ConsumptionBalanceForCompanyService(($this->privates['App\\Repository\\CampaignRepository'] ?? $this->getCampaignRepositoryService()), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), $a, ($this->privates['App\\Repository\\CommandeLoggingRepository'] ?? $this->getCommandeLoggingRepositoryService()));
  2222.     }
  2223.     /**
  2224.      * Gets the private 'App\Service\ContractService' shared autowired service.
  2225.      *
  2226.      * @return \App\Service\ContractService
  2227.      */
  2228.     protected function getContractServiceService()
  2229.     {
  2230.         $a = ($this->privates['App\\Service\\MissionService'] ?? $this->getMissionServiceService());
  2231.         if (isset($this->privates['App\\Service\\ContractService'])) {
  2232.             return $this->privates['App\\Service\\ContractService'];
  2233.         }
  2234.         return $this->privates['App\\Service\\ContractService'] = new \App\Service\ContractService(($this->privates['App\\Repository\\BalanceTransactionsRepository'] ?? $this->getBalanceTransactionsRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\PriceService'] ?? $this->getPriceServiceService()), ($this->privates['App\\Service\\ClientSoldService'] ?? $this->getClientSoldServiceService()), $a, ($this->privates['App\\Repository\\CreditHistoryRepository'] ?? $this->getCreditHistoryRepositoryService()));
  2235.     }
  2236.     /**
  2237.      * Gets the private 'App\Service\CreditService' shared autowired service.
  2238.      *
  2239.      * @return \App\Service\CreditService
  2240.      */
  2241.     protected function getCreditServiceService()
  2242.     {
  2243.         return $this->privates['App\\Service\\CreditService'] = new \App\Service\CreditService(($this->privates['App\\Repository\\CreditHistoryRepository'] ?? $this->getCreditHistoryRepositoryService()), ($this->privates['App\\Repository\\CampaignRepository'] ?? $this->getCampaignRepositoryService()));
  2244.     }
  2245.     /**
  2246.      * Gets the private 'App\Service\DateService' shared autowired service.
  2247.      *
  2248.      * @return \App\Service\DateService
  2249.      */
  2250.     protected function getDateServiceService()
  2251.     {
  2252.         return $this->privates['App\\Service\\DateService'] = new \App\Service\DateService();
  2253.     }
  2254.     /**
  2255.      * Gets the private 'App\Service\DynamicHostService' shared autowired service.
  2256.      *
  2257.      * @return \App\Service\DynamicHostService
  2258.      */
  2259.     protected function getDynamicHostServiceService()
  2260.     {
  2261.         return $this->privates['App\\Service\\DynamicHostService'] = new \App\Service\DynamicHostService(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->getCompanyRepositoryService()));
  2262.     }
  2263.     /**
  2264.      * Gets the private 'App\Service\GoogleStorageService' shared autowired service.
  2265.      *
  2266.      * @return \App\Service\GoogleStorageService
  2267.      */
  2268.     protected function getGoogleStorageServiceService()
  2269.     {
  2270.         return $this->privates['App\\Service\\GoogleStorageService'] = new \App\Service\GoogleStorageService(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  2271.     }
  2272.     /**
  2273.      * Gets the private 'App\Service\MessageService' shared autowired service.
  2274.      *
  2275.      * @return \App\Service\MessageService
  2276.      */
  2277.     protected function getMessageServiceService()
  2278.     {
  2279.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2280.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2281.         if (isset($this->privates['App\\Service\\MessageService'])) {
  2282.             return $this->privates['App\\Service\\MessageService'];
  2283.         }
  2284.         return $this->privates['App\\Service\\MessageService'] = new \App\Service\MessageService(($this->privates['App\\Repository\\MessageRepository'] ?? $this->getMessageRepositoryService()), $a, ($this->privates['App\\Repository\\CampaignRepository'] ?? $this->getCampaignRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['App\\Service\\GoogleStorageService'] ?? $this->getGoogleStorageServiceService()), ($this->privates['App\\Service\\DynamicHostService'] ?? $this->getDynamicHostServiceService()), $a$b);
  2285.     }
  2286.     /**
  2287.      * Gets the private 'App\Service\MissionApiService' shared autowired service.
  2288.      *
  2289.      * @return \App\Service\MissionApiService
  2290.      */
  2291.     protected function getMissionApiServiceService()
  2292.     {
  2293.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2294.         if (isset($this->privates['App\\Service\\MissionApiService'])) {
  2295.             return $this->privates['App\\Service\\MissionApiService'];
  2296.         }
  2297.         $b = ($this->privates['App\\Service\\ConfidentialityService'] ?? $this->getConfidentialityServiceService());
  2298.         if (isset($this->privates['App\\Service\\MissionApiService'])) {
  2299.             return $this->privates['App\\Service\\MissionApiService'];
  2300.         }
  2301.         $c = ($this->privates['App\\Service\\CampaignService'] ?? $this->getCampaignServiceService());
  2302.         if (isset($this->privates['App\\Service\\MissionApiService'])) {
  2303.             return $this->privates['App\\Service\\MissionApiService'];
  2304.         }
  2305.         return $this->privates['App\\Service\\MissionApiService'] = new \App\Service\MissionApiService($a$b$c, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\CampaignApiService'] ?? $this->getCampaignApiServiceService()));
  2306.     }
  2307.     /**
  2308.      * Gets the private 'App\Service\MissionParticipantService' shared autowired service.
  2309.      *
  2310.      * @return \App\Service\MissionParticipantService
  2311.      */
  2312.     protected function getMissionParticipantServiceService()
  2313.     {
  2314.         $a = ($this->privates['App\\Service\\MissionService'] ?? $this->getMissionServiceService());
  2315.         if (isset($this->privates['App\\Service\\MissionParticipantService'])) {
  2316.             return $this->privates['App\\Service\\MissionParticipantService'];
  2317.         }
  2318.         $b = ($this->privates['App\\Service\\WorkflowStepService'] ?? $this->getWorkflowStepServiceService());
  2319.         if (isset($this->privates['App\\Service\\MissionParticipantService'])) {
  2320.             return $this->privates['App\\Service\\MissionParticipantService'];
  2321.         }
  2322.         return $this->privates['App\\Service\\MissionParticipantService'] = new \App\Service\MissionParticipantService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['App\\Repository\\CampaignRepository'] ?? $this->getCampaignRepositoryService()), $b, ($this->privates['App\\Service\\DynamicHostService'] ?? $this->getDynamicHostServiceService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2323.     }
  2324.     /**
  2325.      * Gets the private 'App\Service\MissionService' shared autowired service.
  2326.      *
  2327.      * @return \App\Service\MissionService
  2328.      */
  2329.     protected function getMissionServiceService()
  2330.     {
  2331.         $a = ($this->privates['App\\Service\\MessageService'] ?? $this->getMessageServiceService());
  2332.         if (isset($this->privates['App\\Service\\MissionService'])) {
  2333.             return $this->privates['App\\Service\\MissionService'];
  2334.         }
  2335.         return $this->privates['App\\Service\\MissionService'] = new \App\Service\MissionService(($this->privates['App\\Repository\\MissionRepository'] ?? $this->getMissionRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\NumberFormatService'] ?? ($this->privates['App\\Service\\NumberFormatService'] = new \App\Service\NumberFormatService())), $a, ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2336.     }
  2337.     /**
  2338.      * Gets the private 'App\Service\NotificationService' shared autowired service.
  2339.      *
  2340.      * @return \App\Service\NotificationService
  2341.      */
  2342.     protected function getNotificationServiceService()
  2343.     {
  2344.         $a = ($this->privates['App\\Service\\ShortcodeService'] ?? $this->getShortcodeServiceService());
  2345.         if (isset($this->privates['App\\Service\\NotificationService'])) {
  2346.             return $this->privates['App\\Service\\NotificationService'];
  2347.         }
  2348.         return $this->privates['App\\Service\\NotificationService'] = new \App\Service\NotificationService($a, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\NotificationToSendRepository'] ?? $this->getNotificationToSendRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\DynamicHostService'] ?? $this->getDynamicHostServiceService()));
  2349.     }
  2350.     /**
  2351.      * Gets the private 'App\Service\NumberFormatService' shared autowired service.
  2352.      *
  2353.      * @return \App\Service\NumberFormatService
  2354.      */
  2355.     protected function getNumberFormatServiceService()
  2356.     {
  2357.         return $this->privates['App\\Service\\NumberFormatService'] = new \App\Service\NumberFormatService();
  2358.     }
  2359.     /**
  2360.      * Gets the private 'App\Service\PackService' shared autowired service.
  2361.      *
  2362.      * @return \App\Service\PackService
  2363.      */
  2364.     protected function getPackServiceService()
  2365.     {
  2366.         return $this->privates['App\\Service\\PackService'] = new \App\Service\PackService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2367.     }
  2368.     /**
  2369.      * Gets the private 'App\Service\PriceService' shared autowired service.
  2370.      *
  2371.      * @return \App\Service\PriceService
  2372.      */
  2373.     protected function getPriceServiceService()
  2374.     {
  2375.         $a = ($this->privates['App\\Service\\CampaignService'] ?? $this->getCampaignServiceService());
  2376.         if (isset($this->privates['App\\Service\\PriceService'])) {
  2377.             return $this->privates['App\\Service\\PriceService'];
  2378.         }
  2379.         return $this->privates['App\\Service\\PriceService'] = new \App\Service\PriceService($a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\NumberFormatService'] ?? ($this->privates['App\\Service\\NumberFormatService'] = new \App\Service\NumberFormatService())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  2380.     }
  2381.     /**
  2382.      * Gets the private 'App\Service\ShortcodeService' shared autowired service.
  2383.      *
  2384.      * @return \App\Service\ShortcodeService
  2385.      */
  2386.     protected function getShortcodeServiceService()
  2387.     {
  2388.         $a = ($this->services['App\\Service\\SendEmailForYearsService'] ?? $this->getSendEmailForYearsServiceService());
  2389.         if (isset($this->privates['App\\Service\\ShortcodeService'])) {
  2390.             return $this->privates['App\\Service\\ShortcodeService'];
  2391.         }
  2392.         return $this->privates['App\\Service\\ShortcodeService'] = new \App\Service\ShortcodeService(($this->services['router'] ?? $this->getRouterService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\ConsumptionBalanceForCompanyService'] ?? $this->getConsumptionBalanceForCompanyServiceService()), $a, ($this->privates['App\\Service\\WorkflowStepService'] ?? $this->getWorkflowStepServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\DynamicHostService'] ?? $this->getDynamicHostServiceService()), ($this->privates['App\\Service\\MissionParticipantService'] ?? $this->getMissionParticipantServiceService()));
  2393.     }
  2394.     /**
  2395.      * Gets the private 'App\Service\StepsService' shared autowired service.
  2396.      *
  2397.      * @return \App\Service\StepsService
  2398.      */
  2399.     protected function getStepsServiceService()
  2400.     {
  2401.         return $this->privates['App\\Service\\StepsService'] = new \App\Service\StepsService(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  2402.     }
  2403.     /**
  2404.      * Gets the private 'App\Service\UserService' shared autowired service.
  2405.      *
  2406.      * @return \App\Service\UserService
  2407.      */
  2408.     protected function getUserServiceService()
  2409.     {
  2410.         return $this->privates['App\\Service\\UserService'] = new \App\Service\UserService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService()), ($this->privates['App\\Repository\\MissionParticipantRepository'] ?? $this->getMissionParticipantRepositoryService()), ($this->privates['App\\Repository\\HistoriqueRepository'] ?? $this->getHistoriqueRepositoryService()), ($this->privates['App\\Repository\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->privates['App\\Repository\\SubContractorCompanyRepository'] ?? $this->getSubContractorCompanyRepositoryService()), ($this->privates['App\\Repository\\JobRepository'] ?? $this->getJobRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2411.     }
  2412.     /**
  2413.      * Gets the private 'App\Service\WorkflowStepService' shared autowired service.
  2414.      *
  2415.      * @return \App\Service\WorkflowStepService
  2416.      */
  2417.     protected function getWorkflowStepServiceService()
  2418.     {
  2419.         $a = ($this->privates['App\\Service\\MissionService'] ?? $this->getMissionServiceService());
  2420.         if (isset($this->privates['App\\Service\\WorkflowStepService'])) {
  2421.             return $this->privates['App\\Service\\WorkflowStepService'];
  2422.         }
  2423.         return $this->privates['App\\Service\\WorkflowStepService'] = new \App\Service\WorkflowStepService(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\StepsService'] ?? $this->getStepsServiceService()), $a, ($this->privates['App\\Repository\\MissionParticipantRepository'] ?? $this->getMissionParticipantRepositoryService()), ($this->privates['App\\Repository\\WorkflowStepRepository'] ?? $this->getWorkflowStepRepositoryService()));
  2424.     }
  2425.     /**
  2426.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  2427.      *
  2428.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  2429.      */
  2430.     protected function getUploaderHelperService()
  2431.     {
  2432.         return $this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  2433.     }
  2434.     /**
  2435.      * Gets the private 'annotations.cache_adapter' shared service.
  2436.      *
  2437.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2438.      */
  2439.     protected function getAnnotations_CacheAdapterService()
  2440.     {
  2441.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2442.     }
  2443.     /**
  2444.      * Gets the private 'annotations.cached_reader' shared service.
  2445.      *
  2446.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2447.      */
  2448.     protected function getAnnotations_CachedReaderService()
  2449.     {
  2450.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2451.     }
  2452.     /**
  2453.      * Gets the private 'annotations.reader' shared service.
  2454.      *
  2455.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2456.      */
  2457.     protected function getAnnotations_ReaderService()
  2458.     {
  2459.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2460.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2461.         $a->registerUniqueLoader('class_exists');
  2462.         $instance->addGlobalIgnoredName('required'$a);
  2463.         return $instance;
  2464.     }
  2465.     /**
  2466.      * Gets the private 'assets.packages' shared service.
  2467.      *
  2468.      * @return \Symfony\Component\Asset\Packages
  2469.      */
  2470.     protected function getAssets_PackagesService()
  2471.     {
  2472.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2473.         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 () {
  2474.             return new \EmptyIterator();
  2475.         }, 0));
  2476.     }
  2477.     /**
  2478.      * Gets the private 'cache.annotations' shared service.
  2479.      *
  2480.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2481.      */
  2482.     protected function getCache_AnnotationsService()
  2483.     {
  2484.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZCFRISr9fk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2485.     }
  2486.     /**
  2487.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2488.      *
  2489.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2490.      */
  2491.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2492.     {
  2493.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2494.     }
  2495.     /**
  2496.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2497.      *
  2498.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2499.      */
  2500.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2501.     {
  2502.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2503.     }
  2504.     /**
  2505.      * Gets the private 'cache.property_info' shared service.
  2506.      *
  2507.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2508.      */
  2509.     protected function getCache_PropertyInfoService()
  2510.     {
  2511.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yjYn1oDCIh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2512.     }
  2513.     /**
  2514.      * Gets the private 'cache.security_expression_language' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2517.      */
  2518.     protected function getCache_SecurityExpressionLanguageService()
  2519.     {
  2520.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aZ9A+jsPfr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2521.     }
  2522.     /**
  2523.      * Gets the private 'cache.security_token_verifier' shared service.
  2524.      *
  2525.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2526.      */
  2527.     protected function getCache_SecurityTokenVerifierService()
  2528.     {
  2529.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('70KpVwgUDr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2530.     }
  2531.     /**
  2532.      * Gets the private 'cache.serializer' shared service.
  2533.      *
  2534.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2535.      */
  2536.     protected function getCache_SerializerService()
  2537.     {
  2538.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LjmLHFNrai'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2539.     }
  2540.     /**
  2541.      * Gets the private 'cache.validator' shared service.
  2542.      *
  2543.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2544.      */
  2545.     protected function getCache_ValidatorService()
  2546.     {
  2547.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dIQT1ruqav'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2548.     }
  2549.     /**
  2550.      * Gets the private 'cache.webpack_encore' shared service.
  2551.      *
  2552.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2553.      */
  2554.     protected function getCache_WebpackEncoreService()
  2555.     {
  2556.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('14CUl6nBBZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2557.     }
  2558.     /**
  2559.      * Gets the private 'config_cache_factory' shared service.
  2560.      *
  2561.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2562.      */
  2563.     protected function getConfigCacheFactoryService()
  2564.     {
  2565.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2566.             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)));
  2567.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2568.         }, 2));
  2569.     }
  2570.     /**
  2571.      * Gets the private 'data_collector.form' shared service.
  2572.      *
  2573.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2574.      */
  2575.     protected function getDataCollector_FormService()
  2576.     {
  2577.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2578.     }
  2579.     /**
  2580.      * Gets the private 'data_collector.request' shared service.
  2581.      *
  2582.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2583.      */
  2584.     protected function getDataCollector_RequestService()
  2585.     {
  2586.         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())));
  2587.     }
  2588.     /**
  2589.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2590.      *
  2591.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2592.      */
  2593.     protected function getDebug_DebugHandlersListenerService()
  2594.     {
  2595.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2596.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2597.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2598.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2599.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2600.         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()));
  2601.     }
  2602.     /**
  2603.      * Gets the private 'debug.file_link_formatter' shared service.
  2604.      *
  2605.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2606.      */
  2607.     protected function getDebug_FileLinkFormatterService()
  2608.     {
  2609.         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 () {
  2610.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2611.         });
  2612.     }
  2613.     /**
  2614.      * Gets the private 'debug.log_processor' shared service.
  2615.      *
  2616.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2617.      */
  2618.     protected function getDebug_LogProcessorService()
  2619.     {
  2620.         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())));
  2621.     }
  2622.     /**
  2623.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2624.      *
  2625.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2626.      */
  2627.     protected function getDebug_Security_Access_DecisionManagerService()
  2628.     {
  2629.         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 () {
  2630.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2631.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2632.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2633.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\RoleVoter'] ?? $this->load('getRoleVoterService'));
  2634.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2635.     }
  2636.     /**
  2637.      * Gets the private 'debug.security.firewall' shared service.
  2638.      *
  2639.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2640.      */
  2641.     protected function getDebug_Security_FirewallService()
  2642.     {
  2643.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2644.     }
  2645.     /**
  2646.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2647.      *
  2648.      * @return \Doctrine\Migrations\DependencyFactory
  2649.      */
  2650.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2651.     {
  2652.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2653.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2654.         $a->setAllOrNothing(false);
  2655.         $a->setCheckDatabasePlatform(true);
  2656.         $a->setTransactional(true);
  2657.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2658.         $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()));
  2659.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2660.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2661.         });
  2662.         return $instance;
  2663.     }
  2664.     /**
  2665.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2666.      *
  2667.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2668.      */
  2669.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2670.     {
  2671.         $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']);
  2672.         $instance->setGlobalBasename('mapping');
  2673.         return $instance;
  2674.     }
  2675.     /**
  2676.      * Gets the private 'exception_listener' shared service.
  2677.      *
  2678.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2679.      */
  2680.     protected function getExceptionListenerService()
  2681.     {
  2682.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2683.     }
  2684.     /**
  2685.      * Gets the private 'fos_rest.body_listener' shared service.
  2686.      *
  2687.      * @return \FOS\RestBundle\EventListener\BodyListener
  2688.      */
  2689.     protected function getFosRest_BodyListenerService()
  2690.     {
  2691.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2692.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'true],
  2693.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'true],
  2694.         ], [
  2695.             'fos_rest.decoder.json' => '?',
  2696.             'fos_rest.decoder.xml' => '?',
  2697.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  2698.         $instance->setDefaultFormat(NULL);
  2699.         return $instance;
  2700.     }
  2701.     /**
  2702.      * Gets the private 'fos_rest.format_listener' shared service.
  2703.      *
  2704.      * @return \FOS\RestBundle\EventListener\FormatListener
  2705.      */
  2706.     protected function getFosRest_FormatListenerService()
  2707.     {
  2708.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2709.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  2710.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2'NULLNULLNULL, []), ['fallback_format' => 'json''priorities' => [=> 'json'], 'methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  2711.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'NULLNULLNULL, []), ['fallback_format' => 'html''priorities' => [=> 'html'=> 'json'], 'methods' => NULL'attributes' => [], 'stop' => false'prefer_extension' => '2.0']);
  2712.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  2713.     }
  2714.     /**
  2715.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  2716.      *
  2717.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  2718.      */
  2719.     protected function getFosRest_ParamFetcherListenerService()
  2720.     {
  2721.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(($this->privates['fos_rest.request.param_fetcher'] ?? $this->getFosRest_Request_ParamFetcherService()), false);
  2722.     }
  2723.     /**
  2724.      * Gets the private 'fos_rest.request.param_fetcher' shared service.
  2725.      *
  2726.      * @return \FOS\RestBundle\Request\ParamFetcher
  2727.      */
  2728.     protected function getFosRest_Request_ParamFetcherService()
  2729.     {
  2730.         return $this->privates['fos_rest.request.param_fetcher'] = new \FOS\RestBundle\Request\ParamFetcher($this, new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  2731.     }
  2732.     /**
  2733.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2734.      *
  2735.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2736.      */
  2737.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2738.     {
  2739.         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())));
  2740.     }
  2741.     /**
  2742.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2743.      *
  2744.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2745.      */
  2746.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2747.     {
  2748.         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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2749.     }
  2750.     /**
  2751.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2752.      *
  2753.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2754.      */
  2755.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2756.     {
  2757.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => 'KnpPaginatorBundle\\pagination_sliding.html.twig''defaultSortableTemplate' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  2758.     }
  2759.     /**
  2760.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  2761.      *
  2762.      * @return \libphonenumber\PhoneNumberUtil
  2763.      */
  2764.     protected function getPhoneNumberUtilService()
  2765.     {
  2766.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  2767.     }
  2768.     /**
  2769.      * Gets the private 'locale_aware_listener' shared service.
  2770.      *
  2771.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2772.      */
  2773.     protected function getLocaleAwareListenerService()
  2774.     {
  2775.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2776.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  2777.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2778.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2779.     }
  2780.     /**
  2781.      * Gets the private 'locale_listener' shared service.
  2782.      *
  2783.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2784.      */
  2785.     protected function getLocaleListenerService()
  2786.     {
  2787.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2788.     }
  2789.     /**
  2790.      * Gets the private 'mailer.mailer' shared service.
  2791.      *
  2792.      * @return \Symfony\Component\Mailer\Mailer
  2793.      */
  2794.     protected function getMailer_MailerService()
  2795.     {
  2796.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  2797.             yield => $this->load('getMailer_TransportFactory_MailjetService');
  2798.             yield => $this->load('getMailer_TransportFactory_NullService');
  2799.             yield => $this->load('getMailer_TransportFactory_SendmailService');
  2800.             yield => $this->load('getMailer_TransportFactory_NativeService');
  2801.             yield => $this->load('getMailer_TransportFactory_SmtpService');
  2802.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2803.     }
  2804.     /**
  2805.      * Gets the private 'monolog.handler.console' shared service.
  2806.      *
  2807.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2808.      */
  2809.     protected function getMonolog_Handler_ConsoleService()
  2810.     {
  2811.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2812.     }
  2813.     /**
  2814.      * Gets the private 'monolog.handler.main' shared service.
  2815.      *
  2816.      * @return \Monolog\Handler\StreamHandler
  2817.      */
  2818.     protected function getMonolog_Handler_MainService()
  2819.     {
  2820.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2821.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2822.         return $instance;
  2823.     }
  2824.     /**
  2825.      * Gets the private 'monolog.logger' shared service.
  2826.      *
  2827.      * @return \Symfony\Bridge\Monolog\Logger
  2828.      */
  2829.     protected function getMonolog_LoggerService()
  2830.     {
  2831.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2832.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2833.         $instance->useMicrosecondTimestamps(true);
  2834.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2835.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2836.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2837.         return $instance;
  2838.     }
  2839.     /**
  2840.      * Gets the private 'monolog.logger.cache' shared service.
  2841.      *
  2842.      * @return \Symfony\Bridge\Monolog\Logger
  2843.      */
  2844.     protected function getMonolog_Logger_CacheService()
  2845.     {
  2846.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2847.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2848.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2849.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2850.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2851.         return $instance;
  2852.     }
  2853.     /**
  2854.      * Gets the private 'monolog.logger.request' shared service.
  2855.      *
  2856.      * @return \Symfony\Bridge\Monolog\Logger
  2857.      */
  2858.     protected function getMonolog_Logger_RequestService()
  2859.     {
  2860.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2861.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2862.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2863.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2864.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2865.         return $instance;
  2866.     }
  2867.     /**
  2868.      * Gets the private 'monolog.logger.security' shared service.
  2869.      *
  2870.      * @return \Symfony\Bridge\Monolog\Logger
  2871.      */
  2872.     protected function getMonolog_Logger_SecurityService()
  2873.     {
  2874.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2875.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2876.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2877.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2878.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2879.         return $instance;
  2880.     }
  2881.     /**
  2882.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2883.      *
  2884.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2885.      */
  2886.     protected function getNelmioCors_CorsListenerService()
  2887.     {
  2888.         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'))]));
  2889.     }
  2890.     /**
  2891.      * Gets the private 'parameter_bag' shared service.
  2892.      *
  2893.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2894.      */
  2895.     protected function getParameterBagService()
  2896.     {
  2897.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2898.     }
  2899.     /**
  2900.      * Gets the private 'profiler_listener' shared service.
  2901.      *
  2902.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2903.      */
  2904.     protected function getProfilerListenerService()
  2905.     {
  2906.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2907.     }
  2908.     /**
  2909.      * Gets the private 'property_info' shared service.
  2910.      *
  2911.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2912.      */
  2913.     protected function getPropertyInfoService()
  2914.     {
  2915.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2916.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2917.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2918.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2919.         }, 3), new RewindableGenerator(function () {
  2920.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2921.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2922.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2923.         }, 3), new RewindableGenerator(function () {
  2924.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2925.         }, 1), new RewindableGenerator(function () {
  2926.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2927.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2928.         }, 2), new RewindableGenerator(function () {
  2929.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2930.         }, 1));
  2931.     }
  2932.     /**
  2933.      * Gets the private 'router.expression_language_provider' shared service.
  2934.      *
  2935.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2936.      */
  2937.     protected function getRouter_ExpressionLanguageProviderService()
  2938.     {
  2939.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2940.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2941.         ], [
  2942.             'env' => 'Closure',
  2943.         ]));
  2944.     }
  2945.     /**
  2946.      * Gets the private 'router.request_context' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\Routing\RequestContext
  2949.      */
  2950.     protected function getRouter_RequestContextService()
  2951.     {
  2952.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2953.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2954.         return $instance;
  2955.     }
  2956.     /**
  2957.      * Gets the private 'router_listener' shared service.
  2958.      *
  2959.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2960.      */
  2961.     protected function getRouterListenerService()
  2962.     {
  2963.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2964.     }
  2965.     /**
  2966.      * Gets the private 'security.context_listener.0' shared service.
  2967.      *
  2968.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2969.      */
  2970.     protected function getSecurity_ContextListener_0Service()
  2971.     {
  2972.         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 () {
  2973.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2974.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2975.     }
  2976.     /**
  2977.      * Gets the private 'security.event_dispatcher.main' shared service.
  2978.      *
  2979.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2980.      */
  2981.     protected function getSecurity_EventDispatcher_MainService()
  2982.     {
  2983.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2984.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2985.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2986.         }, => 'checkPassport'], 2048);
  2987.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2988.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2989.         }, => 'onSuccessfulLogin'], 0);
  2990.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2991.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2992.         }, => 'onLogout'], 64);
  2993.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2994.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2995.         }, => 'onLogout'], 0);
  2996.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2997.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  2998.         }, => 'onSuccessfulLogin'], -32);
  2999.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3000.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  3001.         }, => 'onSuccessfulLogin'], -64);
  3002.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3003.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  3004.         }, => 'clearCookie'], 0);
  3005.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3006.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  3007.         }, => 'clearCookie'], 0);
  3008.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3009.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  3010.         }, => 'clearCookie'], 0);
  3011.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3012.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3013.         }, => 'preCheckCredentials'], 256);
  3014.         $instance->addListener('security.authentication.success', [=> function () {
  3015.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  3016.         }, => 'postCheckCredentials'], 256);
  3017.         $instance->addListener('security.interactive_login', [=> function () {
  3018.             return ($this->privates['App\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
  3019.         }, => 'onSecurityInteractiveLogin'], 0);
  3020.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3021.             return ($this->privates['App\\EventListener\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
  3022.         }, => 'onLogout'], 0);
  3023.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3024.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3025.         }, => 'checkPassport'], 1024);
  3026.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3027.             return ($this->privates['App\\EventListener\\LogoutListener'] ?? $this->load('getLogoutListenerService'));
  3028.         }, => 'onLogout'], 0);
  3029.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3030.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3031.         }, => 'checkPassport'], 0);
  3032.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3033.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3034.         }, => 'onLoginSuccess'], 0);
  3035.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3036.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3037.         }, => 'checkPassport'], 512);
  3038.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3039.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3040.         }, => 'onLogout'], 0);
  3041.         return $instance;
  3042.     }
  3043.     /**
  3044.      * Gets the private 'security.firewall.map' shared service.
  3045.      *
  3046.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3047.      */
  3048.     protected function getSecurity_Firewall_MapService()
  3049.     {
  3050.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.nbg6GA8'] ?? $this->get_ServiceLocator_Nbg6GA8Service()), new RewindableGenerator(function () {
  3051.             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)/')));
  3052.             yield 'security.firewall.map.context.api_login' => ($this->privates['.security.request_matcher.wK_O0gD'] ?? ($this->privates['.security.request_matcher.wK_O0gD'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2/login')));
  3053.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.ih7mNbv'] ?? ($this->privates['.security.request_matcher.ih7mNbv'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v2')));
  3054.             yield 'security.firewall.map.context.main' => NULL;
  3055.         }, 4));
  3056.     }
  3057.     /**
  3058.      * Gets the private 'security.helper' shared service.
  3059.      *
  3060.      * @return \Symfony\Component\Security\Core\Security
  3061.      */
  3062.     protected function getSecurity_HelperService()
  3063.     {
  3064.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3065.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3066.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3067.         ], [
  3068.             'security.authorization_checker' => '?',
  3069.             'security.token_storage' => '?',
  3070.         ]));
  3071.     }
  3072.     /**
  3073.      * Gets the private 'security.logout_url_generator' shared service.
  3074.      *
  3075.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3076.      */
  3077.     protected function getSecurity_LogoutUrlGeneratorService()
  3078.     {
  3079.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3080.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  3081.         return $instance;
  3082.     }
  3083.     /**
  3084.      * Gets the private 'security.role_hierarchy' shared service.
  3085.      *
  3086.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3087.      */
  3088.     protected function getSecurity_RoleHierarchyService()
  3089.     {
  3090.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3091.     }
  3092.     /**
  3093.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3094.      *
  3095.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3096.      */
  3097.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3098.     {
  3099.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3100.     }
  3101.     /**
  3102.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3103.      *
  3104.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3105.      */
  3106.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3107.     {
  3108.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3109.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3110.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3111.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3112.     }
  3113.     /**
  3114.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3115.      *
  3116.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3117.      */
  3118.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3119.     {
  3120.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3121.     }
  3122.     /**
  3123.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3124.      *
  3125.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3126.      */
  3127.     protected function getSensioFrameworkExtra_View_ListenerService()
  3128.     {
  3129.         $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))));
  3130.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3131.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3132.         ], [
  3133.             'twig' => '?',
  3134.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3135.         return $instance;
  3136.     }
  3137.     /**
  3138.      * Gets the private 'session_listener' shared service.
  3139.      *
  3140.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3141.      */
  3142.     protected function getSessionListenerService()
  3143.     {
  3144.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3145.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3146.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3147.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3148.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3149.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3150.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3151.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  3152.         ], [
  3153.             'initialized_session' => '?',
  3154.             'logger' => '?',
  3155.             'request_stack' => '?',
  3156.             'session' => '?',
  3157.             'session_collector' => '?',
  3158.             'session_factory' => '?',
  3159.             'session_storage' => '?',
  3160.         ]), true$this->parameters['session.storage.options']);
  3161.     }
  3162.     /**
  3163.      * Gets the private 'state_machine.classic.metadata_store' shared service.
  3164.      *
  3165.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3166.      */
  3167.     protected function getStateMachine_Classic_MetadataStoreService()
  3168.     {
  3169.         return $this->privates['state_machine.classic.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3170.     }
  3171.     /**
  3172.      * Gets the private 'translator.default' shared service.
  3173.      *
  3174.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3175.      */
  3176.     protected function getTranslator_DefaultService()
  3177.     {
  3178.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3179.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3180.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3181.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3182.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3183.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3184.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3185.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3186.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3187.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3188.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3189.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3190.         ], [
  3191.             'translation.loader.csv' => '?',
  3192.             'translation.loader.dat' => '?',
  3193.             'translation.loader.ini' => '?',
  3194.             'translation.loader.json' => '?',
  3195.             'translation.loader.mo' => '?',
  3196.             'translation.loader.php' => '?',
  3197.             'translation.loader.po' => '?',
  3198.             'translation.loader.qt' => '?',
  3199.             'translation.loader.res' => '?',
  3200.             'translation.loader.xliff' => '?',
  3201.             'translation.loader.yml' => '?',
  3202.         ]), 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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], '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')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], '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/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.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/odolbeau/phone-number-bundle/src/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], '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/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')], 'bs_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.dk.xlf')], 'en_AU' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_SG.xlf')], 'en_US' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es_419.xlf')], 'se' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.se.xlf')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], '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/odolbeau/phone-number-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/ux-turbo/translations'), 21 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/ux-live-component/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/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/odolbeau/phone-number-bundle/src/Resources/translations'=> 'vendor/symfonycasts/reset-password-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/symfony/web-profiler-bundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/debug-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/doctrine/doctrine-bundle/translations'16 => 'vendor/doctrine/doctrine-migrations-bundle/translations'17 => 'vendor/symfony/security-bundle/translations'18 => 'vendor/twig/extra-bundle/translations'19 => 'vendor/symfony/webpack-encore-bundle/src/translations'20 => 'vendor/symfony/ux-turbo/translations'21 => 'vendor/lexik/jwt-authentication-bundle/translations'22 => 'vendor/nelmio/api-doc-bundle/translations'23 => 'vendor/friendsofsymfony/rest-bundle/translations'24 => 'vendor/nelmio/cors-bundle/translations'25 => 'vendor/symfony/ux-twig-component/src/translations'26 => 'vendor/symfony/ux-live-component/src/translations'27 => 'vendor/kreait/firebase-bundle/src/translations']]], []);
  3203.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3204.         $instance->setFallbackLocales([=> 'fr']);
  3205.         return $instance;
  3206.     }
  3207.     /**
  3208.      * Gets the private 'url_helper' shared service.
  3209.      *
  3210.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  3211.      */
  3212.     protected function getUrlHelperService()
  3213.     {
  3214.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  3215.     }
  3216.     /**
  3217.      * Gets the private 'ux.live_component.event_subscriber' shared service.
  3218.      *
  3219.      * @return \Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber
  3220.      */
  3221.     protected function getUx_LiveComponent_EventSubscriberService()
  3222.     {
  3223.         return $this->privates['ux.live_component.event_subscriber'] = new \Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3224.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'true],
  3225.             'Symfony\\UX\\LiveComponent\\LiveComponentHydrator' => ['privates''ux.live_component.component_hydrator''getUx_LiveComponent_ComponentHydratorService'true],
  3226.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'true],
  3227.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'true],
  3228.         ], [
  3229.             'Symfony\\Component\\Security\\Csrf\\CsrfTokenManagerInterface' => '?',
  3230.             'Symfony\\UX\\LiveComponent\\LiveComponentHydrator' => 'Symfony\\UX\\LiveComponent\\LiveComponentHydrator',
  3231.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  3232.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  3233.         ]))->withContext('ux.live_component.event_subscriber'$this));
  3234.     }
  3235.     /**
  3236.      * Gets the private 'validator.builder' shared service.
  3237.      *
  3238.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3239.      */
  3240.     protected function getValidator_BuilderService()
  3241.     {
  3242.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3243.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3244.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3245.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  3246.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3247.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3248.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3249.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3250.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3251.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3252.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3253.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3254.         ], [
  3255.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  3256.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3257.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3258.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3259.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3260.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3261.             'doctrine.orm.validator.unique' => '?',
  3262.             'security.validator.user_password' => '?',
  3263.             'validator.expression' => '?',
  3264.         ])));
  3265.         if ($this->has('translator')) {
  3266.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3267.         }
  3268.         $instance->setTranslationDomain('validators');
  3269.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3270.         $instance->enableAnnotationMapping(true);
  3271.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3272.         $instance->addMethodMapping('loadValidatorMetadata');
  3273.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3274.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3275.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3276.         return $instance;
  3277.     }
  3278.     /**
  3279.      * Gets the private 'var_dumper.html_dumper' shared service.
  3280.      *
  3281.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3282.      */
  3283.     protected function getVarDumper_HtmlDumperService()
  3284.     {
  3285.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3286.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3287.         return $instance;
  3288.     }
  3289.     /**
  3290.      * Gets the private 'var_dumper.server_connection' shared service.
  3291.      *
  3292.      * @return \Symfony\Component\VarDumper\Server\Connection
  3293.      */
  3294.     protected function getVarDumper_ServerConnectionService()
  3295.     {
  3296.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  3297.     }
  3298.     /**
  3299.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  3300.      *
  3301.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  3302.      */
  3303.     protected function getVichUploader_MetadataReaderService()
  3304.     {
  3305.         $a = new \Metadata\Driver\FileLocator([]);
  3306.         $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()), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  3307.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  3308.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  3309.     }
  3310.     /**
  3311.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  3312.      *
  3313.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  3314.      */
  3315.     protected function getVichUploader_PropertyMappingFactoryService()
  3316.     {
  3317.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  3318.     }
  3319.     /**
  3320.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  3321.      *
  3322.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  3323.      */
  3324.     protected function getVichUploader_Storage_FileSystemService()
  3325.     {
  3326.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  3327.     }
  3328.     /**
  3329.      * Gets the private 'web_profiler.csp.handler' shared service.
  3330.      *
  3331.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3332.      */
  3333.     protected function getWebProfiler_Csp_HandlerService()
  3334.     {
  3335.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3336.     }
  3337.     /**
  3338.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3339.      *
  3340.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3341.      */
  3342.     protected function getWebProfiler_DebugToolbarService()
  3343.     {
  3344.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3345.     }
  3346.     /**
  3347.      * Gets the private 'workflow.registry' shared service.
  3348.      *
  3349.      * @return \Symfony\Component\Workflow\Registry
  3350.      */
  3351.     protected function getWorkflow_RegistryService()
  3352.     {
  3353.         $this->privates['workflow.registry'] = $instance = new \Symfony\Component\Workflow\Registry();
  3354.         $a = ($this->services['.container.private.state_machine.classic'] ?? $this->get_Container_Private_StateMachine_ClassicService());
  3355.         $instance->addWorkflow($a, new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Campaign'));
  3356.         $instance->addWorkflow($a, new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\Mission'));
  3357.         return $instance;
  3358.     }
  3359.     /**
  3360.      * Gets the public 'cache_clearer' alias.
  3361.      *
  3362.      * @return object The ".container.private.cache_clearer" service.
  3363.      */
  3364.     protected function getCacheClearerService()
  3365.     {
  3366.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3367.         return $this->get('.container.private.cache_clearer');
  3368.     }
  3369.     /**
  3370.      * Gets the public 'filesystem' alias.
  3371.      *
  3372.      * @return object The ".container.private.filesystem" service.
  3373.      */
  3374.     protected function getFilesystemService()
  3375.     {
  3376.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3377.         return $this->get('.container.private.filesystem');
  3378.     }
  3379.     /**
  3380.      * Gets the public 'security.csrf.token_manager' alias.
  3381.      *
  3382.      * @return object The ".container.private.security.csrf.token_manager" service.
  3383.      */
  3384.     protected function getSecurity_Csrf_TokenManagerService()
  3385.     {
  3386.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3387.         return $this->get('.container.private.security.csrf.token_manager');
  3388.     }
  3389.     /**
  3390.      * Gets the public 'form.factory' alias.
  3391.      *
  3392.      * @return object The ".container.private.form.factory" service.
  3393.      */
  3394.     protected function getForm_FactoryService()
  3395.     {
  3396.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3397.         return $this->get('.container.private.form.factory');
  3398.     }
  3399.     /**
  3400.      * Gets the public 'form.type.file' alias.
  3401.      *
  3402.      * @return object The ".container.private.form.type.file" service.
  3403.      */
  3404.     protected function getForm_Type_FileService()
  3405.     {
  3406.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3407.         return $this->get('.container.private.form.type.file');
  3408.     }
  3409.     /**
  3410.      * Gets the public 'profiler' alias.
  3411.      *
  3412.      * @return object The ".container.private.profiler" service.
  3413.      */
  3414.     protected function getProfilerService()
  3415.     {
  3416.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3417.         return $this->get('.container.private.profiler');
  3418.     }
  3419.     /**
  3420.      * Gets the public 'state_machine.classic' alias.
  3421.      *
  3422.      * @return object The ".container.private.state_machine.classic" service.
  3423.      */
  3424.     protected function getStateMachine_ClassicService()
  3425.     {
  3426.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.classic" service directly from the container is deprecated, use dependency injection instead.');
  3427.         return $this->get('.container.private.state_machine.classic');
  3428.     }
  3429.     /**
  3430.      * Gets the public 'serializer' alias.
  3431.      *
  3432.      * @return object The ".container.private.serializer" service.
  3433.      */
  3434.     protected function getSerializerService()
  3435.     {
  3436.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3437.         return $this->get('.container.private.serializer');
  3438.     }
  3439.     /**
  3440.      * Gets the public 'twig' alias.
  3441.      *
  3442.      * @return object The ".container.private.twig" service.
  3443.      */
  3444.     protected function getTwigService()
  3445.     {
  3446.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3447.         return $this->get('.container.private.twig');
  3448.     }
  3449.     /**
  3450.      * Gets the public 'security.authorization_checker' alias.
  3451.      *
  3452.      * @return object The ".container.private.security.authorization_checker" service.
  3453.      */
  3454.     protected function getSecurity_AuthorizationCheckerService()
  3455.     {
  3456.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3457.         return $this->get('.container.private.security.authorization_checker');
  3458.     }
  3459.     /**
  3460.      * Gets the public 'security.token_storage' alias.
  3461.      *
  3462.      * @return object The ".container.private.security.token_storage" service.
  3463.      */
  3464.     protected function getSecurity_TokenStorageService()
  3465.     {
  3466.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3467.         return $this->get('.container.private.security.token_storage');
  3468.     }
  3469.     /**
  3470.      * Gets the public 'security.password_encoder' alias.
  3471.      *
  3472.      * @return object The ".container.private.security.password_encoder" service.
  3473.      */
  3474.     protected function getSecurity_PasswordEncoderService()
  3475.     {
  3476.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3477.         return $this->get('.container.private.security.password_encoder');
  3478.     }
  3479.     /**
  3480.      * Gets the public 'session' alias.
  3481.      *
  3482.      * @return object The ".container.private.session" service.
  3483.      */
  3484.     protected function getSessionService()
  3485.     {
  3486.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3487.         return $this->get('.container.private.session');
  3488.     }
  3489.     /**
  3490.      * Gets the public 'validator' alias.
  3491.      *
  3492.      * @return object The ".container.private.validator" service.
  3493.      */
  3494.     protected function getValidatorService()
  3495.     {
  3496.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3497.         return $this->get('.container.private.validator');
  3498.     }
  3499.     /**
  3500.      * @return array|bool|float|int|string|null
  3501.      */
  3502.     public function getParameter(string $name)
  3503.     {
  3504.         if (isset($this->buildParameters[$name])) {
  3505.             return $this->buildParameters[$name];
  3506.         }
  3507.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3508.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3509.         }
  3510.         if (isset($this->loadedDynamicParameters[$name])) {
  3511.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3512.         }
  3513.         return $this->parameters[$name];
  3514.     }
  3515.     public function hasParameter(string $name): bool
  3516.     {
  3517.         if (isset($this->buildParameters[$name])) {
  3518.             return true;
  3519.         }
  3520.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3521.     }
  3522.     public function setParameter(string $name$value): void
  3523.     {
  3524.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3525.     }
  3526.     public function getParameterBag(): ParameterBagInterface
  3527.     {
  3528.         if (null === $this->parameterBag) {
  3529.             $parameters $this->parameters;
  3530.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3531.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3532.             }
  3533.             foreach ($this->buildParameters as $name => $value) {
  3534.                 $parameters[$name] = $value;
  3535.             }
  3536.             $this->parameterBag = new FrozenParameterBag($parameters);
  3537.         }
  3538.         return $this->parameterBag;
  3539.     }
  3540.     private $loadedDynamicParameters = [
  3541.         'kernel.runtime_environment' => false,
  3542.         'kernel.build_dir' => false,
  3543.         'kernel.cache_dir' => false,
  3544.         'recaptcha_secret' => false,
  3545.         'recaptcha_key' => false,
  3546.         'front_website_api_base_url' => false,
  3547.         'front_website_url' => false,
  3548.         'maintenance_mode' => false,
  3549.         'maintenance_info_app' => false,
  3550.         'back_website_url' => false,
  3551.         'front_website_url_upload_logo_company' => false,
  3552.         'back_website_domain' => false,
  3553.         'sms_api_base_url' => false,
  3554.         'sms_api_token' => false,
  3555.         'imap_host' => false,
  3556.         'imap_username' => false,
  3557.         'imap_password' => false,
  3558.         'url_redirect_to_front' => false,
  3559.         'dir_logo_company' => false,
  3560.         'dir_attachment_company' => false,
  3561.         'my_profil_link' => false,
  3562.         'kernel.secret' => false,
  3563.         'session.save_path' => false,
  3564.         'validator.mapping.cache.file' => false,
  3565.         'profiler.storage.dsn' => false,
  3566.         'debug.container.dump' => false,
  3567.         'serializer.mapping.cache.file' => false,
  3568.         'doctrine.orm.proxy_dir' => false,
  3569.         'lexik_jwt_authentication.pass_phrase' => false,
  3570.         'nelmio_cors.defaults' => false,
  3571.     ];
  3572.     private $dynamicParameters = [];
  3573.     private function getDynamicParameter(string $name)
  3574.     {
  3575.         switch ($name) {
  3576.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3577.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3578.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3579.             case 'recaptcha_secret'$value $this->getEnv('resolve:RECAPTCHA_SECRET'); break;
  3580.             case 'recaptcha_key'$value $this->getEnv('resolve:RECAPTCHA_KEY'); break;
  3581.             case 'front_website_api_base_url'$value $this->getEnv('resolve:FRONT_WEBSITE_API_BASE_URL'); break;
  3582.             case 'front_website_url'$value $this->getEnv('resolve:FRONT_WEBSITE_URL'); break;
  3583.             case 'maintenance_mode'$value $this->getEnv('resolve:MAINTENANCE_MODE'); break;
  3584.             case 'maintenance_info_app'$value $this->getEnv('resolve:MAINTENANCE_INFO_APP'); break;
  3585.             case 'back_website_url'$value $this->getEnv('resolve:BACK_WEBSITE_URL'); break;
  3586.             case 'front_website_url_upload_logo_company'$value $this->getEnv('string:resolve:FRONT_WEBSITE_URL').'/wp-content/uploads/my-flow/externalCompanyLogo/'; break;
  3587.             case 'back_website_domain'$value $this->getEnv('resolve:BACK_WEBSITE_DOMAIN'); break;
  3588.             case 'sms_api_base_url'$value $this->getEnv('resolve:SMS_API_BASE_URL'); break;
  3589.             case 'sms_api_token'$value $this->getEnv('resolve:SMS_API_TOKEN'); break;
  3590.             case 'imap_host'$value $this->getEnv('resolve:IMAP_HOST'); break;
  3591.             case 'imap_username'$value $this->getEnv('resolve:IMAP_USERNAME'); break;
  3592.             case 'imap_password'$value $this->getEnv('resolve:IMAP_PASSWORD'); break;
  3593.             case 'url_redirect_to_front'$value $this->getEnv('resolve:FRONT_WEBSITE_URL'); break;
  3594.             case 'dir_logo_company'$value $this->getEnv('string:resolve:BACK_WEBSITE_URL').'/uploads/images/company/'; break;
  3595.             case 'dir_attachment_company'$value $this->getEnv('string:resolve:BACK_WEBSITE_URL').'/uploads/campaign/devis/'; break;
  3596.             case 'my_profil_link'$value $this->getEnv('string:resolve:BACK_WEBSITE_URL').'/mon-profil'; break;
  3597.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3598.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3599.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3600.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3601.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3602.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3603.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3604.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3605.             case 'nelmio_cors.defaults'$value = [
  3606.                 'allow_origin' => [
  3607.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3608.                 ],
  3609.                 'allow_credentials' => false,
  3610.                 'allow_headers' => [
  3611.                     => 'content-type',
  3612.                     => 'authorization',
  3613.                 ],
  3614.                 'expose_headers' => [
  3615.                     => 'Link',
  3616.                 ],
  3617.                 'allow_methods' => [
  3618.                     => 'GET',
  3619.                     => 'OPTIONS',
  3620.                     => 'POST',
  3621.                     => 'PUT',
  3622.                     => 'PATCH',
  3623.                     => 'DELETE',
  3624.                 ],
  3625.                 'max_age' => 3600,
  3626.                 'hosts' => [
  3627.                 ],
  3628.                 'origin_regex' => true,
  3629.                 'forced_allow_origin_value' => NULL,
  3630.             ]; break;
  3631.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3632.         }
  3633.         $this->loadedDynamicParameters[$name] = true;
  3634.         return $this->dynamicParameters[$name] = $value;
  3635.     }
  3636.     protected function getDefaultParameters(): array
  3637.     {
  3638.         return [
  3639.             'kernel.project_dir' => \dirname(__DIR__4),
  3640.             'kernel.environment' => 'dev',
  3641.             'kernel.debug' => true,
  3642.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3643.             'kernel.bundles' => [
  3644.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3645.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3646.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3647.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3648.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3649.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3650.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3651.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3652.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3653.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3654.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3655.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3656.                 'TurboBundle' => 'Symfony\\UX\\Turbo\\TurboBundle',
  3657.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3658.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  3659.                 'SymfonyCastsResetPasswordBundle' => 'SymfonyCasts\\Bundle\\ResetPassword\\SymfonyCastsResetPasswordBundle',
  3660.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3661.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  3662.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  3663.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3664.                 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  3665.                 'LiveComponentBundle' => 'Symfony\\UX\\LiveComponent\\LiveComponentBundle',
  3666.                 'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle',
  3667.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3668.             ],
  3669.             'kernel.bundles_metadata' => [
  3670.                 'FrameworkBundle' => [
  3671.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3672.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3673.                 ],
  3674.                 'SensioFrameworkExtraBundle' => [
  3675.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3676.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3677.                 ],
  3678.                 'TwigBundle' => [
  3679.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3680.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3681.                 ],
  3682.                 'WebProfilerBundle' => [
  3683.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3684.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3685.                 ],
  3686.                 'MonologBundle' => [
  3687.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3688.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3689.                 ],
  3690.                 'DebugBundle' => [
  3691.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3692.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3693.                 ],
  3694.                 'MakerBundle' => [
  3695.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3696.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3697.                 ],
  3698.                 'DoctrineBundle' => [
  3699.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3700.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3701.                 ],
  3702.                 'DoctrineMigrationsBundle' => [
  3703.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3704.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3705.                 ],
  3706.                 'SecurityBundle' => [
  3707.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3708.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3709.                 ],
  3710.                 'TwigExtraBundle' => [
  3711.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3712.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3713.                 ],
  3714.                 'WebpackEncoreBundle' => [
  3715.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3716.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3717.                 ],
  3718.                 'TurboBundle' => [
  3719.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-turbo'),
  3720.                     'namespace' => 'Symfony\\UX\\Turbo',
  3721.                 ],
  3722.                 'VichUploaderBundle' => [
  3723.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3724.                     'namespace' => 'Vich\\UploaderBundle',
  3725.                 ],
  3726.                 'MisdPhoneNumberBundle' => [
  3727.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  3728.                     'namespace' => 'Misd\\PhoneNumberBundle',
  3729.                 ],
  3730.                 'SymfonyCastsResetPasswordBundle' => [
  3731.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/reset-password-bundle/src'),
  3732.                     'namespace' => 'SymfonyCasts\\Bundle\\ResetPassword',
  3733.                 ],
  3734.                 'LexikJWTAuthenticationBundle' => [
  3735.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3736.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3737.                 ],
  3738.                 'NelmioApiDocBundle' => [
  3739.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  3740.                     'namespace' => 'Nelmio\\ApiDocBundle',
  3741.                 ],
  3742.                 'FOSRestBundle' => [
  3743.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  3744.                     'namespace' => 'FOS\\RestBundle',
  3745.                 ],
  3746.                 'NelmioCorsBundle' => [
  3747.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3748.                     'namespace' => 'Nelmio\\CorsBundle',
  3749.                 ],
  3750.                 'TwigComponentBundle' => [
  3751.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src'),
  3752.                     'namespace' => 'Symfony\\UX\\TwigComponent',
  3753.                 ],
  3754.                 'LiveComponentBundle' => [
  3755.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-live-component/src'),
  3756.                     'namespace' => 'Symfony\\UX\\LiveComponent',
  3757.                 ],
  3758.                 'FirebaseBundle' => [
  3759.                     'path' => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src'),
  3760.                     'namespace' => 'Kreait\\Firebase\\Symfony\\Bundle',
  3761.                 ],
  3762.                 'KnpPaginatorBundle' => [
  3763.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3764.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3765.                 ],
  3766.             ],
  3767.             'kernel.charset' => 'UTF-8',
  3768.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3769.             'file_message_directory' => (\dirname(__DIR__4).'/public/uploads/mission'),
  3770.             'file_user_directory' => (\dirname(__DIR__4).'/public/uploads/users'),
  3771.             'file_mission_directory' => (\dirname(__DIR__4).'/public/uploads/mission'),
  3772.             'file_campaing_directory' => (\dirname(__DIR__4).'/public/uploads/campaign'),
  3773.             'file_profil_directory' => (\dirname(__DIR__4).'/public/uploads/profiles'),
  3774.             'file_confidentiality_directory' => (\dirname(__DIR__4).'/public/uploads/confidentiality'),
  3775.             'file_jointe_devis_directory' => (\dirname(__DIR__4).'/public/uploads/campaign/devis'),
  3776.             'file_support_directory' => (\dirname(__DIR__4).'/public/uploads/supports'),
  3777.             'file_portfolio_directory' => (\dirname(__DIR__4).'/public/uploads/portfolios'),
  3778.             'file_invoice_campaign' => (\dirname(__DIR__4).'/public/uploads/campaign'),
  3779.             'dir_logo_company_kernel' => (\dirname(__DIR__4).'/public/uploads/images/company/'),
  3780.             'path_to_custom_file_log' => (\dirname(__DIR__3).'/log/dev/'),
  3781.             'event_dispatcher.event_aliases' => [
  3782.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3783.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3784.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3785.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3786.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3787.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3788.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3789.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3790.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3791.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3792.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3793.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3794.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3795.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3796.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3797.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3798.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3799.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  3800.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  3801.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  3802.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  3803.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  3804.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  3805.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  3806.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3807.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3808.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3809.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3810.             ],
  3811.             'fragment.renderer.hinclude.global_template' => NULL,
  3812.             'fragment.path' => '/_fragment',
  3813.             'kernel.http_method_override' => false,
  3814.             'kernel.trusted_hosts' => [
  3815.             ],
  3816.             'kernel.default_locale' => 'fr',
  3817.             'kernel.enabled_locales' => [
  3818.             ],
  3819.             'kernel.error_controller' => 'error_controller',
  3820.             'debug.file_link_format' => NULL,
  3821.             'session.metadata.storage_key' => '_sf2_meta',
  3822.             'session.storage.options' => [
  3823.                 'cache_limiter' => '0',
  3824.                 'cookie_lifetime' => 0,
  3825.                 'cookie_secure' => 'auto',
  3826.                 'cookie_httponly' => true,
  3827.                 'cookie_samesite' => 'lax',
  3828.                 'gc_probability' => 1,
  3829.             ],
  3830.             'session.metadata.update_threshold' => 0,
  3831.             'form.type_extension.csrf.enabled' => true,
  3832.             'form.type_extension.csrf.field_name' => '_token',
  3833.             'asset.request_context.base_path' => NULL,
  3834.             'asset.request_context.secure' => NULL,
  3835.             'validator.translation_domain' => 'validators',
  3836.             'translator.logging' => false,
  3837.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3838.             'profiler_listener.only_exceptions' => false,
  3839.             'profiler_listener.only_main_requests' => false,
  3840.             'debug.error_handler.throw_at' => -1,
  3841.             'router.request_context.host' => 'localhost',
  3842.             'router.request_context.scheme' => 'http',
  3843.             'router.request_context.base_url' => '',
  3844.             'router.resource' => 'kernel::loadRoutes',
  3845.             'request_listener.http_port' => 80,
  3846.             'request_listener.https_port' => 443,
  3847.             'twig.form.resources' => [
  3848.                 => '@VichUploader/Form/fields.html.twig',
  3849.                 => 'form_div_layout.html.twig',
  3850.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  3851.                 => '@LiveComponent/form_theme.html.twig',
  3852.                 => 'form_themes/form_error.html.twig',
  3853.             ],
  3854.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3855.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3856.             'web_profiler.debug_toolbar.mode' => 2,
  3857.             'monolog.use_microseconds' => true,
  3858.             'monolog.swift_mailer.handlers' => [
  3859.             ],
  3860.             'monolog.handlers_to_channels' => [
  3861.                 'monolog.handler.notification_send_comment_in_chat_log' => [
  3862.                     'type' => 'inclusive',
  3863.                     'elements' => [
  3864.                         => 'email_notification_send_comment_in_chat',
  3865.                     ],
  3866.                 ],
  3867.                 'monolog.handler.console' => [
  3868.                     'type' => 'exclusive',
  3869.                     'elements' => [
  3870.                         => 'event',
  3871.                         => 'doctrine',
  3872.                         => 'console',
  3873.                         => 'event',
  3874.                         => 'doctrine',
  3875.                         => 'console',
  3876.                     ],
  3877.                 ],
  3878.                 'monolog.handler.main' => [
  3879.                     'type' => 'exclusive',
  3880.                     'elements' => [
  3881.                         => 'event',
  3882.                         => 'event',
  3883.                     ],
  3884.                 ],
  3885.             ],
  3886.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3887.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3888.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3889.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3890.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3891.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3892.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3893.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3894.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3895.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3896.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3897.             'doctrine.entity_managers' => [
  3898.                 'default' => 'doctrine.orm.default_entity_manager',
  3899.             ],
  3900.             'doctrine.default_entity_manager' => 'default',
  3901.             'doctrine.dbal.connection_factory.types' => [
  3902.                 'phone_number' => [
  3903.                     'class' => 'Misd\\PhoneNumberBundle\\Doctrine\\DBAL\\Types\\PhoneNumberType',
  3904.                 ],
  3905.                 'uuid' => [
  3906.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3907.                 ],
  3908.                 'ulid' => [
  3909.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3910.                 ],
  3911.             ],
  3912.             'doctrine.connections' => [
  3913.                 'default' => 'doctrine.dbal.default_connection',
  3914.             ],
  3915.             'doctrine.default_connection' => 'default',
  3916.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3917.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3918.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3919.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3920.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3921.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3922.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3923.             'doctrine.orm.cache.memcache_port' => 11211,
  3924.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3925.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3926.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3927.             'doctrine.orm.cache.memcached_port' => 11211,
  3928.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3929.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3930.             'doctrine.orm.cache.redis_host' => 'localhost',
  3931.             'doctrine.orm.cache.redis_port' => 6379,
  3932.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3933.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3934.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3935.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3936.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3937.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3938.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3939.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3940.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3941.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3942.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3943.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3944.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3945.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3946.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3947.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3948.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3949.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3950.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3951.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3952.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3953.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3954.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3955.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3956.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3957.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3958.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3959.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3960.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3961.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3962.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3963.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3964.             'doctrine.migrations.preferred_em' => NULL,
  3965.             'doctrine.migrations.preferred_connection' => NULL,
  3966.             'security.role_hierarchy.roles' => [
  3967.                 'ROLE_CLIENT_ADMIN' => [
  3968.                     => 'ROLE_CLIENT',
  3969.                 ],
  3970.             ],
  3971.             'security.access.denied_url' => NULL,
  3972.             'security.authentication.manager.erase_credentials' => true,
  3973.             'security.authentication.session_strategy.strategy' => 'migrate',
  3974.             'security.access.always_authenticate_before_granting' => false,
  3975.             'security.authentication.hide_user_not_found' => true,
  3976.             'security.firewalls' => [
  3977.                 => 'dev',
  3978.                 => 'api_login',
  3979.                 => 'api',
  3980.                 => 'main',
  3981.             ],
  3982.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  3983.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3984.             'vich_uploader.mappings' => [
  3985.                 'sub_contractor_image' => [
  3986.                     'uri_prefix' => '/uploads/profiles',
  3987.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/profiles'),
  3988.                     'namer' => [
  3989.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.sub_contractor_image',
  3990.                         'options' => [
  3991.                         ],
  3992.                     ],
  3993.                     'directory_namer' => [
  3994.                         'service' => NULL,
  3995.                         'options' => NULL,
  3996.                     ],
  3997.                     'delete_on_remove' => true,
  3998.                     'delete_on_update' => true,
  3999.                     'inject_on_load' => false,
  4000.                     'db_driver' => 'orm',
  4001.                 ],
  4002.                 'company_image' => [
  4003.                     'uri_prefix' => '/uploads/images/company',
  4004.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/images/company'),
  4005.                     'namer' => [
  4006.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.company_image',
  4007.                         'options' => [
  4008.                         ],
  4009.                     ],
  4010.                     'directory_namer' => [
  4011.                         'service' => NULL,
  4012.                         'options' => NULL,
  4013.                     ],
  4014.                     'delete_on_remove' => true,
  4015.                     'delete_on_update' => true,
  4016.                     'inject_on_load' => false,
  4017.                     'db_driver' => 'orm',
  4018.                 ],
  4019.                 'invoice_campaign' => [
  4020.                     'uri_prefix' => '/uploads/invoices',
  4021.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/invoices'),
  4022.                     'namer' => [
  4023.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.invoice_campaign',
  4024.                         'options' => [
  4025.                         ],
  4026.                     ],
  4027.                     'directory_namer' => [
  4028.                         'service' => NULL,
  4029.                         'options' => NULL,
  4030.                     ],
  4031.                     'delete_on_remove' => true,
  4032.                     'delete_on_update' => true,
  4033.                     'inject_on_load' => false,
  4034.                     'db_driver' => 'orm',
  4035.                 ],
  4036.             ],
  4037.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  4038.             'misd_phone_number.serializer.default_region' => 'ZZ',
  4039.             'misd_phone_number.serializer.format' => 0,
  4040.             'misd_phone_number.validator.default_region' => 'ZZ',
  4041.             'misd_phone_number.validator.format' => 1,
  4042.             'lexik_jwt_authentication.token_ttl' => 31556952,
  4043.             'lexik_jwt_authentication.clock_skew' => 0,
  4044.             'lexik_jwt_authentication.user_identity_field' => 'username',
  4045.             'lexik_jwt_authentication.allow_no_expiration' => false,
  4046.             'lexik_jwt_authentication.user_id_claim' => 'username',
  4047.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  4048.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4049.             'nelmio_api_doc.areas' => [
  4050.                 => 'default',
  4051.             ],
  4052.             'fos_rest.format_listener.rules' => NULL,
  4053.             'nelmio_cors.map' => [
  4054.                 '^/' => [
  4055.                 ],
  4056.             ],
  4057.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4058.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4059.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4060.             'kreait.firebase.factory' => 'Kreait\\Firebase\\Factory',
  4061.             'kreait.firebase.bundle.project_factory' => 'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory',
  4062.             'knp_paginator.template.pagination' => 'KnpPaginatorBundle\\pagination_sliding.html.twig',
  4063.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4064.             'knp_paginator.template.sortable' => 'KnpPaginatorBundle:Pagination:sortable_link.html.twig',
  4065.             'knp_paginator.page_range' => 5,
  4066.             'knp_paginator.page_limit' => NULL,
  4067.             'maker.compatible_check.doctrine.supports_attributes' => true,
  4068.             'data_collector.templates' => [
  4069.                 'data_collector.request' => [
  4070.                     => 'request',
  4071.                     => '@WebProfiler/Collector/request.html.twig',
  4072.                 ],
  4073.                 'data_collector.time' => [
  4074.                     => 'time',
  4075.                     => '@WebProfiler/Collector/time.html.twig',
  4076.                 ],
  4077.                 'data_collector.memory' => [
  4078.                     => 'memory',
  4079.                     => '@WebProfiler/Collector/memory.html.twig',
  4080.                 ],
  4081.                 'data_collector.validator' => [
  4082.                     => 'validator',
  4083.                     => '@WebProfiler/Collector/validator.html.twig',
  4084.                 ],
  4085.                 'data_collector.ajax' => [
  4086.                     => 'ajax',
  4087.                     => '@WebProfiler/Collector/ajax.html.twig',
  4088.                 ],
  4089.                 'data_collector.form' => [
  4090.                     => 'form',
  4091.                     => '@WebProfiler/Collector/form.html.twig',
  4092.                 ],
  4093.                 'data_collector.exception' => [
  4094.                     => 'exception',
  4095.                     => '@WebProfiler/Collector/exception.html.twig',
  4096.                 ],
  4097.                 'data_collector.logger' => [
  4098.                     => 'logger',
  4099.                     => '@WebProfiler/Collector/logger.html.twig',
  4100.                 ],
  4101.                 'data_collector.events' => [
  4102.                     => 'events',
  4103.                     => '@WebProfiler/Collector/events.html.twig',
  4104.                 ],
  4105.                 'data_collector.router' => [
  4106.                     => 'router',
  4107.                     => '@WebProfiler/Collector/router.html.twig',
  4108.                 ],
  4109.                 'data_collector.cache' => [
  4110.                     => 'cache',
  4111.                     => '@WebProfiler/Collector/cache.html.twig',
  4112.                 ],
  4113.                 'data_collector.translation' => [
  4114.                     => 'translation',
  4115.                     => '@WebProfiler/Collector/translation.html.twig',
  4116.                 ],
  4117.                 'data_collector.security' => [
  4118.                     => 'security',
  4119.                     => '@Security/Collector/security.html.twig',
  4120.                 ],
  4121.                 'data_collector.twig' => [
  4122.                     => 'twig',
  4123.                     => '@WebProfiler/Collector/twig.html.twig',
  4124.                 ],
  4125.                 'data_collector.http_client' => [
  4126.                     => 'http_client',
  4127.                     => '@WebProfiler/Collector/http_client.html.twig',
  4128.                 ],
  4129.                 'data_collector.doctrine' => [
  4130.                     => 'db',
  4131.                     => '@Doctrine/Collector/db.html.twig',
  4132.                 ],
  4133.                 'doctrine_migrations.migrations_collector' => [
  4134.                     => 'doctrine_migrations',
  4135.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4136.                 ],
  4137.                 'data_collector.dump' => [
  4138.                     => 'dump',
  4139.                     => '@Debug/Profiler/dump.html.twig',
  4140.                 ],
  4141.                 'mailer.data_collector' => [
  4142.                     => 'mailer',
  4143.                     => '@WebProfiler/Collector/mailer.html.twig',
  4144.                 ],
  4145.                 'notifier.data_collector' => [
  4146.                     => 'notifier',
  4147.                     => '@WebProfiler/Collector/notifier.html.twig',
  4148.                 ],
  4149.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4150.                     => 'vich_uploader.mapping_collector',
  4151.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4152.                 ],
  4153.                 'data_collector.config' => [
  4154.                     => 'config',
  4155.                     => '@WebProfiler/Collector/config.html.twig',
  4156.                 ],
  4157.             ],
  4158.             'console.command.ids' => [
  4159.             ],
  4160.         ];
  4161.     }
  4162.     protected function throw($message)
  4163.     {
  4164.         throw new RuntimeException($message);
  4165.     }
  4166. }