var/cache/dev/ContainerIfqxQYY/srcApp_KernelDevDebugContainer.php line 3963

Open in your IDE?
  1. <?php
  2. namespace ContainerIfqxQYY;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\API\\ApiActionController' => 'getApiActionControllerService',
  37.             'App\\Controller\\API\\ApiAnniversairesController' => 'getApiAnniversairesControllerService',
  38.             'App\\Controller\\API\\ApiAutorisationController' => 'getApiAutorisationControllerService',
  39.             'App\\Controller\\API\\ApiBilanController' => 'getApiBilanControllerService',
  40.             'App\\Controller\\API\\ApiCRMController' => 'getApiCRMControllerService',
  41.             'App\\Controller\\API\\ApiCongeController' => 'getApiCongeControllerService',
  42.             'App\\Controller\\API\\ApiEventController' => 'getApiEventControllerService',
  43.             'App\\Controller\\API\\ApiPresenceController' => 'getApiPresenceControllerService',
  44.             'App\\Controller\\API\\ApiTeletravailController' => 'getApiTeletravailControllerService',
  45.             'App\\Controller\\API\\ApiTokenDeviceController' => 'getApiTokenDeviceControllerService',
  46.             'App\\Controller\\Actions\\ActionsController' => 'getActionsControllerService',
  47.             'App\\Controller\\Actions\\DelaisActionController' => 'getDelaisActionControllerService',
  48.             'App\\Controller\\Actions\\ProjetModulesController' => 'getProjetModulesControllerService',
  49.             'App\\Controller\\Actions\\ProjetsController' => 'getProjetsControllerService',
  50.             'App\\Controller\\Actions\\TypesActionController' => 'getTypesActionControllerService',
  51.             'App\\Controller\\Administration\\DirectionController' => 'getDirectionControllerService',
  52.             'App\\Controller\\Administration\\FonctionController' => 'getFonctionControllerService',
  53.             'App\\Controller\\Administration\\GroupeController' => 'getGroupeControllerService',
  54.             'App\\Controller\\Administration\\SalleController' => 'getSalleControllerService',
  55.             'App\\Controller\\Administration\\ServiceController' => 'getServiceControllerService',
  56.             'App\\Controller\\Administration\\UserController' => 'getUserControllerService',
  57.             'App\\Controller\\AutorisationProcess\\AutorisationProcessController' => 'getAutorisationProcessControllerService',
  58.             'App\\Controller\\Bilan\\BilanController' => 'getBilanControllerService',
  59.             'App\\Controller\\CRM\\ClientController' => 'getClientControllerService',
  60.             'App\\Controller\\CRM\\ContactController' => 'getContactControllerService',
  61.             'App\\Controller\\CRM\\DashboardCRMController' => 'getDashboardCRMControllerService',
  62.             'App\\Controller\\CRM\\OpportunityCRMController' => 'getOpportunityCRMControllerService',
  63.             'App\\Controller\\Calendrier\\CalendrierController' => 'getCalendrierControllerService',
  64.             'App\\Controller\\CongeProcess\\CongeProcessController' => 'getCongeProcessControllerService',
  65.             'App\\Controller\\FastConnexionController' => 'getFastConnexionControllerService',
  66.             'App\\Controller\\GRH\\FunctionalityRHController' => 'getFunctionalityRHControllerService',
  67.             'App\\Controller\\GRH\\OrganigrammeRHController' => 'getOrganigrammeRHControllerService',
  68.             'App\\Controller\\GRH\\ProcessRHController' => 'getProcessRHControllerService',
  69.             'App\\Controller\\Hierarchie\\InterimTemporaireController' => 'getInterimTemporaireControllerService',
  70.             'App\\Controller\\Hierarchie\\ResponsableController' => 'getResponsableControllerService',
  71.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  72.             'App\\Controller\\HoraireAdministratif\\HeureTravailController' => 'getHeureTravailControllerService',
  73.             'App\\Controller\\HoraireAdministratif\\JourFeriesController' => 'getJourFeriesControllerService',
  74.             'App\\Controller\\HoraireAdministratif\\PlanificationSemaineController' => 'getPlanificationSemaineControllerService',
  75.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController' => 'getSeanceTravailControllerService',
  76.             'App\\Controller\\MainController' => 'getMainControllerService',
  77.             'App\\Controller\\ParametrageCRM\\DescriptionCRMController' => 'getDescriptionCRMControllerService',
  78.             'App\\Controller\\ParametrageCRM\\DureeActionCRMController' => 'getDureeActionCRMControllerService',
  79.             'App\\Controller\\ParametrageCRM\\FunctionalityCRMController' => 'getFunctionalityCRMControllerService',
  80.             'App\\Controller\\ParametrageCRM\\OrganigrammeCRMController' => 'getOrganigrammeCRMControllerService',
  81.             'App\\Controller\\ParametrageCRM\\ProcessCRMController' => 'getProcessCRMControllerService',
  82.             'App\\Controller\\ParametrageCRM\\VersionProcessCRMController' => 'getVersionProcessCRMControllerService',
  83.             'App\\Controller\\ParametrageConge\\CategoryCongeController' => 'getCategoryCongeControllerService',
  84.             'App\\Controller\\ParametrageConge\\ConfigCongeController' => 'getConfigCongeControllerService',
  85.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController' => 'getSoldeAnnuelControllerService',
  86.             'App\\Controller\\ParametrageConge\\SoldeCirconstanceController' => 'getSoldeCirconstanceControllerService',
  87.             'App\\Controller\\ParametrageConge\\SoldeCongeController' => 'getSoldeCongeControllerService',
  88.             'App\\Controller\\ProfilController' => 'getProfilControllerService',
  89.             'App\\Controller\\Security\\ResettingController' => 'getResettingControllerService',
  90.             'App\\Controller\\Security\\SecurityController' => 'getSecurityControllerService',
  91.             'App\\Controller\\Security\\SessionIdleHandler' => 'getSessionIdleHandlerService',
  92.             'App\\Controller\\Stocks\\FournisseurController' => 'getFournisseurControllerService',
  93.             'App\\Controller\\Stocks\\MarqueController' => 'getMarqueControllerService',
  94.             'App\\Controller\\Stocks\\MineStocksController' => 'getMineStocksControllerService',
  95.             'App\\Controller\\Stocks\\ModeleController' => 'getModeleControllerService',
  96.             'App\\Controller\\Stocks\\ParcInformatiqueController' => 'getParcInformatiqueControllerService',
  97.             'App\\Controller\\TeleTravailProcess\\TeleTravailProcessController' => 'getTeleTravailProcessControllerService',
  98.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  99.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  100.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  101.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  102.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  103.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  104.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  105.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  106.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  107.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  108.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  109.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  110.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  111.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  112.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  113.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  114.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  115.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  116.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  117.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  118.             'app.reset_pwd' => 'getApp_ResetPwdService',
  119.             'cache.app' => 'getCache_AppService',
  120.             'cache.app_clearer' => 'getCache_AppClearerService',
  121.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  122.             'cache.system' => 'getCache_SystemService',
  123.             'cache.system_clearer' => 'getCache_SystemClearerService',
  124.             'cache_clearer' => 'getCacheClearerService',
  125.             'cache_warmer' => 'getCacheWarmerService',
  126.             'console.command_loader' => 'getConsole_CommandLoaderService',
  127.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  128.             'data_collector.dump' => 'getDataCollector_DumpService',
  129.             'doctrine' => 'getDoctrineService',
  130.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  131.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  132.             'error_controller' => 'getErrorControllerService',
  133.             'event_dispatcher' => 'getEventDispatcherService',
  134.             'filesystem' => 'getFilesystemService',
  135.             'form.factory' => 'getForm_FactoryService',
  136.             'form.type.file' => 'getForm_Type_FileService',
  137.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  138.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  139.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  140.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  141.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  142.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  143.             'http_kernel' => 'getHttpKernelService',
  144.             'knp_paginator' => 'getKnpPaginatorService',
  145.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  146.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  147.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  148.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  149.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  150.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  151.             'profiler' => 'getProfilerService',
  152.             'request_stack' => 'getRequestStackService',
  153.             'router' => 'getRouterService',
  154.             'routing.loader' => 'getRouting_LoaderService',
  155.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  156.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  157.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  158.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  159.             'security.token_storage' => 'getSecurity_TokenStorageService',
  160.             'serializer' => 'getSerializerService',
  161.             'services_resetter' => 'getServicesResetterService',
  162.             'session' => 'getSessionService',
  163.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  164.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  165.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  166.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  167.             'templating' => 'getTemplatingService',
  168.             'templating.loader' => 'getTemplating_LoaderService',
  169.             'translator' => 'getTranslatorService',
  170.             'twig' => 'getTwigService',
  171.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  172.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  173.             'validator' => 'getValidatorService',
  174.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  175.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  176.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  177.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  178.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  179.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  180.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  181.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  182.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  183.         ];
  184.         $this->aliases = [
  185.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  186.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  187.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  188.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  189.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  190.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  191.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  192.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  193.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  194.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  195.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  196.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  197.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  198.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  199.             'database_connection' => 'doctrine.dbal.default_connection',
  200.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  201.             'mailer' => 'swiftmailer.mailer.default',
  202.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  203.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  204.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  205.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  206.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  207.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  208.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  209.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  210.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  211.         ];
  212.         $this->privates['service_container'] = function () {
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  219.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  221.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LocaleSubscriber.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  235.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  251.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  258.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  295.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  313.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  320.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  338.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  377.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  388.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  389.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  390.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  391.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  392.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  393.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  394.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  395.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  397.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  398.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  399.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  400.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  401.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  402.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  403.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  404.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  413.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  415.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  417.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  424.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  439.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  440.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  445.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  465.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  466.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  474.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  477.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  479.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  481.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  488.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  504.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  545.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  546.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  547.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  548.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  560.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  561.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  562.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  563.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  565.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  566.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  568.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  570.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  595.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  596.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  597.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  598.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  599.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  654.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  664.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  665.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  668.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  671.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  686.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  687.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  690.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  693.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  694.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  695.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  699.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  700.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  701.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  702.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  703.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  724.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  725.         };
  726.     }
  727.     public function compile(): void
  728.     {
  729.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  730.     }
  731.     public function isCompiled(): bool
  732.     {
  733.         return true;
  734.     }
  735.     public function getRemovedIds(): array
  736.     {
  737.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  738.     }
  739.     protected function createProxy($class, \Closure $factory)
  740.     {
  741.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  742.         return $factory();
  743.     }
  744.     /**
  745.      * Gets the public 'App\Controller\API\ApiActionController' shared autowired service.
  746.      *
  747.      * @return \App\Controller\API\ApiActionController
  748.      */
  749.     protected function getApiActionControllerService()
  750.     {
  751.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  753.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  754.         include_once \dirname(__DIR__4).'/src/Controller/API/ApiActionController.php';
  755.         $this->services['App\\Controller\\API\\ApiActionController'] = $instance = new \App\Controller\API\ApiActionController(($this->privates['App\\Service\\ManageActions'] ?? $this->getManageActionsService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  756.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\API\\ApiActionController'$this));
  757.         return $instance;
  758.     }
  759.     /**
  760.      * Gets the public 'App\Controller\API\ApiAnniversairesController' shared autowired service.
  761.      *
  762.      * @return \App\Controller\API\ApiAnniversairesController
  763.      */
  764.     protected function getApiAnniversairesControllerService()
  765.     {
  766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  768.         include_once \dirname(__DIR__4).'/src/Controller/API/ApiAnniversairesController.php';
  769.         $this->services['App\\Controller\\API\\ApiAnniversairesController'] = $instance = new \App\Controller\API\ApiAnniversairesController(($this->privates['App\\Service\\ManageHome'] ?? $this->getManageHomeService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  770.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\API\\ApiAnniversairesController'$this));
  771.         return $instance;
  772.     }
  773.     /**
  774.      * Gets the public 'App\Controller\API\ApiAutorisationController' shared autowired service.
  775.      *
  776.      * @return \App\Controller\API\ApiAutorisationController
  777.      */
  778.     protected function getApiAutorisationControllerService()
  779.     {
  780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  782.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  783.         include_once \dirname(__DIR__4).'/src/Controller/API/ApiAutorisationController.php';
  784.         $this->services['App\\Controller\\API\\ApiAutorisationController'] = $instance = new \App\Controller\API\ApiAutorisationController(($this->privates['App\\Service\\ManageAutorisation'] ?? $this->getManageAutorisationService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  785.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\API\\ApiAutorisationController'$this));
  786.         return $instance;
  787.     }
  788.     /**
  789.      * Gets the public 'App\Controller\API\ApiBilanController' shared autowired service.
  790.      *
  791.      * @return \App\Controller\API\ApiBilanController
  792.      */
  793.     protected function getApiBilanControllerService()
  794.     {
  795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  797.         include_once \dirname(__DIR__4).'/src/Controller/API/ApiBilanController.php';
  798.         $this->services['App\\Controller\\API\\ApiBilanController'] = $instance = new \App\Controller\API\ApiBilanController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  799.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\API\\ApiBilanController'$this));
  800.         return $instance;
  801.     }
  802.     /**
  803.      * Gets the public 'App\Controller\API\ApiCRMController' shared autowired service.
  804.      *
  805.      * @return \App\Controller\API\ApiCRMController
  806.      */
  807.     protected function getApiCRMControllerService()
  808.     {
  809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  811.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  812.         include_once \dirname(__DIR__4).'/src/Controller/API/ApiCRMController.php';
  813.         $this->services['App\\Controller\\API\\ApiCRMController'] = $instance = new \App\Controller\API\ApiCRMController(($this->privates['App\\Service\\ManageOpportunityCRM'] ?? $this->getManageOpportunityCRMService()), ($this->privates['App\\Service\\Mailer'] ?? $this->getMailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  814.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\API\\ApiCRMController'$this));
  815.         return $instance;
  816.     }
  817.     /**
  818.      * Gets the public 'App\Controller\API\ApiCongeController' shared autowired service.
  819.      *
  820.      * @return \App\Controller\API\ApiCongeController
  821.      */
  822.     protected function getApiCongeControllerService()
  823.     {
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  826.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  827.         include_once \dirname(__DIR__4).'/src/Controller/API/ApiCongeController.php';
  828.         $this->services['App\\Controller\\API\\ApiCongeController'] = $instance = new \App\Controller\API\ApiCongeController(($this->privates['App\\Service\\ManageConge'] ?? $this->getManageCongeService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  829.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\API\\ApiCongeController'$this));
  830.         return $instance;
  831.     }
  832.     /**
  833.      * Gets the public 'App\Controller\API\ApiEventController' shared autowired service.
  834.      *
  835.      * @return \App\Controller\API\ApiEventController
  836.      */
  837.     protected function getApiEventControllerService()
  838.     {
  839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  840.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  841.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  842.         include_once \dirname(__DIR__4).'/src/Controller/API/ApiEventController.php';
  843.         $this->services['App\\Controller\\API\\ApiEventController'] = $instance = new \App\Controller\API\ApiEventController(($this->privates['App\\Service\\ManageEvent'] ?? $this->getManageEventService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  844.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\API\\ApiEventController'$this));
  845.         return $instance;
  846.     }
  847.     /**
  848.      * Gets the public 'App\Controller\API\ApiPresenceController' shared autowired service.
  849.      *
  850.      * @return \App\Controller\API\ApiPresenceController
  851.      */
  852.     protected function getApiPresenceControllerService()
  853.     {
  854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  856.         include_once \dirname(__DIR__4).'/src/Controller/API/ApiPresenceController.php';
  857.         $this->services['App\\Controller\\API\\ApiPresenceController'] = $instance = new \App\Controller\API\ApiPresenceController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  858.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\API\\ApiPresenceController'$this));
  859.         return $instance;
  860.     }
  861.     /**
  862.      * Gets the public 'App\Controller\API\ApiTeletravailController' shared autowired service.
  863.      *
  864.      * @return \App\Controller\API\ApiTeletravailController
  865.      */
  866.     protected function getApiTeletravailControllerService()
  867.     {
  868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  870.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  871.         include_once \dirname(__DIR__4).'/src/Controller/API/ApiTeletravailController.php';
  872.         $this->services['App\\Controller\\API\\ApiTeletravailController'] = $instance = new \App\Controller\API\ApiTeletravailController(($this->privates['App\\Service\\ManageTeleTravail'] ?? $this->getManageTeleTravailService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  873.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\API\\ApiTeletravailController'$this));
  874.         return $instance;
  875.     }
  876.     /**
  877.      * Gets the public 'App\Controller\API\ApiTokenDeviceController' shared autowired service.
  878.      *
  879.      * @return \App\Controller\API\ApiTokenDeviceController
  880.      */
  881.     protected function getApiTokenDeviceControllerService()
  882.     {
  883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  885.         include_once \dirname(__DIR__4).'/src/Controller/API/ApiTokenDeviceController.php';
  886.         $this->services['App\\Controller\\API\\ApiTokenDeviceController'] = $instance = new \App\Controller\API\ApiTokenDeviceController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  887.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\API\\ApiTokenDeviceController'$this));
  888.         return $instance;
  889.     }
  890.     /**
  891.      * Gets the public 'App\Controller\Actions\ActionsController' shared autowired service.
  892.      *
  893.      * @return \App\Controller\Actions\ActionsController
  894.      */
  895.     protected function getActionsControllerService()
  896.     {
  897.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  899.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  900.         include_once \dirname(__DIR__4).'/src/Controller/Actions/ActionsController.php';
  901.         include_once \dirname(__DIR__4).'/src/Service/CalculDureeAction.php';
  902.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  903.         $this->services['App\\Controller\\Actions\\ActionsController'] = $instance = new \App\Controller\Actions\ActionsController($a, ($this->privates['App\\Service\\ManageActions'] ?? $this->getManageActionsService()), new \App\Service\CalculDureeAction($a), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\ManageConge'] ?? $this->getManageCongeService()));
  904.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Actions\\ActionsController'$this));
  905.         return $instance;
  906.     }
  907.     /**
  908.      * Gets the public 'App\Controller\Actions\DelaisActionController' shared autowired service.
  909.      *
  910.      * @return \App\Controller\Actions\DelaisActionController
  911.      */
  912.     protected function getDelaisActionControllerService()
  913.     {
  914.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  916.         include_once \dirname(__DIR__4).'/src/Controller/Actions/DelaisActionController.php';
  917.         $this->services['App\\Controller\\Actions\\DelaisActionController'] = $instance = new \App\Controller\Actions\DelaisActionController();
  918.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Actions\\DelaisActionController'$this));
  919.         return $instance;
  920.     }
  921.     /**
  922.      * Gets the public 'App\Controller\Actions\ProjetModulesController' shared autowired service.
  923.      *
  924.      * @return \App\Controller\Actions\ProjetModulesController
  925.      */
  926.     protected function getProjetModulesControllerService()
  927.     {
  928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  929.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  930.         include_once \dirname(__DIR__4).'/src/Controller/Actions/ProjetModulesController.php';
  931.         include_once \dirname(__DIR__4).'/src/Service/ManageModules.php';
  932.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  933.         $this->services['App\\Controller\\Actions\\ProjetModulesController'] = $instance = new \App\Controller\Actions\ProjetModulesController($a, new \App\Service\ManageModules($a), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  934.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Actions\\ProjetModulesController'$this));
  935.         return $instance;
  936.     }
  937.     /**
  938.      * Gets the public 'App\Controller\Actions\ProjetsController' shared autowired service.
  939.      *
  940.      * @return \App\Controller\Actions\ProjetsController
  941.      */
  942.     protected function getProjetsControllerService()
  943.     {
  944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  946.         include_once \dirname(__DIR__4).'/src/Controller/Actions/ProjetsController.php';
  947.         include_once \dirname(__DIR__4).'/src/Service/ManageProjets.php';
  948.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  949.         $this->services['App\\Controller\\Actions\\ProjetsController'] = $instance = new \App\Controller\Actions\ProjetsController($a, new \App\Service\ManageProjets($a), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  950.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Actions\\ProjetsController'$this));
  951.         return $instance;
  952.     }
  953.     /**
  954.      * Gets the public 'App\Controller\Actions\TypesActionController' shared autowired service.
  955.      *
  956.      * @return \App\Controller\Actions\TypesActionController
  957.      */
  958.     protected function getTypesActionControllerService()
  959.     {
  960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  962.         include_once \dirname(__DIR__4).'/src/Controller/Actions/TypesActionController.php';
  963.         $this->services['App\\Controller\\Actions\\TypesActionController'] = $instance = new \App\Controller\Actions\TypesActionController();
  964.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Actions\\TypesActionController'$this));
  965.         return $instance;
  966.     }
  967.     /**
  968.      * Gets the public 'App\Controller\Administration\DirectionController' shared autowired service.
  969.      *
  970.      * @return \App\Controller\Administration\DirectionController
  971.      */
  972.     protected function getDirectionControllerService()
  973.     {
  974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  975.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  976.         include_once \dirname(__DIR__4).'/src/Controller/Administration/DirectionController.php';
  977.         $this->services['App\\Controller\\Administration\\DirectionController'] = $instance = new \App\Controller\Administration\DirectionController();
  978.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Administration\\DirectionController'$this));
  979.         return $instance;
  980.     }
  981.     /**
  982.      * Gets the public 'App\Controller\Administration\FonctionController' shared autowired service.
  983.      *
  984.      * @return \App\Controller\Administration\FonctionController
  985.      */
  986.     protected function getFonctionControllerService()
  987.     {
  988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  990.         include_once \dirname(__DIR__4).'/src/Controller/Administration/FonctionController.php';
  991.         $this->services['App\\Controller\\Administration\\FonctionController'] = $instance = new \App\Controller\Administration\FonctionController();
  992.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Administration\\FonctionController'$this));
  993.         return $instance;
  994.     }
  995.     /**
  996.      * Gets the public 'App\Controller\Administration\GroupeController' shared autowired service.
  997.      *
  998.      * @return \App\Controller\Administration\GroupeController
  999.      */
  1000.     protected function getGroupeControllerService()
  1001.     {
  1002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1004.         include_once \dirname(__DIR__4).'/src/Controller/Administration/GroupeController.php';
  1005.         $this->services['App\\Controller\\Administration\\GroupeController'] = $instance = new \App\Controller\Administration\GroupeController();
  1006.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Administration\\GroupeController'$this));
  1007.         return $instance;
  1008.     }
  1009.     /**
  1010.      * Gets the public 'App\Controller\Administration\SalleController' shared autowired service.
  1011.      *
  1012.      * @return \App\Controller\Administration\SalleController
  1013.      */
  1014.     protected function getSalleControllerService()
  1015.     {
  1016.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1018.         include_once \dirname(__DIR__4).'/src/Controller/Administration/SalleController.php';
  1019.         $this->services['App\\Controller\\Administration\\SalleController'] = $instance = new \App\Controller\Administration\SalleController();
  1020.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Administration\\SalleController'$this));
  1021.         return $instance;
  1022.     }
  1023.     /**
  1024.      * Gets the public 'App\Controller\Administration\ServiceController' shared autowired service.
  1025.      *
  1026.      * @return \App\Controller\Administration\ServiceController
  1027.      */
  1028.     protected function getServiceControllerService()
  1029.     {
  1030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1032.         include_once \dirname(__DIR__4).'/src/Controller/Administration/ServiceController.php';
  1033.         $this->services['App\\Controller\\Administration\\ServiceController'] = $instance = new \App\Controller\Administration\ServiceController();
  1034.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Administration\\ServiceController'$this));
  1035.         return $instance;
  1036.     }
  1037.     /**
  1038.      * Gets the public 'App\Controller\Administration\UserController' shared autowired service.
  1039.      *
  1040.      * @return \App\Controller\Administration\UserController
  1041.      */
  1042.     protected function getUserControllerService()
  1043.     {
  1044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1046.         include_once \dirname(__DIR__4).'/src/Controller/Administration/UserController.php';
  1047.         $this->services['App\\Controller\\Administration\\UserController'] = $instance = new \App\Controller\Administration\UserController();
  1048.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Administration\\UserController'$this));
  1049.         return $instance;
  1050.     }
  1051.     /**
  1052.      * Gets the public 'App\Controller\AutorisationProcess\AutorisationProcessController' shared autowired service.
  1053.      *
  1054.      * @return \App\Controller\AutorisationProcess\AutorisationProcessController
  1055.      */
  1056.     protected function getAutorisationProcessControllerService()
  1057.     {
  1058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1060.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  1061.         include_once \dirname(__DIR__4).'/src/Controller/AutorisationProcess/AutorisationProcessController.php';
  1062.         $this->services['App\\Controller\\AutorisationProcess\\AutorisationProcessController'] = $instance = new \App\Controller\AutorisationProcess\AutorisationProcessController(($this->privates['App\\Service\\ManageAutorisation'] ?? $this->getManageAutorisationService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1063.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\AutorisationProcess\\AutorisationProcessController'$this));
  1064.         return $instance;
  1065.     }
  1066.     /**
  1067.      * Gets the public 'App\Controller\Bilan\BilanController' shared autowired service.
  1068.      *
  1069.      * @return \App\Controller\Bilan\BilanController
  1070.      */
  1071.     protected function getBilanControllerService()
  1072.     {
  1073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1075.         include_once \dirname(__DIR__4).'/src/Controller/Bilan/BilanController.php';
  1076.         $this->services['App\\Controller\\Bilan\\BilanController'] = $instance = new \App\Controller\Bilan\BilanController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1077.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Bilan\\BilanController'$this));
  1078.         return $instance;
  1079.     }
  1080.     /**
  1081.      * Gets the public 'App\Controller\CRM\ClientController' shared autowired service.
  1082.      *
  1083.      * @return \App\Controller\CRM\ClientController
  1084.      */
  1085.     protected function getClientControllerService()
  1086.     {
  1087.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1089.         include_once \dirname(__DIR__4).'/src/Controller/CRM/ClientController.php';
  1090.         $this->services['App\\Controller\\CRM\\ClientController'] = $instance = new \App\Controller\CRM\ClientController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()));
  1091.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CRM\\ClientController'$this));
  1092.         return $instance;
  1093.     }
  1094.     /**
  1095.      * Gets the public 'App\Controller\CRM\ContactController' shared autowired service.
  1096.      *
  1097.      * @return \App\Controller\CRM\ContactController
  1098.      */
  1099.     protected function getContactControllerService()
  1100.     {
  1101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1103.         include_once \dirname(__DIR__4).'/src/Controller/CRM/ContactController.php';
  1104.         $this->services['App\\Controller\\CRM\\ContactController'] = $instance = new \App\Controller\CRM\ContactController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1105.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CRM\\ContactController'$this));
  1106.         return $instance;
  1107.     }
  1108.     /**
  1109.      * Gets the public 'App\Controller\CRM\DashboardCRMController' shared autowired service.
  1110.      *
  1111.      * @return \App\Controller\CRM\DashboardCRMController
  1112.      */
  1113.     protected function getDashboardCRMControllerService()
  1114.     {
  1115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1117.         include_once \dirname(__DIR__4).'/src/Controller/CRM/DashboardCRMController.php';
  1118.         $this->services['App\\Controller\\CRM\\DashboardCRMController'] = $instance = new \App\Controller\CRM\DashboardCRMController(($this->privates['App\\Service\\ManageOpportunityCRM'] ?? $this->getManageOpportunityCRMService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1119.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CRM\\DashboardCRMController'$this));
  1120.         return $instance;
  1121.     }
  1122.     /**
  1123.      * Gets the public 'App\Controller\CRM\OpportunityCRMController' shared autowired service.
  1124.      *
  1125.      * @return \App\Controller\CRM\OpportunityCRMController
  1126.      */
  1127.     protected function getOpportunityCRMControllerService()
  1128.     {
  1129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1130.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1131.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  1132.         include_once \dirname(__DIR__4).'/src/Controller/CRM/OpportunityCRMController.php';
  1133.         $this->services['App\\Controller\\CRM\\OpportunityCRMController'] = $instance = new \App\Controller\CRM\OpportunityCRMController(($this->privates['App\\Service\\ManageOpportunityCRM'] ?? $this->getManageOpportunityCRMService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\Mailer'] ?? $this->getMailerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1134.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CRM\\OpportunityCRMController'$this));
  1135.         return $instance;
  1136.     }
  1137.     /**
  1138.      * Gets the public 'App\Controller\Calendrier\CalendrierController' shared autowired service.
  1139.      *
  1140.      * @return \App\Controller\Calendrier\CalendrierController
  1141.      */
  1142.     protected function getCalendrierControllerService()
  1143.     {
  1144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1146.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  1147.         include_once \dirname(__DIR__4).'/src/Controller/Calendrier/CalendrierController.php';
  1148.         $this->services['App\\Controller\\Calendrier\\CalendrierController'] = $instance = new \App\Controller\Calendrier\CalendrierController(($this->privates['App\\Service\\ManageEvent'] ?? $this->getManageEventService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1149.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Calendrier\\CalendrierController'$this));
  1150.         return $instance;
  1151.     }
  1152.     /**
  1153.      * Gets the public 'App\Controller\CongeProcess\CongeProcessController' shared autowired service.
  1154.      *
  1155.      * @return \App\Controller\CongeProcess\CongeProcessController
  1156.      */
  1157.     protected function getCongeProcessControllerService()
  1158.     {
  1159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1161.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  1162.         include_once \dirname(__DIR__4).'/src/Controller/CongeProcess/CongeProcessController.php';
  1163.         $this->services['App\\Controller\\CongeProcess\\CongeProcessController'] = $instance = new \App\Controller\CongeProcess\CongeProcessController(($this->privates['App\\Service\\ManageConge'] ?? $this->getManageCongeService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1164.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\CongeProcess\\CongeProcessController'$this));
  1165.         return $instance;
  1166.     }
  1167.     /**
  1168.      * Gets the public 'App\Controller\FastConnexionController' shared autowired service.
  1169.      *
  1170.      * @return \App\Controller\FastConnexionController
  1171.      */
  1172.     protected function getFastConnexionControllerService()
  1173.     {
  1174.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1176.         include_once \dirname(__DIR__4).'/src/Controller/FastConnexionController.php';
  1177.         $this->services['App\\Controller\\FastConnexionController'] = $instance = new \App\Controller\FastConnexionController();
  1178.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\FastConnexionController'$this));
  1179.         return $instance;
  1180.     }
  1181.     /**
  1182.      * Gets the public 'App\Controller\GRH\FunctionalityRHController' shared autowired service.
  1183.      *
  1184.      * @return \App\Controller\GRH\FunctionalityRHController
  1185.      */
  1186.     protected function getFunctionalityRHControllerService()
  1187.     {
  1188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1190.         include_once \dirname(__DIR__4).'/src/Controller/GRH/FunctionalityRHController.php';
  1191.         $this->services['App\\Controller\\GRH\\FunctionalityRHController'] = $instance = new \App\Controller\GRH\FunctionalityRHController();
  1192.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\GRH\\FunctionalityRHController'$this));
  1193.         return $instance;
  1194.     }
  1195.     /**
  1196.      * Gets the public 'App\Controller\GRH\OrganigrammeRHController' shared autowired service.
  1197.      *
  1198.      * @return \App\Controller\GRH\OrganigrammeRHController
  1199.      */
  1200.     protected function getOrganigrammeRHControllerService()
  1201.     {
  1202.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1204.         include_once \dirname(__DIR__4).'/src/Controller/GRH/OrganigrammeRHController.php';
  1205.         $this->services['App\\Controller\\GRH\\OrganigrammeRHController'] = $instance = new \App\Controller\GRH\OrganigrammeRHController();
  1206.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\GRH\\OrganigrammeRHController'$this));
  1207.         return $instance;
  1208.     }
  1209.     /**
  1210.      * Gets the public 'App\Controller\GRH\ProcessRHController' shared autowired service.
  1211.      *
  1212.      * @return \App\Controller\GRH\ProcessRHController
  1213.      */
  1214.     protected function getProcessRHControllerService()
  1215.     {
  1216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1218.         include_once \dirname(__DIR__4).'/src/Controller/GRH/ProcessRHController.php';
  1219.         $this->services['App\\Controller\\GRH\\ProcessRHController'] = $instance = new \App\Controller\GRH\ProcessRHController();
  1220.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\GRH\\ProcessRHController'$this));
  1221.         return $instance;
  1222.     }
  1223.     /**
  1224.      * Gets the public 'App\Controller\Hierarchie\InterimTemporaireController' shared autowired service.
  1225.      *
  1226.      * @return \App\Controller\Hierarchie\InterimTemporaireController
  1227.      */
  1228.     protected function getInterimTemporaireControllerService()
  1229.     {
  1230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1232.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  1233.         include_once \dirname(__DIR__4).'/src/Controller/Hierarchie/InterimTemporaireController.php';
  1234.         $this->services['App\\Controller\\Hierarchie\\InterimTemporaireController'] = $instance = new \App\Controller\Hierarchie\InterimTemporaireController();
  1235.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Hierarchie\\InterimTemporaireController'$this));
  1236.         return $instance;
  1237.     }
  1238.     /**
  1239.      * Gets the public 'App\Controller\Hierarchie\ResponsableController' shared autowired service.
  1240.      *
  1241.      * @return \App\Controller\Hierarchie\ResponsableController
  1242.      */
  1243.     protected function getResponsableControllerService()
  1244.     {
  1245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1247.         include_once \dirname(__DIR__4).'/src/Controller/Hierarchie/ResponsableController.php';
  1248.         $this->services['App\\Controller\\Hierarchie\\ResponsableController'] = $instance = new \App\Controller\Hierarchie\ResponsableController();
  1249.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Hierarchie\\ResponsableController'$this));
  1250.         return $instance;
  1251.     }
  1252.     /**
  1253.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  1254.      *
  1255.      * @return \App\Controller\HomeController
  1256.      */
  1257.     protected function getHomeControllerService()
  1258.     {
  1259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1260.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1261.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  1262.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ManageHome'] ?? $this->getManageHomeService()), ($this->privates['App\\Service\\ManageConge'] ?? $this->getManageCongeService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1263.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\HomeController'$this));
  1264.         return $instance;
  1265.     }
  1266.     /**
  1267.      * Gets the public 'App\Controller\HoraireAdministratif\HeureTravailController' shared autowired service.
  1268.      *
  1269.      * @return \App\Controller\HoraireAdministratif\HeureTravailController
  1270.      */
  1271.     protected function getHeureTravailControllerService()
  1272.     {
  1273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1274.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1275.         include_once \dirname(__DIR__4).'/src/Controller/HoraireAdministratif/HeureTravailController.php';
  1276.         $this->services['App\\Controller\\HoraireAdministratif\\HeureTravailController'] = $instance = new \App\Controller\HoraireAdministratif\HeureTravailController();
  1277.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\HoraireAdministratif\\HeureTravailController'$this));
  1278.         return $instance;
  1279.     }
  1280.     /**
  1281.      * Gets the public 'App\Controller\HoraireAdministratif\JourFeriesController' shared autowired service.
  1282.      *
  1283.      * @return \App\Controller\HoraireAdministratif\JourFeriesController
  1284.      */
  1285.     protected function getJourFeriesControllerService()
  1286.     {
  1287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1289.         include_once \dirname(__DIR__4).'/src/Controller/HoraireAdministratif/JourFeriesController.php';
  1290.         $this->services['App\\Controller\\HoraireAdministratif\\JourFeriesController'] = $instance = new \App\Controller\HoraireAdministratif\JourFeriesController();
  1291.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\HoraireAdministratif\\JourFeriesController'$this));
  1292.         return $instance;
  1293.     }
  1294.     /**
  1295.      * Gets the public 'App\Controller\HoraireAdministratif\PlanificationSemaineController' shared autowired service.
  1296.      *
  1297.      * @return \App\Controller\HoraireAdministratif\PlanificationSemaineController
  1298.      */
  1299.     protected function getPlanificationSemaineControllerService()
  1300.     {
  1301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1302.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1303.         include_once \dirname(__DIR__4).'/src/Controller/HoraireAdministratif/PlanificationSemaineController.php';
  1304.         $this->services['App\\Controller\\HoraireAdministratif\\PlanificationSemaineController'] = $instance = new \App\Controller\HoraireAdministratif\PlanificationSemaineController();
  1305.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\HoraireAdministratif\\PlanificationSemaineController'$this));
  1306.         return $instance;
  1307.     }
  1308.     /**
  1309.      * Gets the public 'App\Controller\HoraireAdministratif\SeanceTravailController' shared autowired service.
  1310.      *
  1311.      * @return \App\Controller\HoraireAdministratif\SeanceTravailController
  1312.      */
  1313.     protected function getSeanceTravailControllerService()
  1314.     {
  1315.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1316.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1317.         include_once \dirname(__DIR__4).'/src/Controller/HoraireAdministratif/SeanceTravailController.php';
  1318.         $this->services['App\\Controller\\HoraireAdministratif\\SeanceTravailController'] = $instance = new \App\Controller\HoraireAdministratif\SeanceTravailController();
  1319.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\HoraireAdministratif\\SeanceTravailController'$this));
  1320.         return $instance;
  1321.     }
  1322.     /**
  1323.      * Gets the public 'App\Controller\MainController' shared autowired service.
  1324.      *
  1325.      * @return \App\Controller\MainController
  1326.      */
  1327.     protected function getMainControllerService()
  1328.     {
  1329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1331.         include_once \dirname(__DIR__4).'/src/Controller/MainController.php';
  1332.         $this->services['App\\Controller\\MainController'] = $instance = new \App\Controller\MainController();
  1333.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\MainController'$this));
  1334.         return $instance;
  1335.     }
  1336.     /**
  1337.      * Gets the public 'App\Controller\ParametrageCRM\DescriptionCRMController' shared autowired service.
  1338.      *
  1339.      * @return \App\Controller\ParametrageCRM\DescriptionCRMController
  1340.      */
  1341.     protected function getDescriptionCRMControllerService()
  1342.     {
  1343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1345.         include_once \dirname(__DIR__4).'/src/Controller/ParametrageCRM/DescriptionCRMController.php';
  1346.         $this->services['App\\Controller\\ParametrageCRM\\DescriptionCRMController'] = $instance = new \App\Controller\ParametrageCRM\DescriptionCRMController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1347.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParametrageCRM\\DescriptionCRMController'$this));
  1348.         return $instance;
  1349.     }
  1350.     /**
  1351.      * Gets the public 'App\Controller\ParametrageCRM\DureeActionCRMController' shared autowired service.
  1352.      *
  1353.      * @return \App\Controller\ParametrageCRM\DureeActionCRMController
  1354.      */
  1355.     protected function getDureeActionCRMControllerService()
  1356.     {
  1357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1359.         include_once \dirname(__DIR__4).'/src/Controller/ParametrageCRM/DureeActionCRMController.php';
  1360.         $this->services['App\\Controller\\ParametrageCRM\\DureeActionCRMController'] = $instance = new \App\Controller\ParametrageCRM\DureeActionCRMController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1361.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParametrageCRM\\DureeActionCRMController'$this));
  1362.         return $instance;
  1363.     }
  1364.     /**
  1365.      * Gets the public 'App\Controller\ParametrageCRM\FunctionalityCRMController' shared autowired service.
  1366.      *
  1367.      * @return \App\Controller\ParametrageCRM\FunctionalityCRMController
  1368.      */
  1369.     protected function getFunctionalityCRMControllerService()
  1370.     {
  1371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1373.         include_once \dirname(__DIR__4).'/src/Controller/ParametrageCRM/FunctionalityCRMController.php';
  1374.         $this->services['App\\Controller\\ParametrageCRM\\FunctionalityCRMController'] = $instance = new \App\Controller\ParametrageCRM\FunctionalityCRMController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1375.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParametrageCRM\\FunctionalityCRMController'$this));
  1376.         return $instance;
  1377.     }
  1378.     /**
  1379.      * Gets the public 'App\Controller\ParametrageCRM\OrganigrammeCRMController' shared autowired service.
  1380.      *
  1381.      * @return \App\Controller\ParametrageCRM\OrganigrammeCRMController
  1382.      */
  1383.     protected function getOrganigrammeCRMControllerService()
  1384.     {
  1385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1387.         include_once \dirname(__DIR__4).'/src/Controller/ParametrageCRM/OrganigrammeCRMController.php';
  1388.         $this->services['App\\Controller\\ParametrageCRM\\OrganigrammeCRMController'] = $instance = new \App\Controller\ParametrageCRM\OrganigrammeCRMController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\CheckValidOrganigrammeCRM'] ?? $this->getCheckValidOrganigrammeCRMService()));
  1389.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParametrageCRM\\OrganigrammeCRMController'$this));
  1390.         return $instance;
  1391.     }
  1392.     /**
  1393.      * Gets the public 'App\Controller\ParametrageCRM\ProcessCRMController' shared autowired service.
  1394.      *
  1395.      * @return \App\Controller\ParametrageCRM\ProcessCRMController
  1396.      */
  1397.     protected function getProcessCRMControllerService()
  1398.     {
  1399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1401.         include_once \dirname(__DIR__4).'/src/Controller/ParametrageCRM/ProcessCRMController.php';
  1402.         $this->services['App\\Controller\\ParametrageCRM\\ProcessCRMController'] = $instance = new \App\Controller\ParametrageCRM\ProcessCRMController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1403.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParametrageCRM\\ProcessCRMController'$this));
  1404.         return $instance;
  1405.     }
  1406.     /**
  1407.      * Gets the public 'App\Controller\ParametrageCRM\VersionProcessCRMController' shared autowired service.
  1408.      *
  1409.      * @return \App\Controller\ParametrageCRM\VersionProcessCRMController
  1410.      */
  1411.     protected function getVersionProcessCRMControllerService()
  1412.     {
  1413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1415.         include_once \dirname(__DIR__4).'/src/Controller/ParametrageCRM/VersionProcessCRMController.php';
  1416.         $this->services['App\\Controller\\ParametrageCRM\\VersionProcessCRMController'] = $instance = new \App\Controller\ParametrageCRM\VersionProcessCRMController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\CheckValidOrganigrammeCRM'] ?? $this->getCheckValidOrganigrammeCRMService()));
  1417.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParametrageCRM\\VersionProcessCRMController'$this));
  1418.         return $instance;
  1419.     }
  1420.     /**
  1421.      * Gets the public 'App\Controller\ParametrageConge\CategoryCongeController' shared autowired service.
  1422.      *
  1423.      * @return \App\Controller\ParametrageConge\CategoryCongeController
  1424.      */
  1425.     protected function getCategoryCongeControllerService()
  1426.     {
  1427.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1429.         include_once \dirname(__DIR__4).'/src/Controller/ParametrageConge/CategoryCongeController.php';
  1430.         $this->services['App\\Controller\\ParametrageConge\\CategoryCongeController'] = $instance = new \App\Controller\ParametrageConge\CategoryCongeController();
  1431.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParametrageConge\\CategoryCongeController'$this));
  1432.         return $instance;
  1433.     }
  1434.     /**
  1435.      * Gets the public 'App\Controller\ParametrageConge\ConfigCongeController' shared autowired service.
  1436.      *
  1437.      * @return \App\Controller\ParametrageConge\ConfigCongeController
  1438.      */
  1439.     protected function getConfigCongeControllerService()
  1440.     {
  1441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1442.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1443.         include_once \dirname(__DIR__4).'/src/Controller/ParametrageConge/ConfigCongeController.php';
  1444.         $this->services['App\\Controller\\ParametrageConge\\ConfigCongeController'] = $instance = new \App\Controller\ParametrageConge\ConfigCongeController();
  1445.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParametrageConge\\ConfigCongeController'$this));
  1446.         return $instance;
  1447.     }
  1448.     /**
  1449.      * Gets the public 'App\Controller\ParametrageConge\SoldeAnnuelController' shared autowired service.
  1450.      *
  1451.      * @return \App\Controller\ParametrageConge\SoldeAnnuelController
  1452.      */
  1453.     protected function getSoldeAnnuelControllerService()
  1454.     {
  1455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1457.         include_once \dirname(__DIR__4).'/src/Controller/ParametrageConge/SoldeAnnuelController.php';
  1458.         $this->services['App\\Controller\\ParametrageConge\\SoldeAnnuelController'] = $instance = new \App\Controller\ParametrageConge\SoldeAnnuelController(($this->privates['App\\Service\\ManageCalculRealSolde'] ?? $this->getManageCalculRealSoldeService()));
  1459.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParametrageConge\\SoldeAnnuelController'$this));
  1460.         return $instance;
  1461.     }
  1462.     /**
  1463.      * Gets the public 'App\Controller\ParametrageConge\SoldeCirconstanceController' shared autowired service.
  1464.      *
  1465.      * @return \App\Controller\ParametrageConge\SoldeCirconstanceController
  1466.      */
  1467.     protected function getSoldeCirconstanceControllerService()
  1468.     {
  1469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1471.         include_once \dirname(__DIR__4).'/src/Controller/ParametrageConge/SoldeCirconstanceController.php';
  1472.         $this->services['App\\Controller\\ParametrageConge\\SoldeCirconstanceController'] = $instance = new \App\Controller\ParametrageConge\SoldeCirconstanceController();
  1473.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParametrageConge\\SoldeCirconstanceController'$this));
  1474.         return $instance;
  1475.     }
  1476.     /**
  1477.      * Gets the public 'App\Controller\ParametrageConge\SoldeCongeController' shared autowired service.
  1478.      *
  1479.      * @return \App\Controller\ParametrageConge\SoldeCongeController
  1480.      */
  1481.     protected function getSoldeCongeControllerService()
  1482.     {
  1483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1485.         include_once \dirname(__DIR__4).'/src/Controller/ParametrageConge/SoldeCongeController.php';
  1486.         $this->services['App\\Controller\\ParametrageConge\\SoldeCongeController'] = $instance = new \App\Controller\ParametrageConge\SoldeCongeController();
  1487.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ParametrageConge\\SoldeCongeController'$this));
  1488.         return $instance;
  1489.     }
  1490.     /**
  1491.      * Gets the public 'App\Controller\ProfilController' shared autowired service.
  1492.      *
  1493.      * @return \App\Controller\ProfilController
  1494.      */
  1495.     protected function getProfilControllerService()
  1496.     {
  1497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1499.         include_once \dirname(__DIR__4).'/src/Controller/ProfilController.php';
  1500.         $this->services['App\\Controller\\ProfilController'] = $instance = new \App\Controller\ProfilController();
  1501.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\ProfilController'$this));
  1502.         return $instance;
  1503.     }
  1504.     /**
  1505.      * Gets the public 'App\Controller\Security\ResettingController' shared autowired service.
  1506.      *
  1507.      * @return \App\Controller\Security\ResettingController
  1508.      */
  1509.     protected function getResettingControllerService()
  1510.     {
  1511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1513.         include_once \dirname(__DIR__4).'/src/Controller/Security/ResettingController.php';
  1514.         $this->services['App\\Controller\\Security\\ResettingController'] = $instance = new \App\Controller\Security\ResettingController(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()));
  1515.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Security\\ResettingController'$this));
  1516.         return $instance;
  1517.     }
  1518.     /**
  1519.      * Gets the public 'App\Controller\Security\SecurityController' shared autowired service.
  1520.      *
  1521.      * @return \App\Controller\Security\SecurityController
  1522.      */
  1523.     protected function getSecurityControllerService()
  1524.     {
  1525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1527.         include_once \dirname(__DIR__4).'/src/Controller/Security/SecurityController.php';
  1528.         $this->services['App\\Controller\\Security\\SecurityController'] = $instance = new \App\Controller\Security\SecurityController();
  1529.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Security\\SecurityController'$this));
  1530.         return $instance;
  1531.     }
  1532.     /**
  1533.      * Gets the public 'App\Controller\Security\SessionIdleHandler' shared autowired service.
  1534.      *
  1535.      * @return \App\Controller\Security\SessionIdleHandler
  1536.      */
  1537.     protected function getSessionIdleHandlerService()
  1538.     {
  1539.         include_once \dirname(__DIR__4).'/src/Controller/Security/SessionIdleHandler.php';
  1540.         return $this->services['App\\Controller\\Security\\SessionIdleHandler'] = new \App\Controller\Security\SessionIdleHandler(($this->services['session'] ?? $this->getSessionService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()));
  1541.     }
  1542.     /**
  1543.      * Gets the public 'App\Controller\Stocks\FournisseurController' shared autowired service.
  1544.      *
  1545.      * @return \App\Controller\Stocks\FournisseurController
  1546.      */
  1547.     protected function getFournisseurControllerService()
  1548.     {
  1549.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1551.         include_once \dirname(__DIR__4).'/src/Controller/Stocks/FournisseurController.php';
  1552.         $this->services['App\\Controller\\Stocks\\FournisseurController'] = $instance = new \App\Controller\Stocks\FournisseurController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()));
  1553.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Stocks\\FournisseurController'$this));
  1554.         return $instance;
  1555.     }
  1556.     /**
  1557.      * Gets the public 'App\Controller\Stocks\MarqueController' shared autowired service.
  1558.      *
  1559.      * @return \App\Controller\Stocks\MarqueController
  1560.      */
  1561.     protected function getMarqueControllerService()
  1562.     {
  1563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1565.         include_once \dirname(__DIR__4).'/src/Controller/Stocks/MarqueController.php';
  1566.         $this->services['App\\Controller\\Stocks\\MarqueController'] = $instance = new \App\Controller\Stocks\MarqueController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()));
  1567.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Stocks\\MarqueController'$this));
  1568.         return $instance;
  1569.     }
  1570.     /**
  1571.      * Gets the public 'App\Controller\Stocks\MineStocksController' shared autowired service.
  1572.      *
  1573.      * @return \App\Controller\Stocks\MineStocksController
  1574.      */
  1575.     protected function getMineStocksControllerService()
  1576.     {
  1577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1579.         include_once \dirname(__DIR__4).'/src/Controller/Stocks/MineStocksController.php';
  1580.         $this->services['App\\Controller\\Stocks\\MineStocksController'] = $instance = new \App\Controller\Stocks\MineStocksController(($this->privates['App\\Service\\ManageStock'] ?? $this->getManageStockService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()));
  1581.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Stocks\\MineStocksController'$this));
  1582.         return $instance;
  1583.     }
  1584.     /**
  1585.      * Gets the public 'App\Controller\Stocks\ModeleController' shared autowired service.
  1586.      *
  1587.      * @return \App\Controller\Stocks\ModeleController
  1588.      */
  1589.     protected function getModeleControllerService()
  1590.     {
  1591.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1592.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1593.         include_once \dirname(__DIR__4).'/src/Controller/Stocks/ModeleController.php';
  1594.         $this->services['App\\Controller\\Stocks\\ModeleController'] = $instance = new \App\Controller\Stocks\ModeleController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()));
  1595.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Stocks\\ModeleController'$this));
  1596.         return $instance;
  1597.     }
  1598.     /**
  1599.      * Gets the public 'App\Controller\Stocks\ParcInformatiqueController' shared autowired service.
  1600.      *
  1601.      * @return \App\Controller\Stocks\ParcInformatiqueController
  1602.      */
  1603.     protected function getParcInformatiqueControllerService()
  1604.     {
  1605.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1607.         include_once \dirname(__DIR__4).'/src/Controller/Stocks/ParcInformatiqueController.php';
  1608.         $this->services['App\\Controller\\Stocks\\ParcInformatiqueController'] = $instance = new \App\Controller\Stocks\ParcInformatiqueController(($this->privates['App\\Service\\ManageStock'] ?? $this->getManageStockService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['validator'] ?? $this->getValidatorService()));
  1609.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\Stocks\\ParcInformatiqueController'$this));
  1610.         return $instance;
  1611.     }
  1612.     /**
  1613.      * Gets the public 'App\Controller\TeleTravailProcess\TeleTravailProcessController' shared autowired service.
  1614.      *
  1615.      * @return \App\Controller\TeleTravailProcess\TeleTravailProcessController
  1616.      */
  1617.     protected function getTeleTravailProcessControllerService()
  1618.     {
  1619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1621.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  1622.         include_once \dirname(__DIR__4).'/src/Controller/TeleTravailProcess/TeleTravailProcessController.php';
  1623.         $this->services['App\\Controller\\TeleTravailProcess\\TeleTravailProcessController'] = $instance = new \App\Controller\TeleTravailProcess\TeleTravailProcessController(($this->privates['App\\Service\\ManageTeleTravail'] ?? $this->getManageTeleTravailService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1624.         $instance->setContainer(($this->privates['.service_locator.vdmMuyE'] ?? $this->get_ServiceLocator_VdmMuyEService())->withContext('App\\Controller\\TeleTravailProcess\\TeleTravailProcessController'$this));
  1625.         return $instance;
  1626.     }
  1627.     /**
  1628.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1629.      *
  1630.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1631.      */
  1632.     protected function getRedirectControllerService()
  1633.     {
  1634.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1635.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1636.     }
  1637.     /**
  1638.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1639.      *
  1640.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1641.      */
  1642.     protected function getTemplateControllerService()
  1643.     {
  1644.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1645.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  1646.     }
  1647.     /**
  1648.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  1649.      *
  1650.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  1651.      */
  1652.     protected function getBase64NamerService()
  1653.     {
  1654.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1655.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1656.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1657.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  1658.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  1659.     }
  1660.     /**
  1661.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  1662.      *
  1663.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  1664.      */
  1665.     protected function getCurrentDateTimeDirectoryNamerService()
  1666.     {
  1667.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1669.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  1670.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  1671.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  1672.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1673.     }
  1674.     /**
  1675.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  1676.      *
  1677.      * @return \Vich\UploaderBundle\Naming\HashNamer
  1678.      */
  1679.     protected function getHashNamerService()
  1680.     {
  1681.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1682.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1683.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1684.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  1685.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  1686.     }
  1687.     /**
  1688.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  1689.      *
  1690.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  1691.      */
  1692.     protected function getOrignameNamerService()
  1693.     {
  1694.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1695.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1696.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  1697.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1698.     }
  1699.     /**
  1700.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  1701.      *
  1702.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  1703.      */
  1704.     protected function getPropertyDirectoryNamerService()
  1705.     {
  1706.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1708.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  1709.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1710.     }
  1711.     /**
  1712.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  1713.      *
  1714.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  1715.      */
  1716.     protected function getPropertyNamerService()
  1717.     {
  1718.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1719.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1720.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1721.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  1722.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1723.     }
  1724.     /**
  1725.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  1726.      *
  1727.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1728.      */
  1729.     protected function getSmartUniqueNamerService()
  1730.     {
  1731.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1732.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1733.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1734.     }
  1735.     /**
  1736.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  1737.      *
  1738.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  1739.      */
  1740.     protected function getSubdirDirectoryNamerService()
  1741.     {
  1742.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1743.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1744.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  1745.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  1746.     }
  1747.     /**
  1748.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  1749.      *
  1750.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1751.      */
  1752.     protected function getUniqidNamerService()
  1753.     {
  1754.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1755.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1757.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1758.     }
  1759.     /**
  1760.      * Gets the public 'api_platform.action.documentation' shared service.
  1761.      *
  1762.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  1763.      */
  1764.     protected function getApiPlatform_Action_DocumentationService()
  1765.     {
  1766.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  1767.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()));
  1768.     }
  1769.     /**
  1770.      * Gets the public 'api_platform.action.entrypoint' shared service.
  1771.      *
  1772.      * @return \ApiPlatform\Action\EntrypointAction
  1773.      */
  1774.     protected function getApiPlatform_Action_EntrypointService()
  1775.     {
  1776.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  1777.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1778.     }
  1779.     /**
  1780.      * Gets the public 'api_platform.action.exception' shared service.
  1781.      *
  1782.      * @return \ApiPlatform\Action\ExceptionAction
  1783.      */
  1784.     protected function getApiPlatform_Action_ExceptionService()
  1785.     {
  1786.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  1787.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->services['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status'], ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1788.     }
  1789.     /**
  1790.      * Gets the public 'api_platform.action.not_exposed' shared service.
  1791.      *
  1792.      * @return \ApiPlatform\Action\NotExposedAction
  1793.      */
  1794.     protected function getApiPlatform_Action_NotExposedService()
  1795.     {
  1796.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  1797.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  1798.     }
  1799.     /**
  1800.      * Gets the public 'api_platform.action.not_found' shared service.
  1801.      *
  1802.      * @return \ApiPlatform\Action\NotFoundAction
  1803.      */
  1804.     protected function getApiPlatform_Action_NotFoundService()
  1805.     {
  1806.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  1807.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  1808.     }
  1809.     /**
  1810.      * Gets the public 'api_platform.action.placeholder' shared service.
  1811.      *
  1812.      * @return \ApiPlatform\Action\PlaceholderAction
  1813.      */
  1814.     protected function getApiPlatform_Action_PlaceholderService()
  1815.     {
  1816.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  1817.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  1818.     }
  1819.     /**
  1820.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  1821.      *
  1822.      * @return \ApiPlatform\JsonLd\Action\ContextAction
  1823.      */
  1824.     protected function getApiPlatform_Jsonld_Action_ContextService()
  1825.     {
  1826.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  1827.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1828.     }
  1829.     /**
  1830.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  1831.      *
  1832.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  1833.      */
  1834.     protected function getApiPlatform_Swagger_Action_UiService()
  1835.     {
  1836.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  1837.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), '''''0.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''''', [], truetruetruefalsefalsefalse$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
  1838.     }
  1839.     /**
  1840.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  1841.      *
  1842.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  1843.      */
  1844.     protected function getApiPlatform_SwaggerUi_ActionService()
  1845.     {
  1846.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  1847.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  1848.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truetruetruefalsefalsefalseNULL, []), $this->parameters['api_platform.formats'], ''''false);
  1849.     }
  1850.     /**
  1851.      * Gets the public 'app.reset_pwd' shared service.
  1852.      *
  1853.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  1854.      */
  1855.     protected function getApp_ResetPwdService()
  1856.     {
  1857.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  1858.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  1859.         return $this->services['app.reset_pwd'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_registration_form''FOS\\UserBundle\\Form\\Type\\RegistrationFormType'$this->parameters['fos_user.registration.form.validation_groups']);
  1860.     }
  1861.     /**
  1862.      * Gets the public 'cache.app' shared service.
  1863.      *
  1864.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1865.      */
  1866.     protected function getCache_AppService()
  1867.     {
  1868.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ASwNVvd23G'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1869.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1870.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1871.     }
  1872.     /**
  1873.      * Gets the public 'cache.app_clearer' shared service.
  1874.      *
  1875.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1876.      */
  1877.     protected function getCache_AppClearerService()
  1878.     {
  1879.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1881.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1882.     }
  1883.     /**
  1884.      * Gets the public 'cache.global_clearer' shared service.
  1885.      *
  1886.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1887.      */
  1888.     protected function getCache_GlobalClearerService()
  1889.     {
  1890.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1891.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1892.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  1893.     }
  1894.     /**
  1895.      * Gets the public 'cache.system' shared service.
  1896.      *
  1897.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1898.      */
  1899.     protected function getCache_SystemService()
  1900.     {
  1901.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('W0XCnpxM86'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1902.     }
  1903.     /**
  1904.      * Gets the public 'cache.system_clearer' shared service.
  1905.      *
  1906.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1907.      */
  1908.     protected function getCache_SystemClearerService()
  1909.     {
  1910.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1911.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1912.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  1913.     }
  1914.     /**
  1915.      * Gets the public 'cache_clearer' shared service.
  1916.      *
  1917.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1918.      */
  1919.     protected function getCacheClearerService()
  1920.     {
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1923.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1924.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1925.         }, 1));
  1926.     }
  1927.     /**
  1928.      * Gets the public 'cache_warmer' shared service.
  1929.      *
  1930.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1931.      */
  1932.     protected function getCacheWarmerService()
  1933.     {
  1934.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1936.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1937.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  1938.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1939.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1940.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1941.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1942.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1943.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  1944.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1945.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1946.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  1947.         }, 10), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  1948.     }
  1949.     /**
  1950.      * Gets the public 'console.command_loader' shared service.
  1951.      *
  1952.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1953.      */
  1954.     protected function getConsole_CommandLoaderService()
  1955.     {
  1956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1958.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1959.             'App\\Command\\AddYearSoldeCommand' => ['privates''App\\Command\\AddYearSoldeCommand''getAddYearSoldeCommandService'false],
  1960.             'App\\Command\\AnnifContratCommand' => ['privates''App\\Command\\AnnifContratCommand''getAnnifContratCommandService'false],
  1961.             'App\\Command\\BilanCommand' => ['privates''App\\Command\\BilanCommand''getBilanCommandService'false],
  1962.             'App\\Command\\CalculRealSoldeCommand' => ['privates''App\\Command\\CalculRealSoldeCommand''getCalculRealSoldeCommandService'false],
  1963.             'App\\Command\\DisableTemporaryInterimCommand' => ['privates''App\\Command\\DisableTemporaryInterimCommand''getDisableTemporaryInterimCommandService'false],
  1964.             'App\\Command\\InitialCronCommand' => ['privates''App\\Command\\InitialCronCommand''getInitialCronCommandService'false],
  1965.             'App\\Command\\RappelBilanCommand' => ['privates''App\\Command\\RappelBilanCommand''getRappelBilanCommandService'false],
  1966.             'App\\Command\\RelanceOpportunityCRMCommand' => ['privates''App\\Command\\RelanceOpportunityCRMCommand''getRelanceOpportunityCRMCommandService'false],
  1967.             'App\\Command\\SemaineCommand' => ['privates''App\\Command\\SemaineCommand''getSemaineCommandService'false],
  1968.             'App\\Command\\SeniorityCommand' => ['privates''App\\Command\\SeniorityCommand''getSeniorityCommandService'false],
  1969.             'App\\Command\\UpdateSoldeCirconstanceCommand' => ['privates''App\\Command\\UpdateSoldeCirconstanceCommand''getUpdateSoldeCirconstanceCommandService'false],
  1970.             'App\\Command\\UpdateSoldeNormalCommand' => ['privates''App\\Command\\UpdateSoldeNormalCommand''getUpdateSoldeNormalCommandService'false],
  1971.             'App\\Command\\ValiditySoldeCongeCommand' => ['privates''App\\Command\\ValiditySoldeCongeCommand''getValiditySoldeCongeCommandService'false],
  1972.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1973.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  1974.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  1975.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  1976.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  1977.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1978.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1979.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1980.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1981.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1982.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1983.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1984.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1985.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1986.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1987.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1988.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1989.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1990.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1991.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1992.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1993.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1994.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1995.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1996.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1997.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1998.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1999.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  2000.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  2001.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  2002.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  2003.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  2004.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  2005.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  2006.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  2007.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  2008.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  2009.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  2010.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  2011.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  2012.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  2013.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  2014.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  2015.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  2016.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  2017.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  2018.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  2019.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  2020.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  2021.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  2022.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  2023.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  2024.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  2025.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  2026.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  2027.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  2028.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  2029.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  2030.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  2031.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  2032.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  2033.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  2034.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  2035.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  2036.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  2037.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  2038.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  2039.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  2040.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  2041.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  2042.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  2043.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  2044.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  2045.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  2046.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  2047.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  2048.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  2049.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  2050.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  2051.             'maker.auto_command.make_data_persister' => ['privates''maker.auto_command.make_data_persister''getMaker_AutoCommand_MakeDataPersisterService'false],
  2052.             'maker.auto_command.make_data_provider' => ['privates''maker.auto_command.make_data_provider''getMaker_AutoCommand_MakeDataProviderService'false],
  2053.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  2054.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  2055.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  2056.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  2057.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  2058.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  2059.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  2060.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  2061.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  2062.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  2063.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  2064.             'maker.auto_command.make_state_processor' => ['privates''maker.auto_command.make_state_processor''getMaker_AutoCommand_MakeStateProcessorService'false],
  2065.             'maker.auto_command.make_state_provider' => ['privates''maker.auto_command.make_state_provider''getMaker_AutoCommand_MakeStateProviderService'false],
  2066.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  2067.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  2068.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  2069.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  2070.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  2071.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  2072.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  2073.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  2074.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  2075.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  2076.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  2077.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  2078.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  2079.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  2080.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  2081.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  2082.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  2083.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  2084.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  2085.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  2086.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  2087.         ], [
  2088.             'App\\Command\\AddYearSoldeCommand' => 'App\\Command\\AddYearSoldeCommand',
  2089.             'App\\Command\\AnnifContratCommand' => 'App\\Command\\AnnifContratCommand',
  2090.             'App\\Command\\BilanCommand' => 'App\\Command\\BilanCommand',
  2091.             'App\\Command\\CalculRealSoldeCommand' => 'App\\Command\\CalculRealSoldeCommand',
  2092.             'App\\Command\\DisableTemporaryInterimCommand' => 'App\\Command\\DisableTemporaryInterimCommand',
  2093.             'App\\Command\\InitialCronCommand' => 'App\\Command\\InitialCronCommand',
  2094.             'App\\Command\\RappelBilanCommand' => 'App\\Command\\RappelBilanCommand',
  2095.             'App\\Command\\RelanceOpportunityCRMCommand' => 'App\\Command\\RelanceOpportunityCRMCommand',
  2096.             'App\\Command\\SemaineCommand' => 'App\\Command\\SemaineCommand',
  2097.             'App\\Command\\SeniorityCommand' => 'App\\Command\\SeniorityCommand',
  2098.             'App\\Command\\UpdateSoldeCirconstanceCommand' => 'App\\Command\\UpdateSoldeCirconstanceCommand',
  2099.             'App\\Command\\UpdateSoldeNormalCommand' => 'App\\Command\\UpdateSoldeNormalCommand',
  2100.             'App\\Command\\ValiditySoldeCongeCommand' => 'App\\Command\\ValiditySoldeCongeCommand',
  2101.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  2102.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  2103.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  2104.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  2105.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  2106.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  2107.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  2108.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  2109.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  2110.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  2111.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  2112.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  2113.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  2114.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  2115.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  2116.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  2117.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  2118.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  2119.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  2120.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  2121.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  2122.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  2123.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  2124.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  2125.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  2126.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  2127.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  2128.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  2129.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  2130.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  2131.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  2132.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  2133.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  2134.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  2135.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  2136.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  2137.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2138.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2139.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  2140.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  2141.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  2142.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2143.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  2144.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2145.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2146.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2147.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  2148.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  2149.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  2150.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2151.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2152.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2153.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2154.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2155.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2156.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2157.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2158.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2159.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2160.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2161.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2162.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2163.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2164.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2165.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  2166.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  2167.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  2168.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  2169.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  2170.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  2171.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  2172.             'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
  2173.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  2174.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  2175.             'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
  2176.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2177.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2178.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2179.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2180.             'maker.auto_command.make_data_persister' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2181.             'maker.auto_command.make_data_provider' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2182.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2183.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2184.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2185.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2186.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2187.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2188.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2189.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2190.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2191.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2192.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2193.             'maker.auto_command.make_state_processor' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2194.             'maker.auto_command.make_state_provider' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2195.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2196.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2197.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2198.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2199.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2200.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  2201.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  2202.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  2203.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  2204.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  2205.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  2206.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  2207.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  2208.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  2209.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  2210.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  2211.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  2212.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  2213.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  2214.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  2215.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  2216.         ]), ['app:add-year-solde' => 'App\\Command\\AddYearSoldeCommand''app:send_mail_annif' => 'App\\Command\\AnnifContratCommand''app:update-bilan' => 'App\\Command\\BilanCommand''app:calcul-real-solde' => 'App\\Command\\CalculRealSoldeCommand''app:disable-temporary-interim' => 'App\\Command\\DisableTemporaryInterimCommand''app:initial-cron' => 'App\\Command\\InitialCronCommand''app:rappels-bilan' => 'App\\Command\\RappelBilanCommand''app:relance-opportunity-crm' => 'App\\Command\\RelanceOpportunityCRMCommand''app:update-semaine' => 'App\\Command\\SemaineCommand''app:update-seniority' => 'App\\Command\\SeniorityCommand''app:update-solde-circonstance' => 'App\\Command\\UpdateSoldeCirconstanceCommand''app:update-solde-normal' => 'App\\Command\\UpdateSoldeNormalCommand''app:validity-solde-conge' => 'App\\Command\\ValiditySoldeCongeCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''api:upgrade-resource' => 'api_platform.upgrade_resource.command''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command''lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:data-provider' => 'maker.auto_command.make_data_provider''make:data-persister' => 'maker.auto_command.make_data_persister''make:state-processor' => 'maker.auto_command.make_state_processor''make:state-provider' => 'maker.auto_command.make_state_provider']);
  2217.     }
  2218.     /**
  2219.      * Gets the public 'container.env_var_processors_locator' shared service.
  2220.      *
  2221.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2222.      */
  2223.     protected function getContainer_EnvVarProcessorsLocatorService()
  2224.     {
  2225.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2226.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2227.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2228.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2229.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2230.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2231.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2232.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2233.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2234.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2235.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2236.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2237.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2238.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2239.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2240.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2241.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2242.         ], [
  2243.             'base64' => '?',
  2244.             'bool' => '?',
  2245.             'const' => '?',
  2246.             'csv' => '?',
  2247.             'default' => '?',
  2248.             'file' => '?',
  2249.             'float' => '?',
  2250.             'int' => '?',
  2251.             'json' => '?',
  2252.             'key' => '?',
  2253.             'query_string' => '?',
  2254.             'require' => '?',
  2255.             'resolve' => '?',
  2256.             'string' => '?',
  2257.             'trim' => '?',
  2258.             'url' => '?',
  2259.         ]);
  2260.     }
  2261.     /**
  2262.      * Gets the public 'data_collector.dump' shared service.
  2263.      *
  2264.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2265.      */
  2266.     protected function getDataCollector_DumpService()
  2267.     {
  2268.         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()));
  2269.     }
  2270.     /**
  2271.      * Gets the public 'doctrine' shared service.
  2272.      *
  2273.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2274.      */
  2275.     protected function getDoctrineService()
  2276.     {
  2277.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2278.     }
  2279.     /**
  2280.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2281.      *
  2282.      * @return \Doctrine\DBAL\Connection
  2283.      */
  2284.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2285.     {
  2286.         $a = new \Doctrine\DBAL\Configuration();
  2287.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2288.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2289.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2290.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2291.         $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()))]));
  2292.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2293.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2294.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  2295.         ], [
  2296.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2297.             'fos_user.user_listener' => '?',
  2298.         ]), [=> 'fos_user.user_listener']);
  2299.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  2300.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  2301.     }
  2302.     /**
  2303.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2304.      *
  2305.      * @return \Doctrine\ORM\EntityManager
  2306.      */
  2307.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2308.     {
  2309.         if ($lazyLoad) {
  2310.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  2311.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2312.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  2313.                     $proxy->setProxyInitializer(null);
  2314.                     return true;
  2315.                 });
  2316.             });
  2317.         }
  2318.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  2319.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  2320.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  2321.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  2322.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  2323.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  2324.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  2325.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  2327.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  2328.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  2329.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  2330.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  2331.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  2332.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  2334.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  2335.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  2337.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  2338.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  2340.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  2341.         $a = new \Doctrine\ORM\Configuration();
  2342.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2343.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  2344.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  2345.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  2346.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  2347.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  2348.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  2349.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  2350.         $a->setMetadataDriverImpl($b);
  2351.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2352.         $a->setProxyNamespace('Proxies');
  2353.         $a->setAutoGenerateProxyClasses(true);
  2354.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  2355.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2356.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  2357.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2358.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2359.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2360.             'App\\Repository\\ActionCommentaireFilesRepository' => ['privates''App\\Repository\\ActionCommentaireFilesRepository''getActionCommentaireFilesRepositoryService'false],
  2361.             'App\\Repository\\ActionCommentaireRepository' => ['privates''App\\Repository\\ActionCommentaireRepository''getActionCommentaireRepositoryService'false],
  2362.             'App\\Repository\\ActionFilesRepository' => ['privates''App\\Repository\\ActionFilesRepository''getActionFilesRepositoryService'false],
  2363.             'App\\Repository\\ActionHistoriqueRepository' => ['privates''App\\Repository\\ActionHistoriqueRepository''getActionHistoriqueRepositoryService'false],
  2364.             'App\\Repository\\ActionRepository' => ['privates''App\\Repository\\ActionRepository''getActionRepositoryService'false],
  2365.             'App\\Repository\\AppareilsMobileRepository' => ['privates''App\\Repository\\AppareilsMobileRepository''getAppareilsMobileRepositoryService'false],
  2366.             'App\\Repository\\Auth\\LoginAttemptRepository' => ['privates''App\\Repository\\Auth\\LoginAttemptRepository''getLoginAttemptRepositoryService'false],
  2367.             'App\\Repository\\BilanRepository' => ['privates''App\\Repository\\BilanRepository''getBilanRepositoryService'false],
  2368.             'App\\Repository\\ClientRepository' => ['privates''App\\Repository\\ClientRepository''getClientRepositoryService'false],
  2369.             'App\\Repository\\ConfigSoldeCongeRepository' => ['privates''App\\Repository\\ConfigSoldeCongeRepository''getConfigSoldeCongeRepositoryService'false],
  2370.             'App\\Repository\\CongeRepository' => ['privates''App\\Repository\\CongeRepository''getCongeRepositoryService'false],
  2371.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'false],
  2372.             'App\\Repository\\DelaisActionRepository' => ['privates''App\\Repository\\DelaisActionRepository''getDelaisActionRepositoryService'false],
  2373.             'App\\Repository\\DemandeAutorisationRepository' => ['privates''App\\Repository\\DemandeAutorisationRepository''getDemandeAutorisationRepositoryService'false],
  2374.             'App\\Repository\\DemandeCongeRepository' => ['privates''App\\Repository\\DemandeCongeRepository''getDemandeCongeRepositoryService'false],
  2375.             'App\\Repository\\DemandeTeleTravailRepository' => ['privates''App\\Repository\\DemandeTeleTravailRepository''getDemandeTeleTravailRepositoryService'false],
  2376.             'App\\Repository\\DescriptionCRMRepository' => ['privates''App\\Repository\\DescriptionCRMRepository''getDescriptionCRMRepositoryService'false],
  2377.             'App\\Repository\\DirectionRepository' => ['privates''App\\Repository\\DirectionRepository''getDirectionRepositoryService'false],
  2378.             'App\\Repository\\DureeActionCRMRepository' => ['privates''App\\Repository\\DureeActionCRMRepository''getDureeActionCRMRepositoryService'false],
  2379.             'App\\Repository\\EquipementReseauRepository' => ['privates''App\\Repository\\EquipementReseauRepository''getEquipementReseauRepositoryService'false],
  2380.             'App\\Repository\\EvenementRepository' => ['privates''App\\Repository\\EvenementRepository''getEvenementRepositoryService'false],
  2381.             'App\\Repository\\EvenementUserRepository' => ['privates''App\\Repository\\EvenementUserRepository''getEvenementUserRepositoryService'false],
  2382.             'App\\Repository\\FonctionRepository' => ['privates''App\\Repository\\FonctionRepository''getFonctionRepositoryService'false],
  2383.             'App\\Repository\\FournisseurRepository' => ['privates''App\\Repository\\FournisseurRepository''getFournisseurRepositoryService'false],
  2384.             'App\\Repository\\FunctionalityCRMRepository' => ['privates''App\\Repository\\FunctionalityCRMRepository''getFunctionalityCRMRepositoryService'false],
  2385.             'App\\Repository\\FunctionalityRHRepository' => ['privates''App\\Repository\\FunctionalityRHRepository''getFunctionalityRHRepositoryService'false],
  2386.             'App\\Repository\\GroupeRepository' => ['privates''App\\Repository\\GroupeRepository''getGroupeRepositoryService'false],
  2387.             'App\\Repository\\HeureTravailRepository' => ['privates''App\\Repository\\HeureTravailRepository''getHeureTravailRepositoryService'false],
  2388.             'App\\Repository\\HistoryMontantCRMRepository' => ['privates''App\\Repository\\HistoryMontantCRMRepository''getHistoryMontantCRMRepositoryService'false],
  2389.             'App\\Repository\\InstanceOrganigrammeAutorisationRepository' => ['privates''App\\Repository\\InstanceOrganigrammeAutorisationRepository''getInstanceOrganigrammeAutorisationRepositoryService'false],
  2390.             'App\\Repository\\InstanceOrganigrammeCRMRepository' => ['privates''App\\Repository\\InstanceOrganigrammeCRMRepository''getInstanceOrganigrammeCRMRepositoryService'false],
  2391.             'App\\Repository\\InstanceOrganigrammeRHRepository' => ['privates''App\\Repository\\InstanceOrganigrammeRHRepository''getInstanceOrganigrammeRHRepositoryService'false],
  2392.             'App\\Repository\\InstanceOrganigrammeTTRepository' => ['privates''App\\Repository\\InstanceOrganigrammeTTRepository''getInstanceOrganigrammeTTRepositoryService'false],
  2393.             'App\\Repository\\InterimTemporaireRepository' => ['privates''App\\Repository\\InterimTemporaireRepository''getInterimTemporaireRepositoryService'false],
  2394.             'App\\Repository\\JourFeriesRepository' => ['privates''App\\Repository\\JourFeriesRepository''getJourFeriesRepositoryService'false],
  2395.             'App\\Repository\\MarqueRepository' => ['privates''App\\Repository\\MarqueRepository''getMarqueRepositoryService'false],
  2396.             'App\\Repository\\ModeleRepository' => ['privates''App\\Repository\\ModeleRepository''getModeleRepositoryService'false],
  2397.             'App\\Repository\\ModulesRepository' => ['privates''App\\Repository\\ModulesRepository''getModulesRepositoryService'false],
  2398.             'App\\Repository\\OpportunityCRMRepository' => ['privates''App\\Repository\\OpportunityCRMRepository''getOpportunityCRMRepositoryService'false],
  2399.             'App\\Repository\\OpportunityFilesRepository' => ['privates''App\\Repository\\OpportunityFilesRepository''getOpportunityFilesRepositoryService'false],
  2400.             'App\\Repository\\OrganigrammeCRMRepository' => ['privates''App\\Repository\\OrganigrammeCRMRepository''getOrganigrammeCRMRepositoryService'false],
  2401.             'App\\Repository\\OrganigrammeRHRepository' => ['privates''App\\Repository\\OrganigrammeRHRepository''getOrganigrammeRHRepositoryService'false],
  2402.             'App\\Repository\\PeripheriqueInformatiqueRepository' => ['privates''App\\Repository\\PeripheriqueInformatiqueRepository''getPeripheriqueInformatiqueRepositoryService'false],
  2403.             'App\\Repository\\PosteFixeRepository' => ['privates''App\\Repository\\PosteFixeRepository''getPosteFixeRepositoryService'false],
  2404.             'App\\Repository\\ProcessCRMRepository' => ['privates''App\\Repository\\ProcessCRMRepository''getProcessCRMRepositoryService'false],
  2405.             'App\\Repository\\ProcessRHRepository' => ['privates''App\\Repository\\ProcessRHRepository''getProcessRHRepositoryService'false],
  2406.             'App\\Repository\\ProjetFilesRepository' => ['privates''App\\Repository\\ProjetFilesRepository''getProjetFilesRepositoryService'false],
  2407.             'App\\Repository\\ProjetModulesRepository' => ['privates''App\\Repository\\ProjetModulesRepository''getProjetModulesRepositoryService'false],
  2408.             'App\\Repository\\ProjetRepository' => ['privates''App\\Repository\\ProjetRepository''getProjetRepositoryService'false],
  2409.             'App\\Repository\\RelanceRepository' => ['privates''App\\Repository\\RelanceRepository''getRelanceRepositoryService'false],
  2410.             'App\\Repository\\ResponsableRepository' => ['privates''App\\Repository\\ResponsableRepository''getResponsableRepositoryService'false],
  2411.             'App\\Repository\\SalleRepository' => ['privates''App\\Repository\\SalleRepository''getSalleRepositoryService'false],
  2412.             'App\\Repository\\SeanceTravailRepository' => ['privates''App\\Repository\\SeanceTravailRepository''getSeanceTravailRepositoryService'false],
  2413.             'App\\Repository\\SemaineRepository' => ['privates''App\\Repository\\SemaineRepository''getSemaineRepositoryService'false],
  2414.             'App\\Repository\\ServeurPcRepository' => ['privates''App\\Repository\\ServeurPcRepository''getServeurPcRepositoryService'false],
  2415.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  2416.             'App\\Repository\\SoldeCirconstanceRepository' => ['privates''App\\Repository\\SoldeCirconstanceRepository''getSoldeCirconstanceRepositoryService'false],
  2417.             'App\\Repository\\SoldeDetailedRepository' => ['privates''App\\Repository\\SoldeDetailedRepository''getSoldeDetailedRepositoryService'false],
  2418.             'App\\Repository\\SortieInformatiqueRepository' => ['privates''App\\Repository\\SortieInformatiqueRepository''getSortieInformatiqueRepositoryService'false],
  2419.             'App\\Repository\\TracabilityAutorisationRepository' => ['privates''App\\Repository\\TracabilityAutorisationRepository''getTracabilityAutorisationRepositoryService'false],
  2420.             'App\\Repository\\TracabilityCRMRepository' => ['privates''App\\Repository\\TracabilityCRMRepository''getTracabilityCRMRepositoryService'false],
  2421.             'App\\Repository\\TracabilityFilesCRMRepository' => ['privates''App\\Repository\\TracabilityFilesCRMRepository''getTracabilityFilesCRMRepositoryService'false],
  2422.             'App\\Repository\\TracabilityParcInformatiqueRepository' => ['privates''App\\Repository\\TracabilityParcInformatiqueRepository''getTracabilityParcInformatiqueRepositoryService'false],
  2423.             'App\\Repository\\TracabilityRHRepository' => ['privates''App\\Repository\\TracabilityRHRepository''getTracabilityRHRepositoryService'false],
  2424.             'App\\Repository\\TracabilitySoldeAnnuelRepository' => ['privates''App\\Repository\\TracabilitySoldeAnnuelRepository''getTracabilitySoldeAnnuelRepositoryService'false],
  2425.             'App\\Repository\\TracabilitySoldeCirconstanceRepository' => ['privates''App\\Repository\\TracabilitySoldeCirconstanceRepository''getTracabilitySoldeCirconstanceRepositoryService'false],
  2426.             'App\\Repository\\TracabilityTTRepository' => ['privates''App\\Repository\\TracabilityTTRepository''getTracabilityTTRepositoryService'false],
  2427.             'App\\Repository\\TypesActionRepository' => ['privates''App\\Repository\\TypesActionRepository''getTypesActionRepositoryService'false],
  2428.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2429.             'App\\Repository\\ValiditySoldeCongeRepository' => ['privates''App\\Repository\\ValiditySoldeCongeRepository''getValiditySoldeCongeRepositoryService'false],
  2430.             'App\\Repository\\VersionProcessCRMRepository' => ['privates''App\\Repository\\VersionProcessCRMRepository''getVersionProcessCRMRepositoryService'false],
  2431.         ], [
  2432.             'App\\Repository\\ActionCommentaireFilesRepository' => '?',
  2433.             'App\\Repository\\ActionCommentaireRepository' => '?',
  2434.             'App\\Repository\\ActionFilesRepository' => '?',
  2435.             'App\\Repository\\ActionHistoriqueRepository' => '?',
  2436.             'App\\Repository\\ActionRepository' => '?',
  2437.             'App\\Repository\\AppareilsMobileRepository' => '?',
  2438.             'App\\Repository\\Auth\\LoginAttemptRepository' => '?',
  2439.             'App\\Repository\\BilanRepository' => '?',
  2440.             'App\\Repository\\ClientRepository' => '?',
  2441.             'App\\Repository\\ConfigSoldeCongeRepository' => '?',
  2442.             'App\\Repository\\CongeRepository' => '?',
  2443.             'App\\Repository\\ContactRepository' => '?',
  2444.             'App\\Repository\\DelaisActionRepository' => '?',
  2445.             'App\\Repository\\DemandeAutorisationRepository' => '?',
  2446.             'App\\Repository\\DemandeCongeRepository' => '?',
  2447.             'App\\Repository\\DemandeTeleTravailRepository' => '?',
  2448.             'App\\Repository\\DescriptionCRMRepository' => '?',
  2449.             'App\\Repository\\DirectionRepository' => '?',
  2450.             'App\\Repository\\DureeActionCRMRepository' => '?',
  2451.             'App\\Repository\\EquipementReseauRepository' => '?',
  2452.             'App\\Repository\\EvenementRepository' => '?',
  2453.             'App\\Repository\\EvenementUserRepository' => '?',
  2454.             'App\\Repository\\FonctionRepository' => '?',
  2455.             'App\\Repository\\FournisseurRepository' => '?',
  2456.             'App\\Repository\\FunctionalityCRMRepository' => '?',
  2457.             'App\\Repository\\FunctionalityRHRepository' => '?',
  2458.             'App\\Repository\\GroupeRepository' => '?',
  2459.             'App\\Repository\\HeureTravailRepository' => '?',
  2460.             'App\\Repository\\HistoryMontantCRMRepository' => '?',
  2461.             'App\\Repository\\InstanceOrganigrammeAutorisationRepository' => '?',
  2462.             'App\\Repository\\InstanceOrganigrammeCRMRepository' => '?',
  2463.             'App\\Repository\\InstanceOrganigrammeRHRepository' => '?',
  2464.             'App\\Repository\\InstanceOrganigrammeTTRepository' => '?',
  2465.             'App\\Repository\\InterimTemporaireRepository' => '?',
  2466.             'App\\Repository\\JourFeriesRepository' => '?',
  2467.             'App\\Repository\\MarqueRepository' => '?',
  2468.             'App\\Repository\\ModeleRepository' => '?',
  2469.             'App\\Repository\\ModulesRepository' => '?',
  2470.             'App\\Repository\\OpportunityCRMRepository' => '?',
  2471.             'App\\Repository\\OpportunityFilesRepository' => '?',
  2472.             'App\\Repository\\OrganigrammeCRMRepository' => '?',
  2473.             'App\\Repository\\OrganigrammeRHRepository' => '?',
  2474.             'App\\Repository\\PeripheriqueInformatiqueRepository' => '?',
  2475.             'App\\Repository\\PosteFixeRepository' => '?',
  2476.             'App\\Repository\\ProcessCRMRepository' => '?',
  2477.             'App\\Repository\\ProcessRHRepository' => '?',
  2478.             'App\\Repository\\ProjetFilesRepository' => '?',
  2479.             'App\\Repository\\ProjetModulesRepository' => '?',
  2480.             'App\\Repository\\ProjetRepository' => '?',
  2481.             'App\\Repository\\RelanceRepository' => '?',
  2482.             'App\\Repository\\ResponsableRepository' => '?',
  2483.             'App\\Repository\\SalleRepository' => '?',
  2484.             'App\\Repository\\SeanceTravailRepository' => '?',
  2485.             'App\\Repository\\SemaineRepository' => '?',
  2486.             'App\\Repository\\ServeurPcRepository' => '?',
  2487.             'App\\Repository\\ServiceRepository' => '?',
  2488.             'App\\Repository\\SoldeCirconstanceRepository' => '?',
  2489.             'App\\Repository\\SoldeDetailedRepository' => '?',
  2490.             'App\\Repository\\SortieInformatiqueRepository' => '?',
  2491.             'App\\Repository\\TracabilityAutorisationRepository' => '?',
  2492.             'App\\Repository\\TracabilityCRMRepository' => '?',
  2493.             'App\\Repository\\TracabilityFilesCRMRepository' => '?',
  2494.             'App\\Repository\\TracabilityParcInformatiqueRepository' => '?',
  2495.             'App\\Repository\\TracabilityRHRepository' => '?',
  2496.             'App\\Repository\\TracabilitySoldeAnnuelRepository' => '?',
  2497.             'App\\Repository\\TracabilitySoldeCirconstanceRepository' => '?',
  2498.             'App\\Repository\\TracabilityTTRepository' => '?',
  2499.             'App\\Repository\\TypesActionRepository' => '?',
  2500.             'App\\Repository\\UserRepository' => '?',
  2501.             'App\\Repository\\ValiditySoldeCongeRepository' => '?',
  2502.             'App\\Repository\\VersionProcessCRMRepository' => '?',
  2503.         ])));
  2504.         $a->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  2505.         $a->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  2506.         $a->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  2507.         $a->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Mysql\\Day');
  2508.         $a->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  2509.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2510.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2511.         return $instance;
  2512.     }
  2513.     /**
  2514.      * Gets the public 'error_controller' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2517.      */
  2518.     protected function getErrorControllerService()
  2519.     {
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2521.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2522.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2523.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2525.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2526.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  2527.     }
  2528.     /**
  2529.      * Gets the public 'event_dispatcher' shared service.
  2530.      *
  2531.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2532.      */
  2533.     protected function getEventDispatcherService()
  2534.     {
  2535.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2536.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2537.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2538.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2539.         $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())));
  2540.         $instance->addListener('security.interactive_login', [=> function () {
  2541.             return ($this->privates['acme.security.authentication_event_listener'] ?? $this->getAcme_Security_AuthenticationEventListenerService());
  2542.         }, => 'onSecurityInteractiveLogin'], 0);
  2543.         $instance->addListener('security.authentication.success', [=> function () {
  2544.             return ($this->privates['acme.security.authentication_event_listener'] ?? $this->getAcme_Security_AuthenticationEventListenerService());
  2545.         }, => 'onAuthenticationSuccess'], 0);
  2546.         $instance->addListener('security.authentication.failure', [=> function () {
  2547.             return ($this->privates['acme.security.authentication_event_listener'] ?? $this->getAcme_Security_AuthenticationEventListenerService());
  2548.         }, => 'onAuthenticationFailure'], 0);
  2549.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2550.             return ($this->privates['acme_api.event.authentication_success_listener'] ?? $this->getAcmeApi_Event_AuthenticationSuccessListenerService());
  2551.         }, => 'onAuthenticationSuccessResponse'], 0);
  2552.         $instance->addListener('kernel.controller', [=> function () {
  2553.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2554.         }, => 'onKernelController'], 0);
  2555.         $instance->addListener('kernel.request', [=> function () {
  2556.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2557.         }, => 'onKernelRequest'], 0);
  2558.         $instance->addListener('kernel.request', [=> function () {
  2559.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2560.         }, => 'onKernelRequest'], 250);
  2561.         $instance->addListener('kernel.response', [=> function () {
  2562.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2563.         }, => 'onKernelResponse'], 0);
  2564.         $instance->addListener('kernel.response', [=> function () {
  2565.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2566.         }, => 'onResponse'], -10);
  2567.         $instance->addListener('kernel.request', [=> function () {
  2568.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2569.         }, => 'onKernelRequest'], 28);
  2570.         $instance->addListener('kernel.request', [=> function () {
  2571.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  2572.         }, => 'onKernelRequest'], 2);
  2573.         $instance->addListener('kernel.view', [=> function () {
  2574.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  2575.         }, => 'onKernelView'], 16);
  2576.         $instance->addListener('kernel.view', [=> function () {
  2577.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  2578.         }, => 'onKernelView'], 8);
  2579.         $instance->addListener('kernel.exception', [=> function () {
  2580.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  2581.         }, => 'onKernelException'], 0);
  2582.         $instance->addListener('kernel.exception', [=> function () {
  2583.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  2584.         }, => 'onKernelException'], -96);
  2585.         $instance->addListener('kernel.view', [=> function () {
  2586.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  2587.         }, => 'onKernelView'], 32);
  2588.         $instance->addListener('kernel.request', [=> function () {
  2589.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2590.         }, => 'onKernelRequest'], 4);
  2591.         $instance->addListener('kernel.request', [=> function () {
  2592.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2593.         }, => 'onKernelRequest'], 0);
  2594.         $instance->addListener('kernel.response', [=> function () {
  2595.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2596.         }, => 'onKernelResponse'], 0);
  2597.         $instance->addListener('kernel.view', [=> function () {
  2598.             return ($this->privates['api_platform.fos_user.event_listener'] ?? $this->getApiPlatform_FosUser_EventListenerService());
  2599.         }, => 'onKernelView'], 24);
  2600.         $instance->addListener('kernel.response', [=> function () {
  2601.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2602.         }, => 'onKernelResponse'], -1);
  2603.         $instance->addListener('kernel.view', [=> function () {
  2604.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  2605.         }, => 'onKernelView'], 64);
  2606.         $instance->addListener('kernel.request', [=> function () {
  2607.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2608.         }, => 'onKernelRequest'], 16);
  2609.         $instance->addListener('kernel.request', [=> function () {
  2610.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2611.         }, => 'onSecurity'], 3);
  2612.         $instance->addListener('kernel.request', [=> function () {
  2613.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2614.         }, => 'onSecurityPostDenormalize'], 1);
  2615.         $instance->addListener('kernel.view', [=> function () {
  2616.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2617.         }, => 'onSecurityPostValidation'], 63);
  2618.         $instance->addListener('kernel.request', [=> function () {
  2619.             return ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LocaleSubscriber'] = new \App\EventSubscriber\LocaleSubscriber('fr')));
  2620.         }, => 'onKernelRequest'], 20);
  2621.         $instance->addListener('kernel.response', [=> function () {
  2622.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  2623.         }, => 'onKernelResponse'], 0);
  2624.         $instance->addListener('kernel.response', [=> function () {
  2625.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2626.         }, => 'onKernelResponse'], -1024);
  2627.         $instance->addListener('kernel.request', [=> function () {
  2628.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2629.         }, => 'setDefaultLocale'], 100);
  2630.         $instance->addListener('kernel.request', [=> function () {
  2631.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2632.         }, => 'onKernelRequest'], 16);
  2633.         $instance->addListener('kernel.finish_request', [=> function () {
  2634.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2635.         }, => 'onKernelFinishRequest'], 0);
  2636.         $instance->addListener('kernel.request', [=> function () {
  2637.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2638.         }, => 'onKernelRequest'], 256);
  2639.         $instance->addListener('kernel.request', [=> function () {
  2640.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  2641.         }, => 'resolveControllerName'], 24);
  2642.         $instance->addListener('kernel.response', [=> function () {
  2643.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2644.         }, => 'onResponse'], -255);
  2645.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2646.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2647.         }, => 'onControllerArguments'], 0);
  2648.         $instance->addListener('kernel.exception', [=> function () {
  2649.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2650.         }, => 'logKernelException'], 0);
  2651.         $instance->addListener('kernel.exception', [=> function () {
  2652.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2653.         }, => 'onKernelException'], -128);
  2654.         $instance->addListener('kernel.request', [=> function () {
  2655.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2656.         }, => 'onKernelRequest'], 15);
  2657.         $instance->addListener('kernel.finish_request', [=> function () {
  2658.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2659.         }, => 'onKernelFinishRequest'], -15);
  2660.         $instance->addListener('console.error', [=> function () {
  2661.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2662.         }, => 'onConsoleError'], -128);
  2663.         $instance->addListener('console.terminate', [=> function () {
  2664.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2665.         }, => 'onConsoleTerminate'], -128);
  2666.         $instance->addListener('console.error', [=> function () {
  2667.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2668.         }, => 'onConsoleError'], 0);
  2669.         $instance->addListener('kernel.request', [=> function () {
  2670.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2671.         }, => 'onKernelRequest'], 128);
  2672.         $instance->addListener('kernel.response', [=> function () {
  2673.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2674.         }, => 'onKernelResponse'], -1000);
  2675.         $instance->addListener('kernel.finish_request', [=> function () {
  2676.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2677.         }, => 'onFinishRequest'], 0);
  2678.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2679.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2680.         }, => 'onMessage'], -255);
  2681.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2682.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2683.         }, => 'onMessage'], -255);
  2684.         $instance->addListener('kernel.response', [=> function () {
  2685.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2686.         }, => 'onKernelResponse'], -100);
  2687.         $instance->addListener('kernel.exception', [=> function () {
  2688.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2689.         }, => 'onKernelException'], 0);
  2690.         $instance->addListener('kernel.terminate', [=> function () {
  2691.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2692.         }, => 'onKernelTerminate'], -1024);
  2693.         $instance->addListener('kernel.controller', [=> function () {
  2694.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2695.         }, => 'onKernelController'], 0);
  2696.         $instance->addListener('kernel.response', [=> function () {
  2697.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  2698.         }, => 'onKernelResponse'], 0);
  2699.         $instance->addListener('kernel.request', [=> function () {
  2700.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2701.         }, => 'configure'], 2048);
  2702.         $instance->addListener('console.command', [=> function () {
  2703.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2704.         }, => 'configure'], 2048);
  2705.         $instance->addListener('kernel.request', [=> function () {
  2706.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2707.         }, => 'onKernelRequest'], 32);
  2708.         $instance->addListener('kernel.finish_request', [=> function () {
  2709.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2710.         }, => 'onKernelFinishRequest'], 0);
  2711.         $instance->addListener('kernel.exception', [=> function () {
  2712.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2713.         }, => 'onKernelException'], -64);
  2714.         $instance->addListener('kernel.response', [=> function () {
  2715.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2716.         }, => 'onKernelResponse'], 0);
  2717.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2718.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2719.         }, => 'onMessage'], 0);
  2720.         $instance->addListener('kernel.controller', [=> function () {
  2721.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2722.         }, => 'onKernelController'], 0);
  2723.         $instance->addListener('kernel.controller', [=> function () {
  2724.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2725.         }, => 'onKernelController'], 0);
  2726.         $instance->addListener('kernel.controller', [=> function () {
  2727.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2728.         }, => 'onKernelController'], -128);
  2729.         $instance->addListener('kernel.view', [=> function () {
  2730.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2731.         }, => 'onKernelView'], 0);
  2732.         $instance->addListener('kernel.controller', [=> function () {
  2733.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2734.         }, => 'onKernelController'], 0);
  2735.         $instance->addListener('kernel.response', [=> function () {
  2736.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2737.         }, => 'onKernelResponse'], 0);
  2738.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2739.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2740.         }, => 'onKernelControllerArguments'], 0);
  2741.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2742.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2743.         }, => 'onKernelControllerArguments'], 0);
  2744.         $instance->addListener('kernel.response', [=> function () {
  2745.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2746.         }, => 'onKernelResponse'], 0);
  2747.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2748.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2749.         }, => 'onVoterVote'], 0);
  2750.         $instance->addListener('kernel.request', [=> function () {
  2751.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2752.         }, => 'configureLogoutUrlGenerator'], 8);
  2753.         $instance->addListener('kernel.request', [=> function () {
  2754.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2755.         }, => 'onKernelRequest'], 8);
  2756.         $instance->addListener('kernel.finish_request', [=> function () {
  2757.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2758.         }, => 'onKernelFinishRequest'], 0);
  2759.         $instance->addListener('kernel.response', [=> function () {
  2760.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2761.         }, => 'onKernelResponse'], -128);
  2762.         $instance->addListener('console.command', [=> function () {
  2763.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2764.         }, => 'onCommand'], 255);
  2765.         $instance->addListener('console.terminate', [=> function () {
  2766.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2767.         }, => 'onTerminate'], -255);
  2768.         $instance->addListener('console.command', [=> function () {
  2769.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2770.         }, => 'configure'], 1024);
  2771.         $instance->addListener('console.error', [=> function () {
  2772.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2773.         }, => 'onConsoleError'], 0);
  2774.         $instance->addListener('console.terminate', [=> function () {
  2775.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2776.         }, => 'onConsoleTerminate'], 0);
  2777.         $instance->addListener('knp_pager.before', [=> function () {
  2778.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2779.         }, => 'before'], 0);
  2780.         $instance->addListener('knp_pager.pagination', [=> function () {
  2781.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2782.         }, => 'pagination'], 0);
  2783.         $instance->addListener('knp_pager.before', [=> function () {
  2784.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2785.         }, => 'before'], 1);
  2786.         $instance->addListener('knp_pager.before', [=> function () {
  2787.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2788.         }, => 'before'], 1);
  2789.         $instance->addListener('knp_pager.pagination', [=> function () {
  2790.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2791.         }, => 'pagination'], 1);
  2792.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  2793.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2794.         }, => 'onImplicitLogin'], 0);
  2795.         $instance->addListener('security.interactive_login', [=> function () {
  2796.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2797.         }, => 'onSecurityInteractiveLogin'], 0);
  2798.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2799.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2800.         }, => 'authenticate'], 0);
  2801.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  2802.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2803.         }, => 'authenticate'], 0);
  2804.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2805.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2806.         }, => 'authenticate'], 0);
  2807.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  2808.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2809.         }, => 'addSuccessFlash'], 0);
  2810.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  2811.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2812.         }, => 'addSuccessFlash'], 0);
  2813.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  2814.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2815.         }, => 'addSuccessFlash'], 0);
  2816.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  2817.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2818.         }, => 'addSuccessFlash'], 0);
  2819.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  2820.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2821.         }, => 'addSuccessFlash'], 0);
  2822.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2823.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2824.         }, => 'addSuccessFlash'], 0);
  2825.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2826.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2827.         }, => 'addSuccessFlash'], 0);
  2828.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  2829.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2830.         }, => 'onResettingResetInitialize'], 0);
  2831.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  2832.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2833.         }, => 'onResettingResetSuccess'], 0);
  2834.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  2835.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2836.         }, => 'onResettingResetRequest'], 0);
  2837.         $instance->addListener('kernel.exception', [=> function () {
  2838.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2839.         }, => 'onException'], 0);
  2840.         $instance->addListener('kernel.terminate', [=> function () {
  2841.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2842.         }, => 'onTerminate'], 0);
  2843.         $instance->addListener('console.error', [=> function () {
  2844.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2845.         }, => 'onException'], 0);
  2846.         $instance->addListener('console.terminate', [=> function () {
  2847.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2848.         }, => 'onTerminate'], 0);
  2849.         return $instance;
  2850.     }
  2851.     /**
  2852.      * Gets the public 'filesystem' shared service.
  2853.      *
  2854.      * @return \Symfony\Component\Filesystem\Filesystem
  2855.      */
  2856.     protected function getFilesystemService()
  2857.     {
  2858.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2859.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2860.     }
  2861.     /**
  2862.      * Gets the public 'form.factory' shared service.
  2863.      *
  2864.      * @return \Symfony\Component\Form\FormFactory
  2865.      */
  2866.     protected function getForm_FactoryService()
  2867.     {
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  2870.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  2871.     }
  2872.     /**
  2873.      * Gets the public 'form.type.file' shared service.
  2874.      *
  2875.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  2876.      */
  2877.     protected function getForm_Type_FileService()
  2878.     {
  2879.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  2882.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  2883.     }
  2884.     /**
  2885.      * Gets the public 'fos_user.change_password.controller' shared service.
  2886.      *
  2887.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  2888.      */
  2889.     protected function getFosUser_ChangePassword_ControllerService()
  2890.     {
  2891.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2892.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2894.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2895.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  2896.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2897.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2898.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2899.         $instance->setContainer($this);
  2900.         return $instance;
  2901.     }
  2902.     /**
  2903.      * Gets the public 'fos_user.profile.controller' shared service.
  2904.      *
  2905.      * @return \FOS\UserBundle\Controller\ProfileController
  2906.      */
  2907.     protected function getFosUser_Profile_ControllerService()
  2908.     {
  2909.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2910.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2913.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  2914.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2915.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2916.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2917.         $instance->setContainer($this);
  2918.         return $instance;
  2919.     }
  2920.     /**
  2921.      * Gets the public 'fos_user.registration.controller' shared service.
  2922.      *
  2923.      * @return \FOS\UserBundle\Controller\RegistrationController
  2924.      */
  2925.     protected function getFosUser_Registration_ControllerService()
  2926.     {
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2929.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2931.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  2932.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['app.reset_pwd'] ?? $this->getApp_ResetPwdService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2933.         $instance->setContainer($this);
  2934.         return $instance;
  2935.     }
  2936.     /**
  2937.      * Gets the public 'fos_user.resetting.controller' shared service.
  2938.      *
  2939.      * @return \FOS\UserBundle\Controller\ResettingController
  2940.      */
  2941.     protected function getFosUser_Resetting_ControllerService()
  2942.     {
  2943.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2944.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2947.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  2948.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/Mailer.php';
  2950.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  2951.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  2952.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), new \FOS\UserBundle\Mailer\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['templating'] ?? $this->getTemplatingService()), ['confirmation.template' => '@FOSUser/Registration/email.txt.twig''resetting.template' => '@FOSUser/Resetting/email.txt.twig''from_email' => ['confirmation' => $this->parameters['fos_user.registration.confirmation.from_email'], 'resetting' => $this->parameters['fos_user.resetting.email.from_email']]]), 7200);
  2953.         $instance->setContainer($this);
  2954.         return $instance;
  2955.     }
  2956.     /**
  2957.      * Gets the public 'fos_user.security.controller' shared service.
  2958.      *
  2959.      * @return \FOS\UserBundle\Controller\SecurityController
  2960.      */
  2961.     protected function getFosUser_Security_ControllerService()
  2962.     {
  2963.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2964.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2967.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  2968.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2969.         $instance->setContainer($this);
  2970.         return $instance;
  2971.     }
  2972.     /**
  2973.      * Gets the public 'fos_user.user_manager' shared service.
  2974.      *
  2975.      * @return \FOS\UserBundle\Doctrine\UserManager
  2976.      */
  2977.     protected function getFosUser_UserManagerService()
  2978.     {
  2979.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  2980.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  2981.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  2982.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'App\\Entity\\User');
  2983.     }
  2984.     /**
  2985.      * Gets the public 'http_kernel' shared service.
  2986.      *
  2987.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2988.      */
  2989.     protected function getHttpKernelService()
  2990.     {
  2991.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2992.         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()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $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 () {
  2993.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2994.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2995.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2996.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2997.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2998.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2999.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  3000.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  3001.         }, 8)), $a));
  3002.     }
  3003.     /**
  3004.      * Gets the public 'knp_paginator' shared service.
  3005.      *
  3006.      * @return \Knp\Component\Pager\Paginator
  3007.      */
  3008.     protected function getKnpPaginatorService($lazyLoad true)
  3009.     {
  3010.         if ($lazyLoad) {
  3011.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  3012.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3013.                     $wrappedInstance $this->getKnpPaginatorService(false);
  3014.                     $proxy->setProxyInitializer(null);
  3015.                     return true;
  3016.                 });
  3017.             });
  3018.         }
  3019.         $instance = new \Knp\Component\Pager\Paginator(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3020.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  3021.         return $instance;
  3022.     }
  3023.     /**
  3024.      * Gets the public 'knp_snappy.image' shared service.
  3025.      *
  3026.      * @return \Knp\Snappy\Image
  3027.      */
  3028.     protected function getKnpSnappy_ImageService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3031.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3032.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  3033.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image('C:\\wamp64\\www\\wkhtmltox\\bin\\wkhtmltoimage.exe', [], []);
  3034.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3035.         $instance->setTemporaryFolder(($this->targetDir.''.'/snappy'));
  3036.         $instance->setTimeout(120);
  3037.         return $instance;
  3038.     }
  3039.     /**
  3040.      * Gets the public 'knp_snappy.pdf' shared service.
  3041.      *
  3042.      * @return \Knp\Snappy\Pdf
  3043.      */
  3044.     protected function getKnpSnappy_PdfService()
  3045.     {
  3046.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  3047.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  3048.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  3049.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf('C:\\wamp64\\www\\wkhtmltox\\bin\\wkhtmltopdf.exe', [], []);
  3050.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  3051.         $instance->setTemporaryFolder(($this->targetDir.''.'/snappy'));
  3052.         $instance->setTimeout(120);
  3053.         return $instance;
  3054.     }
  3055.     /**
  3056.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  3057.      *
  3058.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  3059.      */
  3060.     protected function getLexikJwtAuthentication_EncoderService()
  3061.     {
  3062.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  3064.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  3065.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  3066.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  3067.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'315360000false));
  3068.     }
  3069.     /**
  3070.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  3071.      *
  3072.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  3073.      */
  3074.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  3075.     {
  3076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3077.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  3078.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  3079.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  3080.         }, 1));
  3081.         $instance->setName('lexik:jwt:generate-token');
  3082.         return $instance;
  3083.     }
  3084.     /**
  3085.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  3086.      *
  3087.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  3088.      */
  3089.     protected function getLexikJwtAuthentication_JwtManagerService()
  3090.     {
  3091.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  3093.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  3094.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  3095.         $instance->setUserIdentityField('username'false);
  3096.         return $instance;
  3097.     }
  3098.     /**
  3099.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  3100.      *
  3101.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  3102.      */
  3103.     protected function getLexikJwtAuthentication_KeyLoaderService()
  3104.     {
  3105.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  3106.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  3108.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  3109.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
  3110.     }
  3111.     /**
  3112.      * Gets the public 'profiler' shared service.
  3113.      *
  3114.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  3115.      */
  3116.     protected function getProfilerService()
  3117.     {
  3118.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  3119.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3120.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3121.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3122.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3123.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  3124.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  3125.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3126.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  3127.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  3128.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  3129.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  3130.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  3131.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3132.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  3133.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  3134.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  3135.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  3136.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  3137.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  3138.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  3139.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  3140.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  3141.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  3142.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  3143.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  3144.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  3145.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  3146.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  3147.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  3148.         if ($this->has('kernel')) {
  3149.             $g->setKernel($b);
  3150.         }
  3151.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  3152.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  3153.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  3154.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  3155.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  3156.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  3157.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  3158.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  3159.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  3160.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  3161.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  3162.         $instance->add($d);
  3163.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  3164.         $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())));
  3165.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  3166.         $instance->add($e);
  3167.         $instance->add($f);
  3168.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  3169.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3170.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  3171.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  3172.         $instance->add($g);
  3173.         return $instance;
  3174.     }
  3175.     /**
  3176.      * Gets the public 'request_stack' shared service.
  3177.      *
  3178.      * @return \Symfony\Component\HttpFoundation\RequestStack
  3179.      */
  3180.     protected function getRequestStackService()
  3181.     {
  3182.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  3183.     }
  3184.     /**
  3185.      * Gets the public 'router' shared service.
  3186.      *
  3187.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  3188.      */
  3189.     protected function getRouterService()
  3190.     {
  3191.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3192.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3193.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3194.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3195.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3196.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3197.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3198.         ], [
  3199.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3200.         ]))->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');
  3201.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3202.         return $instance;
  3203.     }
  3204.     /**
  3205.      * Gets the public 'routing.loader' shared service.
  3206.      *
  3207.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  3208.      */
  3209.     protected function getRouting_LoaderService()
  3210.     {
  3211.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  3214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  3215.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  3216.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  3217.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  3218.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  3219.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  3221.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  3223.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  3226.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  3227.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  3228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  3229.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  3230.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  3231.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  3232.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  3233.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3234.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  3235.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  3236.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  3237.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  3238.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  3239.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3240.             'kernel' => ['services''kernel''getKernelService'false],
  3241.         ], [
  3242.             'kernel' => 'App\\Kernel',
  3243.         ]))));
  3244.         $a->addLoader(new \ApiPlatform\Symfony\Routing\ApiLoader(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), falsetruetruefalsefalse, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  3245.         $a->addLoader($c);
  3246.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  3247.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  3248.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  3249.     }
  3250.     /**
  3251.      * Gets the public 'security.authentication_utils' shared service.
  3252.      *
  3253.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  3254.      */
  3255.     protected function getSecurity_AuthenticationUtilsService()
  3256.     {
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  3258.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3259.     }
  3260.     /**
  3261.      * Gets the public 'security.authorization_checker' shared service.
  3262.      *
  3263.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  3264.      */
  3265.     protected function getSecurity_AuthorizationCheckerService()
  3266.     {
  3267.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  3268.     }
  3269.     /**
  3270.      * Gets the public 'security.csrf.token_manager' shared service.
  3271.      *
  3272.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  3273.      */
  3274.     protected function getSecurity_Csrf_TokenManagerService()
  3275.     {
  3276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  3277.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  3278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  3280.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3281.     }
  3282.     /**
  3283.      * Gets the public 'security.password_encoder' shared service.
  3284.      *
  3285.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  3286.      */
  3287.     protected function getSecurity_PasswordEncoderService()
  3288.     {
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  3291.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  3292.     }
  3293.     /**
  3294.      * Gets the public 'security.token_storage' shared service.
  3295.      *
  3296.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  3297.      */
  3298.     protected function getSecurity_TokenStorageService()
  3299.     {
  3300.         return $this->services['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, [
  3301.             'session' => ['services''session''getSessionService'false],
  3302.         ], [
  3303.             'session' => '?',
  3304.         ]));
  3305.     }
  3306.     /**
  3307.      * Gets the public 'serializer' shared service.
  3308.      *
  3309.      * @return \Symfony\Component\Serializer\Serializer
  3310.      */
  3311.     protected function getSerializerService()
  3312.     {
  3313.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  3314.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3315.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  3316.         $d = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  3317.         $e = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($d);
  3318.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3319.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  3320.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  3321.         $i = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  3322.         $j = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f$g$h, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$iNULLfalse'oauth2''application''''', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$d));
  3323.         $k = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3324.         $l = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  3325.         $m = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  3326.         $n = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  3327.         $o = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  3328.         $p = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  3329.         $q = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  3330.         $r = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($p$l$a$b, new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($p), NULL, []);
  3331.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> $e=> $j=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), => $j=> $e=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f$g$h$mNULL$kNULL$l), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f$n$k), => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ktrue), => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 10 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 11 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f$g$h$n$m$o$a$l$p, [], new RewindableGenerator(function () {
  3332.             return new \EmptyIterator();
  3333.         }, 0), $q), 12 => new \ApiPlatform\Serializer\ItemNormalizer($g$h$n$m$a$l$p, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  3334.             return new \EmptyIterator();
  3335.         }, 0), $f$q), 13 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 15 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 18 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 19 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o$m$nNULL), 'page''pagination'$f$a), $f$m$i), 20 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 21 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($r$n$o), 22 => $r], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  3336.     }
  3337.     /**
  3338.      * Gets the public 'services_resetter' shared service.
  3339.      *
  3340.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  3341.      */
  3342.     protected function getServicesResetterService()
  3343.     {
  3344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  3345.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  3346.             if (isset($this->services['cache.app'])) {
  3347.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  3348.             }
  3349.             if (isset($this->services['cache.system'])) {
  3350.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  3351.             }
  3352.             if (isset($this->privates['cache.validator'])) {
  3353.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  3354.             }
  3355.             if (isset($this->privates['cache.serializer'])) {
  3356.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  3357.             }
  3358.             if (isset($this->privates['cache.annotations'])) {
  3359.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  3360.             }
  3361.             if (isset($this->privates['cache.property_info'])) {
  3362.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  3363.             }
  3364.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  3365.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  3366.             }
  3367.             if (isset($this->privates['mailer.logger_message_listener'])) {
  3368.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  3369.             }
  3370.             if (isset($this->services['profiler'])) {
  3371.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  3372.             }
  3373.             if (isset($this->services['validator'])) {
  3374.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  3375.             }
  3376.             if (isset($this->privates['debug.stopwatch'])) {
  3377.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  3378.             }
  3379.             if (isset($this->services['event_dispatcher'])) {
  3380.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  3381.             }
  3382.             if (isset($this->privates['twig.form.engine'])) {
  3383.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  3384.             }
  3385.             if (isset($this->services['doctrine'])) {
  3386.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  3387.             }
  3388.             if (isset($this->privates['form.type.entity'])) {
  3389.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  3390.             }
  3391.             if (isset($this->services['security.token_storage'])) {
  3392.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  3393.             }
  3394.             if (isset($this->privates['cache.security_expression_language'])) {
  3395.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  3396.             }
  3397.             if (isset($this->privates['monolog.handler.main'])) {
  3398.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  3399.             }
  3400.             if (isset($this->privates['monolog.handler.console'])) {
  3401.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  3402.             }
  3403.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  3404.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  3405.             }
  3406.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  3407.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  3408.             }
  3409.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
  3410.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
  3411.             }
  3412.             if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
  3413.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
  3414.             }
  3415.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  3416.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  3417.             }
  3418.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  3419.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  3420.             }
  3421.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  3422.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  3423.             }
  3424.             if (isset($this->privates['.debug.http_client'])) {
  3425.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  3426.             }
  3427.         }, function () {
  3428.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['mailer.logger_message_listener'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.legacy'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['.debug.http_client']));
  3429.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'mailer.logger_message_listener' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.resource.legacy' => [=> 'reset'], 'api_platform.cache.metadata.property.legacy' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  3430.     }
  3431.     /**
  3432.      * Gets the public 'session' shared service.
  3433.      *
  3434.      * @return \Symfony\Component\HttpFoundation\Session\Session
  3435.      */
  3436.     protected function getSessionService()
  3437.     {
  3438.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  3440.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  3441.     }
  3442.     /**
  3443.      * Gets the public 'swiftmailer.mailer.default' shared service.
  3444.      *
  3445.      * @return \Swift_Mailer
  3446.      */
  3447.     protected function getSwiftmailer_Mailer_DefaultService()
  3448.     {
  3449.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  3450.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  3451.     }
  3452.     /**
  3453.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  3454.      *
  3455.      * @return \Swift_Plugins_MessageLogger
  3456.      */
  3457.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  3458.     {
  3459.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  3460.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  3461.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  3462.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  3463.     }
  3464.     /**
  3465.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  3466.      *
  3467.      * @return \Swift_Transport
  3468.      */
  3469.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  3470.     {
  3471.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  3472.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  3473.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  3474.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  3475.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  3476.     }
  3477.     /**
  3478.      * Gets the public 'swiftmailer.transport' shared service.
  3479.      *
  3480.      * @return \Swift_Transport_SpoolTransport
  3481.      */
  3482.     protected function getSwiftmailer_TransportService()
  3483.     {
  3484.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  3485.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  3486.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  3487.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  3488.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  3489.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  3490.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  3491.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  3493.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  3494.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  3495.         return $instance;
  3496.     }
  3497.     /**
  3498.      * Gets the public 'templating' shared service.
  3499.      *
  3500.      * @return \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine
  3501.      *
  3502.      * @deprecated The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  3503.      */
  3504.     protected function getTemplatingService()
  3505.     {
  3506.         @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  3507.         $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);
  3508.         $instance->addEngine($this->getTemplating_Engine_TwigService());
  3509.         $instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
  3510.         return $instance;
  3511.     }
  3512.     /**
  3513.      * Gets the public 'templating.loader' shared service.
  3514.      *
  3515.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  3516.      *
  3517.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  3518.      */
  3519.     protected function getTemplating_LoaderService()
  3520.     {
  3521.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  3522.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  3523.     }
  3524.     /**
  3525.      * Gets the public 'translator' shared service.
  3526.      *
  3527.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  3528.      */
  3529.     protected function getTranslatorService()
  3530.     {
  3531.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  3532.     }
  3533.     /**
  3534.      * Gets the public 'twig' shared service.
  3535.      *
  3536.      * @return \Twig\Environment
  3537.      */
  3538.     protected function getTwigService()
  3539.     {
  3540.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__4));
  3541.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  3542.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  3543.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  3544.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  3545.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  3546.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  3547.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  3548.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  3549.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  3550.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  3551.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  3552.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  3553.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  3554.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  3555.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  3556.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  3557.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  3558.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  3559.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  3560.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  3561.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  3562.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  3563.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  3564.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/ux-dropzone/Resources/views'), 'Dropzone');
  3565.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/ux-dropzone/Resources/views'), '!Dropzone');
  3566.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  3567.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  3568.         $a->addPath((\dirname(__DIR__4).'/templates'));
  3569.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  3570.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  3571.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  3572.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  3573.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  3574.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  3575.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3576.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  3577.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  3578.         $f = new \Symfony\Bridge\Twig\AppVariable();
  3579.         $f->setEnvironment('dev');
  3580.         $f->setDebug(true);
  3581.         if ($this->has('security.token_storage')) {
  3582.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  3583.         }
  3584.         if ($this->has('request_stack')) {
  3585.             $f->setRequestStack($d);
  3586.         }
  3587.         $g = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  3588.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  3589.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  3590.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  3591.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  3592.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c, \dirname(__DIR__4), 'UTF-8'));
  3593.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  3594.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  3595.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  3596.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  3597.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  3598.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  3599.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  3600.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  3601.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  3602.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  3603.         $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())));
  3604.         $instance->addExtension(new \Twig\Extensions\TextExtension());
  3605.         $instance->addExtension(new \Twig_Extensions_Extension_Intl());
  3606.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  3607.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  3608.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(($this->privates['knp_paginator.helper.processor'] ?? $this->getKnpPaginator_Helper_ProcessorService())));
  3609.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  3610.         $instance->addGlobal('app'$f);
  3611.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3612.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  3613.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  3614.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  3615.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'false],
  3616.         ], [
  3617.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  3618.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  3619.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  3620.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  3621.         ])));
  3622.         $instance->addGlobal('app.locales'$this->parameters['app.locales']);
  3623.         $instance->registerUndefinedFilterCallback([=> $g=> 'suggestFilter']);
  3624.         $instance->registerUndefinedFunctionCallback([=> $g=> 'suggestFunction']);
  3625.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  3626.         return $instance;
  3627.     }
  3628.     /**
  3629.      * Gets the public 'twig.controller.exception' shared service.
  3630.      *
  3631.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  3632.      *
  3633.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  3634.      */
  3635.     protected function getTwig_Controller_ExceptionService()
  3636.     {
  3637.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  3638.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  3639.     }
  3640.     /**
  3641.      * Gets the public 'twig.controller.preview_error' shared service.
  3642.      *
  3643.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  3644.      *
  3645.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  3646.      */
  3647.     protected function getTwig_Controller_PreviewErrorService()
  3648.     {
  3649.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  3650.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  3651.     }
  3652.     /**
  3653.      * Gets the public 'validator' shared service.
  3654.      *
  3655.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  3656.      */
  3657.     protected function getValidatorService()
  3658.     {
  3659.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  3660.     }
  3661.     /**
  3662.      * Gets the public 'var_dumper.cloner' shared service.
  3663.      *
  3664.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  3665.      */
  3666.     protected function getVarDumper_ClonerService()
  3667.     {
  3668.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  3669.         $instance->setMaxItems(2500);
  3670.         $instance->setMinDepth(1);
  3671.         $instance->setMaxString(-1);
  3672.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  3673.         return $instance;
  3674.     }
  3675.     /**
  3676.      * Gets the public 'vich_uploader.download_handler' shared service.
  3677.      *
  3678.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  3679.      */
  3680.     protected function getVichUploader_DownloadHandlerService()
  3681.     {
  3682.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  3684.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  3685.     }
  3686.     /**
  3687.      * Gets the public 'vich_uploader.form.type.file' shared service.
  3688.      *
  3689.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  3690.      */
  3691.     protected function getVichUploader_Form_Type_FileService()
  3692.     {
  3693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  3696.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3697.     }
  3698.     /**
  3699.      * Gets the public 'vich_uploader.form.type.image' shared service.
  3700.      *
  3701.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  3702.      */
  3703.     protected function getVichUploader_Form_Type_ImageService()
  3704.     {
  3705.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3707.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  3708.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  3709.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()), ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), NULL);
  3710.     }
  3711.     /**
  3712.      * Gets the public 'vich_uploader.upload_handler' shared service.
  3713.      *
  3714.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  3715.      */
  3716.     protected function getVichUploader_UploadHandlerService()
  3717.     {
  3718.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  3719.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  3722.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  3723.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3724.     }
  3725.     /**
  3726.      * Gets the public 'web_profiler.controller.exception' shared service.
  3727.      *
  3728.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  3729.      *
  3730.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  3731.      */
  3732.     protected function getWebProfiler_Controller_ExceptionService()
  3733.     {
  3734.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  3735.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  3736.     }
  3737.     /**
  3738.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3739.      *
  3740.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3741.      */
  3742.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3743.     {
  3744.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3745.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  3746.     }
  3747.     /**
  3748.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3749.      *
  3750.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3751.      */
  3752.     protected function getWebProfiler_Controller_ProfilerService()
  3753.     {
  3754.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3755.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  3756.     }
  3757.     /**
  3758.      * Gets the public 'web_profiler.controller.router' shared service.
  3759.      *
  3760.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3761.      */
  3762.     protected function getWebProfiler_Controller_RouterService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3765.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  3766.             return new \EmptyIterator();
  3767.         }, 0));
  3768.     }
  3769.     /**
  3770.      * Gets the private '.debug.http_client' shared service.
  3771.      *
  3772.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3773.      */
  3774.     protected function get_Debug_HttpClientService()
  3775.     {
  3776.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3777.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3778.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3779.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3780.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3781.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3782.         $a->setLogger($b);
  3783.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  3784.     }
  3785.     /**
  3786.      * Gets the private '.errored..service_locator.80PpQrr.App\Entity\Action' shared service.
  3787.      *
  3788.      * @return \App\Entity\Action
  3789.      */
  3790.     protected function getActionService()
  3791.     {
  3792.         $this->throw('Cannot autowire service ".service_locator.80PpQrr": it references class "App\\Entity\\Action" but no such service exists.');
  3793.     }
  3794.     /**
  3795.      * Gets the private '.errored..service_locator.E4HVqUJ.Symfony\Component\HttpKernel\Event\GetResponseEvent' shared service.
  3796.      *
  3797.      * @return \Symfony\Component\HttpKernel\Event\GetResponseEvent
  3798.      */
  3799.     protected function getGetResponseEventService()
  3800.     {
  3801.         $this->throw('Cannot autowire service ".service_locator.E4HVqUJ": it references class "Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent" but no such service exists.');
  3802.     }
  3803.     /**
  3804.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  3805.      *
  3806.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  3807.      */
  3808.     protected function get_LegacyResolveControllerNameSubscriberService()
  3809.     {
  3810.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  3811.     }
  3812.     /**
  3813.      * Gets the private '.service_locator..F2.YJC' shared service.
  3814.      *
  3815.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3816.      */
  3817.     protected function get_ServiceLocator__F2_YJCService()
  3818.     {
  3819.         return $this->privates['.service_locator..F2.YJC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3820.             'mailer' => ['privates''App\\Service\\Mailer''getMailerService'false],
  3821.             'tokenGenerator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  3822.         ], [
  3823.             'mailer' => 'App\\Service\\Mailer',
  3824.             'tokenGenerator' => '?',
  3825.         ]);
  3826.     }
  3827.     /**
  3828.      * Gets the private '.service_locator.7v5oAiS' shared service.
  3829.      *
  3830.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3831.      */
  3832.     protected function get_ServiceLocator_7v5oAiSService()
  3833.     {
  3834.         return $this->privates['.service_locator.7v5oAiS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3835.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3836.             'translator' => ['services''translator''getTranslatorService'false],
  3837.         ], [
  3838.             'dispatcher' => '?',
  3839.             'translator' => '?',
  3840.         ]);
  3841.     }
  3842.     /**
  3843.      * Gets the private '.service_locator.80PpQrr' shared service.
  3844.      *
  3845.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3846.      */
  3847.     protected function get_ServiceLocator_80PpQrrService()
  3848.     {
  3849.         return $this->privates['.service_locator.80PpQrr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3850.             'action' => ['privates''.errored..service_locator.80PpQrr.App\\Entity\\Action'NULL'Cannot autowire service ".service_locator.80PpQrr": it references class "App\\Entity\\Action" but no such service exists.'],
  3851.         ], [
  3852.             'action' => 'App\\Entity\\Action',
  3853.         ]);
  3854.     }
  3855.     /**
  3856.      * Gets the private '.service_locator.BQLrcbq' shared service.
  3857.      *
  3858.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3859.      */
  3860.     protected function get_ServiceLocator_BQLrcbqService()
  3861.     {
  3862.         return $this->privates['.service_locator.BQLrcbq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3863.             'translator' => ['services''translator''getTranslatorService'false],
  3864.             'validator' => ['services''validator''getValidatorService'false],
  3865.         ], [
  3866.             'translator' => '?',
  3867.             'validator' => '?',
  3868.         ]);
  3869.     }
  3870.     /**
  3871.      * Gets the private '.service_locator.Ccu3hvU' shared service.
  3872.      *
  3873.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3874.      */
  3875.     protected function get_ServiceLocator_Ccu3hvUService()
  3876.     {
  3877.         return $this->privates['.service_locator.Ccu3hvU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3878.             'translator' => ['services''translator''getTranslatorService'false],
  3879.         ], [
  3880.             'translator' => '?',
  3881.         ]);
  3882.     }
  3883.     /**
  3884.      * Gets the private '.service_locator.E4HVqUJ' shared service.
  3885.      *
  3886.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3887.      */
  3888.     protected function get_ServiceLocator_E4HVqUJService()
  3889.     {
  3890.         return $this->privates['.service_locator.E4HVqUJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3891.             'event' => ['privates''.errored..service_locator.E4HVqUJ.Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent'NULL'Cannot autowire service ".service_locator.E4HVqUJ": it references class "Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent" but no such service exists.'],
  3892.         ], [
  3893.             'event' => 'Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent',
  3894.         ]);
  3895.     }
  3896.     /**
  3897.      * Gets the private '.service_locator.GO0QF4u' shared service.
  3898.      *
  3899.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3900.      */
  3901.     protected function get_ServiceLocator_GO0QF4uService()
  3902.     {
  3903.         return $this->privates['.service_locator.GO0QF4u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3904.             'manageAction' => ['privates''App\\Service\\ManageActions''getManageActionsService'false],
  3905.         ], [
  3906.             'manageAction' => 'App\\Service\\ManageActions',
  3907.         ]);
  3908.     }
  3909.     /**
  3910.      * Gets the private '.service_locator.KYVli6w' shared service.
  3911.      *
  3912.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3913.      */
  3914.     protected function get_ServiceLocator_KYVli6wService()
  3915.     {
  3916.         return $this->privates['.service_locator.KYVli6w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3917.             'App\\Controller\\API\\ApiActionController::AddAction' => ['privates''.service_locator.GO0QF4u''get_ServiceLocator_GO0QF4uService'false],
  3918.             'App\\Controller\\API\\ApiActionController::EditAction' => ['privates''.service_locator.GO0QF4u''get_ServiceLocator_GO0QF4uService'false],
  3919.             'App\\Controller\\Actions\\ActionsController::validerAction' => ['privates''.service_locator.80PpQrr''get_ServiceLocator_80PpQrrService'false],
  3920.             'App\\Controller\\Actions\\ActionsController::valideraffectationAction' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3921.             'App\\Controller\\Actions\\DelaisActionController::Add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3922.             'App\\Controller\\Actions\\DelaisActionController::Delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3923.             'App\\Controller\\Actions\\DelaisActionController::Edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3924.             'App\\Controller\\Actions\\DelaisActionController::index' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3925.             'App\\Controller\\Actions\\ProjetModulesController::Add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3926.             'App\\Controller\\Actions\\ProjetModulesController::AddModuleProjet' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3927.             'App\\Controller\\Actions\\ProjetModulesController::Delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3928.             'App\\Controller\\Actions\\ProjetModulesController::Edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3929.             'App\\Controller\\Actions\\ProjetModulesController::index' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3930.             'App\\Controller\\Actions\\ProjetsController::Add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3931.             'App\\Controller\\Actions\\ProjetsController::Add_modules_projet' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3932.             'App\\Controller\\Actions\\ProjetsController::Delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3933.             'App\\Controller\\Actions\\ProjetsController::Edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3934.             'App\\Controller\\Actions\\ProjetsController::attaches_projet' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3935.             'App\\Controller\\Actions\\ProjetsController::index' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3936.             'App\\Controller\\Actions\\ProjetsController::modules_projet' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3937.             'App\\Controller\\Actions\\TypesActionController::Add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3938.             'App\\Controller\\Actions\\TypesActionController::Delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3939.             'App\\Controller\\Actions\\TypesActionController::Edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3940.             'App\\Controller\\Actions\\TypesActionController::index' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3941.             'App\\Controller\\Administration\\DirectionController::add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3942.             'App\\Controller\\Administration\\DirectionController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3943.             'App\\Controller\\Administration\\DirectionController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  3944.             'App\\Controller\\Administration\\DirectionController::update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3945.             'App\\Controller\\Administration\\FonctionController::add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3946.             'App\\Controller\\Administration\\FonctionController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3947.             'App\\Controller\\Administration\\FonctionController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  3948.             'App\\Controller\\Administration\\FonctionController::update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3949.             'App\\Controller\\Administration\\GroupeController::add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3950.             'App\\Controller\\Administration\\GroupeController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3951.             'App\\Controller\\Administration\\GroupeController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  3952.             'App\\Controller\\Administration\\GroupeController::update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3953.             'App\\Controller\\Administration\\SalleController::add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3954.             'App\\Controller\\Administration\\SalleController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3955.             'App\\Controller\\Administration\\SalleController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  3956.             'App\\Controller\\Administration\\SalleController::update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3957.             'App\\Controller\\Administration\\ServiceController::add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3958.             'App\\Controller\\Administration\\ServiceController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3959.             'App\\Controller\\Administration\\ServiceController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  3960.             'App\\Controller\\Administration\\ServiceController::update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3961.             'App\\Controller\\Administration\\UserController::EmailConnexion' => ['privates''.service_locator.xzs80vy''get_ServiceLocator_Xzs80vyService'false],
  3962.             'App\\Controller\\Administration\\UserController::add' => ['privates''.service_locator.qu_cMbY''get_ServiceLocator_QuCMbYService'false],
  3963.             'App\\Controller\\Administration\\UserController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3964.             'App\\Controller\\Administration\\UserController::editRoles' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3965.             'App\\Controller\\Administration\\UserController::fastAuthentification' => ['privates''.service_locator.7v5oAiS''get_ServiceLocator_7v5oAiSService'false],
  3966.             'App\\Controller\\Administration\\UserController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  3967.             'App\\Controller\\Administration\\UserController::restPwd' => ['privates''.service_locator.xzs80vy''get_ServiceLocator_Xzs80vyService'false],
  3968.             'App\\Controller\\Administration\\UserController::update' => ['privates''.service_locator.BQLrcbq''get_ServiceLocator_BQLrcbqService'false],
  3969.             'App\\Controller\\Bilan\\BilanController::Add_bilan' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3970.             'App\\Controller\\Bilan\\BilanController::Delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3971.             'App\\Controller\\Bilan\\BilanController::PresenceBilan' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3972.             'App\\Controller\\Bilan\\BilanController::ValidBilan' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3973.             'App\\Controller\\Bilan\\BilanController::exportXsl' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  3974.             'App\\Controller\\Bilan\\BilanController::index' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3975.             'App\\Controller\\Calendrier\\CalendrierController::add' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3976.             'App\\Controller\\Calendrier\\CalendrierController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3977.             'App\\Controller\\Calendrier\\CalendrierController::refusePresenceEvent' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3978.             'App\\Controller\\Calendrier\\CalendrierController::update' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3979.             'App\\Controller\\Calendrier\\CalendrierController::validatePresenceEvent' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3980.             'App\\Controller\\CongeProcess\\CongeProcessController::add' => ['privates''.service_locator.U_5YyZ3''get_ServiceLocator_U5YyZ3Service'false],
  3981.             'App\\Controller\\FastConnexionController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  3982.             'App\\Controller\\GRH\\FunctionalityRHController::add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3983.             'App\\Controller\\GRH\\FunctionalityRHController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3984.             'App\\Controller\\GRH\\FunctionalityRHController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  3985.             'App\\Controller\\GRH\\FunctionalityRHController::update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3986.             'App\\Controller\\GRH\\OrganigrammeRHController::addBloc' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3987.             'App\\Controller\\GRH\\OrganigrammeRHController::addFirstBloc' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3988.             'App\\Controller\\GRH\\OrganigrammeRHController::deleteBloc' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3989.             'App\\Controller\\GRH\\OrganigrammeRHController::editBloc' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3990.             'App\\Controller\\GRH\\ProcessRHController::activate' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3991.             'App\\Controller\\GRH\\ProcessRHController::add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3992.             'App\\Controller\\GRH\\ProcessRHController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3993.             'App\\Controller\\GRH\\ProcessRHController::desactivate' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3994.             'App\\Controller\\GRH\\ProcessRHController::edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3995.             'App\\Controller\\GRH\\ProcessRHController::index' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  3996.             'App\\Controller\\GRH\\ProcessRHController::processDetails' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3997.             'App\\Controller\\Hierarchie\\InterimTemporaireController::activate' => ['privates''.service_locator.We_825D''get_ServiceLocator_We825DService'false],
  3998.             'App\\Controller\\Hierarchie\\InterimTemporaireController::add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  3999.             'App\\Controller\\Hierarchie\\InterimTemporaireController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4000.             'App\\Controller\\Hierarchie\\InterimTemporaireController::desactivate' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4001.             'App\\Controller\\Hierarchie\\InterimTemporaireController::edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4002.             'App\\Controller\\Hierarchie\\InterimTemporaireController::index' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4003.             'App\\Controller\\Hierarchie\\InterimTemporaireController::interimTemporaireDetrails' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4004.             'App\\Controller\\Hierarchie\\ResponsableController::activateResponsable' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4005.             'App\\Controller\\Hierarchie\\ResponsableController::add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4006.             'App\\Controller\\Hierarchie\\ResponsableController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4007.             'App\\Controller\\Hierarchie\\ResponsableController::desactivateResponsable' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4008.             'App\\Controller\\Hierarchie\\ResponsableController::edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4009.             'App\\Controller\\Hierarchie\\ResponsableController::index' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4010.             'App\\Controller\\Hierarchie\\ResponsableController::responsableDetails' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4011.             'App\\Controller\\HoraireAdministratif\\HeureTravailController::edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4012.             'App\\Controller\\HoraireAdministratif\\HeureTravailController::heureTravailDetails' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4013.             'App\\Controller\\HoraireAdministratif\\HeureTravailController::index' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4014.             'App\\Controller\\HoraireAdministratif\\JourFeriesController::add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4015.             'App\\Controller\\HoraireAdministratif\\JourFeriesController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4016.             'App\\Controller\\HoraireAdministratif\\JourFeriesController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4017.             'App\\Controller\\HoraireAdministratif\\JourFeriesController::update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4018.             'App\\Controller\\HoraireAdministratif\\PlanificationSemaineController::edit' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4019.             'App\\Controller\\HoraireAdministratif\\PlanificationSemaineController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4020.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController::add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4021.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4022.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4023.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController::update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4024.             'App\\Controller\\ParametrageConge\\CategoryCongeController::addConge' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4025.             'App\\Controller\\ParametrageConge\\CategoryCongeController::changeStatut' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4026.             'App\\Controller\\ParametrageConge\\CategoryCongeController::delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4027.             'App\\Controller\\ParametrageConge\\CategoryCongeController::index' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4028.             'App\\Controller\\ParametrageConge\\CategoryCongeController::update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4029.             'App\\Controller\\ParametrageConge\\ConfigCongeController::updateConfigSolde' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4030.             'App\\Controller\\ParametrageConge\\ConfigCongeController::updateValiditySolde' => ['privates''.service_locator.BQLrcbq''get_ServiceLocator_BQLrcbqService'false],
  4031.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController::addSoldeAnnuel' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4032.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController::deleteSoldeAnnuel' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4033.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController::index' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4034.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController::updateSoldeAnnuel' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4035.             'App\\Controller\\ParametrageConge\\SoldeCirconstanceController::updateSoldeCirconstance' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4036.             'App\\Controller\\ParametrageConge\\SoldeCongeController::index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4037.             'App\\Controller\\ProfilController::changePhoto' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4038.             'App\\Controller\\ProfilController::index' => ['privates''.service_locator.u_UaC1e''get_ServiceLocator_UUaC1eService'false],
  4039.             'App\\Controller\\Security\\ResettingController::resetAction' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4040.             'App\\Controller\\Security\\ResettingController::sendEmailAction' => ['privates''.service_locator..F2.YJC''get_ServiceLocator__F2_YJCService'false],
  4041.             'App\\Controller\\Security\\SecurityController::login' => ['privates''.service_locator.tox5qMK''get_ServiceLocator_Tox5qMKService'false],
  4042.             'App\\Controller\\Security\\SessionIdleHandler::onKernelRequest' => ['privates''.service_locator.E4HVqUJ''get_ServiceLocator_E4HVqUJService'false],
  4043.             'App\\Controller\\API\\ApiActionController:AddAction' => ['privates''.service_locator.GO0QF4u''get_ServiceLocator_GO0QF4uService'false],
  4044.             'App\\Controller\\API\\ApiActionController:EditAction' => ['privates''.service_locator.GO0QF4u''get_ServiceLocator_GO0QF4uService'false],
  4045.             'App\\Controller\\Actions\\ActionsController:validerAction' => ['privates''.service_locator.80PpQrr''get_ServiceLocator_80PpQrrService'false],
  4046.             'App\\Controller\\Actions\\ActionsController:valideraffectationAction' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4047.             'App\\Controller\\Actions\\DelaisActionController:Add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4048.             'App\\Controller\\Actions\\DelaisActionController:Delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4049.             'App\\Controller\\Actions\\DelaisActionController:Edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4050.             'App\\Controller\\Actions\\DelaisActionController:index' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4051.             'App\\Controller\\Actions\\ProjetModulesController:Add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4052.             'App\\Controller\\Actions\\ProjetModulesController:AddModuleProjet' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4053.             'App\\Controller\\Actions\\ProjetModulesController:Delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4054.             'App\\Controller\\Actions\\ProjetModulesController:Edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4055.             'App\\Controller\\Actions\\ProjetModulesController:index' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4056.             'App\\Controller\\Actions\\ProjetsController:Add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4057.             'App\\Controller\\Actions\\ProjetsController:Add_modules_projet' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4058.             'App\\Controller\\Actions\\ProjetsController:Delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4059.             'App\\Controller\\Actions\\ProjetsController:Edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4060.             'App\\Controller\\Actions\\ProjetsController:attaches_projet' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4061.             'App\\Controller\\Actions\\ProjetsController:index' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4062.             'App\\Controller\\Actions\\ProjetsController:modules_projet' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4063.             'App\\Controller\\Actions\\TypesActionController:Add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4064.             'App\\Controller\\Actions\\TypesActionController:Delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4065.             'App\\Controller\\Actions\\TypesActionController:Edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4066.             'App\\Controller\\Actions\\TypesActionController:index' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4067.             'App\\Controller\\Administration\\DirectionController:add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4068.             'App\\Controller\\Administration\\DirectionController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4069.             'App\\Controller\\Administration\\DirectionController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4070.             'App\\Controller\\Administration\\DirectionController:update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4071.             'App\\Controller\\Administration\\FonctionController:add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4072.             'App\\Controller\\Administration\\FonctionController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4073.             'App\\Controller\\Administration\\FonctionController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4074.             'App\\Controller\\Administration\\FonctionController:update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4075.             'App\\Controller\\Administration\\GroupeController:add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4076.             'App\\Controller\\Administration\\GroupeController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4077.             'App\\Controller\\Administration\\GroupeController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4078.             'App\\Controller\\Administration\\GroupeController:update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4079.             'App\\Controller\\Administration\\SalleController:add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4080.             'App\\Controller\\Administration\\SalleController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4081.             'App\\Controller\\Administration\\SalleController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4082.             'App\\Controller\\Administration\\SalleController:update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4083.             'App\\Controller\\Administration\\ServiceController:add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4084.             'App\\Controller\\Administration\\ServiceController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4085.             'App\\Controller\\Administration\\ServiceController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4086.             'App\\Controller\\Administration\\ServiceController:update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4087.             'App\\Controller\\Administration\\UserController:EmailConnexion' => ['privates''.service_locator.xzs80vy''get_ServiceLocator_Xzs80vyService'false],
  4088.             'App\\Controller\\Administration\\UserController:add' => ['privates''.service_locator.qu_cMbY''get_ServiceLocator_QuCMbYService'false],
  4089.             'App\\Controller\\Administration\\UserController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4090.             'App\\Controller\\Administration\\UserController:editRoles' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4091.             'App\\Controller\\Administration\\UserController:fastAuthentification' => ['privates''.service_locator.7v5oAiS''get_ServiceLocator_7v5oAiSService'false],
  4092.             'App\\Controller\\Administration\\UserController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4093.             'App\\Controller\\Administration\\UserController:restPwd' => ['privates''.service_locator.xzs80vy''get_ServiceLocator_Xzs80vyService'false],
  4094.             'App\\Controller\\Administration\\UserController:update' => ['privates''.service_locator.BQLrcbq''get_ServiceLocator_BQLrcbqService'false],
  4095.             'App\\Controller\\Bilan\\BilanController:Add_bilan' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4096.             'App\\Controller\\Bilan\\BilanController:Delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4097.             'App\\Controller\\Bilan\\BilanController:PresenceBilan' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4098.             'App\\Controller\\Bilan\\BilanController:ValidBilan' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4099.             'App\\Controller\\Bilan\\BilanController:exportXsl' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4100.             'App\\Controller\\Bilan\\BilanController:index' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4101.             'App\\Controller\\Calendrier\\CalendrierController:add' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4102.             'App\\Controller\\Calendrier\\CalendrierController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4103.             'App\\Controller\\Calendrier\\CalendrierController:refusePresenceEvent' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4104.             'App\\Controller\\Calendrier\\CalendrierController:update' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4105.             'App\\Controller\\Calendrier\\CalendrierController:validatePresenceEvent' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4106.             'App\\Controller\\CongeProcess\\CongeProcessController:add' => ['privates''.service_locator.U_5YyZ3''get_ServiceLocator_U5YyZ3Service'false],
  4107.             'App\\Controller\\FastConnexionController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4108.             'App\\Controller\\GRH\\FunctionalityRHController:add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4109.             'App\\Controller\\GRH\\FunctionalityRHController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4110.             'App\\Controller\\GRH\\FunctionalityRHController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4111.             'App\\Controller\\GRH\\FunctionalityRHController:update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4112.             'App\\Controller\\GRH\\OrganigrammeRHController:addBloc' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4113.             'App\\Controller\\GRH\\OrganigrammeRHController:addFirstBloc' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4114.             'App\\Controller\\GRH\\OrganigrammeRHController:deleteBloc' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4115.             'App\\Controller\\GRH\\OrganigrammeRHController:editBloc' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4116.             'App\\Controller\\GRH\\ProcessRHController:activate' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4117.             'App\\Controller\\GRH\\ProcessRHController:add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4118.             'App\\Controller\\GRH\\ProcessRHController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4119.             'App\\Controller\\GRH\\ProcessRHController:desactivate' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4120.             'App\\Controller\\GRH\\ProcessRHController:edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4121.             'App\\Controller\\GRH\\ProcessRHController:index' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4122.             'App\\Controller\\GRH\\ProcessRHController:processDetails' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4123.             'App\\Controller\\Hierarchie\\InterimTemporaireController:activate' => ['privates''.service_locator.We_825D''get_ServiceLocator_We825DService'false],
  4124.             'App\\Controller\\Hierarchie\\InterimTemporaireController:add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4125.             'App\\Controller\\Hierarchie\\InterimTemporaireController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4126.             'App\\Controller\\Hierarchie\\InterimTemporaireController:desactivate' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4127.             'App\\Controller\\Hierarchie\\InterimTemporaireController:edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4128.             'App\\Controller\\Hierarchie\\InterimTemporaireController:index' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4129.             'App\\Controller\\Hierarchie\\InterimTemporaireController:interimTemporaireDetrails' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4130.             'App\\Controller\\Hierarchie\\ResponsableController:activateResponsable' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4131.             'App\\Controller\\Hierarchie\\ResponsableController:add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4132.             'App\\Controller\\Hierarchie\\ResponsableController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4133.             'App\\Controller\\Hierarchie\\ResponsableController:desactivateResponsable' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4134.             'App\\Controller\\Hierarchie\\ResponsableController:edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4135.             'App\\Controller\\Hierarchie\\ResponsableController:index' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4136.             'App\\Controller\\Hierarchie\\ResponsableController:responsableDetails' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4137.             'App\\Controller\\HoraireAdministratif\\HeureTravailController:edit' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4138.             'App\\Controller\\HoraireAdministratif\\HeureTravailController:heureTravailDetails' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4139.             'App\\Controller\\HoraireAdministratif\\HeureTravailController:index' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4140.             'App\\Controller\\HoraireAdministratif\\JourFeriesController:add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4141.             'App\\Controller\\HoraireAdministratif\\JourFeriesController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4142.             'App\\Controller\\HoraireAdministratif\\JourFeriesController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4143.             'App\\Controller\\HoraireAdministratif\\JourFeriesController:update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4144.             'App\\Controller\\HoraireAdministratif\\PlanificationSemaineController:edit' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4145.             'App\\Controller\\HoraireAdministratif\\PlanificationSemaineController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4146.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController:add' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4147.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4148.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4149.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController:update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4150.             'App\\Controller\\ParametrageConge\\CategoryCongeController:addConge' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4151.             'App\\Controller\\ParametrageConge\\CategoryCongeController:changeStatut' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4152.             'App\\Controller\\ParametrageConge\\CategoryCongeController:delete' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4153.             'App\\Controller\\ParametrageConge\\CategoryCongeController:index' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4154.             'App\\Controller\\ParametrageConge\\CategoryCongeController:update' => ['privates''.service_locator.yugqASF''get_ServiceLocator_YugqASFService'false],
  4155.             'App\\Controller\\ParametrageConge\\ConfigCongeController:updateConfigSolde' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4156.             'App\\Controller\\ParametrageConge\\ConfigCongeController:updateValiditySolde' => ['privates''.service_locator.BQLrcbq''get_ServiceLocator_BQLrcbqService'false],
  4157.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController:addSoldeAnnuel' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4158.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController:deleteSoldeAnnuel' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4159.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController:index' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4160.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController:updateSoldeAnnuel' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4161.             'App\\Controller\\ParametrageConge\\SoldeCirconstanceController:updateSoldeCirconstance' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4162.             'App\\Controller\\ParametrageConge\\SoldeCongeController:index' => ['privates''.service_locator.n8gOTNr''get_ServiceLocator_N8gOTNrService'false],
  4163.             'App\\Controller\\ProfilController:changePhoto' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4164.             'App\\Controller\\ProfilController:index' => ['privates''.service_locator.u_UaC1e''get_ServiceLocator_UUaC1eService'false],
  4165.             'App\\Controller\\Security\\ResettingController:resetAction' => ['privates''.service_locator.Ccu3hvU''get_ServiceLocator_Ccu3hvUService'false],
  4166.             'App\\Controller\\Security\\ResettingController:sendEmailAction' => ['privates''.service_locator..F2.YJC''get_ServiceLocator__F2_YJCService'false],
  4167.             'App\\Controller\\Security\\SecurityController:login' => ['privates''.service_locator.tox5qMK''get_ServiceLocator_Tox5qMKService'false],
  4168.             'App\\Controller\\Security\\SessionIdleHandler:onKernelRequest' => ['privates''.service_locator.E4HVqUJ''get_ServiceLocator_E4HVqUJService'false],
  4169.         ], [
  4170.             'App\\Controller\\API\\ApiActionController::AddAction' => '?',
  4171.             'App\\Controller\\API\\ApiActionController::EditAction' => '?',
  4172.             'App\\Controller\\Actions\\ActionsController::validerAction' => '?',
  4173.             'App\\Controller\\Actions\\ActionsController::valideraffectationAction' => '?',
  4174.             'App\\Controller\\Actions\\DelaisActionController::Add' => '?',
  4175.             'App\\Controller\\Actions\\DelaisActionController::Delete' => '?',
  4176.             'App\\Controller\\Actions\\DelaisActionController::Edit' => '?',
  4177.             'App\\Controller\\Actions\\DelaisActionController::index' => '?',
  4178.             'App\\Controller\\Actions\\ProjetModulesController::Add' => '?',
  4179.             'App\\Controller\\Actions\\ProjetModulesController::AddModuleProjet' => '?',
  4180.             'App\\Controller\\Actions\\ProjetModulesController::Delete' => '?',
  4181.             'App\\Controller\\Actions\\ProjetModulesController::Edit' => '?',
  4182.             'App\\Controller\\Actions\\ProjetModulesController::index' => '?',
  4183.             'App\\Controller\\Actions\\ProjetsController::Add' => '?',
  4184.             'App\\Controller\\Actions\\ProjetsController::Add_modules_projet' => '?',
  4185.             'App\\Controller\\Actions\\ProjetsController::Delete' => '?',
  4186.             'App\\Controller\\Actions\\ProjetsController::Edit' => '?',
  4187.             'App\\Controller\\Actions\\ProjetsController::attaches_projet' => '?',
  4188.             'App\\Controller\\Actions\\ProjetsController::index' => '?',
  4189.             'App\\Controller\\Actions\\ProjetsController::modules_projet' => '?',
  4190.             'App\\Controller\\Actions\\TypesActionController::Add' => '?',
  4191.             'App\\Controller\\Actions\\TypesActionController::Delete' => '?',
  4192.             'App\\Controller\\Actions\\TypesActionController::Edit' => '?',
  4193.             'App\\Controller\\Actions\\TypesActionController::index' => '?',
  4194.             'App\\Controller\\Administration\\DirectionController::add' => '?',
  4195.             'App\\Controller\\Administration\\DirectionController::delete' => '?',
  4196.             'App\\Controller\\Administration\\DirectionController::index' => '?',
  4197.             'App\\Controller\\Administration\\DirectionController::update' => '?',
  4198.             'App\\Controller\\Administration\\FonctionController::add' => '?',
  4199.             'App\\Controller\\Administration\\FonctionController::delete' => '?',
  4200.             'App\\Controller\\Administration\\FonctionController::index' => '?',
  4201.             'App\\Controller\\Administration\\FonctionController::update' => '?',
  4202.             'App\\Controller\\Administration\\GroupeController::add' => '?',
  4203.             'App\\Controller\\Administration\\GroupeController::delete' => '?',
  4204.             'App\\Controller\\Administration\\GroupeController::index' => '?',
  4205.             'App\\Controller\\Administration\\GroupeController::update' => '?',
  4206.             'App\\Controller\\Administration\\SalleController::add' => '?',
  4207.             'App\\Controller\\Administration\\SalleController::delete' => '?',
  4208.             'App\\Controller\\Administration\\SalleController::index' => '?',
  4209.             'App\\Controller\\Administration\\SalleController::update' => '?',
  4210.             'App\\Controller\\Administration\\ServiceController::add' => '?',
  4211.             'App\\Controller\\Administration\\ServiceController::delete' => '?',
  4212.             'App\\Controller\\Administration\\ServiceController::index' => '?',
  4213.             'App\\Controller\\Administration\\ServiceController::update' => '?',
  4214.             'App\\Controller\\Administration\\UserController::EmailConnexion' => '?',
  4215.             'App\\Controller\\Administration\\UserController::add' => '?',
  4216.             'App\\Controller\\Administration\\UserController::delete' => '?',
  4217.             'App\\Controller\\Administration\\UserController::editRoles' => '?',
  4218.             'App\\Controller\\Administration\\UserController::fastAuthentification' => '?',
  4219.             'App\\Controller\\Administration\\UserController::index' => '?',
  4220.             'App\\Controller\\Administration\\UserController::restPwd' => '?',
  4221.             'App\\Controller\\Administration\\UserController::update' => '?',
  4222.             'App\\Controller\\Bilan\\BilanController::Add_bilan' => '?',
  4223.             'App\\Controller\\Bilan\\BilanController::Delete' => '?',
  4224.             'App\\Controller\\Bilan\\BilanController::PresenceBilan' => '?',
  4225.             'App\\Controller\\Bilan\\BilanController::ValidBilan' => '?',
  4226.             'App\\Controller\\Bilan\\BilanController::exportXsl' => '?',
  4227.             'App\\Controller\\Bilan\\BilanController::index' => '?',
  4228.             'App\\Controller\\Calendrier\\CalendrierController::add' => '?',
  4229.             'App\\Controller\\Calendrier\\CalendrierController::delete' => '?',
  4230.             'App\\Controller\\Calendrier\\CalendrierController::refusePresenceEvent' => '?',
  4231.             'App\\Controller\\Calendrier\\CalendrierController::update' => '?',
  4232.             'App\\Controller\\Calendrier\\CalendrierController::validatePresenceEvent' => '?',
  4233.             'App\\Controller\\CongeProcess\\CongeProcessController::add' => '?',
  4234.             'App\\Controller\\FastConnexionController::index' => '?',
  4235.             'App\\Controller\\GRH\\FunctionalityRHController::add' => '?',
  4236.             'App\\Controller\\GRH\\FunctionalityRHController::delete' => '?',
  4237.             'App\\Controller\\GRH\\FunctionalityRHController::index' => '?',
  4238.             'App\\Controller\\GRH\\FunctionalityRHController::update' => '?',
  4239.             'App\\Controller\\GRH\\OrganigrammeRHController::addBloc' => '?',
  4240.             'App\\Controller\\GRH\\OrganigrammeRHController::addFirstBloc' => '?',
  4241.             'App\\Controller\\GRH\\OrganigrammeRHController::deleteBloc' => '?',
  4242.             'App\\Controller\\GRH\\OrganigrammeRHController::editBloc' => '?',
  4243.             'App\\Controller\\GRH\\ProcessRHController::activate' => '?',
  4244.             'App\\Controller\\GRH\\ProcessRHController::add' => '?',
  4245.             'App\\Controller\\GRH\\ProcessRHController::delete' => '?',
  4246.             'App\\Controller\\GRH\\ProcessRHController::desactivate' => '?',
  4247.             'App\\Controller\\GRH\\ProcessRHController::edit' => '?',
  4248.             'App\\Controller\\GRH\\ProcessRHController::index' => '?',
  4249.             'App\\Controller\\GRH\\ProcessRHController::processDetails' => '?',
  4250.             'App\\Controller\\Hierarchie\\InterimTemporaireController::activate' => '?',
  4251.             'App\\Controller\\Hierarchie\\InterimTemporaireController::add' => '?',
  4252.             'App\\Controller\\Hierarchie\\InterimTemporaireController::delete' => '?',
  4253.             'App\\Controller\\Hierarchie\\InterimTemporaireController::desactivate' => '?',
  4254.             'App\\Controller\\Hierarchie\\InterimTemporaireController::edit' => '?',
  4255.             'App\\Controller\\Hierarchie\\InterimTemporaireController::index' => '?',
  4256.             'App\\Controller\\Hierarchie\\InterimTemporaireController::interimTemporaireDetrails' => '?',
  4257.             'App\\Controller\\Hierarchie\\ResponsableController::activateResponsable' => '?',
  4258.             'App\\Controller\\Hierarchie\\ResponsableController::add' => '?',
  4259.             'App\\Controller\\Hierarchie\\ResponsableController::delete' => '?',
  4260.             'App\\Controller\\Hierarchie\\ResponsableController::desactivateResponsable' => '?',
  4261.             'App\\Controller\\Hierarchie\\ResponsableController::edit' => '?',
  4262.             'App\\Controller\\Hierarchie\\ResponsableController::index' => '?',
  4263.             'App\\Controller\\Hierarchie\\ResponsableController::responsableDetails' => '?',
  4264.             'App\\Controller\\HoraireAdministratif\\HeureTravailController::edit' => '?',
  4265.             'App\\Controller\\HoraireAdministratif\\HeureTravailController::heureTravailDetails' => '?',
  4266.             'App\\Controller\\HoraireAdministratif\\HeureTravailController::index' => '?',
  4267.             'App\\Controller\\HoraireAdministratif\\JourFeriesController::add' => '?',
  4268.             'App\\Controller\\HoraireAdministratif\\JourFeriesController::delete' => '?',
  4269.             'App\\Controller\\HoraireAdministratif\\JourFeriesController::index' => '?',
  4270.             'App\\Controller\\HoraireAdministratif\\JourFeriesController::update' => '?',
  4271.             'App\\Controller\\HoraireAdministratif\\PlanificationSemaineController::edit' => '?',
  4272.             'App\\Controller\\HoraireAdministratif\\PlanificationSemaineController::index' => '?',
  4273.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController::add' => '?',
  4274.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController::delete' => '?',
  4275.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController::index' => '?',
  4276.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController::update' => '?',
  4277.             'App\\Controller\\ParametrageConge\\CategoryCongeController::addConge' => '?',
  4278.             'App\\Controller\\ParametrageConge\\CategoryCongeController::changeStatut' => '?',
  4279.             'App\\Controller\\ParametrageConge\\CategoryCongeController::delete' => '?',
  4280.             'App\\Controller\\ParametrageConge\\CategoryCongeController::index' => '?',
  4281.             'App\\Controller\\ParametrageConge\\CategoryCongeController::update' => '?',
  4282.             'App\\Controller\\ParametrageConge\\ConfigCongeController::updateConfigSolde' => '?',
  4283.             'App\\Controller\\ParametrageConge\\ConfigCongeController::updateValiditySolde' => '?',
  4284.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController::addSoldeAnnuel' => '?',
  4285.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController::deleteSoldeAnnuel' => '?',
  4286.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController::index' => '?',
  4287.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController::updateSoldeAnnuel' => '?',
  4288.             'App\\Controller\\ParametrageConge\\SoldeCirconstanceController::updateSoldeCirconstance' => '?',
  4289.             'App\\Controller\\ParametrageConge\\SoldeCongeController::index' => '?',
  4290.             'App\\Controller\\ProfilController::changePhoto' => '?',
  4291.             'App\\Controller\\ProfilController::index' => '?',
  4292.             'App\\Controller\\Security\\ResettingController::resetAction' => '?',
  4293.             'App\\Controller\\Security\\ResettingController::sendEmailAction' => '?',
  4294.             'App\\Controller\\Security\\SecurityController::login' => '?',
  4295.             'App\\Controller\\Security\\SessionIdleHandler::onKernelRequest' => '?',
  4296.             'App\\Controller\\API\\ApiActionController:AddAction' => '?',
  4297.             'App\\Controller\\API\\ApiActionController:EditAction' => '?',
  4298.             'App\\Controller\\Actions\\ActionsController:validerAction' => '?',
  4299.             'App\\Controller\\Actions\\ActionsController:valideraffectationAction' => '?',
  4300.             'App\\Controller\\Actions\\DelaisActionController:Add' => '?',
  4301.             'App\\Controller\\Actions\\DelaisActionController:Delete' => '?',
  4302.             'App\\Controller\\Actions\\DelaisActionController:Edit' => '?',
  4303.             'App\\Controller\\Actions\\DelaisActionController:index' => '?',
  4304.             'App\\Controller\\Actions\\ProjetModulesController:Add' => '?',
  4305.             'App\\Controller\\Actions\\ProjetModulesController:AddModuleProjet' => '?',
  4306.             'App\\Controller\\Actions\\ProjetModulesController:Delete' => '?',
  4307.             'App\\Controller\\Actions\\ProjetModulesController:Edit' => '?',
  4308.             'App\\Controller\\Actions\\ProjetModulesController:index' => '?',
  4309.             'App\\Controller\\Actions\\ProjetsController:Add' => '?',
  4310.             'App\\Controller\\Actions\\ProjetsController:Add_modules_projet' => '?',
  4311.             'App\\Controller\\Actions\\ProjetsController:Delete' => '?',
  4312.             'App\\Controller\\Actions\\ProjetsController:Edit' => '?',
  4313.             'App\\Controller\\Actions\\ProjetsController:attaches_projet' => '?',
  4314.             'App\\Controller\\Actions\\ProjetsController:index' => '?',
  4315.             'App\\Controller\\Actions\\ProjetsController:modules_projet' => '?',
  4316.             'App\\Controller\\Actions\\TypesActionController:Add' => '?',
  4317.             'App\\Controller\\Actions\\TypesActionController:Delete' => '?',
  4318.             'App\\Controller\\Actions\\TypesActionController:Edit' => '?',
  4319.             'App\\Controller\\Actions\\TypesActionController:index' => '?',
  4320.             'App\\Controller\\Administration\\DirectionController:add' => '?',
  4321.             'App\\Controller\\Administration\\DirectionController:delete' => '?',
  4322.             'App\\Controller\\Administration\\DirectionController:index' => '?',
  4323.             'App\\Controller\\Administration\\DirectionController:update' => '?',
  4324.             'App\\Controller\\Administration\\FonctionController:add' => '?',
  4325.             'App\\Controller\\Administration\\FonctionController:delete' => '?',
  4326.             'App\\Controller\\Administration\\FonctionController:index' => '?',
  4327.             'App\\Controller\\Administration\\FonctionController:update' => '?',
  4328.             'App\\Controller\\Administration\\GroupeController:add' => '?',
  4329.             'App\\Controller\\Administration\\GroupeController:delete' => '?',
  4330.             'App\\Controller\\Administration\\GroupeController:index' => '?',
  4331.             'App\\Controller\\Administration\\GroupeController:update' => '?',
  4332.             'App\\Controller\\Administration\\SalleController:add' => '?',
  4333.             'App\\Controller\\Administration\\SalleController:delete' => '?',
  4334.             'App\\Controller\\Administration\\SalleController:index' => '?',
  4335.             'App\\Controller\\Administration\\SalleController:update' => '?',
  4336.             'App\\Controller\\Administration\\ServiceController:add' => '?',
  4337.             'App\\Controller\\Administration\\ServiceController:delete' => '?',
  4338.             'App\\Controller\\Administration\\ServiceController:index' => '?',
  4339.             'App\\Controller\\Administration\\ServiceController:update' => '?',
  4340.             'App\\Controller\\Administration\\UserController:EmailConnexion' => '?',
  4341.             'App\\Controller\\Administration\\UserController:add' => '?',
  4342.             'App\\Controller\\Administration\\UserController:delete' => '?',
  4343.             'App\\Controller\\Administration\\UserController:editRoles' => '?',
  4344.             'App\\Controller\\Administration\\UserController:fastAuthentification' => '?',
  4345.             'App\\Controller\\Administration\\UserController:index' => '?',
  4346.             'App\\Controller\\Administration\\UserController:restPwd' => '?',
  4347.             'App\\Controller\\Administration\\UserController:update' => '?',
  4348.             'App\\Controller\\Bilan\\BilanController:Add_bilan' => '?',
  4349.             'App\\Controller\\Bilan\\BilanController:Delete' => '?',
  4350.             'App\\Controller\\Bilan\\BilanController:PresenceBilan' => '?',
  4351.             'App\\Controller\\Bilan\\BilanController:ValidBilan' => '?',
  4352.             'App\\Controller\\Bilan\\BilanController:exportXsl' => '?',
  4353.             'App\\Controller\\Bilan\\BilanController:index' => '?',
  4354.             'App\\Controller\\Calendrier\\CalendrierController:add' => '?',
  4355.             'App\\Controller\\Calendrier\\CalendrierController:delete' => '?',
  4356.             'App\\Controller\\Calendrier\\CalendrierController:refusePresenceEvent' => '?',
  4357.             'App\\Controller\\Calendrier\\CalendrierController:update' => '?',
  4358.             'App\\Controller\\Calendrier\\CalendrierController:validatePresenceEvent' => '?',
  4359.             'App\\Controller\\CongeProcess\\CongeProcessController:add' => '?',
  4360.             'App\\Controller\\FastConnexionController:index' => '?',
  4361.             'App\\Controller\\GRH\\FunctionalityRHController:add' => '?',
  4362.             'App\\Controller\\GRH\\FunctionalityRHController:delete' => '?',
  4363.             'App\\Controller\\GRH\\FunctionalityRHController:index' => '?',
  4364.             'App\\Controller\\GRH\\FunctionalityRHController:update' => '?',
  4365.             'App\\Controller\\GRH\\OrganigrammeRHController:addBloc' => '?',
  4366.             'App\\Controller\\GRH\\OrganigrammeRHController:addFirstBloc' => '?',
  4367.             'App\\Controller\\GRH\\OrganigrammeRHController:deleteBloc' => '?',
  4368.             'App\\Controller\\GRH\\OrganigrammeRHController:editBloc' => '?',
  4369.             'App\\Controller\\GRH\\ProcessRHController:activate' => '?',
  4370.             'App\\Controller\\GRH\\ProcessRHController:add' => '?',
  4371.             'App\\Controller\\GRH\\ProcessRHController:delete' => '?',
  4372.             'App\\Controller\\GRH\\ProcessRHController:desactivate' => '?',
  4373.             'App\\Controller\\GRH\\ProcessRHController:edit' => '?',
  4374.             'App\\Controller\\GRH\\ProcessRHController:index' => '?',
  4375.             'App\\Controller\\GRH\\ProcessRHController:processDetails' => '?',
  4376.             'App\\Controller\\Hierarchie\\InterimTemporaireController:activate' => '?',
  4377.             'App\\Controller\\Hierarchie\\InterimTemporaireController:add' => '?',
  4378.             'App\\Controller\\Hierarchie\\InterimTemporaireController:delete' => '?',
  4379.             'App\\Controller\\Hierarchie\\InterimTemporaireController:desactivate' => '?',
  4380.             'App\\Controller\\Hierarchie\\InterimTemporaireController:edit' => '?',
  4381.             'App\\Controller\\Hierarchie\\InterimTemporaireController:index' => '?',
  4382.             'App\\Controller\\Hierarchie\\InterimTemporaireController:interimTemporaireDetrails' => '?',
  4383.             'App\\Controller\\Hierarchie\\ResponsableController:activateResponsable' => '?',
  4384.             'App\\Controller\\Hierarchie\\ResponsableController:add' => '?',
  4385.             'App\\Controller\\Hierarchie\\ResponsableController:delete' => '?',
  4386.             'App\\Controller\\Hierarchie\\ResponsableController:desactivateResponsable' => '?',
  4387.             'App\\Controller\\Hierarchie\\ResponsableController:edit' => '?',
  4388.             'App\\Controller\\Hierarchie\\ResponsableController:index' => '?',
  4389.             'App\\Controller\\Hierarchie\\ResponsableController:responsableDetails' => '?',
  4390.             'App\\Controller\\HoraireAdministratif\\HeureTravailController:edit' => '?',
  4391.             'App\\Controller\\HoraireAdministratif\\HeureTravailController:heureTravailDetails' => '?',
  4392.             'App\\Controller\\HoraireAdministratif\\HeureTravailController:index' => '?',
  4393.             'App\\Controller\\HoraireAdministratif\\JourFeriesController:add' => '?',
  4394.             'App\\Controller\\HoraireAdministratif\\JourFeriesController:delete' => '?',
  4395.             'App\\Controller\\HoraireAdministratif\\JourFeriesController:index' => '?',
  4396.             'App\\Controller\\HoraireAdministratif\\JourFeriesController:update' => '?',
  4397.             'App\\Controller\\HoraireAdministratif\\PlanificationSemaineController:edit' => '?',
  4398.             'App\\Controller\\HoraireAdministratif\\PlanificationSemaineController:index' => '?',
  4399.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController:add' => '?',
  4400.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController:delete' => '?',
  4401.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController:index' => '?',
  4402.             'App\\Controller\\HoraireAdministratif\\SeanceTravailController:update' => '?',
  4403.             'App\\Controller\\ParametrageConge\\CategoryCongeController:addConge' => '?',
  4404.             'App\\Controller\\ParametrageConge\\CategoryCongeController:changeStatut' => '?',
  4405.             'App\\Controller\\ParametrageConge\\CategoryCongeController:delete' => '?',
  4406.             'App\\Controller\\ParametrageConge\\CategoryCongeController:index' => '?',
  4407.             'App\\Controller\\ParametrageConge\\CategoryCongeController:update' => '?',
  4408.             'App\\Controller\\ParametrageConge\\ConfigCongeController:updateConfigSolde' => '?',
  4409.             'App\\Controller\\ParametrageConge\\ConfigCongeController:updateValiditySolde' => '?',
  4410.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController:addSoldeAnnuel' => '?',
  4411.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController:deleteSoldeAnnuel' => '?',
  4412.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController:index' => '?',
  4413.             'App\\Controller\\ParametrageConge\\SoldeAnnuelController:updateSoldeAnnuel' => '?',
  4414.             'App\\Controller\\ParametrageConge\\SoldeCirconstanceController:updateSoldeCirconstance' => '?',
  4415.             'App\\Controller\\ParametrageConge\\SoldeCongeController:index' => '?',
  4416.             'App\\Controller\\ProfilController:changePhoto' => '?',
  4417.             'App\\Controller\\ProfilController:index' => '?',
  4418.             'App\\Controller\\Security\\ResettingController:resetAction' => '?',
  4419.             'App\\Controller\\Security\\ResettingController:sendEmailAction' => '?',
  4420.             'App\\Controller\\Security\\SecurityController:login' => '?',
  4421.             'App\\Controller\\Security\\SessionIdleHandler:onKernelRequest' => '?',
  4422.         ]);
  4423.     }
  4424.     /**
  4425.      * Gets the private '.service_locator.U_5YyZ3' shared service.
  4426.      *
  4427.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4428.      */
  4429.     protected function get_ServiceLocator_U5YyZ3Service()
  4430.     {
  4431.         return $this->privates['.service_locator.U_5YyZ3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4432.             'validator' => ['services''validator''getValidatorService'false],
  4433.         ], [
  4434.             'validator' => '?',
  4435.         ]);
  4436.     }
  4437.     /**
  4438.      * Gets the private '.service_locator.We_825D' shared service.
  4439.      *
  4440.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4441.      */
  4442.     protected function get_ServiceLocator_We825DService()
  4443.     {
  4444.         return $this->privates['.service_locator.We_825D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4445.             'mailer' => ['privates''App\\Service\\Mailer''getMailerService'false],
  4446.             'translator' => ['services''translator''getTranslatorService'false],
  4447.         ], [
  4448.             'mailer' => 'App\\Service\\Mailer',
  4449.             'translator' => '?',
  4450.         ]);
  4451.     }
  4452.     /**
  4453.      * Gets the private '.service_locator.n8gOTNr' shared service.
  4454.      *
  4455.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4456.      */
  4457.     protected function get_ServiceLocator_N8gOTNrService()
  4458.     {
  4459.         return $this->privates['.service_locator.n8gOTNr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4460.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  4461.         ], [
  4462.             'paginator' => '?',
  4463.         ]);
  4464.     }
  4465.     /**
  4466.      * Gets the private '.service_locator.o9nGMXB' shared service.
  4467.      *
  4468.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4469.      */
  4470.     protected function get_ServiceLocator_O9nGMXBService()
  4471.     {
  4472.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4473.             'twig' => ['services''twig''getTwigService'false],
  4474.         ], [
  4475.             'twig' => 'Twig\\Environment',
  4476.         ]);
  4477.     }
  4478.     /**
  4479.      * Gets the private '.service_locator.qu_cMbY' shared service.
  4480.      *
  4481.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4482.      */
  4483.     protected function get_ServiceLocator_QuCMbYService()
  4484.     {
  4485.         return $this->privates['.service_locator.qu_cMbY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4486.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  4487.             'translator' => ['services''translator''getTranslatorService'false],
  4488.             'validator' => ['services''validator''getValidatorService'false],
  4489.         ], [
  4490.             'encoder' => '?',
  4491.             'translator' => '?',
  4492.             'validator' => '?',
  4493.         ]);
  4494.     }
  4495.     /**
  4496.      * Gets the private '.service_locator.tox5qMK' shared service.
  4497.      *
  4498.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4499.      */
  4500.     protected function get_ServiceLocator_Tox5qMKService()
  4501.     {
  4502.         return $this->privates['.service_locator.tox5qMK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4503.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4504.             'loginAttemptService' => ['privates''App\\Service\\Auth\\LoginAttemptService''getLoginAttemptServiceService'false],
  4505.             'translator' => ['services''translator''getTranslatorService'false],
  4506.         ], [
  4507.             'authenticationUtils' => '?',
  4508.             'loginAttemptService' => 'App\\Service\\Auth\\LoginAttemptService',
  4509.             'translator' => '?',
  4510.         ]);
  4511.     }
  4512.     /**
  4513.      * Gets the private '.service_locator.u_UaC1e' shared service.
  4514.      *
  4515.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4516.      */
  4517.     protected function get_ServiceLocator_UUaC1eService()
  4518.     {
  4519.         return $this->privates['.service_locator.u_UaC1e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4520.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  4521.             'translator' => ['services''translator''getTranslatorService'false],
  4522.         ], [
  4523.             'encoder' => '?',
  4524.             'translator' => '?',
  4525.         ]);
  4526.     }
  4527.     /**
  4528.      * Gets the private '.service_locator.vdmMuyE' shared service.
  4529.      *
  4530.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4531.      */
  4532.     protected function get_ServiceLocator_VdmMuyEService()
  4533.     {
  4534.         return $this->privates['.service_locator.vdmMuyE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4535.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4536.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  4537.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4538.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4539.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4540.             'router' => ['services''router''getRouterService'false],
  4541.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4542.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4543.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4544.             'serializer' => ['services''serializer''getSerializerService'false],
  4545.             'session' => ['services''session''getSessionService'false],
  4546.             'templating' => ['services''templating''getTemplatingService'false],
  4547.             'twig' => ['services''twig''getTwigService'false],
  4548.         ], [
  4549.             'doctrine' => '?',
  4550.             'form.factory' => '?',
  4551.             'http_kernel' => '?',
  4552.             'parameter_bag' => '?',
  4553.             'request_stack' => '?',
  4554.             'router' => '?',
  4555.             'security.authorization_checker' => '?',
  4556.             'security.csrf.token_manager' => '?',
  4557.             'security.token_storage' => '?',
  4558.             'serializer' => '?',
  4559.             'session' => '?',
  4560.             'templating' => '?',
  4561.             'twig' => '?',
  4562.         ]);
  4563.     }
  4564.     /**
  4565.      * Gets the private '.service_locator.xzs80vy' shared service.
  4566.      *
  4567.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4568.      */
  4569.     protected function get_ServiceLocator_Xzs80vyService()
  4570.     {
  4571.         return $this->privates['.service_locator.xzs80vy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4572.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  4573.             'mailer' => ['privates''App\\Service\\Mailer''getMailerService'false],
  4574.             'translator' => ['services''translator''getTranslatorService'false],
  4575.         ], [
  4576.             'encoder' => '?',
  4577.             'mailer' => 'App\\Service\\Mailer',
  4578.             'translator' => '?',
  4579.         ]);
  4580.     }
  4581.     /**
  4582.      * Gets the private '.service_locator.yugqASF' shared service.
  4583.      *
  4584.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4585.      */
  4586.     protected function get_ServiceLocator_YugqASFService()
  4587.     {
  4588.         return $this->privates['.service_locator.yugqASF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4589.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  4590.             'translator' => ['services''translator''getTranslatorService'false],
  4591.         ], [
  4592.             'paginator' => '?',
  4593.             'translator' => '?',
  4594.         ]);
  4595.     }
  4596.     /**
  4597.      * Gets the private 'App\Command\AddYearSoldeCommand' shared autowired service.
  4598.      *
  4599.      * @return \App\Command\AddYearSoldeCommand
  4600.      */
  4601.     protected function getAddYearSoldeCommandService()
  4602.     {
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4604.         include_once \dirname(__DIR__4).'/src/Command/AddYearSoldeCommand.php';
  4605.         $this->privates['App\\Command\\AddYearSoldeCommand'] = $instance = new \App\Command\AddYearSoldeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4606.         $instance->setName('app:add-year-solde');
  4607.         return $instance;
  4608.     }
  4609.     /**
  4610.      * Gets the private 'App\Command\AnnifContratCommand' shared autowired service.
  4611.      *
  4612.      * @return \App\Command\AnnifContratCommand
  4613.      */
  4614.     protected function getAnnifContratCommandService()
  4615.     {
  4616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4617.         include_once \dirname(__DIR__4).'/src/Command/AnnifContratCommand.php';
  4618.         $this->privates['App\\Command\\AnnifContratCommand'] = $instance = new \App\Command\AnnifContratCommand(($this->privates['App\\Service\\ManageConge'] ?? $this->getManageCongeService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4619.         $instance->setName('app:send_mail_annif');
  4620.         return $instance;
  4621.     }
  4622.     /**
  4623.      * Gets the private 'App\Command\BilanCommand' shared autowired service.
  4624.      *
  4625.      * @return \App\Command\BilanCommand
  4626.      */
  4627.     protected function getBilanCommandService()
  4628.     {
  4629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4630.         include_once \dirname(__DIR__4).'/src/Command/BilanCommand.php';
  4631.         $this->privates['App\\Command\\BilanCommand'] = $instance = new \App\Command\BilanCommand(($this->privates['App\\Service\\ManageConge'] ?? $this->getManageCongeService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4632.         $instance->setName('app:update-bilan');
  4633.         return $instance;
  4634.     }
  4635.     /**
  4636.      * Gets the private 'App\Command\CalculRealSoldeCommand' shared autowired service.
  4637.      *
  4638.      * @return \App\Command\CalculRealSoldeCommand
  4639.      */
  4640.     protected function getCalculRealSoldeCommandService()
  4641.     {
  4642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4643.         include_once \dirname(__DIR__4).'/src/Command/CalculRealSoldeCommand.php';
  4644.         $this->privates['App\\Command\\CalculRealSoldeCommand'] = $instance = new \App\Command\CalculRealSoldeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ManageCalculRealSolde'] ?? $this->getManageCalculRealSoldeService()));
  4645.         $instance->setName('app:calcul-real-solde');
  4646.         return $instance;
  4647.     }
  4648.     /**
  4649.      * Gets the private 'App\Command\DisableTemporaryInterimCommand' shared autowired service.
  4650.      *
  4651.      * @return \App\Command\DisableTemporaryInterimCommand
  4652.      */
  4653.     protected function getDisableTemporaryInterimCommandService()
  4654.     {
  4655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4656.         include_once \dirname(__DIR__4).'/src/Command/DisableTemporaryInterimCommand.php';
  4657.         $this->privates['App\\Command\\DisableTemporaryInterimCommand'] = $instance = new \App\Command\DisableTemporaryInterimCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4658.         $instance->setName('app:disable-temporary-interim');
  4659.         return $instance;
  4660.     }
  4661.     /**
  4662.      * Gets the private 'App\Command\InitialCronCommand' shared autowired service.
  4663.      *
  4664.      * @return \App\Command\InitialCronCommand
  4665.      */
  4666.     protected function getInitialCronCommandService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4669.         include_once \dirname(__DIR__4).'/src/Command/InitialCronCommand.php';
  4670.         $this->privates['App\\Command\\InitialCronCommand'] = $instance = new \App\Command\InitialCronCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4671.         $instance->setName('app:initial-cron');
  4672.         return $instance;
  4673.     }
  4674.     /**
  4675.      * Gets the private 'App\Command\RappelBilanCommand' shared autowired service.
  4676.      *
  4677.      * @return \App\Command\RappelBilanCommand
  4678.      */
  4679.     protected function getRappelBilanCommandService()
  4680.     {
  4681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4682.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  4683.         include_once \dirname(__DIR__4).'/src/Command/RappelBilanCommand.php';
  4684.         $this->privates['App\\Command\\RappelBilanCommand'] = $instance = new \App\Command\RappelBilanCommand(($this->privates['App\\Service\\ManageConge'] ?? $this->getManageCongeService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4685.         $instance->setName('app:rappels-bilan');
  4686.         return $instance;
  4687.     }
  4688.     /**
  4689.      * Gets the private 'App\Command\RelanceOpportunityCRMCommand' shared autowired service.
  4690.      *
  4691.      * @return \App\Command\RelanceOpportunityCRMCommand
  4692.      */
  4693.     protected function getRelanceOpportunityCRMCommandService()
  4694.     {
  4695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4696.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  4697.         include_once \dirname(__DIR__4).'/src/Command/RelanceOpportunityCRMCommand.php';
  4698.         include_once \dirname(__DIR__4).'/src/Service/CalculDureeRelanceCRM.php';
  4699.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4700.         $this->privates['App\\Command\\RelanceOpportunityCRMCommand'] = $instance = new \App\Command\RelanceOpportunityCRMCommand($a, ($this->privates['App\\Service\\Mailer'] ?? $this->getMailerService()), ($this->privates['App\\Service\\ManageOpportunityCRM'] ?? $this->getManageOpportunityCRMService()), new \App\Service\CalculDureeRelanceCRM($a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->privates['App\\Service\\ManageConge'] ?? $this->getManageCongeService()));
  4701.         $instance->setName('app:relance-opportunity-crm');
  4702.         return $instance;
  4703.     }
  4704.     /**
  4705.      * Gets the private 'App\Command\SemaineCommand' shared autowired service.
  4706.      *
  4707.      * @return \App\Command\SemaineCommand
  4708.      */
  4709.     protected function getSemaineCommandService()
  4710.     {
  4711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4712.         include_once \dirname(__DIR__4).'/src/Command/SemaineCommand.php';
  4713.         $this->privates['App\\Command\\SemaineCommand'] = $instance = new \App\Command\SemaineCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4714.         $instance->setName('app:update-semaine');
  4715.         return $instance;
  4716.     }
  4717.     /**
  4718.      * Gets the private 'App\Command\SeniorityCommand' shared autowired service.
  4719.      *
  4720.      * @return \App\Command\SeniorityCommand
  4721.      */
  4722.     protected function getSeniorityCommandService()
  4723.     {
  4724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4725.         include_once \dirname(__DIR__4).'/src/Command/SeniorityCommand.php';
  4726.         $this->privates['App\\Command\\SeniorityCommand'] = $instance = new \App\Command\SeniorityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4727.         $instance->setName('app:update-seniority');
  4728.         return $instance;
  4729.     }
  4730.     /**
  4731.      * Gets the private 'App\Command\UpdateSoldeCirconstanceCommand' shared autowired service.
  4732.      *
  4733.      * @return \App\Command\UpdateSoldeCirconstanceCommand
  4734.      */
  4735.     protected function getUpdateSoldeCirconstanceCommandService()
  4736.     {
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4738.         include_once \dirname(__DIR__4).'/src/Command/UpdateSoldeCirconstanceCommand.php';
  4739.         $this->privates['App\\Command\\UpdateSoldeCirconstanceCommand'] = $instance = new \App\Command\UpdateSoldeCirconstanceCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4740.         $instance->setName('app:update-solde-circonstance');
  4741.         return $instance;
  4742.     }
  4743.     /**
  4744.      * Gets the private 'App\Command\UpdateSoldeNormalCommand' shared autowired service.
  4745.      *
  4746.      * @return \App\Command\UpdateSoldeNormalCommand
  4747.      */
  4748.     protected function getUpdateSoldeNormalCommandService()
  4749.     {
  4750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4751.         include_once \dirname(__DIR__4).'/src/Command/UpdateSoldeNormalCommand.php';
  4752.         $this->privates['App\\Command\\UpdateSoldeNormalCommand'] = $instance = new \App\Command\UpdateSoldeNormalCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ManageCalculRealSolde'] ?? $this->getManageCalculRealSoldeService()));
  4753.         $instance->setName('app:update-solde-normal');
  4754.         return $instance;
  4755.     }
  4756.     /**
  4757.      * Gets the private 'App\Command\ValiditySoldeCongeCommand' shared autowired service.
  4758.      *
  4759.      * @return \App\Command\ValiditySoldeCongeCommand
  4760.      */
  4761.     protected function getValiditySoldeCongeCommandService()
  4762.     {
  4763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4764.         include_once \dirname(__DIR__4).'/src/Command/ValiditySoldeCongeCommand.php';
  4765.         $this->privates['App\\Command\\ValiditySoldeCongeCommand'] = $instance = new \App\Command\ValiditySoldeCongeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ManageCalculRealSolde'] ?? $this->getManageCalculRealSoldeService()));
  4766.         $instance->setName('app:validity-solde-conge');
  4767.         return $instance;
  4768.     }
  4769.     /**
  4770.      * Gets the private 'App\Form\ActionFilesType' shared autowired service.
  4771.      *
  4772.      * @return \App\Form\ActionFilesType
  4773.      */
  4774.     protected function getActionFilesTypeService()
  4775.     {
  4776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4778.         include_once \dirname(__DIR__4).'/src/Form/ActionFilesType.php';
  4779.         return $this->privates['App\\Form\\ActionFilesType'] = new \App\Form\ActionFilesType();
  4780.     }
  4781.     /**
  4782.      * Gets the private 'App\Form\ActionType' shared autowired service.
  4783.      *
  4784.      * @return \App\Form\ActionType
  4785.      */
  4786.     protected function getActionTypeService()
  4787.     {
  4788.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4790.         include_once \dirname(__DIR__4).'/src/Form/ActionType.php';
  4791.         return $this->privates['App\\Form\\ActionType'] = new \App\Form\ActionType();
  4792.     }
  4793.     /**
  4794.      * Gets the private 'App\Form\ActionUsersGroupListType' shared autowired service.
  4795.      *
  4796.      * @return \App\Form\ActionUsersGroupListType
  4797.      */
  4798.     protected function getActionUsersGroupListTypeService()
  4799.     {
  4800.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4802.         include_once \dirname(__DIR__4).'/src/Form/ActionUsersGroupListType.php';
  4803.         return $this->privates['App\\Form\\ActionUsersGroupListType'] = new \App\Form\ActionUsersGroupListType();
  4804.     }
  4805.     /**
  4806.      * Gets the private 'App\Form\AppareilsMobileType' shared autowired service.
  4807.      *
  4808.      * @return \App\Form\AppareilsMobileType
  4809.      */
  4810.     protected function getAppareilsMobileTypeService()
  4811.     {
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4814.         include_once \dirname(__DIR__4).'/src/Form/AppareilsMobileType.php';
  4815.         return $this->privates['App\\Form\\AppareilsMobileType'] = new \App\Form\AppareilsMobileType();
  4816.     }
  4817.     /**
  4818.      * Gets the private 'App\Form\ClientType' shared autowired service.
  4819.      *
  4820.      * @return \App\Form\ClientType
  4821.      */
  4822.     protected function getClientTypeService()
  4823.     {
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4826.         include_once \dirname(__DIR__4).'/src/Form/ClientType.php';
  4827.         return $this->privates['App\\Form\\ClientType'] = new \App\Form\ClientType();
  4828.     }
  4829.     /**
  4830.      * Gets the private 'App\Form\ConfigSoldeCongeType' shared autowired service.
  4831.      *
  4832.      * @return \App\Form\ConfigSoldeCongeType
  4833.      */
  4834.     protected function getConfigSoldeCongeTypeService()
  4835.     {
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4838.         include_once \dirname(__DIR__4).'/src/Form/ConfigSoldeCongeType.php';
  4839.         return $this->privates['App\\Form\\ConfigSoldeCongeType'] = new \App\Form\ConfigSoldeCongeType();
  4840.     }
  4841.     /**
  4842.      * Gets the private 'App\Form\CongeCirconstanceType' shared autowired service.
  4843.      *
  4844.      * @return \App\Form\CongeCirconstanceType
  4845.      */
  4846.     protected function getCongeCirconstanceTypeService()
  4847.     {
  4848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4850.         include_once \dirname(__DIR__4).'/src/Form/CongeCirconstanceType.php';
  4851.         return $this->privates['App\\Form\\CongeCirconstanceType'] = new \App\Form\CongeCirconstanceType();
  4852.     }
  4853.     /**
  4854.      * Gets the private 'App\Form\CongeNormalType' shared autowired service.
  4855.      *
  4856.      * @return \App\Form\CongeNormalType
  4857.      */
  4858.     protected function getCongeNormalTypeService()
  4859.     {
  4860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4862.         include_once \dirname(__DIR__4).'/src/Form/CongeNormalType.php';
  4863.         return $this->privates['App\\Form\\CongeNormalType'] = new \App\Form\CongeNormalType();
  4864.     }
  4865.     /**
  4866.      * Gets the private 'App\Form\ContactType' shared autowired service.
  4867.      *
  4868.      * @return \App\Form\ContactType
  4869.      */
  4870.     protected function getContactTypeService()
  4871.     {
  4872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4873.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4874.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  4875.         return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType();
  4876.     }
  4877.     /**
  4878.      * Gets the private 'App\Form\DelaisActionType' shared autowired service.
  4879.      *
  4880.      * @return \App\Form\DelaisActionType
  4881.      */
  4882.     protected function getDelaisActionTypeService()
  4883.     {
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4885.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4886.         include_once \dirname(__DIR__4).'/src/Form/DelaisActionType.php';
  4887.         return $this->privates['App\\Form\\DelaisActionType'] = new \App\Form\DelaisActionType();
  4888.     }
  4889.     /**
  4890.      * Gets the private 'App\Form\DemandeCongeType' shared autowired service.
  4891.      *
  4892.      * @return \App\Form\DemandeCongeType
  4893.      */
  4894.     protected function getDemandeCongeTypeService()
  4895.     {
  4896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4898.         include_once \dirname(__DIR__4).'/src/Form/DemandeCongeType.php';
  4899.         return $this->privates['App\\Form\\DemandeCongeType'] = new \App\Form\DemandeCongeType();
  4900.     }
  4901.     /**
  4902.      * Gets the private 'App\Form\DescriptionCRMType' shared autowired service.
  4903.      *
  4904.      * @return \App\Form\DescriptionCRMType
  4905.      */
  4906.     protected function getDescriptionCRMTypeService()
  4907.     {
  4908.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4910.         include_once \dirname(__DIR__4).'/src/Form/DescriptionCRMType.php';
  4911.         return $this->privates['App\\Form\\DescriptionCRMType'] = new \App\Form\DescriptionCRMType();
  4912.     }
  4913.     /**
  4914.      * Gets the private 'App\Form\DirectionType' shared autowired service.
  4915.      *
  4916.      * @return \App\Form\DirectionType
  4917.      */
  4918.     protected function getDirectionTypeService()
  4919.     {
  4920.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4921.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4922.         include_once \dirname(__DIR__4).'/src/Form/DirectionType.php';
  4923.         return $this->privates['App\\Form\\DirectionType'] = new \App\Form\DirectionType();
  4924.     }
  4925.     /**
  4926.      * Gets the private 'App\Form\DureeActionCRMType' shared autowired service.
  4927.      *
  4928.      * @return \App\Form\DureeActionCRMType
  4929.      */
  4930.     protected function getDureeActionCRMTypeService()
  4931.     {
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4934.         include_once \dirname(__DIR__4).'/src/Form/DureeActionCRMType.php';
  4935.         return $this->privates['App\\Form\\DureeActionCRMType'] = new \App\Form\DureeActionCRMType();
  4936.     }
  4937.     /**
  4938.      * Gets the private 'App\Form\EquipementReseauType' shared autowired service.
  4939.      *
  4940.      * @return \App\Form\EquipementReseauType
  4941.      */
  4942.     protected function getEquipementReseauTypeService()
  4943.     {
  4944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4946.         include_once \dirname(__DIR__4).'/src/Form/EquipementReseauType.php';
  4947.         return $this->privates['App\\Form\\EquipementReseauType'] = new \App\Form\EquipementReseauType();
  4948.     }
  4949.     /**
  4950.      * Gets the private 'App\Form\FonctionType' shared autowired service.
  4951.      *
  4952.      * @return \App\Form\FonctionType
  4953.      */
  4954.     protected function getFonctionTypeService()
  4955.     {
  4956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4958.         include_once \dirname(__DIR__4).'/src/Form/FonctionType.php';
  4959.         return $this->privates['App\\Form\\FonctionType'] = new \App\Form\FonctionType();
  4960.     }
  4961.     /**
  4962.      * Gets the private 'App\Form\FournisseurType' shared autowired service.
  4963.      *
  4964.      * @return \App\Form\FournisseurType
  4965.      */
  4966.     protected function getFournisseurTypeService()
  4967.     {
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4970.         include_once \dirname(__DIR__4).'/src/Form/FournisseurType.php';
  4971.         return $this->privates['App\\Form\\FournisseurType'] = new \App\Form\FournisseurType();
  4972.     }
  4973.     /**
  4974.      * Gets the private 'App\Form\FunctionalityCRMType' shared autowired service.
  4975.      *
  4976.      * @return \App\Form\FunctionalityCRMType
  4977.      */
  4978.     protected function getFunctionalityCRMTypeService()
  4979.     {
  4980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4981.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4982.         include_once \dirname(__DIR__4).'/src/Form/FunctionalityCRMType.php';
  4983.         return $this->privates['App\\Form\\FunctionalityCRMType'] = new \App\Form\FunctionalityCRMType();
  4984.     }
  4985.     /**
  4986.      * Gets the private 'App\Form\FunctionalityRHType' shared autowired service.
  4987.      *
  4988.      * @return \App\Form\FunctionalityRHType
  4989.      */
  4990.     protected function getFunctionalityRHTypeService()
  4991.     {
  4992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4994.         include_once \dirname(__DIR__4).'/src/Form/FunctionalityRHType.php';
  4995.         return $this->privates['App\\Form\\FunctionalityRHType'] = new \App\Form\FunctionalityRHType();
  4996.     }
  4997.     /**
  4998.      * Gets the private 'App\Form\GroupeType' shared autowired service.
  4999.      *
  5000.      * @return \App\Form\GroupeType
  5001.      */
  5002.     protected function getGroupeTypeService()
  5003.     {
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5006.         include_once \dirname(__DIR__4).'/src/Form/GroupeType.php';
  5007.         return $this->privates['App\\Form\\GroupeType'] = new \App\Form\GroupeType();
  5008.     }
  5009.     /**
  5010.      * Gets the private 'App\Form\HeureTravailType' shared autowired service.
  5011.      *
  5012.      * @return \App\Form\HeureTravailType
  5013.      */
  5014.     protected function getHeureTravailTypeService()
  5015.     {
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5018.         include_once \dirname(__DIR__4).'/src/Form/HeureTravailType.php';
  5019.         return $this->privates['App\\Form\\HeureTravailType'] = new \App\Form\HeureTravailType();
  5020.     }
  5021.     /**
  5022.      * Gets the private 'App\Form\InterimTemporaireType' shared autowired service.
  5023.      *
  5024.      * @return \App\Form\InterimTemporaireType
  5025.      */
  5026.     protected function getInterimTemporaireTypeService()
  5027.     {
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5030.         include_once \dirname(__DIR__4).'/src/Form/InterimTemporaireType.php';
  5031.         return $this->privates['App\\Form\\InterimTemporaireType'] = new \App\Form\InterimTemporaireType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5032.     }
  5033.     /**
  5034.      * Gets the private 'App\Form\JourFeriesType' shared autowired service.
  5035.      *
  5036.      * @return \App\Form\JourFeriesType
  5037.      */
  5038.     protected function getJourFeriesTypeService()
  5039.     {
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5042.         include_once \dirname(__DIR__4).'/src/Form/JourFeriesType.php';
  5043.         return $this->privates['App\\Form\\JourFeriesType'] = new \App\Form\JourFeriesType();
  5044.     }
  5045.     /**
  5046.      * Gets the private 'App\Form\MarqueType' shared autowired service.
  5047.      *
  5048.      * @return \App\Form\MarqueType
  5049.      */
  5050.     protected function getMarqueTypeService()
  5051.     {
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5054.         include_once \dirname(__DIR__4).'/src/Form/MarqueType.php';
  5055.         return $this->privates['App\\Form\\MarqueType'] = new \App\Form\MarqueType();
  5056.     }
  5057.     /**
  5058.      * Gets the private 'App\Form\ModeleType' shared autowired service.
  5059.      *
  5060.      * @return \App\Form\ModeleType
  5061.      */
  5062.     protected function getModeleTypeService()
  5063.     {
  5064.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5066.         include_once \dirname(__DIR__4).'/src/Form/ModeleType.php';
  5067.         return $this->privates['App\\Form\\ModeleType'] = new \App\Form\ModeleType();
  5068.     }
  5069.     /**
  5070.      * Gets the private 'App\Form\ModulesType' shared autowired service.
  5071.      *
  5072.      * @return \App\Form\ModulesType
  5073.      */
  5074.     protected function getModulesTypeService()
  5075.     {
  5076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5078.         include_once \dirname(__DIR__4).'/src/Form/ModulesType.php';
  5079.         return $this->privates['App\\Form\\ModulesType'] = new \App\Form\ModulesType();
  5080.     }
  5081.     /**
  5082.      * Gets the private 'App\Form\OpportunityCRMType' shared autowired service.
  5083.      *
  5084.      * @return \App\Form\OpportunityCRMType
  5085.      */
  5086.     protected function getOpportunityCRMTypeService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5090.         include_once \dirname(__DIR__4).'/src/Form/OpportunityCRMType.php';
  5091.         return $this->privates['App\\Form\\OpportunityCRMType'] = new \App\Form\OpportunityCRMType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5092.     }
  5093.     /**
  5094.      * Gets the private 'App\Form\OpportunityFilesType' shared autowired service.
  5095.      *
  5096.      * @return \App\Form\OpportunityFilesType
  5097.      */
  5098.     protected function getOpportunityFilesTypeService()
  5099.     {
  5100.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5102.         include_once \dirname(__DIR__4).'/src/Form/OpportunityFilesType.php';
  5103.         return $this->privates['App\\Form\\OpportunityFilesType'] = new \App\Form\OpportunityFilesType();
  5104.     }
  5105.     /**
  5106.      * Gets the private 'App\Form\OrganigrammeRHType' shared autowired service.
  5107.      *
  5108.      * @return \App\Form\OrganigrammeRHType
  5109.      */
  5110.     protected function getOrganigrammeRHTypeService()
  5111.     {
  5112.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5113.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5114.         include_once \dirname(__DIR__4).'/src/Form/OrganigrammeRHType.php';
  5115.         return $this->privates['App\\Form\\OrganigrammeRHType'] = new \App\Form\OrganigrammeRHType();
  5116.     }
  5117.     /**
  5118.      * Gets the private 'App\Form\PeripheriqueInformatiqueType' shared autowired service.
  5119.      *
  5120.      * @return \App\Form\PeripheriqueInformatiqueType
  5121.      */
  5122.     protected function getPeripheriqueInformatiqueTypeService()
  5123.     {
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5126.         include_once \dirname(__DIR__4).'/src/Form/PeripheriqueInformatiqueType.php';
  5127.         return $this->privates['App\\Form\\PeripheriqueInformatiqueType'] = new \App\Form\PeripheriqueInformatiqueType();
  5128.     }
  5129.     /**
  5130.      * Gets the private 'App\Form\PosteFixeType' shared autowired service.
  5131.      *
  5132.      * @return \App\Form\PosteFixeType
  5133.      */
  5134.     protected function getPosteFixeTypeService()
  5135.     {
  5136.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5138.         include_once \dirname(__DIR__4).'/src/Form/PosteFixeType.php';
  5139.         return $this->privates['App\\Form\\PosteFixeType'] = new \App\Form\PosteFixeType();
  5140.     }
  5141.     /**
  5142.      * Gets the private 'App\Form\ProcessCRMType' shared autowired service.
  5143.      *
  5144.      * @return \App\Form\ProcessCRMType
  5145.      */
  5146.     protected function getProcessCRMTypeService()
  5147.     {
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5149.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5150.         include_once \dirname(__DIR__4).'/src/Form/ProcessCRMType.php';
  5151.         return $this->privates['App\\Form\\ProcessCRMType'] = new \App\Form\ProcessCRMType();
  5152.     }
  5153.     /**
  5154.      * Gets the private 'App\Form\ProcessRHType' shared autowired service.
  5155.      *
  5156.      * @return \App\Form\ProcessRHType
  5157.      */
  5158.     protected function getProcessRHTypeService()
  5159.     {
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5162.         include_once \dirname(__DIR__4).'/src/Form/ProcessRHType.php';
  5163.         return $this->privates['App\\Form\\ProcessRHType'] = new \App\Form\ProcessRHType();
  5164.     }
  5165.     /**
  5166.      * Gets the private 'App\Form\ProjetFilesType' shared autowired service.
  5167.      *
  5168.      * @return \App\Form\ProjetFilesType
  5169.      */
  5170.     protected function getProjetFilesTypeService()
  5171.     {
  5172.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5174.         include_once \dirname(__DIR__4).'/src/Form/ProjetFilesType.php';
  5175.         return $this->privates['App\\Form\\ProjetFilesType'] = new \App\Form\ProjetFilesType();
  5176.     }
  5177.     /**
  5178.      * Gets the private 'App\Form\ProjetType' shared autowired service.
  5179.      *
  5180.      * @return \App\Form\ProjetType
  5181.      */
  5182.     protected function getProjetTypeService()
  5183.     {
  5184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5186.         include_once \dirname(__DIR__4).'/src/Form/ProjetType.php';
  5187.         return $this->privates['App\\Form\\ProjetType'] = new \App\Form\ProjetType();
  5188.     }
  5189.     /**
  5190.      * Gets the private 'App\Form\ResetPasswordType' shared autowired service.
  5191.      *
  5192.      * @return \App\Form\ResetPasswordType
  5193.      */
  5194.     protected function getResetPasswordTypeService()
  5195.     {
  5196.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5197.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5198.         include_once \dirname(__DIR__4).'/src/Form/ResetPasswordType.php';
  5199.         return $this->privates['App\\Form\\ResetPasswordType'] = new \App\Form\ResetPasswordType();
  5200.     }
  5201.     /**
  5202.      * Gets the private 'App\Form\ResponsableType' shared autowired service.
  5203.      *
  5204.      * @return \App\Form\ResponsableType
  5205.      */
  5206.     protected function getResponsableTypeService()
  5207.     {
  5208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5210.         include_once \dirname(__DIR__4).'/src/Form/ResponsableType.php';
  5211.         return $this->privates['App\\Form\\ResponsableType'] = new \App\Form\ResponsableType();
  5212.     }
  5213.     /**
  5214.      * Gets the private 'App\Form\SalleType' shared autowired service.
  5215.      *
  5216.      * @return \App\Form\SalleType
  5217.      */
  5218.     protected function getSalleTypeService()
  5219.     {
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5221.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5222.         include_once \dirname(__DIR__4).'/src/Form/SalleType.php';
  5223.         return $this->privates['App\\Form\\SalleType'] = new \App\Form\SalleType();
  5224.     }
  5225.     /**
  5226.      * Gets the private 'App\Form\SeanceTravailType' shared autowired service.
  5227.      *
  5228.      * @return \App\Form\SeanceTravailType
  5229.      */
  5230.     protected function getSeanceTravailTypeService()
  5231.     {
  5232.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5233.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5234.         include_once \dirname(__DIR__4).'/src/Form/SeanceTravailType.php';
  5235.         return $this->privates['App\\Form\\SeanceTravailType'] = new \App\Form\SeanceTravailType();
  5236.     }
  5237.     /**
  5238.      * Gets the private 'App\Form\SemaineType' shared autowired service.
  5239.      *
  5240.      * @return \App\Form\SemaineType
  5241.      */
  5242.     protected function getSemaineTypeService()
  5243.     {
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5246.         include_once \dirname(__DIR__4).'/src/Form/SemaineType.php';
  5247.         return $this->privates['App\\Form\\SemaineType'] = new \App\Form\SemaineType();
  5248.     }
  5249.     /**
  5250.      * Gets the private 'App\Form\ServeurPcType' shared autowired service.
  5251.      *
  5252.      * @return \App\Form\ServeurPcType
  5253.      */
  5254.     protected function getServeurPcTypeService()
  5255.     {
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5258.         include_once \dirname(__DIR__4).'/src/Form/ServeurPcType.php';
  5259.         return $this->privates['App\\Form\\ServeurPcType'] = new \App\Form\ServeurPcType();
  5260.     }
  5261.     /**
  5262.      * Gets the private 'App\Form\ServiceType' shared autowired service.
  5263.      *
  5264.      * @return \App\Form\ServiceType
  5265.      */
  5266.     protected function getServiceTypeService()
  5267.     {
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5270.         include_once \dirname(__DIR__4).'/src/Form/ServiceType.php';
  5271.         return $this->privates['App\\Form\\ServiceType'] = new \App\Form\ServiceType();
  5272.     }
  5273.     /**
  5274.      * Gets the private 'App\Form\SoldeCirconstanceType' shared autowired service.
  5275.      *
  5276.      * @return \App\Form\SoldeCirconstanceType
  5277.      */
  5278.     protected function getSoldeCirconstanceTypeService()
  5279.     {
  5280.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5282.         include_once \dirname(__DIR__4).'/src/Form/SoldeCirconstanceType.php';
  5283.         return $this->privates['App\\Form\\SoldeCirconstanceType'] = new \App\Form\SoldeCirconstanceType();
  5284.     }
  5285.     /**
  5286.      * Gets the private 'App\Form\SoldeDetailedType' shared autowired service.
  5287.      *
  5288.      * @return \App\Form\SoldeDetailedType
  5289.      */
  5290.     protected function getSoldeDetailedTypeService()
  5291.     {
  5292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5294.         include_once \dirname(__DIR__4).'/src/Form/SoldeDetailedType.php';
  5295.         return $this->privates['App\\Form\\SoldeDetailedType'] = new \App\Form\SoldeDetailedType();
  5296.     }
  5297.     /**
  5298.      * Gets the private 'App\Form\TracabilityCRMType' shared autowired service.
  5299.      *
  5300.      * @return \App\Form\TracabilityCRMType
  5301.      */
  5302.     protected function getTracabilityCRMTypeService()
  5303.     {
  5304.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5306.         include_once \dirname(__DIR__4).'/src/Form/TracabilityCRMType.php';
  5307.         return $this->privates['App\\Form\\TracabilityCRMType'] = new \App\Form\TracabilityCRMType();
  5308.     }
  5309.     /**
  5310.      * Gets the private 'App\Form\TracabilityFilesCRMType' shared autowired service.
  5311.      *
  5312.      * @return \App\Form\TracabilityFilesCRMType
  5313.      */
  5314.     protected function getTracabilityFilesCRMTypeService()
  5315.     {
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5318.         include_once \dirname(__DIR__4).'/src/Form/TracabilityFilesCRMType.php';
  5319.         return $this->privates['App\\Form\\TracabilityFilesCRMType'] = new \App\Form\TracabilityFilesCRMType();
  5320.     }
  5321.     /**
  5322.      * Gets the private 'App\Form\TypesActionType' shared autowired service.
  5323.      *
  5324.      * @return \App\Form\TypesActionType
  5325.      */
  5326.     protected function getTypesActionTypeService()
  5327.     {
  5328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5330.         include_once \dirname(__DIR__4).'/src/Form/TypesActionType.php';
  5331.         return $this->privates['App\\Form\\TypesActionType'] = new \App\Form\TypesActionType();
  5332.     }
  5333.     /**
  5334.      * Gets the private 'App\Form\UserType' shared autowired service.
  5335.      *
  5336.      * @return \App\Form\UserType
  5337.      */
  5338.     protected function getUserTypeService()
  5339.     {
  5340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5342.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  5343.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5344.     }
  5345.     /**
  5346.      * Gets the private 'App\Form\ValiditySoldeCongeType' shared autowired service.
  5347.      *
  5348.      * @return \App\Form\ValiditySoldeCongeType
  5349.      */
  5350.     protected function getValiditySoldeCongeTypeService()
  5351.     {
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5354.         include_once \dirname(__DIR__4).'/src/Form/ValiditySoldeCongeType.php';
  5355.         return $this->privates['App\\Form\\ValiditySoldeCongeType'] = new \App\Form\ValiditySoldeCongeType();
  5356.     }
  5357.     /**
  5358.      * Gets the private 'App\Repository\ActionCommentaireFilesRepository' shared autowired service.
  5359.      *
  5360.      * @return \App\Repository\ActionCommentaireFilesRepository
  5361.      */
  5362.     protected function getActionCommentaireFilesRepositoryService()
  5363.     {
  5364.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5369.         include_once \dirname(__DIR__4).'/src/Repository/ActionCommentaireFilesRepository.php';
  5370.         return $this->privates['App\\Repository\\ActionCommentaireFilesRepository'] = new \App\Repository\ActionCommentaireFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5371.     }
  5372.     /**
  5373.      * Gets the private 'App\Repository\ActionCommentaireRepository' shared autowired service.
  5374.      *
  5375.      * @return \App\Repository\ActionCommentaireRepository
  5376.      */
  5377.     protected function getActionCommentaireRepositoryService()
  5378.     {
  5379.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5382.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5384.         include_once \dirname(__DIR__4).'/src/Repository/ActionCommentaireRepository.php';
  5385.         return $this->privates['App\\Repository\\ActionCommentaireRepository'] = new \App\Repository\ActionCommentaireRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5386.     }
  5387.     /**
  5388.      * Gets the private 'App\Repository\ActionFilesRepository' shared autowired service.
  5389.      *
  5390.      * @return \App\Repository\ActionFilesRepository
  5391.      */
  5392.     protected function getActionFilesRepositoryService()
  5393.     {
  5394.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5399.         include_once \dirname(__DIR__4).'/src/Repository/ActionFilesRepository.php';
  5400.         return $this->privates['App\\Repository\\ActionFilesRepository'] = new \App\Repository\ActionFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5401.     }
  5402.     /**
  5403.      * Gets the private 'App\Repository\ActionHistoriqueRepository' shared autowired service.
  5404.      *
  5405.      * @return \App\Repository\ActionHistoriqueRepository
  5406.      */
  5407.     protected function getActionHistoriqueRepositoryService()
  5408.     {
  5409.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5414.         include_once \dirname(__DIR__4).'/src/Repository/ActionHistoriqueRepository.php';
  5415.         return $this->privates['App\\Repository\\ActionHistoriqueRepository'] = new \App\Repository\ActionHistoriqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5416.     }
  5417.     /**
  5418.      * Gets the private 'App\Repository\ActionRepository' shared autowired service.
  5419.      *
  5420.      * @return \App\Repository\ActionRepository
  5421.      */
  5422.     protected function getActionRepositoryService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5428.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5429.         include_once \dirname(__DIR__4).'/src/Repository/ActionRepository.php';
  5430.         return $this->privates['App\\Repository\\ActionRepository'] = new \App\Repository\ActionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5431.     }
  5432.     /**
  5433.      * Gets the private 'App\Repository\AppareilsMobileRepository' shared autowired service.
  5434.      *
  5435.      * @return \App\Repository\AppareilsMobileRepository
  5436.      */
  5437.     protected function getAppareilsMobileRepositoryService()
  5438.     {
  5439.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5444.         include_once \dirname(__DIR__4).'/src/Repository/AppareilsMobileRepository.php';
  5445.         return $this->privates['App\\Repository\\AppareilsMobileRepository'] = new \App\Repository\AppareilsMobileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5446.     }
  5447.     /**
  5448.      * Gets the private 'App\Repository\Auth\LoginAttemptRepository' shared autowired service.
  5449.      *
  5450.      * @return \App\Repository\Auth\LoginAttemptRepository
  5451.      */
  5452.     protected function getLoginAttemptRepositoryService()
  5453.     {
  5454.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5455.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5456.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5459.         include_once \dirname(__DIR__4).'/src/Repository/Auth/LoginAttemptRepository.php';
  5460.         return $this->privates['App\\Repository\\Auth\\LoginAttemptRepository'] = new \App\Repository\Auth\LoginAttemptRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5461.     }
  5462.     /**
  5463.      * Gets the private 'App\Repository\BilanRepository' shared autowired service.
  5464.      *
  5465.      * @return \App\Repository\BilanRepository
  5466.      */
  5467.     protected function getBilanRepositoryService()
  5468.     {
  5469.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5470.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5471.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5472.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5473.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5474.         include_once \dirname(__DIR__4).'/src/Repository/BilanRepository.php';
  5475.         return $this->privates['App\\Repository\\BilanRepository'] = new \App\Repository\BilanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5476.     }
  5477.     /**
  5478.      * Gets the private 'App\Repository\ClientRepository' shared autowired service.
  5479.      *
  5480.      * @return \App\Repository\ClientRepository
  5481.      */
  5482.     protected function getClientRepositoryService()
  5483.     {
  5484.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5485.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5486.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5487.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5488.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5489.         include_once \dirname(__DIR__4).'/src/Repository/ClientRepository.php';
  5490.         return $this->privates['App\\Repository\\ClientRepository'] = new \App\Repository\ClientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5491.     }
  5492.     /**
  5493.      * Gets the private 'App\Repository\ConfigSoldeCongeRepository' shared autowired service.
  5494.      *
  5495.      * @return \App\Repository\ConfigSoldeCongeRepository
  5496.      */
  5497.     protected function getConfigSoldeCongeRepositoryService()
  5498.     {
  5499.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5500.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5501.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5502.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5503.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5504.         include_once \dirname(__DIR__4).'/src/Repository/ConfigSoldeCongeRepository.php';
  5505.         return $this->privates['App\\Repository\\ConfigSoldeCongeRepository'] = new \App\Repository\ConfigSoldeCongeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5506.     }
  5507.     /**
  5508.      * Gets the private 'App\Repository\CongeRepository' shared autowired service.
  5509.      *
  5510.      * @return \App\Repository\CongeRepository
  5511.      */
  5512.     protected function getCongeRepositoryService()
  5513.     {
  5514.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5519.         include_once \dirname(__DIR__4).'/src/Repository/CongeRepository.php';
  5520.         return $this->privates['App\\Repository\\CongeRepository'] = new \App\Repository\CongeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5521.     }
  5522.     /**
  5523.      * Gets the private 'App\Repository\ContactRepository' shared autowired service.
  5524.      *
  5525.      * @return \App\Repository\ContactRepository
  5526.      */
  5527.     protected function getContactRepositoryService()
  5528.     {
  5529.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5534.         include_once \dirname(__DIR__4).'/src/Repository/ContactRepository.php';
  5535.         return $this->privates['App\\Repository\\ContactRepository'] = new \App\Repository\ContactRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5536.     }
  5537.     /**
  5538.      * Gets the private 'App\Repository\DelaisActionRepository' shared autowired service.
  5539.      *
  5540.      * @return \App\Repository\DelaisActionRepository
  5541.      */
  5542.     protected function getDelaisActionRepositoryService()
  5543.     {
  5544.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5549.         include_once \dirname(__DIR__4).'/src/Repository/DelaisActionRepository.php';
  5550.         return $this->privates['App\\Repository\\DelaisActionRepository'] = new \App\Repository\DelaisActionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5551.     }
  5552.     /**
  5553.      * Gets the private 'App\Repository\DemandeAutorisationRepository' shared autowired service.
  5554.      *
  5555.      * @return \App\Repository\DemandeAutorisationRepository
  5556.      */
  5557.     protected function getDemandeAutorisationRepositoryService()
  5558.     {
  5559.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5560.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5564.         include_once \dirname(__DIR__4).'/src/Repository/DemandeAutorisationRepository.php';
  5565.         return $this->privates['App\\Repository\\DemandeAutorisationRepository'] = new \App\Repository\DemandeAutorisationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5566.     }
  5567.     /**
  5568.      * Gets the private 'App\Repository\DemandeCongeRepository' shared autowired service.
  5569.      *
  5570.      * @return \App\Repository\DemandeCongeRepository
  5571.      */
  5572.     protected function getDemandeCongeRepositoryService()
  5573.     {
  5574.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5575.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5578.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5579.         include_once \dirname(__DIR__4).'/src/Repository/DemandeCongeRepository.php';
  5580.         return $this->privates['App\\Repository\\DemandeCongeRepository'] = new \App\Repository\DemandeCongeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5581.     }
  5582.     /**
  5583.      * Gets the private 'App\Repository\DemandeTeleTravailRepository' shared autowired service.
  5584.      *
  5585.      * @return \App\Repository\DemandeTeleTravailRepository
  5586.      */
  5587.     protected function getDemandeTeleTravailRepositoryService()
  5588.     {
  5589.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5592.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5593.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5594.         include_once \dirname(__DIR__4).'/src/Repository/DemandeTeleTravailRepository.php';
  5595.         return $this->privates['App\\Repository\\DemandeTeleTravailRepository'] = new \App\Repository\DemandeTeleTravailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5596.     }
  5597.     /**
  5598.      * Gets the private 'App\Repository\DescriptionCRMRepository' shared autowired service.
  5599.      *
  5600.      * @return \App\Repository\DescriptionCRMRepository
  5601.      */
  5602.     protected function getDescriptionCRMRepositoryService()
  5603.     {
  5604.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5606.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5607.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5608.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5609.         include_once \dirname(__DIR__4).'/src/Repository/DescriptionCRMRepository.php';
  5610.         return $this->privates['App\\Repository\\DescriptionCRMRepository'] = new \App\Repository\DescriptionCRMRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5611.     }
  5612.     /**
  5613.      * Gets the private 'App\Repository\DirectionRepository' shared autowired service.
  5614.      *
  5615.      * @return \App\Repository\DirectionRepository
  5616.      */
  5617.     protected function getDirectionRepositoryService()
  5618.     {
  5619.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5620.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5621.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5623.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5624.         include_once \dirname(__DIR__4).'/src/Repository/DirectionRepository.php';
  5625.         return $this->privates['App\\Repository\\DirectionRepository'] = new \App\Repository\DirectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5626.     }
  5627.     /**
  5628.      * Gets the private 'App\Repository\DureeActionCRMRepository' shared autowired service.
  5629.      *
  5630.      * @return \App\Repository\DureeActionCRMRepository
  5631.      */
  5632.     protected function getDureeActionCRMRepositoryService()
  5633.     {
  5634.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5638.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5639.         include_once \dirname(__DIR__4).'/src/Repository/DureeActionCRMRepository.php';
  5640.         return $this->privates['App\\Repository\\DureeActionCRMRepository'] = new \App\Repository\DureeActionCRMRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5641.     }
  5642.     /**
  5643.      * Gets the private 'App\Repository\EquipementReseauRepository' shared autowired service.
  5644.      *
  5645.      * @return \App\Repository\EquipementReseauRepository
  5646.      */
  5647.     protected function getEquipementReseauRepositoryService()
  5648.     {
  5649.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5650.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5651.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5652.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5654.         include_once \dirname(__DIR__4).'/src/Repository/EquipementReseauRepository.php';
  5655.         return $this->privates['App\\Repository\\EquipementReseauRepository'] = new \App\Repository\EquipementReseauRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5656.     }
  5657.     /**
  5658.      * Gets the private 'App\Repository\EvenementRepository' shared autowired service.
  5659.      *
  5660.      * @return \App\Repository\EvenementRepository
  5661.      */
  5662.     protected function getEvenementRepositoryService()
  5663.     {
  5664.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5669.         include_once \dirname(__DIR__4).'/src/Repository/EvenementRepository.php';
  5670.         return $this->privates['App\\Repository\\EvenementRepository'] = new \App\Repository\EvenementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5671.     }
  5672.     /**
  5673.      * Gets the private 'App\Repository\EvenementUserRepository' shared autowired service.
  5674.      *
  5675.      * @return \App\Repository\EvenementUserRepository
  5676.      */
  5677.     protected function getEvenementUserRepositoryService()
  5678.     {
  5679.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5681.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5682.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5683.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5684.         include_once \dirname(__DIR__4).'/src/Repository/EvenementUserRepository.php';
  5685.         return $this->privates['App\\Repository\\EvenementUserRepository'] = new \App\Repository\EvenementUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5686.     }
  5687.     /**
  5688.      * Gets the private 'App\Repository\FonctionRepository' shared autowired service.
  5689.      *
  5690.      * @return \App\Repository\FonctionRepository
  5691.      */
  5692.     protected function getFonctionRepositoryService()
  5693.     {
  5694.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5695.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5696.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5697.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5699.         include_once \dirname(__DIR__4).'/src/Repository/FonctionRepository.php';
  5700.         return $this->privates['App\\Repository\\FonctionRepository'] = new \App\Repository\FonctionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5701.     }
  5702.     /**
  5703.      * Gets the private 'App\Repository\FournisseurRepository' shared autowired service.
  5704.      *
  5705.      * @return \App\Repository\FournisseurRepository
  5706.      */
  5707.     protected function getFournisseurRepositoryService()
  5708.     {
  5709.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5710.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5711.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5714.         include_once \dirname(__DIR__4).'/src/Repository/FournisseurRepository.php';
  5715.         return $this->privates['App\\Repository\\FournisseurRepository'] = new \App\Repository\FournisseurRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5716.     }
  5717.     /**
  5718.      * Gets the private 'App\Repository\FunctionalityCRMRepository' shared autowired service.
  5719.      *
  5720.      * @return \App\Repository\FunctionalityCRMRepository
  5721.      */
  5722.     protected function getFunctionalityCRMRepositoryService()
  5723.     {
  5724.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5725.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5726.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5728.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5729.         include_once \dirname(__DIR__4).'/src/Repository/FunctionalityCRMRepository.php';
  5730.         return $this->privates['App\\Repository\\FunctionalityCRMRepository'] = new \App\Repository\FunctionalityCRMRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5731.     }
  5732.     /**
  5733.      * Gets the private 'App\Repository\FunctionalityRHRepository' shared autowired service.
  5734.      *
  5735.      * @return \App\Repository\FunctionalityRHRepository
  5736.      */
  5737.     protected function getFunctionalityRHRepositoryService()
  5738.     {
  5739.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5740.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5741.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5742.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5743.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5744.         include_once \dirname(__DIR__4).'/src/Repository/FunctionalityRHRepository.php';
  5745.         return $this->privates['App\\Repository\\FunctionalityRHRepository'] = new \App\Repository\FunctionalityRHRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5746.     }
  5747.     /**
  5748.      * Gets the private 'App\Repository\GroupeRepository' shared autowired service.
  5749.      *
  5750.      * @return \App\Repository\GroupeRepository
  5751.      */
  5752.     protected function getGroupeRepositoryService()
  5753.     {
  5754.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5757.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5759.         include_once \dirname(__DIR__4).'/src/Repository/GroupeRepository.php';
  5760.         return $this->privates['App\\Repository\\GroupeRepository'] = new \App\Repository\GroupeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5761.     }
  5762.     /**
  5763.      * Gets the private 'App\Repository\HeureTravailRepository' shared autowired service.
  5764.      *
  5765.      * @return \App\Repository\HeureTravailRepository
  5766.      */
  5767.     protected function getHeureTravailRepositoryService()
  5768.     {
  5769.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5772.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5774.         include_once \dirname(__DIR__4).'/src/Repository/HeureTravailRepository.php';
  5775.         return $this->privates['App\\Repository\\HeureTravailRepository'] = new \App\Repository\HeureTravailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5776.     }
  5777.     /**
  5778.      * Gets the private 'App\Repository\HistoryMontantCRMRepository' shared autowired service.
  5779.      *
  5780.      * @return \App\Repository\HistoryMontantCRMRepository
  5781.      */
  5782.     protected function getHistoryMontantCRMRepositoryService()
  5783.     {
  5784.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5785.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5789.         include_once \dirname(__DIR__4).'/src/Repository/HistoryMontantCRMRepository.php';
  5790.         return $this->privates['App\\Repository\\HistoryMontantCRMRepository'] = new \App\Repository\HistoryMontantCRMRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5791.     }
  5792.     /**
  5793.      * Gets the private 'App\Repository\InstanceOrganigrammeAutorisationRepository' shared autowired service.
  5794.      *
  5795.      * @return \App\Repository\InstanceOrganigrammeAutorisationRepository
  5796.      */
  5797.     protected function getInstanceOrganigrammeAutorisationRepositoryService()
  5798.     {
  5799.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5800.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5804.         include_once \dirname(__DIR__4).'/src/Repository/InstanceOrganigrammeAutorisationRepository.php';
  5805.         return $this->privates['App\\Repository\\InstanceOrganigrammeAutorisationRepository'] = new \App\Repository\InstanceOrganigrammeAutorisationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5806.     }
  5807.     /**
  5808.      * Gets the private 'App\Repository\InstanceOrganigrammeCRMRepository' shared autowired service.
  5809.      *
  5810.      * @return \App\Repository\InstanceOrganigrammeCRMRepository
  5811.      */
  5812.     protected function getInstanceOrganigrammeCRMRepositoryService()
  5813.     {
  5814.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5817.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5819.         include_once \dirname(__DIR__4).'/src/Repository/InstanceOrganigrammeCRMRepository.php';
  5820.         return $this->privates['App\\Repository\\InstanceOrganigrammeCRMRepository'] = new \App\Repository\InstanceOrganigrammeCRMRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5821.     }
  5822.     /**
  5823.      * Gets the private 'App\Repository\InstanceOrganigrammeRHRepository' shared autowired service.
  5824.      *
  5825.      * @return \App\Repository\InstanceOrganigrammeRHRepository
  5826.      */
  5827.     protected function getInstanceOrganigrammeRHRepositoryService()
  5828.     {
  5829.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5831.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5832.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5833.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5834.         include_once \dirname(__DIR__4).'/src/Repository/InstanceOrganigrammeRHRepository.php';
  5835.         return $this->privates['App\\Repository\\InstanceOrganigrammeRHRepository'] = new \App\Repository\InstanceOrganigrammeRHRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5836.     }
  5837.     /**
  5838.      * Gets the private 'App\Repository\InstanceOrganigrammeTTRepository' shared autowired service.
  5839.      *
  5840.      * @return \App\Repository\InstanceOrganigrammeTTRepository
  5841.      */
  5842.     protected function getInstanceOrganigrammeTTRepositoryService()
  5843.     {
  5844.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5846.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5847.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5848.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5849.         include_once \dirname(__DIR__4).'/src/Repository/InstanceOrganigrammeTTRepository.php';
  5850.         return $this->privates['App\\Repository\\InstanceOrganigrammeTTRepository'] = new \App\Repository\InstanceOrganigrammeTTRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5851.     }
  5852.     /**
  5853.      * Gets the private 'App\Repository\InterimTemporaireRepository' shared autowired service.
  5854.      *
  5855.      * @return \App\Repository\InterimTemporaireRepository
  5856.      */
  5857.     protected function getInterimTemporaireRepositoryService()
  5858.     {
  5859.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5860.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5863.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5864.         include_once \dirname(__DIR__4).'/src/Repository/InterimTemporaireRepository.php';
  5865.         return $this->privates['App\\Repository\\InterimTemporaireRepository'] = new \App\Repository\InterimTemporaireRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5866.     }
  5867.     /**
  5868.      * Gets the private 'App\Repository\JourFeriesRepository' shared autowired service.
  5869.      *
  5870.      * @return \App\Repository\JourFeriesRepository
  5871.      */
  5872.     protected function getJourFeriesRepositoryService()
  5873.     {
  5874.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5879.         include_once \dirname(__DIR__4).'/src/Repository/JourFeriesRepository.php';
  5880.         return $this->privates['App\\Repository\\JourFeriesRepository'] = new \App\Repository\JourFeriesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5881.     }
  5882.     /**
  5883.      * Gets the private 'App\Repository\MarqueRepository' shared autowired service.
  5884.      *
  5885.      * @return \App\Repository\MarqueRepository
  5886.      */
  5887.     protected function getMarqueRepositoryService()
  5888.     {
  5889.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5893.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5894.         include_once \dirname(__DIR__4).'/src/Repository/MarqueRepository.php';
  5895.         return $this->privates['App\\Repository\\MarqueRepository'] = new \App\Repository\MarqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5896.     }
  5897.     /**
  5898.      * Gets the private 'App\Repository\ModeleRepository' shared autowired service.
  5899.      *
  5900.      * @return \App\Repository\ModeleRepository
  5901.      */
  5902.     protected function getModeleRepositoryService()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5907.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5908.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5909.         include_once \dirname(__DIR__4).'/src/Repository/ModeleRepository.php';
  5910.         return $this->privates['App\\Repository\\ModeleRepository'] = new \App\Repository\ModeleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5911.     }
  5912.     /**
  5913.      * Gets the private 'App\Repository\ModulesRepository' shared autowired service.
  5914.      *
  5915.      * @return \App\Repository\ModulesRepository
  5916.      */
  5917.     protected function getModulesRepositoryService()
  5918.     {
  5919.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5923.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5924.         include_once \dirname(__DIR__4).'/src/Repository/ModulesRepository.php';
  5925.         return $this->privates['App\\Repository\\ModulesRepository'] = new \App\Repository\ModulesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5926.     }
  5927.     /**
  5928.      * Gets the private 'App\Repository\OpportunityCRMRepository' shared autowired service.
  5929.      *
  5930.      * @return \App\Repository\OpportunityCRMRepository
  5931.      */
  5932.     protected function getOpportunityCRMRepositoryService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5939.         include_once \dirname(__DIR__4).'/src/Repository/OpportunityCRMRepository.php';
  5940.         return $this->privates['App\\Repository\\OpportunityCRMRepository'] = new \App\Repository\OpportunityCRMRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5941.     }
  5942.     /**
  5943.      * Gets the private 'App\Repository\OpportunityFilesRepository' shared autowired service.
  5944.      *
  5945.      * @return \App\Repository\OpportunityFilesRepository
  5946.      */
  5947.     protected function getOpportunityFilesRepositoryService()
  5948.     {
  5949.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5950.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5954.         include_once \dirname(__DIR__4).'/src/Repository/OpportunityFilesRepository.php';
  5955.         return $this->privates['App\\Repository\\OpportunityFilesRepository'] = new \App\Repository\OpportunityFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5956.     }
  5957.     /**
  5958.      * Gets the private 'App\Repository\OrganigrammeCRMRepository' shared autowired service.
  5959.      *
  5960.      * @return \App\Repository\OrganigrammeCRMRepository
  5961.      */
  5962.     protected function getOrganigrammeCRMRepositoryService()
  5963.     {
  5964.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5968.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5969.         include_once \dirname(__DIR__4).'/src/Repository/OrganigrammeCRMRepository.php';
  5970.         return $this->privates['App\\Repository\\OrganigrammeCRMRepository'] = new \App\Repository\OrganigrammeCRMRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5971.     }
  5972.     /**
  5973.      * Gets the private 'App\Repository\OrganigrammeRHRepository' shared autowired service.
  5974.      *
  5975.      * @return \App\Repository\OrganigrammeRHRepository
  5976.      */
  5977.     protected function getOrganigrammeRHRepositoryService()
  5978.     {
  5979.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5984.         include_once \dirname(__DIR__4).'/src/Repository/OrganigrammeRHRepository.php';
  5985.         return $this->privates['App\\Repository\\OrganigrammeRHRepository'] = new \App\Repository\OrganigrammeRHRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5986.     }
  5987.     /**
  5988.      * Gets the private 'App\Repository\PeripheriqueInformatiqueRepository' shared autowired service.
  5989.      *
  5990.      * @return \App\Repository\PeripheriqueInformatiqueRepository
  5991.      */
  5992.     protected function getPeripheriqueInformatiqueRepositoryService()
  5993.     {
  5994.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5999.         include_once \dirname(__DIR__4).'/src/Repository/PeripheriqueInformatiqueRepository.php';
  6000.         return $this->privates['App\\Repository\\PeripheriqueInformatiqueRepository'] = new \App\Repository\PeripheriqueInformatiqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6001.     }
  6002.     /**
  6003.      * Gets the private 'App\Repository\PosteFixeRepository' shared autowired service.
  6004.      *
  6005.      * @return \App\Repository\PosteFixeRepository
  6006.      */
  6007.     protected function getPosteFixeRepositoryService()
  6008.     {
  6009.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6014.         include_once \dirname(__DIR__4).'/src/Repository/PosteFixeRepository.php';
  6015.         return $this->privates['App\\Repository\\PosteFixeRepository'] = new \App\Repository\PosteFixeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6016.     }
  6017.     /**
  6018.      * Gets the private 'App\Repository\ProcessCRMRepository' shared autowired service.
  6019.      *
  6020.      * @return \App\Repository\ProcessCRMRepository
  6021.      */
  6022.     protected function getProcessCRMRepositoryService()
  6023.     {
  6024.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6029.         include_once \dirname(__DIR__4).'/src/Repository/ProcessCRMRepository.php';
  6030.         return $this->privates['App\\Repository\\ProcessCRMRepository'] = new \App\Repository\ProcessCRMRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6031.     }
  6032.     /**
  6033.      * Gets the private 'App\Repository\ProcessRHRepository' shared autowired service.
  6034.      *
  6035.      * @return \App\Repository\ProcessRHRepository
  6036.      */
  6037.     protected function getProcessRHRepositoryService()
  6038.     {
  6039.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6040.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6044.         include_once \dirname(__DIR__4).'/src/Repository/ProcessRHRepository.php';
  6045.         return $this->privates['App\\Repository\\ProcessRHRepository'] = new \App\Repository\ProcessRHRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6046.     }
  6047.     /**
  6048.      * Gets the private 'App\Repository\ProjetFilesRepository' shared autowired service.
  6049.      *
  6050.      * @return \App\Repository\ProjetFilesRepository
  6051.      */
  6052.     protected function getProjetFilesRepositoryService()
  6053.     {
  6054.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6055.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6059.         include_once \dirname(__DIR__4).'/src/Repository/ProjetFilesRepository.php';
  6060.         return $this->privates['App\\Repository\\ProjetFilesRepository'] = new \App\Repository\ProjetFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6061.     }
  6062.     /**
  6063.      * Gets the private 'App\Repository\ProjetModulesRepository' shared autowired service.
  6064.      *
  6065.      * @return \App\Repository\ProjetModulesRepository
  6066.      */
  6067.     protected function getProjetModulesRepositoryService()
  6068.     {
  6069.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6074.         include_once \dirname(__DIR__4).'/src/Repository/ProjetModulesRepository.php';
  6075.         return $this->privates['App\\Repository\\ProjetModulesRepository'] = new \App\Repository\ProjetModulesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6076.     }
  6077.     /**
  6078.      * Gets the private 'App\Repository\ProjetRepository' shared autowired service.
  6079.      *
  6080.      * @return \App\Repository\ProjetRepository
  6081.      */
  6082.     protected function getProjetRepositoryService()
  6083.     {
  6084.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6089.         include_once \dirname(__DIR__4).'/src/Repository/ProjetRepository.php';
  6090.         return $this->privates['App\\Repository\\ProjetRepository'] = new \App\Repository\ProjetRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6091.     }
  6092.     /**
  6093.      * Gets the private 'App\Repository\RelanceRepository' shared autowired service.
  6094.      *
  6095.      * @return \App\Repository\RelanceRepository
  6096.      */
  6097.     protected function getRelanceRepositoryService()
  6098.     {
  6099.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6104.         include_once \dirname(__DIR__4).'/src/Repository/RelanceRepository.php';
  6105.         return $this->privates['App\\Repository\\RelanceRepository'] = new \App\Repository\RelanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6106.     }
  6107.     /**
  6108.      * Gets the private 'App\Repository\ResponsableRepository' shared autowired service.
  6109.      *
  6110.      * @return \App\Repository\ResponsableRepository
  6111.      */
  6112.     protected function getResponsableRepositoryService()
  6113.     {
  6114.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6119.         include_once \dirname(__DIR__4).'/src/Repository/ResponsableRepository.php';
  6120.         return $this->privates['App\\Repository\\ResponsableRepository'] = new \App\Repository\ResponsableRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6121.     }
  6122.     /**
  6123.      * Gets the private 'App\Repository\SalleRepository' shared autowired service.
  6124.      *
  6125.      * @return \App\Repository\SalleRepository
  6126.      */
  6127.     protected function getSalleRepositoryService()
  6128.     {
  6129.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6132.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6133.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6134.         include_once \dirname(__DIR__4).'/src/Repository/SalleRepository.php';
  6135.         return $this->privates['App\\Repository\\SalleRepository'] = new \App\Repository\SalleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6136.     }
  6137.     /**
  6138.      * Gets the private 'App\Repository\SeanceTravailRepository' shared autowired service.
  6139.      *
  6140.      * @return \App\Repository\SeanceTravailRepository
  6141.      */
  6142.     protected function getSeanceTravailRepositoryService()
  6143.     {
  6144.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6145.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6146.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6147.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6148.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6149.         include_once \dirname(__DIR__4).'/src/Repository/SeanceTravailRepository.php';
  6150.         return $this->privates['App\\Repository\\SeanceTravailRepository'] = new \App\Repository\SeanceTravailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6151.     }
  6152.     /**
  6153.      * Gets the private 'App\Repository\SemaineRepository' shared autowired service.
  6154.      *
  6155.      * @return \App\Repository\SemaineRepository
  6156.      */
  6157.     protected function getSemaineRepositoryService()
  6158.     {
  6159.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6160.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6161.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6164.         include_once \dirname(__DIR__4).'/src/Repository/SemaineRepository.php';
  6165.         return $this->privates['App\\Repository\\SemaineRepository'] = new \App\Repository\SemaineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6166.     }
  6167.     /**
  6168.      * Gets the private 'App\Repository\ServeurPcRepository' shared autowired service.
  6169.      *
  6170.      * @return \App\Repository\ServeurPcRepository
  6171.      */
  6172.     protected function getServeurPcRepositoryService()
  6173.     {
  6174.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6179.         include_once \dirname(__DIR__4).'/src/Repository/ServeurPcRepository.php';
  6180.         return $this->privates['App\\Repository\\ServeurPcRepository'] = new \App\Repository\ServeurPcRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6181.     }
  6182.     /**
  6183.      * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  6184.      *
  6185.      * @return \App\Repository\ServiceRepository
  6186.      */
  6187.     protected function getServiceRepositoryService()
  6188.     {
  6189.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6193.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6194.         include_once \dirname(__DIR__4).'/src/Repository/ServiceRepository.php';
  6195.         return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6196.     }
  6197.     /**
  6198.      * Gets the private 'App\Repository\SoldeCirconstanceRepository' shared autowired service.
  6199.      *
  6200.      * @return \App\Repository\SoldeCirconstanceRepository
  6201.      */
  6202.     protected function getSoldeCirconstanceRepositoryService()
  6203.     {
  6204.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6205.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6206.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6207.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6209.         include_once \dirname(__DIR__4).'/src/Repository/SoldeCirconstanceRepository.php';
  6210.         return $this->privates['App\\Repository\\SoldeCirconstanceRepository'] = new \App\Repository\SoldeCirconstanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6211.     }
  6212.     /**
  6213.      * Gets the private 'App\Repository\SoldeDetailedRepository' shared autowired service.
  6214.      *
  6215.      * @return \App\Repository\SoldeDetailedRepository
  6216.      */
  6217.     protected function getSoldeDetailedRepositoryService()
  6218.     {
  6219.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6224.         include_once \dirname(__DIR__4).'/src/Repository/SoldeDetailedRepository.php';
  6225.         return $this->privates['App\\Repository\\SoldeDetailedRepository'] = new \App\Repository\SoldeDetailedRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6226.     }
  6227.     /**
  6228.      * Gets the private 'App\Repository\SortieInformatiqueRepository' shared autowired service.
  6229.      *
  6230.      * @return \App\Repository\SortieInformatiqueRepository
  6231.      */
  6232.     protected function getSortieInformatiqueRepositoryService()
  6233.     {
  6234.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6235.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6239.         include_once \dirname(__DIR__4).'/src/Repository/SortieInformatiqueRepository.php';
  6240.         return $this->privates['App\\Repository\\SortieInformatiqueRepository'] = new \App\Repository\SortieInformatiqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6241.     }
  6242.     /**
  6243.      * Gets the private 'App\Repository\TracabilityAutorisationRepository' shared autowired service.
  6244.      *
  6245.      * @return \App\Repository\TracabilityAutorisationRepository
  6246.      */
  6247.     protected function getTracabilityAutorisationRepositoryService()
  6248.     {
  6249.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6250.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6251.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6254.         include_once \dirname(__DIR__4).'/src/Repository/TracabilityAutorisationRepository.php';
  6255.         return $this->privates['App\\Repository\\TracabilityAutorisationRepository'] = new \App\Repository\TracabilityAutorisationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6256.     }
  6257.     /**
  6258.      * Gets the private 'App\Repository\TracabilityCRMRepository' shared autowired service.
  6259.      *
  6260.      * @return \App\Repository\TracabilityCRMRepository
  6261.      */
  6262.     protected function getTracabilityCRMRepositoryService()
  6263.     {
  6264.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6265.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6266.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6267.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6268.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6269.         include_once \dirname(__DIR__4).'/src/Repository/TracabilityCRMRepository.php';
  6270.         return $this->privates['App\\Repository\\TracabilityCRMRepository'] = new \App\Repository\TracabilityCRMRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6271.     }
  6272.     /**
  6273.      * Gets the private 'App\Repository\TracabilityFilesCRMRepository' shared autowired service.
  6274.      *
  6275.      * @return \App\Repository\TracabilityFilesCRMRepository
  6276.      */
  6277.     protected function getTracabilityFilesCRMRepositoryService()
  6278.     {
  6279.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6280.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6282.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6283.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6284.         include_once \dirname(__DIR__4).'/src/Repository/TracabilityFilesCRMRepository.php';
  6285.         return $this->privates['App\\Repository\\TracabilityFilesCRMRepository'] = new \App\Repository\TracabilityFilesCRMRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6286.     }
  6287.     /**
  6288.      * Gets the private 'App\Repository\TracabilityParcInformatiqueRepository' shared autowired service.
  6289.      *
  6290.      * @return \App\Repository\TracabilityParcInformatiqueRepository
  6291.      */
  6292.     protected function getTracabilityParcInformatiqueRepositoryService()
  6293.     {
  6294.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6295.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6298.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6299.         include_once \dirname(__DIR__4).'/src/Repository/TracabilityParcInformatiqueRepository.php';
  6300.         return $this->privates['App\\Repository\\TracabilityParcInformatiqueRepository'] = new \App\Repository\TracabilityParcInformatiqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6301.     }
  6302.     /**
  6303.      * Gets the private 'App\Repository\TracabilityRHRepository' shared autowired service.
  6304.      *
  6305.      * @return \App\Repository\TracabilityRHRepository
  6306.      */
  6307.     protected function getTracabilityRHRepositoryService()
  6308.     {
  6309.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6314.         include_once \dirname(__DIR__4).'/src/Repository/TracabilityRHRepository.php';
  6315.         return $this->privates['App\\Repository\\TracabilityRHRepository'] = new \App\Repository\TracabilityRHRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6316.     }
  6317.     /**
  6318.      * Gets the private 'App\Repository\TracabilitySoldeAnnuelRepository' shared autowired service.
  6319.      *
  6320.      * @return \App\Repository\TracabilitySoldeAnnuelRepository
  6321.      */
  6322.     protected function getTracabilitySoldeAnnuelRepositoryService()
  6323.     {
  6324.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6329.         include_once \dirname(__DIR__4).'/src/Repository/TracabilitySoldeAnnuelRepository.php';
  6330.         return $this->privates['App\\Repository\\TracabilitySoldeAnnuelRepository'] = new \App\Repository\TracabilitySoldeAnnuelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6331.     }
  6332.     /**
  6333.      * Gets the private 'App\Repository\TracabilitySoldeCirconstanceRepository' shared autowired service.
  6334.      *
  6335.      * @return \App\Repository\TracabilitySoldeCirconstanceRepository
  6336.      */
  6337.     protected function getTracabilitySoldeCirconstanceRepositoryService()
  6338.     {
  6339.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6340.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6341.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6342.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6343.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6344.         include_once \dirname(__DIR__4).'/src/Repository/TracabilitySoldeCirconstanceRepository.php';
  6345.         return $this->privates['App\\Repository\\TracabilitySoldeCirconstanceRepository'] = new \App\Repository\TracabilitySoldeCirconstanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6346.     }
  6347.     /**
  6348.      * Gets the private 'App\Repository\TracabilityTTRepository' shared autowired service.
  6349.      *
  6350.      * @return \App\Repository\TracabilityTTRepository
  6351.      */
  6352.     protected function getTracabilityTTRepositoryService()
  6353.     {
  6354.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6355.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6356.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6357.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6358.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6359.         include_once \dirname(__DIR__4).'/src/Repository/TracabilityTTRepository.php';
  6360.         return $this->privates['App\\Repository\\TracabilityTTRepository'] = new \App\Repository\TracabilityTTRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6361.     }
  6362.     /**
  6363.      * Gets the private 'App\Repository\TypesActionRepository' shared autowired service.
  6364.      *
  6365.      * @return \App\Repository\TypesActionRepository
  6366.      */
  6367.     protected function getTypesActionRepositoryService()
  6368.     {
  6369.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6370.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6371.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6372.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6373.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6374.         include_once \dirname(__DIR__4).'/src/Repository/TypesActionRepository.php';
  6375.         return $this->privates['App\\Repository\\TypesActionRepository'] = new \App\Repository\TypesActionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6376.     }
  6377.     /**
  6378.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  6379.      *
  6380.      * @return \App\Repository\UserRepository
  6381.      */
  6382.     protected function getUserRepositoryService()
  6383.     {
  6384.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6385.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6386.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6387.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6388.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6389.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  6390.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  6391.     }
  6392.     /**
  6393.      * Gets the private 'App\Repository\ValiditySoldeCongeRepository' shared autowired service.
  6394.      *
  6395.      * @return \App\Repository\ValiditySoldeCongeRepository
  6396.      */
  6397.     protected function getValiditySoldeCongeRepositoryService()
  6398.     {
  6399.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6400.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6402.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6403.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6404.         include_once \dirname(__DIR__4).'/src/Repository/ValiditySoldeCongeRepository.php';
  6405.         return $this->privates['App\\Repository\\ValiditySoldeCongeRepository'] = new \App\Repository\ValiditySoldeCongeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6406.     }
  6407.     /**
  6408.      * Gets the private 'App\Repository\VersionProcessCRMRepository' shared autowired service.
  6409.      *
  6410.      * @return \App\Repository\VersionProcessCRMRepository
  6411.      */
  6412.     protected function getVersionProcessCRMRepositoryService()
  6413.     {
  6414.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  6417.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  6418.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  6419.         include_once \dirname(__DIR__4).'/src/Repository/VersionProcessCRMRepository.php';
  6420.         return $this->privates['App\\Repository\\VersionProcessCRMRepository'] = new \App\Repository\VersionProcessCRMRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6421.     }
  6422.     /**
  6423.      * Gets the private 'App\Service\Auth\LoginAttemptService' shared autowired service.
  6424.      *
  6425.      * @return \App\Service\Auth\LoginAttemptService
  6426.      */
  6427.     protected function getLoginAttemptServiceService()
  6428.     {
  6429.         include_once \dirname(__DIR__4).'/src/Service/Auth/LoginAttemptService.php';
  6430.         return $this->privates['App\\Service\\Auth\\LoginAttemptService'] = new \App\Service\Auth\LoginAttemptService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6431.     }
  6432.     /**
  6433.      * Gets the private 'App\Service\CheckValidOrganigrammeCRM' shared autowired service.
  6434.      *
  6435.      * @return \App\Service\CheckValidOrganigrammeCRM
  6436.      */
  6437.     protected function getCheckValidOrganigrammeCRMService()
  6438.     {
  6439.         include_once \dirname(__DIR__4).'/src/Service/CheckValidOrganigrammeCRM.php';
  6440.         return $this->privates['App\\Service\\CheckValidOrganigrammeCRM'] = new \App\Service\CheckValidOrganigrammeCRM(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6441.     }
  6442.     /**
  6443.      * Gets the private 'App\Service\Mailer' shared autowired service.
  6444.      *
  6445.      * @return \App\Service\Mailer
  6446.      */
  6447.     protected function getMailerService()
  6448.     {
  6449.         include_once \dirname(__DIR__4).'/src/Service/Mailer.php';
  6450.         return $this->privates['App\\Service\\Mailer'] = new \App\Service\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['twig'] ?? $this->getTwigService()));
  6451.     }
  6452.     /**
  6453.      * Gets the private 'App\Service\ManageActions' shared autowired service.
  6454.      *
  6455.      * @return \App\Service\ManageActions
  6456.      */
  6457.     protected function getManageActionsService()
  6458.     {
  6459.         include_once \dirname(__DIR__4).'/src/Service/ManageActions.php';
  6460.         return $this->privates['App\\Service\\ManageActions'] = new \App\Service\ManageActions(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ManageConge'] ?? $this->getManageCongeService()));
  6461.     }
  6462.     /**
  6463.      * Gets the private 'App\Service\ManageAutorisation' shared autowired service.
  6464.      *
  6465.      * @return \App\Service\ManageAutorisation
  6466.      */
  6467.     protected function getManageAutorisationService()
  6468.     {
  6469.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  6470.         include_once \dirname(__DIR__4).'/src/Service/ManageAutorisation.php';
  6471.         return $this->privates['App\\Service\\ManageAutorisation'] = new \App\Service\ManageAutorisation(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\ManageCalculRealSolde'] ?? $this->getManageCalculRealSoldeService()));
  6472.     }
  6473.     /**
  6474.      * Gets the private 'App\Service\ManageCalculRealSolde' shared autowired service.
  6475.      *
  6476.      * @return \App\Service\ManageCalculRealSolde
  6477.      */
  6478.     protected function getManageCalculRealSoldeService()
  6479.     {
  6480.         include_once \dirname(__DIR__4).'/src/Service/ManageCalculRealSolde.php';
  6481.         return $this->privates['App\\Service\\ManageCalculRealSolde'] = new \App\Service\ManageCalculRealSolde(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  6482.     }
  6483.     /**
  6484.      * Gets the private 'App\Service\ManageConge' shared autowired service.
  6485.      *
  6486.      * @return \App\Service\ManageConge
  6487.      */
  6488.     protected function getManageCongeService()
  6489.     {
  6490.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  6491.         include_once \dirname(__DIR__4).'/src/Service/ManageConge.php';
  6492.         return $this->privates['App\\Service\\ManageConge'] = new \App\Service\ManageConge(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\ManageCalculRealSolde'] ?? $this->getManageCalculRealSoldeService()));
  6493.     }
  6494.     /**
  6495.      * Gets the private 'App\Service\ManageEvent' shared autowired service.
  6496.      *
  6497.      * @return \App\Service\ManageEvent
  6498.      */
  6499.     protected function getManageEventService()
  6500.     {
  6501.         include_once \dirname(__DIR__4).'/src/Service/ManageEvent.php';
  6502.         return $this->privates['App\\Service\\ManageEvent'] = new \App\Service\ManageEvent(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  6503.     }
  6504.     /**
  6505.      * Gets the private 'App\Service\ManageHome' shared autowired service.
  6506.      *
  6507.      * @return \App\Service\ManageHome
  6508.      */
  6509.     protected function getManageHomeService()
  6510.     {
  6511.         include_once \dirname(__DIR__4).'/src/Service/ManageHome.php';
  6512.         return $this->privates['App\\Service\\ManageHome'] = new \App\Service\ManageHome(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6513.     }
  6514.     /**
  6515.      * Gets the private 'App\Service\ManageOpportunityCRM' shared autowired service.
  6516.      *
  6517.      * @return \App\Service\ManageOpportunityCRM
  6518.      */
  6519.     protected function getManageOpportunityCRMService()
  6520.     {
  6521.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  6522.         include_once \dirname(__DIR__4).'/src/Service/ManageOpportunityCRM.php';
  6523.         return $this->privates['App\\Service\\ManageOpportunityCRM'] = new \App\Service\ManageOpportunityCRM(($this->privates['App\\Service\\CheckValidOrganigrammeCRM'] ?? $this->getCheckValidOrganigrammeCRMService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\Mailer'] ?? $this->getMailerService()));
  6524.     }
  6525.     /**
  6526.      * Gets the private 'App\Service\ManageStock' shared autowired service.
  6527.      *
  6528.      * @return \App\Service\ManageStock
  6529.      */
  6530.     protected function getManageStockService()
  6531.     {
  6532.         include_once \dirname(__DIR__4).'/src/Service/ManageStock.php';
  6533.         return $this->privates['App\\Service\\ManageStock'] = new \App\Service\ManageStock(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  6534.     }
  6535.     /**
  6536.      * Gets the private 'App\Service\ManageTeleTravail' shared autowired service.
  6537.      *
  6538.      * @return \App\Service\ManageTeleTravail
  6539.      */
  6540.     protected function getManageTeleTravailService()
  6541.     {
  6542.         include_once \dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php';
  6543.         include_once \dirname(__DIR__4).'/src/Service/ManageTeleTravail.php';
  6544.         return $this->privates['App\\Service\\ManageTeleTravail'] = new \App\Service\ManageTeleTravail(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  6545.     }
  6546.     /**
  6547.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  6548.      *
  6549.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  6550.      */
  6551.     protected function getManagerRegistryAwareConnectionProviderService()
  6552.     {
  6553.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  6554.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  6555.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  6556.     }
  6557.     /**
  6558.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  6559.      *
  6560.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  6561.      */
  6562.     protected function getRunSqlCommandService()
  6563.     {
  6564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6565.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  6566.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6567.         $instance->setName('dbal:run-sql');
  6568.         return $instance;
  6569.     }
  6570.     /**
  6571.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  6572.      *
  6573.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  6574.      */
  6575.     protected function getCacheWarmer2Service()
  6576.     {
  6577.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6578.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  6579.         return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  6580.     }
  6581.     /**
  6582.      * Gets the private 'Vich\UploaderBundle\Templating\Helper\UploaderHelper' shared service.
  6583.      *
  6584.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  6585.      */
  6586.     protected function getUploaderHelperService()
  6587.     {
  6588.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  6589.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  6590.         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()));
  6591.     }
  6592.     /**
  6593.      * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
  6594.      *
  6595.      * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
  6596.      */
  6597.     protected function getUploaderExtensionRuntimeService()
  6598.     {
  6599.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  6600.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
  6601.         return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime(($this->privates['Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper'] ?? $this->getUploaderHelperService()));
  6602.     }
  6603.     /**
  6604.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  6605.      *
  6606.      * @return \Vich\UploaderBundle\Util\Transliterator
  6607.      */
  6608.     protected function getTransliteratorService()
  6609.     {
  6610.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  6611.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  6613.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(new \Symfony\Component\String\Slugger\AsciiSlugger());
  6614.     }
  6615.     /**
  6616.      * Gets the private 'acme.security.authentication_event_listener' shared autowired service.
  6617.      *
  6618.      * @return \App\EventListener\AuthenticationListener
  6619.      */
  6620.     protected function getAcme_Security_AuthenticationEventListenerService()
  6621.     {
  6622.         include_once \dirname(__DIR__4).'/src/EventListener/AuthenticationListener.php';
  6623.         return $this->privates['acme.security.authentication_event_listener'] = new \App\EventListener\AuthenticationListener($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\Auth\\LoginAttemptService'] ?? $this->getLoginAttemptServiceService()));
  6624.     }
  6625.     /**
  6626.      * Gets the private 'acme_api.event.authentication_success_listener' shared autowired service.
  6627.      *
  6628.      * @return \App\EventListener\AuthenticationSuccessListener
  6629.      */
  6630.     protected function getAcmeApi_Event_AuthenticationSuccessListenerService()
  6631.     {
  6632.         include_once \dirname(__DIR__4).'/src/EventListener/AuthenticationSuccessListener.php';
  6633.         return $this->privates['acme_api.event.authentication_success_listener'] = new \App\EventListener\AuthenticationSuccessListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6634.     }
  6635.     /**
  6636.      * Gets the private 'annotations.cache_adapter' shared service.
  6637.      *
  6638.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  6639.      */
  6640.     protected function getAnnotations_CacheAdapterService()
  6641.     {
  6642.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  6643.     }
  6644.     /**
  6645.      * Gets the private 'annotations.cache_warmer' shared service.
  6646.      *
  6647.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  6648.      */
  6649.     protected function getAnnotations_CacheWarmerService()
  6650.     {
  6651.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6653.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  6654.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  6655.     }
  6656.     /**
  6657.      * Gets the private 'annotations.cached_reader' shared service.
  6658.      *
  6659.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  6660.      */
  6661.     protected function getAnnotations_CachedReaderService()
  6662.     {
  6663.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  6664.     }
  6665.     /**
  6666.      * Gets the private 'annotations.reader' shared service.
  6667.      *
  6668.      * @return \Doctrine\Common\Annotations\AnnotationReader
  6669.      */
  6670.     protected function getAnnotations_ReaderService()
  6671.     {
  6672.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  6673.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  6674.         $a->registerUniqueLoader('class_exists');
  6675.         $instance->addGlobalIgnoredName('required'$a);
  6676.         return $instance;
  6677.     }
  6678.     /**
  6679.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  6680.      *
  6681.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6682.      */
  6683.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  6684.     {
  6685.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yA4zspS-XN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6686.     }
  6687.     /**
  6688.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  6689.      *
  6690.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6691.      */
  6692.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  6693.     {
  6694.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('N4YaAHHSFV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6695.     }
  6696.     /**
  6697.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  6698.      *
  6699.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6700.      */
  6701.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  6702.     {
  6703.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lr8O5wDrlL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6704.     }
  6705.     /**
  6706.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  6707.      *
  6708.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6709.      */
  6710.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  6711.     {
  6712.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LwOI2UnfB-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6713.     }
  6714.     /**
  6715.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  6716.      *
  6717.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6718.      */
  6719.     protected function getApiPlatform_Cache_RouteNameResolverService()
  6720.     {
  6721.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('f+1agnPTF0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6722.     }
  6723.     /**
  6724.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  6725.      *
  6726.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6727.      */
  6728.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  6729.     {
  6730.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EhbHhO2Gyi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6731.     }
  6732.     /**
  6733.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  6734.      *
  6735.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  6736.      */
  6737.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  6738.     {
  6739.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  6740.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6741.     }
  6742.     /**
  6743.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  6744.      *
  6745.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  6746.      */
  6747.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  6748.     {
  6749.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  6750.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  6751.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  6752.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  6753.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  6754.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  6755.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  6756.         }, 5));
  6757.     }
  6758.     /**
  6759.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  6760.      *
  6761.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  6762.      */
  6763.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  6764.     {
  6765.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  6766.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  6767.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  6768.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  6769.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  6770.         }, 1), NULL);
  6771.     }
  6772.     /**
  6773.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  6774.      *
  6775.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  6776.      */
  6777.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  6778.     {
  6779.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  6780.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  6781.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  6782.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  6783.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  6784.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  6785.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  6786.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  6787.         }, 5), new RewindableGenerator(function () {
  6788.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  6789.         }, 1), NULL);
  6790.     }
  6791.     /**
  6792.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  6793.      *
  6794.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  6795.      */
  6796.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  6797.     {
  6798.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6799.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  6800.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  6801.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  6802.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  6803.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 30trueNULLNULLfalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  6804.     }
  6805.     /**
  6806.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  6807.      *
  6808.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  6809.      */
  6810.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  6811.     {
  6812.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6813.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  6814.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  6815.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))));
  6816.     }
  6817.     /**
  6818.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  6819.      *
  6820.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  6821.      */
  6822.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  6823.     {
  6824.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6825.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  6826.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  6827.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  6828.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  6829.     }
  6830.     /**
  6831.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  6832.      *
  6833.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  6834.      */
  6835.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  6836.     {
  6837.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  6840.         return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6841.     }
  6842.     /**
  6843.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  6844.      *
  6845.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  6846.      */
  6847.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  6848.     {
  6849.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  6850.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  6851.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  6852.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  6853.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
  6854.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  6855.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, new \ApiPlatform\Core\DataProvider\Pagination($a$this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
  6856.     }
  6857.     /**
  6858.      * Gets the private 'api_platform.fos_user.event_listener' shared service.
  6859.      *
  6860.      * @return \ApiPlatform\Core\Bridge\FosUser\EventListener
  6861.      */
  6862.     protected function getApiPlatform_FosUser_EventListenerService()
  6863.     {
  6864.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/FosUser/EventListener.php';
  6865.         return $this->privates['api_platform.fos_user.event_listener'] = new \ApiPlatform\Core\Bridge\FosUser\EventListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6866.     }
  6867.     /**
  6868.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  6869.      *
  6870.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  6871.      */
  6872.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  6873.     {
  6874.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6875.     }
  6876.     /**
  6877.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  6878.      *
  6879.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  6880.      */
  6881.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  6882.     {
  6883.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  6884.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  6885.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  6886.         }
  6887.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  6888.     }
  6889.     /**
  6890.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  6891.      *
  6892.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  6893.      */
  6894.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  6895.     {
  6896.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  6897.     }
  6898.     /**
  6899.      * Gets the private 'api_platform.identifier.converter' shared service.
  6900.      *
  6901.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  6902.      */
  6903.     protected function getApiPlatform_Identifier_ConverterService()
  6904.     {
  6905.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  6906.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  6907.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  6908.         }, 2));
  6909.     }
  6910.     /**
  6911.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  6912.      *
  6913.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  6914.      */
  6915.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  6916.     {
  6917.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  6918.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  6919.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  6920.     }
  6921.     /**
  6922.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  6923.      *
  6924.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  6925.      *
  6926.      * @deprecated The "api_platform.iri_converter.legacy" service is deprecated. You should stop using it, as it will be removed in the future.
  6927.      */
  6928.     protected function getApiPlatform_IriConverter_LegacyService()
  6929.     {
  6930.         @trigger_error('The "api_platform.iri_converter.legacy" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  6931.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  6932.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  6933.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  6934.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  6935.         return $this->privates['api_platform.iri_converter.legacy'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  6936.     }
  6937.     /**
  6938.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  6939.      *
  6940.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  6941.      */
  6942.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  6943.     {
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  6946.         $this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  6947.         $instance->setName('api:json-schema:generate');
  6948.         return $instance;
  6949.     }
  6950.     /**
  6951.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  6952.      *
  6953.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  6954.      */
  6955.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  6956.     {
  6957.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  6958.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  6959.         return $instance;
  6960.     }
  6961.     /**
  6962.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  6963.      *
  6964.      * @return \ApiPlatform\JsonLd\ContextBuilder
  6965.      */
  6966.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  6967.     {
  6968.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  6969.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  6970.     }
  6971.     /**
  6972.      * Gets the private 'api_platform.listener.exception' shared service.
  6973.      *
  6974.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  6975.      */
  6976.     protected function getApiPlatform_Listener_ExceptionService()
  6977.     {
  6978.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  6979.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  6980.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Symfony\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, new \ApiPlatform\Symfony\EventListener\ErrorListener('api_platform.action.exception', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true));
  6981.     }
  6982.     /**
  6983.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  6984.      *
  6985.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  6986.      */
  6987.     protected function getApiPlatform_Listener_Exception_ValidationService()
  6988.     {
  6989.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  6990.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener(($this->services['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  6991.     }
  6992.     /**
  6993.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  6994.      *
  6995.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  6996.      */
  6997.     protected function getApiPlatform_Listener_Request_AddFormatService()
  6998.     {
  6999.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  7000.     }
  7001.     /**
  7002.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  7003.      *
  7004.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  7005.      */
  7006.     protected function getApiPlatform_Listener_Request_DeserializeService()
  7007.     {
  7008.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  7009.     }
  7010.     /**
  7011.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  7012.      *
  7013.      * @return \ApiPlatform\Core\EventListener\ReadListener
  7014.      */
  7015.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  7016.     {
  7017.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  7018.     }
  7019.     /**
  7020.      * Gets the private 'api_platform.listener.view.respond' shared service.
  7021.      *
  7022.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  7023.      */
  7024.     protected function getApiPlatform_Listener_View_RespondService()
  7025.     {
  7026.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  7027.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Symfony\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), NULL);
  7028.     }
  7029.     /**
  7030.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  7031.      *
  7032.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  7033.      */
  7034.     protected function getApiPlatform_Listener_View_SerializeService()
  7035.     {
  7036.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  7037.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  7038.     }
  7039.     /**
  7040.      * Gets the private 'api_platform.listener.view.validate' shared service.
  7041.      *
  7042.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  7043.      */
  7044.     protected function getApiPlatform_Listener_View_ValidateService()
  7045.     {
  7046.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  7047.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  7048.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  7049.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(new \ApiPlatform\Symfony\Validator\Validator(($this->services['validator'] ?? $this->getValidatorService()), $this), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  7050.     }
  7051.     /**
  7052.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  7053.      *
  7054.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  7055.      */
  7056.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  7057.     {
  7058.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);
  7059.     }
  7060.     /**
  7061.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  7062.      *
  7063.      * @return \ApiPlatform\Core\EventListener\WriteListener
  7064.      */
  7065.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  7066.     {
  7067.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  7068.         return $this->privates['api_platform.listener.view.write.legacy'] = new \ApiPlatform\Core\EventListener\WriteListener(($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  7069.     }
  7070.     /**
  7071.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  7072.      *
  7073.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  7074.      */
  7075.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  7076.     {
  7077.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  7078.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['validator'] ?? $this->getValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  7079.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  7080.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  7081.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  7082.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  7083.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  7084.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  7085.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  7086.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  7087.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  7088.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  7089.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  7090.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  7091.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  7092.         }, 13)));
  7093.     }
  7094.     /**
  7095.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  7096.      *
  7097.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  7098.      */
  7099.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  7100.     {
  7101.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))));
  7102.     }
  7103.     /**
  7104.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  7105.      *
  7106.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  7107.      */
  7108.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  7109.     {
  7110.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  7111.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  7112.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  7113.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  7114.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  7115.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  7116.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  7117.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  7118.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  7119.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  7120.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  7121.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  7122.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  7123.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  7124.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  7125.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  7126.         }, 13));
  7127.     }
  7128.     /**
  7129.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  7130.      *
  7131.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  7132.      */
  7133.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  7134.     {
  7135.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  7136.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  7137.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  7138.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  7139.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  7140.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  7141.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  7142.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  7143.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  7144.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  7145.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  7146.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  7147.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  7148.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  7149.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  7150.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  7151.         }, 13));
  7152.     }
  7153.     /**
  7154.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  7155.      *
  7156.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  7157.      */
  7158.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  7159.     {
  7160.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  7161.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  7162.     }
  7163.     /**
  7164.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  7165.      *
  7166.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  7167.      */
  7168.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  7169.     {
  7170.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  7171.     }
  7172.     /**
  7173.      * Gets the private 'api_platform.openapi.command' shared service.
  7174.      *
  7175.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  7176.      */
  7177.     protected function getApiPlatform_Openapi_CommandService()
  7178.     {
  7179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7180.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  7181.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  7182.         $instance->setName('api:openapi:export');
  7183.         return $instance;
  7184.     }
  7185.     /**
  7186.      * Gets the private 'api_platform.openapi.factory.legacy' shared service.
  7187.      *
  7188.      * @return \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory
  7189.      */
  7190.     protected function getApiPlatform_Openapi_Factory_LegacyService()
  7191.     {
  7192.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  7193.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  7195.         return $this->privates['api_platform.openapi.factory.legacy'] = new \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\State\Pagination\PaginationOptions(true'page'false'itemsPerPage'false'pagination'30NULLfalsefalse'partial'));
  7196.     }
  7197.     /**
  7198.      * Gets the private 'api_platform.openapi.options' shared service.
  7199.      *
  7200.      * @return \ApiPlatform\OpenApi\Options
  7201.      */
  7202.     protected function getApiPlatform_Openapi_OptionsService()
  7203.     {
  7204.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  7205.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('''''0.0.0'false'oauth2''application''''''', [], [], NULLNULLNULLNULLNULLNULL);
  7206.     }
  7207.     /**
  7208.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  7209.      *
  7210.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  7211.      */
  7212.     protected function getApiPlatform_OperationPathResolver_CustomService()
  7213.     {
  7214.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  7215.     }
  7216.     /**
  7217.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  7218.      *
  7219.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  7220.      */
  7221.     protected function getApiPlatform_OperationPathResolver_RouterService()
  7222.     {
  7223.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  7224.     }
  7225.     /**
  7226.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  7227.      *
  7228.      * @return \ApiPlatform\Api\ResourceClassResolver
  7229.      */
  7230.     protected function getApiPlatform_ResourceClassResolverService()
  7231.     {
  7232.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  7233.     }
  7234.     /**
  7235.      * Gets the private 'api_platform.router' shared service.
  7236.      *
  7237.      * @return \ApiPlatform\Symfony\Routing\Router
  7238.      */
  7239.     protected function getApiPlatform_RouterService()
  7240.     {
  7241.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  7242.     }
  7243.     /**
  7244.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  7245.      *
  7246.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  7247.      */
  7248.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  7249.     {
  7250.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  7251.     }
  7252.     /**
  7253.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  7254.      *
  7255.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  7256.      */
  7257.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  7258.     {
  7259.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  7260.     }
  7261.     /**
  7262.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  7263.      *
  7264.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  7265.      */
  7266.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  7267.     {
  7268.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  7269.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  7270.     }
  7271.     /**
  7272.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  7273.      *
  7274.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  7275.      */
  7276.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  7277.     {
  7278.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  7279.     }
  7280.     /**
  7281.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  7282.      *
  7283.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  7284.      */
  7285.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  7286.     {
  7287.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  7288.     }
  7289.     /**
  7290.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  7291.      *
  7292.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  7293.      */
  7294.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  7295.     {
  7296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7297.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  7298.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], true);
  7299.         $instance->setName('api:swagger:export');
  7300.         return $instance;
  7301.     }
  7302.     /**
  7303.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  7304.      *
  7305.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  7306.      */
  7307.     protected function getApiPlatform_UpgradeResource_CommandService()
  7308.     {
  7309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7310.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  7311.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  7312.         $this->privates['api_platform.upgrade_resource.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), new \ApiPlatform\Core\Upgrade\SubresourceTransformer(), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  7313.         $instance->setName('api:upgrade-resource');
  7314.         return $instance;
  7315.     }
  7316.     /**
  7317.      * Gets the private 'assets.packages' shared service.
  7318.      *
  7319.      * @return \Symfony\Component\Asset\Packages
  7320.      */
  7321.     protected function getAssets_PackagesService()
  7322.     {
  7323.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  7324.     }
  7325.     /**
  7326.      * Gets the private 'cache.annotations' shared service.
  7327.      *
  7328.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7329.      */
  7330.     protected function getCache_AnnotationsService()
  7331.     {
  7332.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eU45LTs4hZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7333.     }
  7334.     /**
  7335.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  7336.      *
  7337.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7338.      */
  7339.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  7340.     {
  7341.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7342.     }
  7343.     /**
  7344.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  7345.      *
  7346.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7347.      */
  7348.     protected function getCache_Doctrine_Orm_Default_QueryService()
  7349.     {
  7350.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7351.     }
  7352.     /**
  7353.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  7354.      *
  7355.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7356.      */
  7357.     protected function getCache_Doctrine_Orm_Default_ResultService()
  7358.     {
  7359.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  7360.     }
  7361.     /**
  7362.      * Gets the private 'cache.property_info' shared service.
  7363.      *
  7364.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7365.      */
  7366.     protected function getCache_PropertyInfoService()
  7367.     {
  7368.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+VnQhHbgNI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7369.     }
  7370.     /**
  7371.      * Gets the private 'cache.security_expression_language' shared service.
  7372.      *
  7373.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7374.      */
  7375.     protected function getCache_SecurityExpressionLanguageService()
  7376.     {
  7377.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HPiHLzSA6A'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7378.     }
  7379.     /**
  7380.      * Gets the private 'cache.serializer' shared service.
  7381.      *
  7382.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7383.      */
  7384.     protected function getCache_SerializerService()
  7385.     {
  7386.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sedQqDOvNd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7387.     }
  7388.     /**
  7389.      * Gets the private 'cache.validator' shared service.
  7390.      *
  7391.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7392.      */
  7393.     protected function getCache_ValidatorService()
  7394.     {
  7395.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('glCoiO3WhE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7396.     }
  7397.     /**
  7398.      * Gets the private 'config_cache_factory' shared service.
  7399.      *
  7400.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  7401.      */
  7402.     protected function getConfigCacheFactoryService()
  7403.     {
  7404.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  7405.             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)));
  7406.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  7407.         }, 2));
  7408.     }
  7409.     /**
  7410.      * Gets the private 'console.command.about' shared service.
  7411.      *
  7412.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  7413.      */
  7414.     protected function getConsole_Command_AboutService()
  7415.     {
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  7418.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  7419.         $instance->setName('about');
  7420.         return $instance;
  7421.     }
  7422.     /**
  7423.      * Gets the private 'console.command.assets_install' shared service.
  7424.      *
  7425.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  7426.      */
  7427.     protected function getConsole_Command_AssetsInstallService()
  7428.     {
  7429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  7431.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7432.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  7433.         $instance->setName('assets:install');
  7434.         return $instance;
  7435.     }
  7436.     /**
  7437.      * Gets the private 'console.command.cache_clear' shared service.
  7438.      *
  7439.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  7440.      */
  7441.     protected function getConsole_Command_CacheClearService()
  7442.     {
  7443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  7445.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7446.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  7447.         $instance->setName('cache:clear');
  7448.         return $instance;
  7449.     }
  7450.     /**
  7451.      * Gets the private 'console.command.cache_pool_clear' shared service.
  7452.      *
  7453.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  7454.      */
  7455.     protected function getConsole_Command_CachePoolClearService()
  7456.     {
  7457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7458.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  7459.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  7460.         $instance->setName('cache:pool:clear');
  7461.         return $instance;
  7462.     }
  7463.     /**
  7464.      * Gets the private 'console.command.cache_pool_delete' shared service.
  7465.      *
  7466.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  7467.      */
  7468.     protected function getConsole_Command_CachePoolDeleteService()
  7469.     {
  7470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7471.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  7472.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  7473.         $instance->setName('cache:pool:delete');
  7474.         return $instance;
  7475.     }
  7476.     /**
  7477.      * Gets the private 'console.command.cache_pool_list' shared service.
  7478.      *
  7479.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  7480.      */
  7481.     protected function getConsole_Command_CachePoolListService()
  7482.     {
  7483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  7485.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'api_platform.cache.route_name_resolver'11 => 'api_platform.cache.metadata.resource'12 => 'api_platform.cache.metadata.resource.legacy'13 => 'api_platform.cache.metadata.property.legacy'14 => 'api_platform.cache.subresource_operation_factory'15 => 'api_platform.cache.identifiers_extractor']);
  7486.         $instance->setName('cache:pool:list');
  7487.         return $instance;
  7488.     }
  7489.     /**
  7490.      * Gets the private 'console.command.cache_pool_prune' shared service.
  7491.      *
  7492.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  7493.      */
  7494.     protected function getConsole_Command_CachePoolPruneService()
  7495.     {
  7496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  7498.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  7499.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  7500.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  7501.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  7502.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  7503.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  7504.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  7505.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  7506.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  7507.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  7508.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  7509.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  7510.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  7511.             yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
  7512.             yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
  7513.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  7514.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  7515.         }, 16));
  7516.         $instance->setName('cache:pool:prune');
  7517.         return $instance;
  7518.     }
  7519.     /**
  7520.      * Gets the private 'console.command.cache_warmup' shared service.
  7521.      *
  7522.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  7523.      */
  7524.     protected function getConsole_Command_CacheWarmupService()
  7525.     {
  7526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  7528.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  7529.         $instance->setName('cache:warmup');
  7530.         return $instance;
  7531.     }
  7532.     /**
  7533.      * Gets the private 'console.command.config_debug' shared service.
  7534.      *
  7535.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  7536.      */
  7537.     protected function getConsole_Command_ConfigDebugService()
  7538.     {
  7539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  7543.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  7544.         $instance->setName('debug:config');
  7545.         return $instance;
  7546.     }
  7547.     /**
  7548.      * Gets the private 'console.command.config_dump_reference' shared service.
  7549.      *
  7550.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  7551.      */
  7552.     protected function getConsole_Command_ConfigDumpReferenceService()
  7553.     {
  7554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  7557.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  7558.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  7559.         $instance->setName('config:dump-reference');
  7560.         return $instance;
  7561.     }
  7562.     /**
  7563.      * Gets the private 'console.command.container_debug' shared service.
  7564.      *
  7565.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  7566.      */
  7567.     protected function getConsole_Command_ContainerDebugService()
  7568.     {
  7569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7571.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  7572.         $instance->setName('debug:container');
  7573.         return $instance;
  7574.     }
  7575.     /**
  7576.      * Gets the private 'console.command.container_lint' shared service.
  7577.      *
  7578.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  7579.      */
  7580.     protected function getConsole_Command_ContainerLintService()
  7581.     {
  7582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  7584.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  7585.         $instance->setName('lint:container');
  7586.         return $instance;
  7587.     }
  7588.     /**
  7589.      * Gets the private 'console.command.debug_autowiring' shared service.
  7590.      *
  7591.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  7592.      */
  7593.     protected function getConsole_Command_DebugAutowiringService()
  7594.     {
  7595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  7597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  7598.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7599.         $instance->setName('debug:autowiring');
  7600.         return $instance;
  7601.     }
  7602.     /**
  7603.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  7604.      *
  7605.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  7606.      */
  7607.     protected function getConsole_Command_EventDispatcherDebugService()
  7608.     {
  7609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7610.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  7611.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7612.         $instance->setName('debug:event-dispatcher');
  7613.         return $instance;
  7614.     }
  7615.     /**
  7616.      * Gets the private 'console.command.form_debug' shared service.
  7617.      *
  7618.      * @return \Symfony\Component\Form\Command\DebugCommand
  7619.      */
  7620.     protected function getConsole_Command_FormDebugService()
  7621.     {
  7622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  7624.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'=> 'Symfony\\UX\\Dropzone\\Form'=> 'Vich\\UploaderBundle\\Form\\Type'], [=> 'App\\Form\\ActionFilesType'=> 'App\\Form\\ActionType'=> 'App\\Form\\ActionUsersGroupListType'=> 'App\\Form\\AppareilsMobileType'=> 'App\\Form\\ClientType'=> 'App\\Form\\ConfigSoldeCongeType'=> 'App\\Form\\CongeCirconstanceType'=> 'App\\Form\\CongeNormalType'=> 'App\\Form\\ContactType'=> 'App\\Form\\DelaisActionType'10 => 'App\\Form\\DemandeCongeType'11 => 'App\\Form\\DescriptionCRMType'12 => 'App\\Form\\DirectionType'13 => 'App\\Form\\DureeActionCRMType'14 => 'App\\Form\\EquipementReseauType'15 => 'App\\Form\\FonctionType'16 => 'App\\Form\\FournisseurType'17 => 'App\\Form\\FunctionalityCRMType'18 => 'App\\Form\\FunctionalityRHType'19 => 'App\\Form\\GroupeType'20 => 'App\\Form\\HeureTravailType'21 => 'App\\Form\\InterimTemporaireType'22 => 'App\\Form\\JourFeriesType'23 => 'App\\Form\\MarqueType'24 => 'App\\Form\\ModeleType'25 => 'App\\Form\\ModulesType'26 => 'App\\Form\\OpportunityCRMType'27 => 'App\\Form\\OpportunityFilesType'28 => 'App\\Form\\OrganigrammeRHType'29 => 'App\\Form\\PeripheriqueInformatiqueType'30 => 'App\\Form\\PosteFixeType'31 => 'App\\Form\\ProcessCRMType'32 => 'App\\Form\\ProcessRHType'33 => 'App\\Form\\ProjetFilesType'34 => 'App\\Form\\ProjetType'35 => 'App\\Form\\ResetPasswordType'36 => 'App\\Form\\ResponsableType'37 => 'App\\Form\\SalleType'38 => 'App\\Form\\SeanceTravailType'39 => 'App\\Form\\SemaineType'40 => 'App\\Form\\ServeurPcType'41 => 'App\\Form\\ServiceType'42 => 'App\\Form\\SoldeCirconstanceType'43 => 'App\\Form\\SoldeDetailedType'44 => 'App\\Form\\TracabilityCRMType'45 => 'App\\Form\\TracabilityFilesCRMType'46 => 'App\\Form\\TypesActionType'47 => 'App\\Form\\UserType'48 => 'App\\Form\\ValiditySoldeCongeType'49 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'50 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'51 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'52 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'53 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'54 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'55 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'56 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'57 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'58 => 'Symfony\\UX\\Dropzone\\Form\\DropzoneType'59 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'60 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7625.         $instance->setName('debug:form');
  7626.         return $instance;
  7627.     }
  7628.     /**
  7629.      * Gets the private 'console.command.router_debug' shared service.
  7630.      *
  7631.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  7632.      */
  7633.     protected function getConsole_Command_RouterDebugService()
  7634.     {
  7635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  7637.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  7638.         $instance->setName('debug:router');
  7639.         return $instance;
  7640.     }
  7641.     /**
  7642.      * Gets the private 'console.command.router_match' shared service.
  7643.      *
  7644.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  7645.      */
  7646.     protected function getConsole_Command_RouterMatchService()
  7647.     {
  7648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  7650.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  7651.         $instance->setName('router:match');
  7652.         return $instance;
  7653.     }
  7654.     /**
  7655.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  7656.      *
  7657.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  7658.      */
  7659.     protected function getConsole_Command_SecretsDecryptToLocalService()
  7660.     {
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7665.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7667.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7668.         $instance->setName('secrets:decrypt-to-local');
  7669.         return $instance;
  7670.     }
  7671.     /**
  7672.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  7673.      *
  7674.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  7675.      */
  7676.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  7677.     {
  7678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7682.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7683.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7684.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7685.         $instance->setName('secrets:encrypt-from-local');
  7686.         return $instance;
  7687.     }
  7688.     /**
  7689.      * Gets the private 'console.command.secrets_generate_key' shared service.
  7690.      *
  7691.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  7692.      */
  7693.     protected function getConsole_Command_SecretsGenerateKeyService()
  7694.     {
  7695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7700.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7701.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7702.         $instance->setName('secrets:generate-keys');
  7703.         return $instance;
  7704.     }
  7705.     /**
  7706.      * Gets the private 'console.command.secrets_list' shared service.
  7707.      *
  7708.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  7709.      */
  7710.     protected function getConsole_Command_SecretsListService()
  7711.     {
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7718.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7719.         $instance->setName('secrets:list');
  7720.         return $instance;
  7721.     }
  7722.     /**
  7723.      * Gets the private 'console.command.secrets_remove' shared service.
  7724.      *
  7725.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  7726.      */
  7727.     protected function getConsole_Command_SecretsRemoveService()
  7728.     {
  7729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  7731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7733.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7735.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7736.         $instance->setName('secrets:remove');
  7737.         return $instance;
  7738.     }
  7739.     /**
  7740.      * Gets the private 'console.command.secrets_set' shared service.
  7741.      *
  7742.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  7743.      */
  7744.     protected function getConsole_Command_SecretsSetService()
  7745.     {
  7746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  7748.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7751.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  7752.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  7753.         $instance->setName('secrets:set');
  7754.         return $instance;
  7755.     }
  7756.     /**
  7757.      * Gets the private 'console.command.translation_debug' shared service.
  7758.      *
  7759.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  7760.      */
  7761.     protected function getConsole_Command_TranslationDebugService()
  7762.     {
  7763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  7765.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/Actions/ActionsController.php'), => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Actions/ProjetModulesController.php'), => (\dirname(__DIR__4).'/src/Controller/Actions/ProjetsController.php'), => (\dirname(__DIR__4).'/src/Controller/AutorisationProcess/AutorisationProcessController.php'), => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Bilan/BilanController.php'), => (\dirname(__DIR__4).'/src/Controller/CRM/ClientController.php'), 10 => (\dirname(__DIR__4).'/src/Controller/CRM/ContactController.php'), 11 => (\dirname(__DIR__4).'/src/Controller/CRM/DashboardCRMController.php'), 12 => (\dirname(__DIR__4).'/src/Controller/CRM/OpportunityCRMController.php'), 13 => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), 14 => (\dirname(__DIR__4).'/src/Controller/Calendrier/CalendrierController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), 16 => (\dirname(__DIR__4).'/src/Controller/CongeProcess/CongeProcessController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), 18 => (\dirname(__DIR__4).'/src/Controller/HomeController.php'), 19 => (\dirname(__DIR__4).'/src/Controller/ParametrageCRM/DescriptionCRMController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/ParametrageCRM/DureeActionCRMController.php'), 21 => (\dirname(__DIR__4).'/src/Controller/ParametrageCRM/FunctionalityCRMController.php'), 22 => (\dirname(__DIR__4).'/src/Controller/ParametrageCRM/OrganigrammeCRMController.php'), 23 => (\dirname(__DIR__4).'/src/Controller/ParametrageCRM/ProcessCRMController.php'), 24 => (\dirname(__DIR__4).'/src/Controller/ParametrageCRM/VersionProcessCRMController.php'), 25 => (\dirname(__DIR__4).'/src/Controller/Stocks/FournisseurController.php'), 26 => (\dirname(__DIR__4).'/src/Controller/Stocks/MarqueController.php'), 27 => (\dirname(__DIR__4).'/src/Controller/Stocks/MineStocksController.php'), 28 => (\dirname(__DIR__4).'/src/Controller/Stocks/ModeleController.php'), 29 => (\dirname(__DIR__4).'/src/Controller/Stocks/ParcInformatiqueController.php'), 30 => (\dirname(__DIR__4).'/src/Controller/TeleTravailProcess/TeleTravailProcessController.php'), 31 => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/Helper/TranslatorHelper.php'), 39 => (\dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 41 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 42 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 43 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 44 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 45 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 46 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 47 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 48 => (\dirname(__DIR__4).'/src/Controller/Actions/DelaisActionController.php'), 49 => (\dirname(__DIR__4).'/src/Controller/Actions/TypesActionController.php'), 50 => (\dirname(__DIR__4).'/src/Controller/Administration/DirectionController.php'), 51 => (\dirname(__DIR__4).'/src/Controller/Administration/FonctionController.php'), 52 => (\dirname(__DIR__4).'/src/Controller/Administration/GroupeController.php'), 53 => (\dirname(__DIR__4).'/src/Controller/Administration/SalleController.php'), 54 => (\dirname(__DIR__4).'/src/Controller/Administration/ServiceController.php'), 55 => (\dirname(__DIR__4).'/src/Controller/Administration/UserController.php'), 56 => (\dirname(__DIR__4).'/src/Controller/GRH/FunctionalityRHController.php'), 57 => (\dirname(__DIR__4).'/src/Controller/GRH/OrganigrammeRHController.php'), 58 => (\dirname(__DIR__4).'/src/Controller/GRH/ProcessRHController.php'), 59 => (\dirname(__DIR__4).'/src/Controller/Hierarchie/InterimTemporaireController.php'), 60 => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), 61 => (\dirname(__DIR__4).'/src/Controller/Hierarchie/ResponsableController.php'), 62 => (\dirname(__DIR__4).'/src/Controller/HoraireAdministratif/HeureTravailController.php'), 63 => (\dirname(__DIR__4).'/src/Controller/HoraireAdministratif/JourFeriesController.php'), 64 => (\dirname(__DIR__4).'/src/Controller/HoraireAdministratif/PlanificationSemaineController.php'), 65 => (\dirname(__DIR__4).'/src/Controller/HoraireAdministratif/SeanceTravailController.php'), 66 => (\dirname(__DIR__4).'/src/Controller/ParametrageConge/CategoryCongeController.php'), 67 => (\dirname(__DIR__4).'/src/Controller/ParametrageConge/ConfigCongeController.php'), 68 => (\dirname(__DIR__4).'/src/Controller/ParametrageConge/SoldeAnnuelController.php'), 69 => (\dirname(__DIR__4).'/src/Controller/ParametrageConge/SoldeCirconstanceController.php'), 70 => (\dirname(__DIR__4).'/src/Controller/ProfilController.php'), 71 => (\dirname(__DIR__4).'/src/Controller/Security/ResettingController.php'), 72 => (\dirname(__DIR__4).'/src/Controller/Security/SecurityController.php')]);
  7766.         $instance->setName('debug:translation');
  7767.         return $instance;
  7768.     }
  7769.     /**
  7770.      * Gets the private 'console.command.translation_update' shared service.
  7771.      *
  7772.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  7773.      */
  7774.     protected function getConsole_Command_TranslationUpdateService()
  7775.     {
  7776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  7778.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  7779.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  7780.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  7781.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  7782.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  7783.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  7786.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  7787.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  7788.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  7789.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  7790.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  7791.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  7792.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  7793.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  7794.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  7795.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  7796.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  7797.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  7798.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  7799.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  7800.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  7801.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  7802.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  7803.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  7804.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Controller/Actions/ActionsController.php'), => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Actions/ProjetModulesController.php'), => (\dirname(__DIR__4).'/src/Controller/Actions/ProjetsController.php'), => (\dirname(__DIR__4).'/src/Controller/AutorisationProcess/AutorisationProcessController.php'), => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), => (\dirname(__DIR__4).'/src/Controller/Bilan/BilanController.php'), => (\dirname(__DIR__4).'/src/Controller/CRM/ClientController.php'), 10 => (\dirname(__DIR__4).'/src/Controller/CRM/ContactController.php'), 11 => (\dirname(__DIR__4).'/src/Controller/CRM/DashboardCRMController.php'), 12 => (\dirname(__DIR__4).'/src/Controller/CRM/OpportunityCRMController.php'), 13 => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), 14 => (\dirname(__DIR__4).'/src/Controller/Calendrier/CalendrierController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), 16 => (\dirname(__DIR__4).'/src/Controller/CongeProcess/CongeProcessController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), 18 => (\dirname(__DIR__4).'/src/Controller/HomeController.php'), 19 => (\dirname(__DIR__4).'/src/Controller/ParametrageCRM/DescriptionCRMController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/ParametrageCRM/DureeActionCRMController.php'), 21 => (\dirname(__DIR__4).'/src/Controller/ParametrageCRM/FunctionalityCRMController.php'), 22 => (\dirname(__DIR__4).'/src/Controller/ParametrageCRM/OrganigrammeCRMController.php'), 23 => (\dirname(__DIR__4).'/src/Controller/ParametrageCRM/ProcessCRMController.php'), 24 => (\dirname(__DIR__4).'/src/Controller/ParametrageCRM/VersionProcessCRMController.php'), 25 => (\dirname(__DIR__4).'/src/Controller/Stocks/FournisseurController.php'), 26 => (\dirname(__DIR__4).'/src/Controller/Stocks/MarqueController.php'), 27 => (\dirname(__DIR__4).'/src/Controller/Stocks/MineStocksController.php'), 28 => (\dirname(__DIR__4).'/src/Controller/Stocks/ModeleController.php'), 29 => (\dirname(__DIR__4).'/src/Controller/Stocks/ParcInformatiqueController.php'), 30 => (\dirname(__DIR__4).'/src/Controller/TeleTravailProcess/TeleTravailProcessController.php'), 31 => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/Helper/TranslatorHelper.php'), 39 => (\dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 41 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 42 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 43 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 44 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 45 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 46 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 47 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 48 => (\dirname(__DIR__4).'/src/Controller/Actions/DelaisActionController.php'), 49 => (\dirname(__DIR__4).'/src/Controller/Actions/TypesActionController.php'), 50 => (\dirname(__DIR__4).'/src/Controller/Administration/DirectionController.php'), 51 => (\dirname(__DIR__4).'/src/Controller/Administration/FonctionController.php'), 52 => (\dirname(__DIR__4).'/src/Controller/Administration/GroupeController.php'), 53 => (\dirname(__DIR__4).'/src/Controller/Administration/SalleController.php'), 54 => (\dirname(__DIR__4).'/src/Controller/Administration/ServiceController.php'), 55 => (\dirname(__DIR__4).'/src/Controller/Administration/UserController.php'), 56 => (\dirname(__DIR__4).'/src/Controller/GRH/FunctionalityRHController.php'), 57 => (\dirname(__DIR__4).'/src/Controller/GRH/OrganigrammeRHController.php'), 58 => (\dirname(__DIR__4).'/src/Controller/GRH/ProcessRHController.php'), 59 => (\dirname(__DIR__4).'/src/Controller/Hierarchie/InterimTemporaireController.php'), 60 => (\dirname(__DIR__4).'/src/Controller/Notification/NotificationTrait.php'), 61 => (\dirname(__DIR__4).'/src/Controller/Hierarchie/ResponsableController.php'), 62 => (\dirname(__DIR__4).'/src/Controller/HoraireAdministratif/HeureTravailController.php'), 63 => (\dirname(__DIR__4).'/src/Controller/HoraireAdministratif/JourFeriesController.php'), 64 => (\dirname(__DIR__4).'/src/Controller/HoraireAdministratif/PlanificationSemaineController.php'), 65 => (\dirname(__DIR__4).'/src/Controller/HoraireAdministratif/SeanceTravailController.php'), 66 => (\dirname(__DIR__4).'/src/Controller/ParametrageConge/CategoryCongeController.php'), 67 => (\dirname(__DIR__4).'/src/Controller/ParametrageConge/ConfigCongeController.php'), 68 => (\dirname(__DIR__4).'/src/Controller/ParametrageConge/SoldeAnnuelController.php'), 69 => (\dirname(__DIR__4).'/src/Controller/ParametrageConge/SoldeCirconstanceController.php'), 70 => (\dirname(__DIR__4).'/src/Controller/ProfilController.php'), 71 => (\dirname(__DIR__4).'/src/Controller/Security/ResettingController.php'), 72 => (\dirname(__DIR__4).'/src/Controller/Security/SecurityController.php')]);
  7805.         $instance->setName('translation:update');
  7806.         return $instance;
  7807.     }
  7808.     /**
  7809.      * Gets the private 'console.command.xliff_lint' shared service.
  7810.      *
  7811.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  7812.      */
  7813.     protected function getConsole_Command_XliffLintService()
  7814.     {
  7815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7816.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  7817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  7818.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  7819.         $instance->setName('lint:xliff');
  7820.         return $instance;
  7821.     }
  7822.     /**
  7823.      * Gets the private 'console.command.yaml_lint' shared service.
  7824.      *
  7825.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  7826.      */
  7827.     protected function getConsole_Command_YamlLintService()
  7828.     {
  7829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7830.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  7832.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  7833.         $instance->setName('lint:yaml');
  7834.         return $instance;
  7835.     }
  7836.     /**
  7837.      * Gets the private 'console.error_listener' shared service.
  7838.      *
  7839.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  7840.      */
  7841.     protected function getConsole_ErrorListenerService()
  7842.     {
  7843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  7844.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  7845.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7846.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7847.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7848.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  7849.     }
  7850.     /**
  7851.      * Gets the private 'container.env_var_processor' shared service.
  7852.      *
  7853.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  7854.      */
  7855.     protected function getContainer_EnvVarProcessorService()
  7856.     {
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  7859.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  7860.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  7861.         }, 1));
  7862.     }
  7863.     /**
  7864.      * Gets the private 'data_collector.form' shared service.
  7865.      *
  7866.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  7867.      */
  7868.     protected function getDataCollector_FormService()
  7869.     {
  7870.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  7871.     }
  7872.     /**
  7873.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  7874.      *
  7875.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  7876.      */
  7877.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  7878.     {
  7879.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  7880.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  7881.         }, 1)));
  7882.     }
  7883.     /**
  7884.      * Gets the private 'debug.api_platform.data_persister' shared service.
  7885.      *
  7886.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  7887.      */
  7888.     protected function getDebug_ApiPlatform_DataPersisterService()
  7889.     {
  7890.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  7891.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  7892.         }, 1)));
  7893.     }
  7894.     /**
  7895.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  7896.      *
  7897.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  7898.      */
  7899.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  7900.     {
  7901.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  7902.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  7903.         }, 1)));
  7904.     }
  7905.     /**
  7906.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  7907.      *
  7908.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  7909.      */
  7910.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  7911.     {
  7912.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  7913.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  7914.         }, 1)));
  7915.     }
  7916.     /**
  7917.      * Gets the private 'debug.argument_resolver.default' shared service.
  7918.      *
  7919.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7920.      */
  7921.     protected function getDebug_ArgumentResolver_DefaultService()
  7922.     {
  7923.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7924.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7925.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  7926.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7927.     }
  7928.     /**
  7929.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  7930.      *
  7931.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7932.      */
  7933.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  7934.     {
  7935.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  7938.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.KYVli6w'] ?? $this->get_ServiceLocator_KYVli6wService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7939.     }
  7940.     /**
  7941.      * Gets the private 'debug.argument_resolver.request' shared service.
  7942.      *
  7943.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7944.      */
  7945.     protected function getDebug_ArgumentResolver_RequestService()
  7946.     {
  7947.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7948.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7949.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  7950.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7951.     }
  7952.     /**
  7953.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  7954.      *
  7955.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7956.      */
  7957.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  7958.     {
  7959.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7961.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  7962.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7963.     }
  7964.     /**
  7965.      * Gets the private 'debug.argument_resolver.service' shared service.
  7966.      *
  7967.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7968.      */
  7969.     protected function getDebug_ArgumentResolver_ServiceService()
  7970.     {
  7971.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7972.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7973.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  7974.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.KYVli6w'] ?? $this->get_ServiceLocator_KYVli6wService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7975.     }
  7976.     /**
  7977.      * Gets the private 'debug.argument_resolver.session' shared service.
  7978.      *
  7979.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7980.      */
  7981.     protected function getDebug_ArgumentResolver_SessionService()
  7982.     {
  7983.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7984.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7985.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  7986.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7987.     }
  7988.     /**
  7989.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  7990.      *
  7991.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7992.      */
  7993.     protected function getDebug_ArgumentResolver_VariadicService()
  7994.     {
  7995.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7996.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7997.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  7998.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7999.     }
  8000.     /**
  8001.      * Gets the private 'debug.debug_handlers_listener' shared service.
  8002.      *
  8003.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  8004.      */
  8005.     protected function getDebug_DebugHandlersListenerService()
  8006.     {
  8007.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  8008.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8009.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8010.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8011.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8012.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  8013.     }
  8014.     /**
  8015.      * Gets the private 'debug.dump_listener' shared service.
  8016.      *
  8017.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  8018.      */
  8019.     protected function getDebug_DumpListenerService()
  8020.     {
  8021.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  8022.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  8023.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  8024.     }
  8025.     /**
  8026.      * Gets the private 'debug.file_link_formatter' shared service.
  8027.      *
  8028.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  8029.      */
  8030.     protected function getDebug_FileLinkFormatterService()
  8031.     {
  8032.         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 () {
  8033.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  8034.         });
  8035.     }
  8036.     /**
  8037.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  8038.      *
  8039.      * @return \string
  8040.      */
  8041.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  8042.     {
  8043.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  8044.     }
  8045.     /**
  8046.      * Gets the private 'debug.log_processor' shared service.
  8047.      *
  8048.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  8049.      */
  8050.     protected function getDebug_LogProcessorService()
  8051.     {
  8052.         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())));
  8053.     }
  8054.     /**
  8055.      * Gets the private 'debug.security.access.decision_manager' shared service.
  8056.      *
  8057.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  8058.      */
  8059.     protected function getDebug_Security_Access_DecisionManagerService()
  8060.     {
  8061.         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 () {
  8062.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  8063.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  8064.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  8065.         }, 3), 'affirmative'falsetrue));
  8066.     }
  8067.     /**
  8068.      * Gets the private 'debug.security.firewall' shared service.
  8069.      *
  8070.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  8071.      */
  8072.     protected function getDebug_Security_FirewallService()
  8073.     {
  8074.         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()));
  8075.     }
  8076.     /**
  8077.      * Gets the private 'debug.security.user_value_resolver' shared service.
  8078.      *
  8079.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  8080.      */
  8081.     protected function getDebug_Security_UserValueResolverService()
  8082.     {
  8083.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  8085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  8086.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8087.     }
  8088.     /**
  8089.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  8090.      *
  8091.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8092.      */
  8093.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  8094.     {
  8095.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8096.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  8098.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8099.     }
  8100.     /**
  8101.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  8102.      *
  8103.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8104.      */
  8105.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  8106.     {
  8107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8109.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  8110.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8111.     }
  8112.     /**
  8113.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  8114.      *
  8115.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  8116.      */
  8117.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  8118.     {
  8119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  8120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  8121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  8122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  8123.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8124.     }
  8125.     /**
  8126.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  8127.      *
  8128.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  8129.      */
  8130.     protected function getDebug_Security_Voter_VoteListenerService()
  8131.     {
  8132.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  8133.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  8134.     }
  8135.     /**
  8136.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  8137.      *
  8138.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  8139.      */
  8140.     protected function getDoctrine_CacheClearMetadataCommandService()
  8141.     {
  8142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8143.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  8144.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  8145.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  8146.         $instance->setName('doctrine:cache:clear-metadata');
  8147.         return $instance;
  8148.     }
  8149.     /**
  8150.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  8151.      *
  8152.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  8153.      */
  8154.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  8155.     {
  8156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8157.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  8158.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  8159.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  8160.         $instance->setName('doctrine:cache:clear-query');
  8161.         return $instance;
  8162.     }
  8163.     /**
  8164.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  8165.      *
  8166.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  8167.      */
  8168.     protected function getDoctrine_CacheClearResultCommandService()
  8169.     {
  8170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8171.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  8172.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  8173.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  8174.         $instance->setName('doctrine:cache:clear-result');
  8175.         return $instance;
  8176.     }
  8177.     /**
  8178.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  8179.      *
  8180.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  8181.      */
  8182.     protected function getDoctrine_CacheCollectionRegionCommandService()
  8183.     {
  8184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8185.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  8186.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  8187.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  8188.         $instance->setName('doctrine:cache:clear-collection-region');
  8189.         return $instance;
  8190.     }
  8191.     /**
  8192.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  8193.      *
  8194.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  8195.      */
  8196.     protected function getDoctrine_ClearEntityRegionCommandService()
  8197.     {
  8198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  8200.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  8201.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  8202.         $instance->setName('doctrine:cache:clear-entity-region');
  8203.         return $instance;
  8204.     }
  8205.     /**
  8206.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  8207.      *
  8208.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  8209.      */
  8210.     protected function getDoctrine_ClearQueryRegionCommandService()
  8211.     {
  8212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8213.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  8214.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  8215.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  8216.         $instance->setName('doctrine:cache:clear-query-region');
  8217.         return $instance;
  8218.     }
  8219.     /**
  8220.      * Gets the private 'doctrine.database_create_command' shared service.
  8221.      *
  8222.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  8223.      */
  8224.     protected function getDoctrine_DatabaseCreateCommandService()
  8225.     {
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8228.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  8229.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8230.         $instance->setName('doctrine:database:create');
  8231.         return $instance;
  8232.     }
  8233.     /**
  8234.      * Gets the private 'doctrine.database_drop_command' shared service.
  8235.      *
  8236.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  8237.      */
  8238.     protected function getDoctrine_DatabaseDropCommandService()
  8239.     {
  8240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8241.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8242.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  8243.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8244.         $instance->setName('doctrine:database:drop');
  8245.         return $instance;
  8246.     }
  8247.     /**
  8248.      * Gets the private 'doctrine.database_import_command' shared service.
  8249.      *
  8250.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  8251.      */
  8252.     protected function getDoctrine_DatabaseImportCommandService()
  8253.     {
  8254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8255.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  8256.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  8257.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  8258.         $instance->setName('doctrine:database:import');
  8259.         return $instance;
  8260.     }
  8261.     /**
  8262.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  8263.      *
  8264.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  8265.      */
  8266.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  8267.     {
  8268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8269.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  8270.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  8271.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  8272.         $instance->setName('doctrine:ensure-production-settings');
  8273.         return $instance;
  8274.     }
  8275.     /**
  8276.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  8277.      *
  8278.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  8279.      */
  8280.     protected function getDoctrine_MappingConvertCommandService()
  8281.     {
  8282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8283.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  8284.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  8285.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  8286.         $instance->setName('doctrine:mapping:convert');
  8287.         return $instance;
  8288.     }
  8289.     /**
  8290.      * Gets the private 'doctrine.mapping_import_command' shared service.
  8291.      *
  8292.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  8293.      */
  8294.     protected function getDoctrine_MappingImportCommandService()
  8295.     {
  8296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8297.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  8298.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  8299.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  8300.         $instance->setName('doctrine:mapping:import');
  8301.         return $instance;
  8302.     }
  8303.     /**
  8304.      * Gets the private 'doctrine.mapping_info_command' shared service.
  8305.      *
  8306.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  8307.      */
  8308.     protected function getDoctrine_MappingInfoCommandService()
  8309.     {
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  8313.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  8314.         $instance->setName('doctrine:mapping:info');
  8315.         return $instance;
  8316.     }
  8317.     /**
  8318.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  8319.      *
  8320.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  8321.      */
  8322.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  8323.     {
  8324.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  8325.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  8326.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  8327.     }
  8328.     /**
  8329.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  8330.      *
  8331.      * @return \Doctrine\Migrations\DependencyFactory
  8332.      */
  8333.     protected function getDoctrine_Migrations_DependencyFactoryService()
  8334.     {
  8335.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  8336.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  8337.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  8338.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  8339.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  8340.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  8341.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  8342.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  8343.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  8344.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  8345.         $a->setAllOrNothing(false);
  8346.         $a->setCheckDatabasePlatform(true);
  8347.         $a->setTransactional(true);
  8348.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  8349.         $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()));
  8350.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  8351.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  8352.         });
  8353.         return $instance;
  8354.     }
  8355.     /**
  8356.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  8357.      *
  8358.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  8359.      */
  8360.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  8361.     {
  8362.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories']);
  8363.     }
  8364.     /**
  8365.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  8366.      *
  8367.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  8368.      */
  8369.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  8370.     {
  8371.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  8372.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8373.     }
  8374.     /**
  8375.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  8376.      *
  8377.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  8378.      */
  8379.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  8380.     {
  8381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  8382.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  8383.     }
  8384.     /**
  8385.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  8386.      *
  8387.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  8388.      */
  8389.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  8390.     {
  8391.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Resources/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  8392.         $instance->setGlobalBasename('mapping');
  8393.         return $instance;
  8394.     }
  8395.     /**
  8396.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  8397.      *
  8398.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  8399.      */
  8400.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  8401.     {
  8402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8403.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  8404.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8405.     }
  8406.     /**
  8407.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  8408.      *
  8409.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  8410.      */
  8411.     protected function getDoctrine_Orm_Validator_UniqueService()
  8412.     {
  8413.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  8416.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8417.     }
  8418.     /**
  8419.      * Gets the private 'doctrine.query_dql_command' shared service.
  8420.      *
  8421.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  8422.      */
  8423.     protected function getDoctrine_QueryDqlCommandService()
  8424.     {
  8425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  8427.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  8428.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  8429.         $instance->setName('doctrine:query:dql');
  8430.         return $instance;
  8431.     }
  8432.     /**
  8433.      * Gets the private 'doctrine.query_sql_command' shared service.
  8434.      *
  8435.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  8436.      */
  8437.     protected function getDoctrine_QuerySqlCommandService()
  8438.     {
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  8441.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  8442.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  8443.         $instance->setName('doctrine:query:sql');
  8444.         return $instance;
  8445.     }
  8446.     /**
  8447.      * Gets the private 'doctrine.schema_create_command' shared service.
  8448.      *
  8449.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  8450.      */
  8451.     protected function getDoctrine_SchemaCreateCommandService()
  8452.     {
  8453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8454.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8455.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  8456.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  8457.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  8458.         $instance->setName('doctrine:schema:create');
  8459.         return $instance;
  8460.     }
  8461.     /**
  8462.      * Gets the private 'doctrine.schema_drop_command' shared service.
  8463.      *
  8464.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  8465.      */
  8466.     protected function getDoctrine_SchemaDropCommandService()
  8467.     {
  8468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8469.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8470.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  8471.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  8472.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  8473.         $instance->setName('doctrine:schema:drop');
  8474.         return $instance;
  8475.     }
  8476.     /**
  8477.      * Gets the private 'doctrine.schema_update_command' shared service.
  8478.      *
  8479.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  8480.      */
  8481.     protected function getDoctrine_SchemaUpdateCommandService()
  8482.     {
  8483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8484.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  8485.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  8486.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  8487.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  8488.         $instance->setName('doctrine:schema:update');
  8489.         return $instance;
  8490.     }
  8491.     /**
  8492.      * Gets the private 'doctrine.schema_validate_command' shared service.
  8493.      *
  8494.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  8495.      */
  8496.     protected function getDoctrine_SchemaValidateCommandService()
  8497.     {
  8498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8499.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  8500.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  8501.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  8502.         $instance->setName('doctrine:schema:validate');
  8503.         return $instance;
  8504.     }
  8505.     /**
  8506.      * Gets the private 'doctrine_migrations.current_command' shared service.
  8507.      *
  8508.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  8509.      */
  8510.     protected function getDoctrineMigrations_CurrentCommandService()
  8511.     {
  8512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8513.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8514.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  8515.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  8516.         $instance->setName('doctrine:migrations:current');
  8517.         return $instance;
  8518.     }
  8519.     /**
  8520.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  8521.      *
  8522.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  8523.      */
  8524.     protected function getDoctrineMigrations_DiffCommandService()
  8525.     {
  8526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8527.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8528.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  8529.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  8530.         $instance->setName('doctrine:migrations:diff');
  8531.         return $instance;
  8532.     }
  8533.     /**
  8534.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  8535.      *
  8536.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  8537.      */
  8538.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  8539.     {
  8540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8541.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8542.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  8543.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  8544.         $instance->setName('doctrine:migrations:dump-schema');
  8545.         return $instance;
  8546.     }
  8547.     /**
  8548.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  8549.      *
  8550.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  8551.      */
  8552.     protected function getDoctrineMigrations_ExecuteCommandService()
  8553.     {
  8554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8555.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8556.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  8557.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  8558.         $instance->setName('doctrine:migrations:execute');
  8559.         return $instance;
  8560.     }
  8561.     /**
  8562.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  8563.      *
  8564.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  8565.      */
  8566.     protected function getDoctrineMigrations_GenerateCommandService()
  8567.     {
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8570.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  8571.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  8572.         $instance->setName('doctrine:migrations:generate');
  8573.         return $instance;
  8574.     }
  8575.     /**
  8576.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  8577.      *
  8578.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  8579.      */
  8580.     protected function getDoctrineMigrations_LatestCommandService()
  8581.     {
  8582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8583.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  8585.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  8586.         $instance->setName('doctrine:migrations:latest');
  8587.         return $instance;
  8588.     }
  8589.     /**
  8590.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  8591.      *
  8592.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  8593.      */
  8594.     protected function getDoctrineMigrations_MigrateCommandService()
  8595.     {
  8596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8597.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8598.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  8599.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  8600.         $instance->setName('doctrine:migrations:migrate');
  8601.         return $instance;
  8602.     }
  8603.     /**
  8604.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  8605.      *
  8606.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  8607.      */
  8608.     protected function getDoctrineMigrations_RollupCommandService()
  8609.     {
  8610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8611.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8612.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  8613.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  8614.         $instance->setName('doctrine:migrations:rollup');
  8615.         return $instance;
  8616.     }
  8617.     /**
  8618.      * Gets the private 'doctrine_migrations.status_command' shared service.
  8619.      *
  8620.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  8621.      */
  8622.     protected function getDoctrineMigrations_StatusCommandService()
  8623.     {
  8624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8625.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8626.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  8627.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  8628.         $instance->setName('doctrine:migrations:status');
  8629.         return $instance;
  8630.     }
  8631.     /**
  8632.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  8633.      *
  8634.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  8635.      */
  8636.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  8637.     {
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8639.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8640.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  8641.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  8642.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  8643.         return $instance;
  8644.     }
  8645.     /**
  8646.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  8647.      *
  8648.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  8649.      */
  8650.     protected function getDoctrineMigrations_UpToDateCommandService()
  8651.     {
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8653.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8654.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  8655.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  8656.         $instance->setName('doctrine:migrations:up-to-date');
  8657.         return $instance;
  8658.     }
  8659.     /**
  8660.      * Gets the private 'doctrine_migrations.version_command' shared service.
  8661.      *
  8662.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  8663.      */
  8664.     protected function getDoctrineMigrations_VersionCommandService()
  8665.     {
  8666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8667.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8668.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  8669.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  8670.         $instance->setName('doctrine:migrations:version');
  8671.         return $instance;
  8672.     }
  8673.     /**
  8674.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  8675.      *
  8676.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  8677.      */
  8678.     protected function getDoctrineMigrations_VersionsCommandService()
  8679.     {
  8680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8681.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  8682.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  8683.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  8684.         $instance->setName('doctrine:migrations:list');
  8685.         return $instance;
  8686.     }
  8687.     /**
  8688.      * Gets the private 'error_handler.error_renderer.html' shared service.
  8689.      *
  8690.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  8691.      */
  8692.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  8693.     {
  8694.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  8695.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  8696.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8697.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8698.     }
  8699.     /**
  8700.      * Gets the private 'exception_listener' shared service.
  8701.      *
  8702.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  8703.      */
  8704.     protected function getExceptionListenerService()
  8705.     {
  8706.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  8707.     }
  8708.     /**
  8709.      * Gets the private 'file_locator' shared service.
  8710.      *
  8711.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  8712.      */
  8713.     protected function getFileLocatorService()
  8714.     {
  8715.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  8716.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  8717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  8718.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  8719.     }
  8720.     /**
  8721.      * Gets the private 'form.choice_list_factory.cached' shared service.
  8722.      *
  8723.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  8724.      */
  8725.     protected function getForm_ChoiceListFactory_CachedService()
  8726.     {
  8727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  8729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  8731.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  8732.     }
  8733.     /**
  8734.      * Gets the private 'form.dropzone' shared service.
  8735.      *
  8736.      * @return \Symfony\UX\Dropzone\Form\DropzoneType
  8737.      */
  8738.     protected function getForm_DropzoneService()
  8739.     {
  8740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8741.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8742.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-dropzone/Form/DropzoneType.php';
  8743.         return $this->privates['form.dropzone'] = new \Symfony\UX\Dropzone\Form\DropzoneType();
  8744.     }
  8745.     /**
  8746.      * Gets the private 'form.registry' shared service.
  8747.      *
  8748.      * @return \Symfony\Component\Form\FormRegistry
  8749.      */
  8750.     protected function getForm_RegistryService()
  8751.     {
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  8753.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  8755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  8756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  8757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  8758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  8759.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8760.             'App\\Form\\ActionFilesType' => ['privates''App\\Form\\ActionFilesType''getActionFilesTypeService'false],
  8761.             'App\\Form\\ActionType' => ['privates''App\\Form\\ActionType''getActionTypeService'false],
  8762.             'App\\Form\\ActionUsersGroupListType' => ['privates''App\\Form\\ActionUsersGroupListType''getActionUsersGroupListTypeService'false],
  8763.             'App\\Form\\AppareilsMobileType' => ['privates''App\\Form\\AppareilsMobileType''getAppareilsMobileTypeService'false],
  8764.             'App\\Form\\ClientType' => ['privates''App\\Form\\ClientType''getClientTypeService'false],
  8765.             'App\\Form\\ConfigSoldeCongeType' => ['privates''App\\Form\\ConfigSoldeCongeType''getConfigSoldeCongeTypeService'false],
  8766.             'App\\Form\\CongeCirconstanceType' => ['privates''App\\Form\\CongeCirconstanceType''getCongeCirconstanceTypeService'false],
  8767.             'App\\Form\\CongeNormalType' => ['privates''App\\Form\\CongeNormalType''getCongeNormalTypeService'false],
  8768.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'false],
  8769.             'App\\Form\\DelaisActionType' => ['privates''App\\Form\\DelaisActionType''getDelaisActionTypeService'false],
  8770.             'App\\Form\\DemandeCongeType' => ['privates''App\\Form\\DemandeCongeType''getDemandeCongeTypeService'false],
  8771.             'App\\Form\\DescriptionCRMType' => ['privates''App\\Form\\DescriptionCRMType''getDescriptionCRMTypeService'false],
  8772.             'App\\Form\\DirectionType' => ['privates''App\\Form\\DirectionType''getDirectionTypeService'false],
  8773.             'App\\Form\\DureeActionCRMType' => ['privates''App\\Form\\DureeActionCRMType''getDureeActionCRMTypeService'false],
  8774.             'App\\Form\\EquipementReseauType' => ['privates''App\\Form\\EquipementReseauType''getEquipementReseauTypeService'false],
  8775.             'App\\Form\\FonctionType' => ['privates''App\\Form\\FonctionType''getFonctionTypeService'false],
  8776.             'App\\Form\\FournisseurType' => ['privates''App\\Form\\FournisseurType''getFournisseurTypeService'false],
  8777.             'App\\Form\\FunctionalityCRMType' => ['privates''App\\Form\\FunctionalityCRMType''getFunctionalityCRMTypeService'false],
  8778.             'App\\Form\\FunctionalityRHType' => ['privates''App\\Form\\FunctionalityRHType''getFunctionalityRHTypeService'false],
  8779.             'App\\Form\\GroupeType' => ['privates''App\\Form\\GroupeType''getGroupeTypeService'false],
  8780.             'App\\Form\\HeureTravailType' => ['privates''App\\Form\\HeureTravailType''getHeureTravailTypeService'false],
  8781.             'App\\Form\\InterimTemporaireType' => ['privates''App\\Form\\InterimTemporaireType''getInterimTemporaireTypeService'false],
  8782.             'App\\Form\\JourFeriesType' => ['privates''App\\Form\\JourFeriesType''getJourFeriesTypeService'false],
  8783.             'App\\Form\\MarqueType' => ['privates''App\\Form\\MarqueType''getMarqueTypeService'false],
  8784.             'App\\Form\\ModeleType' => ['privates''App\\Form\\ModeleType''getModeleTypeService'false],
  8785.             'App\\Form\\ModulesType' => ['privates''App\\Form\\ModulesType''getModulesTypeService'false],
  8786.             'App\\Form\\OpportunityCRMType' => ['privates''App\\Form\\OpportunityCRMType''getOpportunityCRMTypeService'false],
  8787.             'App\\Form\\OpportunityFilesType' => ['privates''App\\Form\\OpportunityFilesType''getOpportunityFilesTypeService'false],
  8788.             'App\\Form\\OrganigrammeRHType' => ['privates''App\\Form\\OrganigrammeRHType''getOrganigrammeRHTypeService'false],
  8789.             'App\\Form\\PeripheriqueInformatiqueType' => ['privates''App\\Form\\PeripheriqueInformatiqueType''getPeripheriqueInformatiqueTypeService'false],
  8790.             'App\\Form\\PosteFixeType' => ['privates''App\\Form\\PosteFixeType''getPosteFixeTypeService'false],
  8791.             'App\\Form\\ProcessCRMType' => ['privates''App\\Form\\ProcessCRMType''getProcessCRMTypeService'false],
  8792.             'App\\Form\\ProcessRHType' => ['privates''App\\Form\\ProcessRHType''getProcessRHTypeService'false],
  8793.             'App\\Form\\ProjetFilesType' => ['privates''App\\Form\\ProjetFilesType''getProjetFilesTypeService'false],
  8794.             'App\\Form\\ProjetType' => ['privates''App\\Form\\ProjetType''getProjetTypeService'false],
  8795.             'App\\Form\\ResetPasswordType' => ['privates''App\\Form\\ResetPasswordType''getResetPasswordTypeService'false],
  8796.             'App\\Form\\ResponsableType' => ['privates''App\\Form\\ResponsableType''getResponsableTypeService'false],
  8797.             'App\\Form\\SalleType' => ['privates''App\\Form\\SalleType''getSalleTypeService'false],
  8798.             'App\\Form\\SeanceTravailType' => ['privates''App\\Form\\SeanceTravailType''getSeanceTravailTypeService'false],
  8799.             'App\\Form\\SemaineType' => ['privates''App\\Form\\SemaineType''getSemaineTypeService'false],
  8800.             'App\\Form\\ServeurPcType' => ['privates''App\\Form\\ServeurPcType''getServeurPcTypeService'false],
  8801.             'App\\Form\\ServiceType' => ['privates''App\\Form\\ServiceType''getServiceTypeService'false],
  8802.             'App\\Form\\SoldeCirconstanceType' => ['privates''App\\Form\\SoldeCirconstanceType''getSoldeCirconstanceTypeService'false],
  8803.             'App\\Form\\SoldeDetailedType' => ['privates''App\\Form\\SoldeDetailedType''getSoldeDetailedTypeService'false],
  8804.             'App\\Form\\TracabilityCRMType' => ['privates''App\\Form\\TracabilityCRMType''getTracabilityCRMTypeService'false],
  8805.             'App\\Form\\TracabilityFilesCRMType' => ['privates''App\\Form\\TracabilityFilesCRMType''getTracabilityFilesCRMTypeService'false],
  8806.             'App\\Form\\TypesActionType' => ['privates''App\\Form\\TypesActionType''getTypesActionTypeService'false],
  8807.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  8808.             'App\\Form\\ValiditySoldeCongeType' => ['privates''App\\Form\\ValiditySoldeCongeType''getValiditySoldeCongeTypeService'false],
  8809.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  8810.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  8811.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  8812.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  8813.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  8814.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  8815.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  8816.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  8817.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  8818.             'Symfony\\UX\\Dropzone\\Form\\DropzoneType' => ['privates''form.dropzone''getForm_DropzoneService'false],
  8819.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  8820.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  8821.         ], [
  8822.             'App\\Form\\ActionFilesType' => '?',
  8823.             'App\\Form\\ActionType' => '?',
  8824.             'App\\Form\\ActionUsersGroupListType' => '?',
  8825.             'App\\Form\\AppareilsMobileType' => '?',
  8826.             'App\\Form\\ClientType' => '?',
  8827.             'App\\Form\\ConfigSoldeCongeType' => '?',
  8828.             'App\\Form\\CongeCirconstanceType' => '?',
  8829.             'App\\Form\\CongeNormalType' => '?',
  8830.             'App\\Form\\ContactType' => '?',
  8831.             'App\\Form\\DelaisActionType' => '?',
  8832.             'App\\Form\\DemandeCongeType' => '?',
  8833.             'App\\Form\\DescriptionCRMType' => '?',
  8834.             'App\\Form\\DirectionType' => '?',
  8835.             'App\\Form\\DureeActionCRMType' => '?',
  8836.             'App\\Form\\EquipementReseauType' => '?',
  8837.             'App\\Form\\FonctionType' => '?',
  8838.             'App\\Form\\FournisseurType' => '?',
  8839.             'App\\Form\\FunctionalityCRMType' => '?',
  8840.             'App\\Form\\FunctionalityRHType' => '?',
  8841.             'App\\Form\\GroupeType' => '?',
  8842.             'App\\Form\\HeureTravailType' => '?',
  8843.             'App\\Form\\InterimTemporaireType' => '?',
  8844.             'App\\Form\\JourFeriesType' => '?',
  8845.             'App\\Form\\MarqueType' => '?',
  8846.             'App\\Form\\ModeleType' => '?',
  8847.             'App\\Form\\ModulesType' => '?',
  8848.             'App\\Form\\OpportunityCRMType' => '?',
  8849.             'App\\Form\\OpportunityFilesType' => '?',
  8850.             'App\\Form\\OrganigrammeRHType' => '?',
  8851.             'App\\Form\\PeripheriqueInformatiqueType' => '?',
  8852.             'App\\Form\\PosteFixeType' => '?',
  8853.             'App\\Form\\ProcessCRMType' => '?',
  8854.             'App\\Form\\ProcessRHType' => '?',
  8855.             'App\\Form\\ProjetFilesType' => '?',
  8856.             'App\\Form\\ProjetType' => '?',
  8857.             'App\\Form\\ResetPasswordType' => '?',
  8858.             'App\\Form\\ResponsableType' => '?',
  8859.             'App\\Form\\SalleType' => '?',
  8860.             'App\\Form\\SeanceTravailType' => '?',
  8861.             'App\\Form\\SemaineType' => '?',
  8862.             'App\\Form\\ServeurPcType' => '?',
  8863.             'App\\Form\\ServiceType' => '?',
  8864.             'App\\Form\\SoldeCirconstanceType' => '?',
  8865.             'App\\Form\\SoldeDetailedType' => '?',
  8866.             'App\\Form\\TracabilityCRMType' => '?',
  8867.             'App\\Form\\TracabilityFilesCRMType' => '?',
  8868.             'App\\Form\\TypesActionType' => '?',
  8869.             'App\\Form\\UserType' => '?',
  8870.             'App\\Form\\ValiditySoldeCongeType' => '?',
  8871.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  8872.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  8873.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  8874.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  8875.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  8876.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  8877.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  8878.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  8879.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  8880.             'Symfony\\UX\\Dropzone\\Form\\DropzoneType' => '?',
  8881.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  8882.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  8883.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  8884.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  8885.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  8886.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  8887.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  8888.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  8889.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  8890.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  8891.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  8892.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  8893.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  8894.         }, 1)], new RewindableGenerator(function () {
  8895.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  8896.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  8897.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  8898.     }
  8899.     /**
  8900.      * Gets the private 'form.server_params' shared service.
  8901.      *
  8902.      * @return \Symfony\Component\Form\Util\ServerParams
  8903.      */
  8904.     protected function getForm_ServerParamsService()
  8905.     {
  8906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  8907.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8908.     }
  8909.     /**
  8910.      * Gets the private 'form.type.choice' shared service.
  8911.      *
  8912.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  8913.      */
  8914.     protected function getForm_Type_ChoiceService()
  8915.     {
  8916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8918.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  8919.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8920.     }
  8921.     /**
  8922.      * Gets the private 'form.type.entity' shared service.
  8923.      *
  8924.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  8925.      */
  8926.     protected function getForm_Type_EntityService()
  8927.     {
  8928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8930.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  8931.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  8932.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8933.     }
  8934.     /**
  8935.      * Gets the private 'form.type.form' shared service.
  8936.      *
  8937.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  8938.      */
  8939.     protected function getForm_Type_FormService()
  8940.     {
  8941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  8944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  8945.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  8946.     }
  8947.     /**
  8948.      * Gets the private 'form.type_extension.csrf' shared service.
  8949.      *
  8950.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  8951.      */
  8952.     protected function getForm_TypeExtension_CsrfService()
  8953.     {
  8954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8955.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  8957.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  8958.     }
  8959.     /**
  8960.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  8961.      *
  8962.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  8963.      */
  8964.     protected function getForm_TypeExtension_Form_DataCollectorService()
  8965.     {
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8968.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  8969.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  8970.     }
  8971.     /**
  8972.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  8973.      *
  8974.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  8975.      */
  8976.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  8977.     {
  8978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8979.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  8981.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  8982.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  8983.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  8984.     }
  8985.     /**
  8986.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  8987.      *
  8988.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  8989.      */
  8990.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  8991.     {
  8992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  8995.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8996.     }
  8997.     /**
  8998.      * Gets the private 'form.type_extension.form.validator' shared service.
  8999.      *
  9000.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  9001.      */
  9002.     protected function getForm_TypeExtension_Form_ValidatorService()
  9003.     {
  9004.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9005.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  9007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  9008.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  9009.     }
  9010.     /**
  9011.      * Gets the private 'form.type_extension.upload.validator' shared service.
  9012.      *
  9013.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  9014.      */
  9015.     protected function getForm_TypeExtension_Upload_ValidatorService()
  9016.     {
  9017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  9018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  9019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  9020.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  9021.     }
  9022.     /**
  9023.      * Gets the private 'form.type_guesser.doctrine' shared service.
  9024.      *
  9025.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  9026.      */
  9027.     protected function getForm_TypeGuesser_DoctrineService()
  9028.     {
  9029.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  9030.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  9031.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9032.     }
  9033.     /**
  9034.      * Gets the private 'form.type_guesser.validator' shared service.
  9035.      *
  9036.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  9037.      */
  9038.     protected function getForm_TypeGuesser_ValidatorService()
  9039.     {
  9040.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  9041.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  9042.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  9043.     }
  9044.     /**
  9045.      * Gets the private 'fos_user.change_password.form.type' shared service.
  9046.      *
  9047.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  9048.      */
  9049.     protected function getFosUser_ChangePassword_Form_TypeService()
  9050.     {
  9051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9052.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9053.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  9054.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\User');
  9055.     }
  9056.     /**
  9057.      * Gets the private 'fos_user.command.activate_user' shared service.
  9058.      *
  9059.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  9060.      */
  9061.     protected function getFosUser_Command_ActivateUserService()
  9062.     {
  9063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9064.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  9065.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  9066.         $instance->setName('fos:user:activate');
  9067.         return $instance;
  9068.     }
  9069.     /**
  9070.      * Gets the private 'fos_user.command.change_password' shared service.
  9071.      *
  9072.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  9073.      */
  9074.     protected function getFosUser_Command_ChangePasswordService()
  9075.     {
  9076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9077.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  9078.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  9079.         $instance->setName('fos:user:change-password');
  9080.         return $instance;
  9081.     }
  9082.     /**
  9083.      * Gets the private 'fos_user.command.create_user' shared service.
  9084.      *
  9085.      * @return \FOS\UserBundle\Command\CreateUserCommand
  9086.      */
  9087.     protected function getFosUser_Command_CreateUserService()
  9088.     {
  9089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9090.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  9091.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  9092.         $instance->setName('fos:user:create');
  9093.         return $instance;
  9094.     }
  9095.     /**
  9096.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  9097.      *
  9098.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  9099.      */
  9100.     protected function getFosUser_Command_DeactivateUserService()
  9101.     {
  9102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9103.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  9104.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  9105.         $instance->setName('fos:user:deactivate');
  9106.         return $instance;
  9107.     }
  9108.     /**
  9109.      * Gets the private 'fos_user.command.demote_user' shared service.
  9110.      *
  9111.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  9112.      */
  9113.     protected function getFosUser_Command_DemoteUserService()
  9114.     {
  9115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9116.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  9117.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  9118.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  9119.         $instance->setName('fos:user:demote');
  9120.         return $instance;
  9121.     }
  9122.     /**
  9123.      * Gets the private 'fos_user.command.promote_user' shared service.
  9124.      *
  9125.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  9126.      */
  9127.     protected function getFosUser_Command_PromoteUserService()
  9128.     {
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  9131.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  9132.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  9133.         $instance->setName('fos:user:promote');
  9134.         return $instance;
  9135.     }
  9136.     /**
  9137.      * Gets the private 'fos_user.listener.authentication' shared service.
  9138.      *
  9139.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  9140.      */
  9141.     protected function getFosUser_Listener_AuthenticationService()
  9142.     {
  9143.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9147.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  9148.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(new \FOS\UserBundle\Security\LoginManager(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService())), 'main');
  9149.     }
  9150.     /**
  9151.      * Gets the private 'fos_user.listener.flash' shared service.
  9152.      *
  9153.      * @return \FOS\UserBundle\EventListener\FlashListener
  9154.      */
  9155.     protected function getFosUser_Listener_FlashService()
  9156.     {
  9157.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  9158.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  9159.     }
  9160.     /**
  9161.      * Gets the private 'fos_user.listener.resetting' shared service.
  9162.      *
  9163.      * @return \FOS\UserBundle\EventListener\ResettingListener
  9164.      */
  9165.     protected function getFosUser_Listener_ResettingService()
  9166.     {
  9167.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  9168.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  9169.     }
  9170.     /**
  9171.      * Gets the private 'fos_user.profile.form.type' shared service.
  9172.      *
  9173.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  9174.      */
  9175.     protected function getFosUser_Profile_Form_TypeService()
  9176.     {
  9177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  9180.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\User');
  9181.     }
  9182.     /**
  9183.      * Gets the private 'fos_user.registration.form.type' shared service.
  9184.      *
  9185.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  9186.      */
  9187.     protected function getFosUser_Registration_Form_TypeService()
  9188.     {
  9189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9191.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  9192.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\User');
  9193.     }
  9194.     /**
  9195.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  9196.      *
  9197.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  9198.      */
  9199.     protected function getFosUser_Resetting_Form_FactoryService()
  9200.     {
  9201.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  9202.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  9203.         return $this->privates['fos_user.resetting.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']);
  9204.     }
  9205.     /**
  9206.      * Gets the private 'fos_user.resetting.form.type' shared service.
  9207.      *
  9208.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  9209.      */
  9210.     protected function getFosUser_Resetting_Form_TypeService()
  9211.     {
  9212.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9214.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  9215.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\User');
  9216.     }
  9217.     /**
  9218.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  9219.      *
  9220.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  9221.      */
  9222.     protected function getFosUser_Security_InteractiveLoginListenerService()
  9223.     {
  9224.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  9225.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  9226.     }
  9227.     /**
  9228.      * Gets the private 'fos_user.user_listener' shared service.
  9229.      *
  9230.      * @return \FOS\UserBundle\Doctrine\UserListener
  9231.      */
  9232.     protected function getFosUser_UserListenerService()
  9233.     {
  9234.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  9235.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  9236.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  9237.     }
  9238.     /**
  9239.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  9240.      *
  9241.      * @return \FOS\UserBundle\Security\EmailUserProvider
  9242.      */
  9243.     protected function getFosUser_UserProvider_UsernameEmailService()
  9244.     {
  9245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9246.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  9247.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  9248.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  9249.     }
  9250.     /**
  9251.      * Gets the private 'fos_user.username_form_type' shared service.
  9252.      *
  9253.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  9254.      */
  9255.     protected function getFosUser_UsernameFormTypeService()
  9256.     {
  9257.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9259.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  9260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  9261.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  9262.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  9263.     }
  9264.     /**
  9265.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  9266.      *
  9267.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  9268.      */
  9269.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  9270.     {
  9271.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  9272.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  9273.     }
  9274.     /**
  9275.      * Gets the private 'fos_user.util.password_updater' shared service.
  9276.      *
  9277.      * @return \FOS\UserBundle\Util\PasswordUpdater
  9278.      */
  9279.     protected function getFosUser_Util_PasswordUpdaterService()
  9280.     {
  9281.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  9282.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  9283.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  9284.     }
  9285.     /**
  9286.      * Gets the private 'fos_user.util.token_generator.default' shared service.
  9287.      *
  9288.      * @return \FOS\UserBundle\Util\TokenGenerator
  9289.      */
  9290.     protected function getFosUser_Util_TokenGenerator_DefaultService()
  9291.     {
  9292.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  9293.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  9294.         return $this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator();
  9295.     }
  9296.     /**
  9297.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  9298.      *
  9299.      * @return \FOS\UserBundle\Util\UserManipulator
  9300.      */
  9301.     protected function getFosUser_Util_UserManipulatorService()
  9302.     {
  9303.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  9304.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9305.     }
  9306.     /**
  9307.      * Gets the private 'fragment.handler' shared service.
  9308.      *
  9309.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  9310.      */
  9311.     protected function getFragment_HandlerService()
  9312.     {
  9313.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9314.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9315.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9316.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9317.         ], [
  9318.             'inline' => '?',
  9319.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  9320.     }
  9321.     /**
  9322.      * Gets the private 'fragment.renderer.inline' shared service.
  9323.      *
  9324.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  9325.      */
  9326.     protected function getFragment_Renderer_InlineService()
  9327.     {
  9328.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  9329.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  9330.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  9331.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9332.         $instance->setFragmentPath('/_fragment');
  9333.         return $instance;
  9334.     }
  9335.     /**
  9336.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  9337.      *
  9338.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  9339.      */
  9340.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  9341.     {
  9342.         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())));
  9343.     }
  9344.     /**
  9345.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  9346.      *
  9347.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  9348.      */
  9349.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  9350.     {
  9351.         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['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  9352.     }
  9353.     /**
  9354.      * Gets the private 'knp_paginator.helper.processor' shared service.
  9355.      *
  9356.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  9357.      */
  9358.     protected function getKnpPaginator_Helper_ProcessorService()
  9359.     {
  9360.         return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  9361.     }
  9362.     /**
  9363.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  9364.      *
  9365.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  9366.      */
  9367.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  9368.     {
  9369.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  9370.     }
  9371.     /**
  9372.      * Gets the private 'knp_paginator.templating.helper.pagination' shared service.
  9373.      *
  9374.      * @return \Knp\Bundle\PaginatorBundle\Templating\PaginationHelper
  9375.      */
  9376.     protected function getKnpPaginator_Templating_Helper_PaginationService()
  9377.     {
  9378.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  9379.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  9380.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Templating/PaginationHelper.php';
  9381.         return $this->privates['knp_paginator.templating.helper.pagination'] = new \Knp\Bundle\PaginatorBundle\Templating\PaginationHelper(($this->privates['knp_paginator.helper.processor'] ?? $this->getKnpPaginator_Helper_ProcessorService()), ($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
  9382.     }
  9383.     /**
  9384.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  9385.      *
  9386.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  9387.      */
  9388.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  9389.     {
  9390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9391.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  9392.         $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
  9393.         $instance->setName('lexik:jwt:check-config');
  9394.         return $instance;
  9395.     }
  9396.     /**
  9397.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  9398.      *
  9399.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  9400.      */
  9401.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  9402.     {
  9403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9404.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  9405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  9406.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  9407.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  9408.         $instance->setName('lexik:jwt:enable-encryption');
  9409.         return $instance;
  9410.     }
  9411.     /**
  9412.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  9413.      *
  9414.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  9415.      */
  9416.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  9417.     {
  9418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9419.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  9420.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9421.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  9422.         $instance->setName('lexik:jwt:generate-keypair');
  9423.         return $instance;
  9424.     }
  9425.     /**
  9426.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  9427.      *
  9428.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  9429.      */
  9430.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  9431.     {
  9432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9433.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  9434.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  9435.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  9436.         $this->privates['lexik_jwt_authentication.migrate_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  9437.         $instance->setName('lexik:jwt:migrate-config');
  9438.         return $instance;
  9439.     }
  9440.     /**
  9441.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  9442.      *
  9443.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  9444.      */
  9445.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  9446.     {
  9447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  9449.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  9450.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  9451.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  9452.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  9453.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(), ($this->services['translator'] ?? $this->getTranslatorService()));
  9454.     }
  9455.     /**
  9456.      * Gets the private 'locale_aware_listener' shared service.
  9457.      *
  9458.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  9459.      */
  9460.     protected function getLocaleAwareListenerService()
  9461.     {
  9462.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  9463.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  9464.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9465.     }
  9466.     /**
  9467.      * Gets the private 'locale_listener' shared service.
  9468.      *
  9469.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  9470.      */
  9471.     protected function getLocaleListenerService()
  9472.     {
  9473.         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()));
  9474.     }
  9475.     /**
  9476.      * Gets the private 'maker.auto_command.make_auth' shared service.
  9477.      *
  9478.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9479.      */
  9480.     protected function getMaker_AutoCommand_MakeAuthService()
  9481.     {
  9482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9483.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9484.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9485.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9486.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  9487.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  9488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9489.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9490.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  9491.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  9492.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  9493.         $instance->setName('make:auth');
  9494.         return $instance;
  9495.     }
  9496.     /**
  9497.      * Gets the private 'maker.auto_command.make_command' shared service.
  9498.      *
  9499.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9500.      */
  9501.     protected function getMaker_AutoCommand_MakeCommandService()
  9502.     {
  9503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  9508.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9509.         $instance->setDescription('Creates a new console command class');
  9510.         $instance->setName('make:command');
  9511.         return $instance;
  9512.     }
  9513.     /**
  9514.      * Gets the private 'maker.auto_command.make_controller' shared service.
  9515.      *
  9516.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9517.      */
  9518.     protected function getMaker_AutoCommand_MakeControllerService()
  9519.     {
  9520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9521.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  9525.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9526.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9527.         $instance->setDescription('Creates a new controller class');
  9528.         $instance->setName('make:controller');
  9529.         return $instance;
  9530.     }
  9531.     /**
  9532.      * Gets the private 'maker.auto_command.make_crud' shared service.
  9533.      *
  9534.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9535.      */
  9536.     protected function getMaker_AutoCommand_MakeCrudService()
  9537.     {
  9538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9542.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  9543.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9544.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  9545.         $instance->setName('make:crud');
  9546.         return $instance;
  9547.     }
  9548.     /**
  9549.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  9550.      *
  9551.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9552.      */
  9553.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  9554.     {
  9555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9556.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9557.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9558.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9559.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  9560.         $this->privates['maker.auto_command.make_data_persister'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9561.         $instance->setDescription('Creates an API Platform data persister');
  9562.         $instance->setName('make:data-persister');
  9563.         return $instance;
  9564.     }
  9565.     /**
  9566.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  9567.      *
  9568.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9569.      */
  9570.     protected function getMaker_AutoCommand_MakeDataProviderService()
  9571.     {
  9572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9574.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9575.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9576.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  9577.         $this->privates['maker.auto_command.make_data_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9578.         $instance->setDescription('Creates an API Platform data provider');
  9579.         $instance->setName('make:data-provider');
  9580.         return $instance;
  9581.     }
  9582.     /**
  9583.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  9584.      *
  9585.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9586.      */
  9587.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  9588.     {
  9589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9590.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9591.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9592.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9593.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  9594.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9595.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9596.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  9597.         $instance->setName('make:docker:database');
  9598.         return $instance;
  9599.     }
  9600.     /**
  9601.      * Gets the private 'maker.auto_command.make_entity' shared service.
  9602.      *
  9603.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9604.      */
  9605.     protected function getMaker_AutoCommand_MakeEntityService()
  9606.     {
  9607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9608.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9609.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9610.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9611.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9612.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  9613.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9614.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  9615.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  9616.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  9617.         $instance->setName('make:entity');
  9618.         return $instance;
  9619.     }
  9620.     /**
  9621.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  9622.      *
  9623.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9624.      */
  9625.     protected function getMaker_AutoCommand_MakeFixturesService()
  9626.     {
  9627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9628.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9629.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9630.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9631.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  9632.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9633.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  9634.         $instance->setName('make:fixtures');
  9635.         return $instance;
  9636.     }
  9637.     /**
  9638.      * Gets the private 'maker.auto_command.make_form' shared service.
  9639.      *
  9640.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9641.      */
  9642.     protected function getMaker_AutoCommand_MakeFormService()
  9643.     {
  9644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9645.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9646.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9648.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  9649.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9650.         $instance->setDescription('Creates a new form class');
  9651.         $instance->setName('make:form');
  9652.         return $instance;
  9653.     }
  9654.     /**
  9655.      * Gets the private 'maker.auto_command.make_message' shared service.
  9656.      *
  9657.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9658.      */
  9659.     protected function getMaker_AutoCommand_MakeMessageService()
  9660.     {
  9661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9662.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9663.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9664.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9665.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  9666.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9667.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9668.         $instance->setDescription('Creates a new message and handler');
  9669.         $instance->setName('make:message');
  9670.         return $instance;
  9671.     }
  9672.     /**
  9673.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  9674.      *
  9675.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9676.      */
  9677.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  9678.     {
  9679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9680.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9681.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9682.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9683.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  9684.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9685.         $instance->setDescription('Creates a new messenger middleware');
  9686.         $instance->setName('make:messenger-middleware');
  9687.         return $instance;
  9688.     }
  9689.     /**
  9690.      * Gets the private 'maker.auto_command.make_migration' shared service.
  9691.      *
  9692.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9693.      */
  9694.     protected function getMaker_AutoCommand_MakeMigrationService()
  9695.     {
  9696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9697.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  9701.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  9702.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9703.         $instance->setDescription('Creates a new migration based on database changes');
  9704.         $instance->setName('make:migration');
  9705.         return $instance;
  9706.     }
  9707.     /**
  9708.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  9709.      *
  9710.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9711.      */
  9712.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  9713.     {
  9714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9716.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  9719.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9720.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9721.         $instance->setDescription('Creates a new registration form system');
  9722.         $instance->setName('make:registration-form');
  9723.         return $instance;
  9724.     }
  9725.     /**
  9726.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  9727.      *
  9728.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9729.      */
  9730.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  9731.     {
  9732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9733.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  9737.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9738.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9739.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  9740.         $instance->setName('make:reset-password');
  9741.         return $instance;
  9742.     }
  9743.     /**
  9744.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  9745.      *
  9746.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9747.      */
  9748.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  9749.     {
  9750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9752.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  9755.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9756.         $instance->setDescription('Creates a new serializer encoder class');
  9757.         $instance->setName('make:serializer:encoder');
  9758.         return $instance;
  9759.     }
  9760.     /**
  9761.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  9762.      *
  9763.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9764.      */
  9765.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  9766.     {
  9767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9769.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  9772.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9773.         $instance->setDescription('Creates a new serializer normalizer class');
  9774.         $instance->setName('make:serializer:normalizer');
  9775.         return $instance;
  9776.     }
  9777.     /**
  9778.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  9779.      *
  9780.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9781.      */
  9782.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  9783.     {
  9784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9785.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9786.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9788.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  9789.         $this->privates['maker.auto_command.make_state_processor'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProcessor(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9790.         $instance->setDescription('Creates an API Platform state processor');
  9791.         $instance->setName('make:state-processor');
  9792.         return $instance;
  9793.     }
  9794.     /**
  9795.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  9796.      *
  9797.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9798.      */
  9799.     protected function getMaker_AutoCommand_MakeStateProviderService()
  9800.     {
  9801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9802.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9805.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  9806.         $this->privates['maker.auto_command.make_state_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9807.         $instance->setDescription('Creates an API Platform state provider');
  9808.         $instance->setName('make:state-provider');
  9809.         return $instance;
  9810.     }
  9811.     /**
  9812.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  9813.      *
  9814.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9815.      */
  9816.     protected function getMaker_AutoCommand_MakeSubscriberService()
  9817.     {
  9818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9819.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  9823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  9824.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9825.         $instance->setDescription('Creates a new event subscriber class');
  9826.         $instance->setName('make:subscriber');
  9827.         return $instance;
  9828.     }
  9829.     /**
  9830.      * Gets the private 'maker.auto_command.make_test' shared service.
  9831.      *
  9832.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9833.      */
  9834.     protected function getMaker_AutoCommand_MakeTestService()
  9835.     {
  9836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9837.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9838.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9839.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  9841.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  9842.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9843.         $instance->setDescription('Creates a new test class');
  9844.         $instance->setName('make:test');
  9845.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  9846.         return $instance;
  9847.     }
  9848.     /**
  9849.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  9850.      *
  9851.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9852.      */
  9853.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  9854.     {
  9855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  9860.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9861.         $instance->setDescription('Creates a new Twig extension class');
  9862.         $instance->setName('make:twig-extension');
  9863.         return $instance;
  9864.     }
  9865.     /**
  9866.      * Gets the private 'maker.auto_command.make_user' shared service.
  9867.      *
  9868.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9869.      */
  9870.     protected function getMaker_AutoCommand_MakeUserService()
  9871.     {
  9872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9873.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9874.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  9877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  9878.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  9879.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  9880.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9881.         $instance->setDescription('Creates a new security user class');
  9882.         $instance->setName('make:user');
  9883.         return $instance;
  9884.     }
  9885.     /**
  9886.      * Gets the private 'maker.auto_command.make_validator' shared service.
  9887.      *
  9888.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9889.      */
  9890.     protected function getMaker_AutoCommand_MakeValidatorService()
  9891.     {
  9892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  9897.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9898.         $instance->setDescription('Creates a new validator and constraint class');
  9899.         $instance->setName('make:validator');
  9900.         return $instance;
  9901.     }
  9902.     /**
  9903.      * Gets the private 'maker.auto_command.make_voter' shared service.
  9904.      *
  9905.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  9906.      */
  9907.     protected function getMaker_AutoCommand_MakeVoterService()
  9908.     {
  9909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9910.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  9911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  9912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  9913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  9914.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9915.         $instance->setDescription('Creates a new security voter class');
  9916.         $instance->setName('make:voter');
  9917.         return $instance;
  9918.     }
  9919.     /**
  9920.      * Gets the private 'maker.doctrine_helper' shared service.
  9921.      *
  9922.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  9923.      */
  9924.     protected function getMaker_DoctrineHelperService()
  9925.     {
  9926.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  9927.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), false, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())], => [=> 'Vich\\UploaderBundle\\Entity'=> ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]]]);
  9928.     }
  9929.     /**
  9930.      * Gets the private 'maker.entity_class_generator' shared service.
  9931.      *
  9932.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  9933.      */
  9934.     protected function getMaker_EntityClassGeneratorService()
  9935.     {
  9936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  9937.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  9938.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  9939.         return $instance;
  9940.     }
  9941.     /**
  9942.      * Gets the private 'maker.file_manager' shared service.
  9943.      *
  9944.      * @return \Symfony\Bundle\MakerBundle\FileManager
  9945.      */
  9946.     protected function getMaker_FileManagerService()
  9947.     {
  9948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  9949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  9950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  9951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  9952.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9953.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  9954.     }
  9955.     /**
  9956.      * Gets the private 'maker.generator' shared service.
  9957.      *
  9958.      * @return \Symfony\Bundle\MakerBundle\Generator
  9959.      */
  9960.     protected function getMaker_GeneratorService()
  9961.     {
  9962.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  9963.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  9964.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  9965.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  9966.     }
  9967.     /**
  9968.      * Gets the private 'maker.php_compat_util' shared service.
  9969.      *
  9970.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  9971.      */
  9972.     protected function getMaker_PhpCompatUtilService()
  9973.     {
  9974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  9975.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  9976.     }
  9977.     /**
  9978.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  9979.      *
  9980.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  9981.      */
  9982.     protected function getMaker_Renderer_FormTypeRendererService()
  9983.     {
  9984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  9985.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  9986.     }
  9987.     /**
  9988.      * Gets the private 'mime_types' shared service.
  9989.      *
  9990.      * @return \Symfony\Component\Mime\MimeTypes
  9991.      */
  9992.     protected function getMimeTypesService()
  9993.     {
  9994.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  9995.         $instance->setDefault($instance);
  9996.         return $instance;
  9997.     }
  9998.     /**
  9999.      * Gets the private 'monolog.command.server_log' shared service.
  10000.      *
  10001.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  10002.      */
  10003.     protected function getMonolog_Command_ServerLogService()
  10004.     {
  10005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10006.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  10007.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  10008.         $instance->setName('server:log');
  10009.         return $instance;
  10010.     }
  10011.     /**
  10012.      * Gets the private 'monolog.handler.console' shared service.
  10013.      *
  10014.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  10015.      */
  10016.     protected function getMonolog_Handler_ConsoleService()
  10017.     {
  10018.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  10019.     }
  10020.     /**
  10021.      * Gets the private 'monolog.handler.main' shared service.
  10022.      *
  10023.      * @return \Monolog\Handler\RotatingFileHandler
  10024.      */
  10025.     protected function getMonolog_Handler_MainService()
  10026.     {
  10027.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 400100trueNULLfalse);
  10028.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  10029.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  10030.         return $instance;
  10031.     }
  10032.     /**
  10033.      * Gets the private 'monolog.logger' shared service.
  10034.      *
  10035.      * @return \Symfony\Bridge\Monolog\Logger
  10036.      */
  10037.     protected function getMonolog_LoggerService()
  10038.     {
  10039.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  10040.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10041.         $instance->useMicrosecondTimestamps(true);
  10042.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10043.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10044.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  10045.         return $instance;
  10046.     }
  10047.     /**
  10048.      * Gets the private 'monolog.logger.cache' shared service.
  10049.      *
  10050.      * @return \Symfony\Bridge\Monolog\Logger
  10051.      */
  10052.     protected function getMonolog_Logger_CacheService()
  10053.     {
  10054.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  10055.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10056.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10057.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10058.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  10059.         return $instance;
  10060.     }
  10061.     /**
  10062.      * Gets the private 'monolog.logger.request' shared service.
  10063.      *
  10064.      * @return \Symfony\Bridge\Monolog\Logger
  10065.      */
  10066.     protected function getMonolog_Logger_RequestService()
  10067.     {
  10068.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  10069.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10070.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10071.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10072.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  10073.         return $instance;
  10074.     }
  10075.     /**
  10076.      * Gets the private 'monolog.logger.security' shared service.
  10077.      *
  10078.      * @return \Symfony\Bridge\Monolog\Logger
  10079.      */
  10080.     protected function getMonolog_Logger_SecurityService()
  10081.     {
  10082.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  10083.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10084.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10085.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10086.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  10087.         return $instance;
  10088.     }
  10089.     /**
  10090.      * Gets the private 'monolog.logger.snappy' shared service.
  10091.      *
  10092.      * @return \Symfony\Bridge\Monolog\Logger
  10093.      */
  10094.     protected function getMonolog_Logger_SnappyService()
  10095.     {
  10096.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  10097.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10098.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10099.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10100.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  10101.         return $instance;
  10102.     }
  10103.     /**
  10104.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  10105.      *
  10106.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  10107.      */
  10108.     protected function getNelmioCors_CorsListenerService()
  10109.     {
  10110.         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'))]));
  10111.     }
  10112.     /**
  10113.      * Gets the private 'parameter_bag' shared service.
  10114.      *
  10115.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  10116.      */
  10117.     protected function getParameterBagService()
  10118.     {
  10119.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  10120.     }
  10121.     /**
  10122.      * Gets the private 'profiler_listener' shared service.
  10123.      *
  10124.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  10125.      */
  10126.     protected function getProfilerListenerService()
  10127.     {
  10128.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  10129.     }
  10130.     /**
  10131.      * Gets the private 'property_accessor' shared service.
  10132.      *
  10133.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  10134.      */
  10135.     protected function getPropertyAccessorService()
  10136.     {
  10137.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  10138.     }
  10139.     /**
  10140.      * Gets the private 'property_info' shared service.
  10141.      *
  10142.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  10143.      */
  10144.     protected function getPropertyInfoService()
  10145.     {
  10146.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  10147.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  10148.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10149.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  10150.         }, 3), new RewindableGenerator(function () {
  10151.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  10152.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  10153.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10154.         }, 3), new RewindableGenerator(function () {
  10155.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  10156.         }, 1), new RewindableGenerator(function () {
  10157.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  10158.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10159.         }, 2), new RewindableGenerator(function () {
  10160.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  10161.         }, 1));
  10162.     }
  10163.     /**
  10164.      * Gets the private 'property_info.serializer_extractor' shared service.
  10165.      *
  10166.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  10167.      */
  10168.     protected function getPropertyInfo_SerializerExtractorService()
  10169.     {
  10170.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  10171.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  10172.     }
  10173.     /**
  10174.      * Gets the private 'router.cache_warmer' shared service.
  10175.      *
  10176.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  10177.      */
  10178.     protected function getRouter_CacheWarmerService()
  10179.     {
  10180.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10181.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  10182.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10183.             'router' => ['services''router''getRouterService'false],
  10184.         ], [
  10185.             'router' => '?',
  10186.         ]))->withContext('router.cache_warmer'$this));
  10187.     }
  10188.     /**
  10189.      * Gets the private 'router.request_context' shared service.
  10190.      *
  10191.      * @return \Symfony\Component\Routing\RequestContext
  10192.      */
  10193.     protected function getRouter_RequestContextService()
  10194.     {
  10195.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  10196.     }
  10197.     /**
  10198.      * Gets the private 'router_listener' shared service.
  10199.      *
  10200.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  10201.      */
  10202.     protected function getRouterListenerService()
  10203.     {
  10204.         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);
  10205.     }
  10206.     /**
  10207.      * Gets the private 'security.access_listener' shared service.
  10208.      *
  10209.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  10210.      */
  10211.     protected function getSecurity_AccessListenerService()
  10212.     {
  10213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  10215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  10216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  10217.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  10218.     }
  10219.     /**
  10220.      * Gets the private 'security.access_map' shared service.
  10221.      *
  10222.      * @return \Symfony\Component\Security\Http\AccessMap
  10223.      */
  10224.     protected function getSecurity_AccessMapService()
  10225.     {
  10226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  10227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  10228.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  10229.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  10230.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  10231.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10232.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10233.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  10234.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/change-password/request'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10235.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/change-password/send-email'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10236.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/change-password/check-email'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10237.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/change-password/reset/([A-Za-z0-9\\-\\_]+)$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  10238.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/accueil'), [=> 'ROLE_USER'], NULL);
  10239.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profil'), [=> 'ROLE_USER'], NULL);
  10240.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/profil_change_photo'), [=> 'ROLE_USER'], NULL);
  10241.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/groupe'), [=> 'ROLE_AFFICHER_GROUPE'], NULL);
  10242.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/add_groupe'), [=> 'ROLE_AJOUTER_GROUPE'], NULL);
  10243.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/edit_groupe'), [=> 'ROLE_MODIFIER_GROUPE'], NULL);
  10244.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/delete_groupe'), [=> 'ROLE_SUPPRIMER_GROUPE'], NULL);
  10245.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/fonction'), [=> 'ROLE_AFFICHER_FONCTION'], NULL);
  10246.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/add_fonction'), [=> 'ROLE_AJOUTER_FONCTION'], NULL);
  10247.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/edit_fonction'), [=> 'ROLE_MODIFIER_FONCTION'], NULL);
  10248.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/delete_fonction'), [=> 'ROLE_SUPPRIMER_FONCTION'], NULL);
  10249.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user'), [=> 'ROLE_AFFICHER_UTILISATEUR'], NULL);
  10250.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/add_user'), [=> 'ROLE_AJOUTER_UTILISATEUR'], NULL);
  10251.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/edit_user'), [=> 'ROLE_MODIFIER_UTILISATEUR'], NULL);
  10252.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/change_groupe_user'), [=> 'ROLE_AJOUTER_UTILISATEUR'=> 'ROLE_MODIFIER_UTILISATEUR'], NULL);
  10253.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/email_connexion_user'), [=> 'ROLE_AJOUTER_UTILISATEUR'], NULL);
  10254.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/delete_user'), [=> 'ROLE_SUPPRIMER_UTILISATEUR'], NULL);
  10255.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/reset_pwd_user'), [=> 'ROLE_RESET_PWD_UTILISATEUR'], NULL);
  10256.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user_fast_authenticate'), [=> 'ROLE_FAST_CONNEXION_UTILISATEUR'], NULL);
  10257.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user_edit_roles'), [=> 'ROLE_CHANGE_ROLE_UTILISATEUR'], NULL);
  10258.         return $instance;
  10259.     }
  10260.     /**
  10261.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  10262.      *
  10263.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  10264.      */
  10265.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  10266.     {
  10267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10268.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  10269.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  10270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  10271.         return $this->privates['security.authentication.listener.anonymous.api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  10272.     }
  10273.     /**
  10274.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  10275.      *
  10276.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  10277.      */
  10278.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  10279.     {
  10280.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10281.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  10282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  10283.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  10284.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  10285.     }
  10286.     /**
  10287.      * Gets the private 'security.authentication.listener.form.main' shared service.
  10288.      *
  10289.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  10290.      */
  10291.     protected function getSecurity_Authentication_Listener_Form_MainService()
  10292.     {
  10293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  10295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  10296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  10297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  10298.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  10299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  10301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  10302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  10303.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10304.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10305.         $b->setOptions(['always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path''use_referer' => false]);
  10306.         $b->setProviderKey('main');
  10307.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  10308.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  10309.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  10310.         $this->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()), $a'main'$b$d, ['check_path' => '/login_check''use_forward' => false'require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  10311.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  10312.         return $instance;
  10313.     }
  10314.     /**
  10315.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  10316.      *
  10317.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  10318.      */
  10319.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  10320.     {
  10321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10322.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  10323.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  10324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  10325.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  10326.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'login'=> 'api']);
  10327.         $a->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  10328.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  10329.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  10330.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  10331.     }
  10332.     /**
  10333.      * Gets the private 'security.authentication.listener.json.login' shared service.
  10334.      *
  10335.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  10336.      */
  10337.     protected function getSecurity_Authentication_Listener_Json_LoginService()
  10338.     {
  10339.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10340.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  10341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  10342.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
  10343.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  10344.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  10345.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  10346.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  10347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  10348.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  10349.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  10350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  10351.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  10352.         $this->privates['security.authentication.listener.json.login'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), $a, [], true), [], 'login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($a, ($this->services['translator'] ?? $this->getTranslatorService())), []), ['check_path' => '/api/login_check''use_forward' => false'require_previous_session' => false'username_path' => 'username''password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10353.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  10354.         return $instance;
  10355.     }
  10356.     /**
  10357.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  10358.      *
  10359.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  10360.      */
  10361.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  10362.     {
  10363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10364.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  10365.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  10366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/RememberMeListener.php';
  10367.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  10368.     }
  10369.     /**
  10370.      * Gets the private 'security.authentication.manager' shared service.
  10371.      *
  10372.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  10373.      */
  10374.     protected function getSecurity_Authentication_ManagerService()
  10375.     {
  10376.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  10377.             yield => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());
  10378.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  10379.             yield => ($this->privates['security.authentication.provider.anonymous.api'] ?? ($this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  10380.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  10381.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  10382.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  10383.         }, 6), true);
  10384.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  10385.         return $instance;
  10386.     }
  10387.     /**
  10388.      * Gets the private 'security.authentication.provider.dao.login' shared service.
  10389.      *
  10390.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  10391.      */
  10392.     protected function getSecurity_Authentication_Provider_Dao_LoginService()
  10393.     {
  10394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  10395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  10396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  10397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  10398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  10399.         return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'login', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  10400.     }
  10401.     /**
  10402.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  10403.      *
  10404.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  10405.      */
  10406.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  10407.     {
  10408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  10409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  10410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  10411.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  10412.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  10413.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  10414.     }
  10415.     /**
  10416.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  10417.      *
  10418.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  10419.      */
  10420.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  10421.     {
  10422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  10423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  10424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  10425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  10426.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  10427.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  10428.         }, 1), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  10429.     }
  10430.     /**
  10431.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  10432.      *
  10433.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  10434.      */
  10435.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  10436.     {
  10437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  10438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/RememberMeAuthenticationProvider.php';
  10439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  10440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  10441.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), $this->getEnv('APP_SECRET'), 'main');
  10442.     }
  10443.     /**
  10444.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  10445.      *
  10446.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  10447.      */
  10448.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  10449.     {
  10450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  10451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  10452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  10453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  10454.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices([=> ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService())], $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 31536000'path' => 'home_page''domain' => NULL'name' => 'REMEMBERME''secure' => NULL'httponly' => true'samesite' => 'lax''always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  10455.     }
  10456.     /**
  10457.      * Gets the private 'security.authentication.session_strategy' shared service.
  10458.      *
  10459.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  10460.      */
  10461.     protected function getSecurity_Authentication_SessionStrategyService()
  10462.     {
  10463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  10464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  10465.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  10466.     }
  10467.     /**
  10468.      * Gets the private 'security.channel_listener' shared service.
  10469.      *
  10470.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  10471.      */
  10472.     protected function getSecurity_ChannelListenerService()
  10473.     {
  10474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  10476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  10477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  10478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  10479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  10480.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  10481.     }
  10482.     /**
  10483.      * Gets the private 'security.command.user_password_encoder' shared service.
  10484.      *
  10485.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  10486.      */
  10487.     protected function getSecurity_Command_UserPasswordEncoderService()
  10488.     {
  10489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  10491.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  10492.         $instance->setName('security:encode-password');
  10493.         return $instance;
  10494.     }
  10495.     /**
  10496.      * Gets the private 'security.context_listener.0' shared service.
  10497.      *
  10498.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  10499.      */
  10500.     protected function getSecurity_ContextListener_0Service()
  10501.     {
  10502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  10504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  10505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  10506.         $this->privates['security.context_listener.0'] = $instance = 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 () {
  10507.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  10508.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  10509.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  10510.         return $instance;
  10511.     }
  10512.     /**
  10513.      * Gets the private 'security.csrf.token_storage' shared service.
  10514.      *
  10515.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  10516.      */
  10517.     protected function getSecurity_Csrf_TokenStorageService()
  10518.     {
  10519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  10520.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  10521.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  10522.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  10523.     }
  10524.     /**
  10525.      * Gets the private 'security.encoder_factory.generic' shared service.
  10526.      *
  10527.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  10528.      */
  10529.     protected function getSecurity_EncoderFactory_GenericService()
  10530.     {
  10531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  10532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  10533.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  10534.     }
  10535.     /**
  10536.      * Gets the private 'security.expression_language' shared service.
  10537.      *
  10538.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  10539.      */
  10540.     protected function getSecurity_ExpressionLanguageService()
  10541.     {
  10542.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  10543.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  10544.         return $instance;
  10545.     }
  10546.     /**
  10547.      * Gets the private 'security.firewall.map' shared service.
  10548.      *
  10549.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  10550.      */
  10551.     protected function getSecurity_Firewall_MapService()
  10552.     {
  10553.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10554.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  10555.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  10556.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'false],
  10557.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  10558.         ], [
  10559.             'security.firewall.map.context.api' => '?',
  10560.             'security.firewall.map.context.dev' => '?',
  10561.             'security.firewall.map.context.login' => '?',
  10562.             'security.firewall.map.context.main' => '?',
  10563.         ]), new RewindableGenerator(function () {
  10564.             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)/')));
  10565.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  10566.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  10567.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  10568.         }, 4));
  10569.     }
  10570.     /**
  10571.      * Gets the private 'security.firewall.map.context.api' shared service.
  10572.      *
  10573.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10574.      */
  10575.     protected function getSecurity_Firewall_Map_Context_ApiService()
  10576.     {
  10577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10581.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10582.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10583.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  10584.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  10585.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10586.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'fos_user.user_provider.username_email'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  10587.     }
  10588.     /**
  10589.      * Gets the private 'security.firewall.map.context.dev' shared service.
  10590.      *
  10591.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10592.      */
  10593.     protected function getSecurity_Firewall_Map_Context_DevService()
  10594.     {
  10595.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10596.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10597.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10598.             return new \EmptyIterator();
  10599.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  10600.     }
  10601.     /**
  10602.      * Gets the private 'security.firewall.map.context.login' shared service.
  10603.      *
  10604.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10605.      */
  10606.     protected function getSecurity_Firewall_Map_Context_LoginService()
  10607.     {
  10608.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10612.         return $this->privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10613.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10614.             yield => ($this->privates['security.authentication.listener.json.login'] ?? $this->getSecurity_Authentication_Listener_Json_LoginService());
  10615.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10616.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login''security.user_checker''.security.request_matcher.HeUdK73'truetrue'fos_user.user_provider.username_email'NULLNULLNULLNULL, [=> 'json_login'], NULL));
  10617.     }
  10618.     /**
  10619.      * Gets the private 'security.firewall.map.context.main' shared service.
  10620.      *
  10621.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  10622.      */
  10623.     protected function getSecurity_Firewall_Map_Context_MainService()
  10624.     {
  10625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  10626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  10627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  10628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  10629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  10630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  10631.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  10632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  10633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  10634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  10635.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  10636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  10637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  10638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  10639.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CookieClearingLogoutHandler.php';
  10640.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  10641.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  10642.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  10643.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']);
  10644.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  10645.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  10646.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CookieClearingLogoutHandler(['PHPSESSID' => ['path' => NULL'domain' => NULL'secure' => false'samesite' => NULL]]));
  10647.         $c->addHandler(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  10648.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  10649.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  10650.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10651.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  10652.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  10653.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  10654.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  10655.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalse'fos_user.user_provider.username_email''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'remember_me'=> 'anonymous'], NULL));
  10656.     }
  10657.     /**
  10658.      * Gets the private 'security.helper' shared service.
  10659.      *
  10660.      * @return \Symfony\Component\Security\Core\Security
  10661.      */
  10662.     protected function getSecurity_HelperService()
  10663.     {
  10664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  10665.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10666.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  10667.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  10668.         ], [
  10669.             'security.authorization_checker' => '?',
  10670.             'security.token_storage' => '?',
  10671.         ]));
  10672.     }
  10673.     /**
  10674.      * Gets the private 'security.http_utils' shared service.
  10675.      *
  10676.      * @return \Symfony\Component\Security\Http\HttpUtils
  10677.      */
  10678.     protected function getSecurity_HttpUtilsService()
  10679.     {
  10680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  10681.         $a = ($this->services['router'] ?? $this->getRouterService());
  10682.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  10683.     }
  10684.     /**
  10685.      * Gets the private 'security.logout_url_generator' shared service.
  10686.      *
  10687.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  10688.      */
  10689.     protected function getSecurity_LogoutUrlGeneratorService()
  10690.     {
  10691.         $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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  10692.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  10693.         return $instance;
  10694.     }
  10695.     /**
  10696.      * Gets the private 'security.role_hierarchy' shared service.
  10697.      *
  10698.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  10699.      */
  10700.     protected function getSecurity_RoleHierarchyService()
  10701.     {
  10702.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  10703.     }
  10704.     /**
  10705.      * Gets the private 'security.validator.user_password' shared service.
  10706.      *
  10707.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  10708.      */
  10709.     protected function getSecurity_Validator_UserPasswordService()
  10710.     {
  10711.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10712.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  10714.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  10715.     }
  10716.     /**
  10717.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  10718.      *
  10719.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  10720.      */
  10721.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  10722.     {
  10723.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10724.     }
  10725.     /**
  10726.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  10727.      *
  10728.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  10729.      */
  10730.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  10731.     {
  10732.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  10733.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  10734.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  10735.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  10736.     }
  10737.     /**
  10738.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  10739.      *
  10740.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  10741.      */
  10742.     protected function getSensioFrameworkExtra_Security_ListenerService()
  10743.     {
  10744.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  10745.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  10746.         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()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10747.     }
  10748.     /**
  10749.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  10750.      *
  10751.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  10752.      */
  10753.     protected function getSensioFrameworkExtra_View_ListenerService()
  10754.     {
  10755.         $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))));
  10756.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10757.             'twig' => ['services''twig''getTwigService'false],
  10758.         ], [
  10759.             'twig' => 'Twig\\Environment',
  10760.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  10761.         return $instance;
  10762.     }
  10763.     /**
  10764.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  10765.      *
  10766.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  10767.      */
  10768.     protected function getSerializer_Mapping_CacheWarmerService()
  10769.     {
  10770.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  10773.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  10774.     }
  10775.     /**
  10776.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  10777.      *
  10778.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  10779.      */
  10780.     protected function getSerializer_NameConverter_MetadataAwareService()
  10781.     {
  10782.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  10783.     }
  10784.     /**
  10785.      * Gets the private 'session.storage.native' shared service.
  10786.      *
  10787.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  10788.      */
  10789.     protected function getSession_Storage_NativeService()
  10790.     {
  10791.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  10792.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  10793.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  10794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  10795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  10796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  10797.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  10798.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler((\dirname(__DIR__3).'/sessions/dev'))), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  10799.     }
  10800.     /**
  10801.      * Gets the private 'session_listener' shared service.
  10802.      *
  10803.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  10804.      */
  10805.     protected function getSessionListenerService()
  10806.     {
  10807.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10808.             'initialized_session' => ['services''session'NULLfalse],
  10809.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10810.             'session' => ['services''session''getSessionService'false],
  10811.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  10812.         ], [
  10813.             'initialized_session' => '?',
  10814.             'request_stack' => '?',
  10815.             'session' => '?',
  10816.             'session_storage' => '?',
  10817.         ]));
  10818.     }
  10819.     /**
  10820.      * Gets the private 'swiftmailer.command.debug' shared service.
  10821.      *
  10822.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  10823.      */
  10824.     protected function getSwiftmailer_Command_DebugService()
  10825.     {
  10826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10827.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10828.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  10829.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  10830.         $instance->setName('debug:swiftmailer');
  10831.         return $instance;
  10832.     }
  10833.     /**
  10834.      * Gets the private 'swiftmailer.command.new_email' shared service.
  10835.      *
  10836.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  10837.      */
  10838.     protected function getSwiftmailer_Command_NewEmailService()
  10839.     {
  10840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10841.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10842.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  10843.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  10844.         $instance->setName('swiftmailer:email:send');
  10845.         return $instance;
  10846.     }
  10847.     /**
  10848.      * Gets the private 'swiftmailer.command.send_email' shared service.
  10849.      *
  10850.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  10851.      */
  10852.     protected function getSwiftmailer_Command_SendEmailService()
  10853.     {
  10854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10855.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  10856.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  10857.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  10858.         $instance->setName('swiftmailer:spool:send');
  10859.         return $instance;
  10860.     }
  10861.     /**
  10862.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  10863.      *
  10864.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  10865.      */
  10866.     protected function getSwiftmailer_EmailSender_ListenerService()
  10867.     {
  10868.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  10869.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  10870.     }
  10871.     /**
  10872.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  10873.      *
  10874.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  10875.      *
  10876.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10877.      */
  10878.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  10879.     {
  10880.         @trigger_error('The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10881.         return $this->privates['templating.cache_warmer.template_paths'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer(($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  10882.     }
  10883.     /**
  10884.      * Gets the private 'templating.engine.php' shared service.
  10885.      *
  10886.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine
  10887.      *
  10888.      * @deprecated The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10889.      */
  10890.     protected function getTemplating_Engine_PhpService()
  10891.     {
  10892.         @trigger_error('The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10893.         $this->privates['templating.engine.php'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10894.             'Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper' => ['privates''Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper''getUploaderHelperService'false],
  10895.             'knp_paginator.templating.helper.pagination' => ['privates''knp_paginator.templating.helper.pagination''getKnpPaginator_Templating_Helper_PaginationService'false],
  10896.             'templating.helper.actions' => ['privates''templating.helper.actions''getTemplating_Helper_ActionsService'false],
  10897.             'templating.helper.assets' => ['privates''templating.helper.assets''getTemplating_Helper_AssetsService'false],
  10898.             'templating.helper.code' => ['privates''templating.helper.code''getTemplating_Helper_CodeService'false],
  10899.             'templating.helper.form' => ['privates''templating.helper.form''getTemplating_Helper_FormService'false],
  10900.             'templating.helper.logout_url' => ['privates''templating.helper.logout_url''getTemplating_Helper_LogoutUrlService'false],
  10901.             'templating.helper.request' => ['privates''templating.helper.request''getTemplating_Helper_RequestService'false],
  10902.             'templating.helper.router' => ['privates''templating.helper.router''getTemplating_Helper_RouterService'false],
  10903.             'templating.helper.security' => ['privates''templating.helper.security''getTemplating_Helper_SecurityService'false],
  10904.             'templating.helper.session' => ['privates''templating.helper.session''getTemplating_Helper_SessionService'false],
  10905.             'templating.helper.slots' => ['privates''templating.helper.slots''getTemplating_Helper_SlotsService'false],
  10906.             'templating.helper.stopwatch' => ['privates''templating.helper.stopwatch''getTemplating_Helper_StopwatchService'false],
  10907.             'templating.helper.translator' => ['privates''templating.helper.translator''getTemplating_Helper_TranslatorService'false],
  10908.         ], [
  10909.             'Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper' => '?',
  10910.             'knp_paginator.templating.helper.pagination' => '?',
  10911.             'templating.helper.actions' => '?',
  10912.             'templating.helper.assets' => '?',
  10913.             'templating.helper.code' => '?',
  10914.             'templating.helper.form' => '?',
  10915.             'templating.helper.logout_url' => '?',
  10916.             'templating.helper.request' => '?',
  10917.             'templating.helper.router' => '?',
  10918.             'templating.helper.security' => '?',
  10919.             'templating.helper.session' => '?',
  10920.             'templating.helper.slots' => '?',
  10921.             'templating.helper.stopwatch' => '?',
  10922.             'templating.helper.translator' => '?',
  10923.         ]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());
  10924.         $instance->setCharset('UTF-8');
  10925.         $instance->setHelpers(['slots' => 'templating.helper.slots''request' => 'templating.helper.request''session' => 'templating.helper.session''router' => 'templating.helper.router''assets' => 'templating.helper.assets''actions' => 'templating.helper.actions''code' => 'templating.helper.code''translator' => 'templating.helper.translator''form' => 'templating.helper.form''stopwatch' => 'templating.helper.stopwatch''logout_url' => 'templating.helper.logout_url''security' => 'templating.helper.security''knp_pagination' => 'knp_paginator.templating.helper.pagination''vich_uploader' => 'Vich\\UploaderBundle\\Templating\\Helper\\UploaderHelper']);
  10926.         return $instance;
  10927.     }
  10928.     /**
  10929.      * Gets the private 'templating.engine.twig' shared service.
  10930.      *
  10931.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  10932.      *
  10933.      * @deprecated The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  10934.      */
  10935.     protected function getTemplating_Engine_TwigService()
  10936.     {
  10937.         @trigger_error('The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  10938.         return new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  10939.     }
  10940.     /**
  10941.      * Gets the private 'templating.finder' shared service.
  10942.      *
  10943.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  10944.      *
  10945.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10946.      */
  10947.     protected function getTemplating_FinderService()
  10948.     {
  10949.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10950.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  10951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  10952.         return $this->privates['templating.finder'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder(($this->services['kernel'] ?? $this->get('kernel'1)), new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser(), (\dirname(__DIR__4).'/src/Resources'));
  10953.     }
  10954.     /**
  10955.      * Gets the private 'templating.form.engine' shared service.
  10956.      *
  10957.      * @return \Symfony\Component\Form\Extension\Templating\TemplatingRendererEngine
  10958.      *
  10959.      * @deprecated The "templating.form.engine" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10960.      */
  10961.     protected function getTemplating_Form_EngineService()
  10962.     {
  10963.         @trigger_error('The "templating.form.engine" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10964.         return new \Symfony\Component\Form\Extension\Templating\TemplatingRendererEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()), $this->parameters['templating.helper.form.resources']);
  10965.     }
  10966.     /**
  10967.      * Gets the private 'templating.form.renderer' shared service.
  10968.      *
  10969.      * @return \Symfony\Component\Form\FormRenderer
  10970.      *
  10971.      * @deprecated The "templating.form.renderer" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10972.      */
  10973.     protected function getTemplating_Form_RendererService()
  10974.     {
  10975.         @trigger_error('The "templating.form.renderer" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10976.         return new \Symfony\Component\Form\FormRenderer($this->getTemplating_Form_EngineService(), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  10977.     }
  10978.     /**
  10979.      * Gets the private 'templating.globals' shared service.
  10980.      *
  10981.      * @return \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables
  10982.      *
  10983.      * @deprecated The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10984.      */
  10985.     protected function getTemplating_GlobalsService()
  10986.     {
  10987.         @trigger_error('The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  10988.         return new \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables($this);
  10989.     }
  10990.     /**
  10991.      * Gets the private 'templating.helper.actions' shared service.
  10992.      *
  10993.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper
  10994.      *
  10995.      * @deprecated The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  10996.      */
  10997.     protected function getTemplating_Helper_ActionsService()
  10998.     {
  10999.         @trigger_error('The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11000.         return $this->privates['templating.helper.actions'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  11001.     }
  11002.     /**
  11003.      * Gets the private 'templating.helper.assets' shared service.
  11004.      *
  11005.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper
  11006.      *
  11007.      * @deprecated The "templating.helper.assets" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11008.      */
  11009.     protected function getTemplating_Helper_AssetsService()
  11010.     {
  11011.         @trigger_error('The "templating.helper.assets" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11012.         return $this->privates['templating.helper.assets'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  11013.     }
  11014.     /**
  11015.      * Gets the private 'templating.helper.code' shared service.
  11016.      *
  11017.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper
  11018.      *
  11019.      * @deprecated The "templating.helper.code" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11020.      */
  11021.     protected function getTemplating_Helper_CodeService()
  11022.     {
  11023.         @trigger_error('The "templating.helper.code" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11024.         return $this->privates['templating.helper.code'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  11025.     }
  11026.     /**
  11027.      * Gets the private 'templating.helper.form' shared service.
  11028.      *
  11029.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper
  11030.      *
  11031.      * @deprecated The "templating.helper.form" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11032.      */
  11033.     protected function getTemplating_Helper_FormService()
  11034.     {
  11035.         @trigger_error('The "templating.helper.form" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11036.         return $this->privates['templating.helper.form'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper($this->getTemplating_Form_RendererService());
  11037.     }
  11038.     /**
  11039.      * Gets the private 'templating.helper.logout_url' shared service.
  11040.      *
  11041.      * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper
  11042.      *
  11043.      * @deprecated The "templating.helper.logout_url" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11044.      */
  11045.     protected function getTemplating_Helper_LogoutUrlService()
  11046.     {
  11047.         @trigger_error('The "templating.helper.logout_url" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11048.         return $this->privates['templating.helper.logout_url'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  11049.     }
  11050.     /**
  11051.      * Gets the private 'templating.helper.request' shared service.
  11052.      *
  11053.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper
  11054.      *
  11055.      * @deprecated The "templating.helper.request" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11056.      */
  11057.     protected function getTemplating_Helper_RequestService()
  11058.     {
  11059.         @trigger_error('The "templating.helper.request" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11060.         return $this->privates['templating.helper.request'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11061.     }
  11062.     /**
  11063.      * Gets the private 'templating.helper.router' shared service.
  11064.      *
  11065.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper
  11066.      *
  11067.      * @deprecated The "templating.helper.router" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11068.      */
  11069.     protected function getTemplating_Helper_RouterService()
  11070.     {
  11071.         @trigger_error('The "templating.helper.router" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11072.         return $this->privates['templating.helper.router'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper(($this->services['router'] ?? $this->getRouterService()));
  11073.     }
  11074.     /**
  11075.      * Gets the private 'templating.helper.security' shared service.
  11076.      *
  11077.      * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper
  11078.      *
  11079.      * @deprecated The "templating.helper.security" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11080.      */
  11081.     protected function getTemplating_Helper_SecurityService()
  11082.     {
  11083.         @trigger_error('The "templating.helper.security" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11084.         return $this->privates['templating.helper.security'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  11085.     }
  11086.     /**
  11087.      * Gets the private 'templating.helper.session' shared service.
  11088.      *
  11089.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper
  11090.      *
  11091.      * @deprecated The "templating.helper.session" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11092.      */
  11093.     protected function getTemplating_Helper_SessionService()
  11094.     {
  11095.         @trigger_error('The "templating.helper.session" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11096.         return $this->privates['templating.helper.session'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11097.     }
  11098.     /**
  11099.      * Gets the private 'templating.helper.slots' shared service.
  11100.      *
  11101.      * @return \Symfony\Component\Templating\Helper\SlotsHelper
  11102.      *
  11103.      * @deprecated The "templating.helper.slots" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11104.      */
  11105.     protected function getTemplating_Helper_SlotsService()
  11106.     {
  11107.         @trigger_error('The "templating.helper.slots" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11108.         return $this->privates['templating.helper.slots'] = new \Symfony\Component\Templating\Helper\SlotsHelper();
  11109.     }
  11110.     /**
  11111.      * Gets the private 'templating.helper.stopwatch' shared service.
  11112.      *
  11113.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\StopwatchHelper
  11114.      *
  11115.      * @deprecated The "templating.helper.stopwatch" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11116.      */
  11117.     protected function getTemplating_Helper_StopwatchService()
  11118.     {
  11119.         @trigger_error('The "templating.helper.stopwatch" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11120.         return $this->privates['templating.helper.stopwatch'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\StopwatchHelper(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11121.     }
  11122.     /**
  11123.      * Gets the private 'templating.helper.translator' shared service.
  11124.      *
  11125.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper
  11126.      *
  11127.      * @deprecated The "templating.helper.translator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11128.      */
  11129.     protected function getTemplating_Helper_TranslatorService()
  11130.     {
  11131.         @trigger_error('The "templating.helper.translator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11132.         return $this->privates['templating.helper.translator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper(($this->services['translator'] ?? $this->getTranslatorService()));
  11133.     }
  11134.     /**
  11135.      * Gets the private 'templating.locator' shared service.
  11136.      *
  11137.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  11138.      *
  11139.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11140.      */
  11141.     protected function getTemplating_LocatorService()
  11142.     {
  11143.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11144.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  11145.     }
  11146.     /**
  11147.      * Gets the private 'templating.name_parser' shared service.
  11148.      *
  11149.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  11150.      *
  11151.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  11152.      */
  11153.     protected function getTemplating_NameParserService()
  11154.     {
  11155.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  11156.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  11157.     }
  11158.     /**
  11159.      * Gets the private 'translation.extractor' shared service.
  11160.      *
  11161.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  11162.      */
  11163.     protected function getTranslation_ExtractorService()
  11164.     {
  11165.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  11166.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  11167.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  11168.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  11169.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  11170.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  11171.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  11172.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  11173.         return $instance;
  11174.     }
  11175.     /**
  11176.      * Gets the private 'translation.loader.csv' shared service.
  11177.      *
  11178.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  11179.      */
  11180.     protected function getTranslation_Loader_CsvService()
  11181.     {
  11182.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11183.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  11186.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  11187.     }
  11188.     /**
  11189.      * Gets the private 'translation.loader.dat' shared service.
  11190.      *
  11191.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  11192.      */
  11193.     protected function getTranslation_Loader_DatService()
  11194.     {
  11195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11196.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11197.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  11198.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  11199.     }
  11200.     /**
  11201.      * Gets the private 'translation.loader.ini' shared service.
  11202.      *
  11203.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  11204.      */
  11205.     protected function getTranslation_Loader_IniService()
  11206.     {
  11207.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11208.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11210.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  11211.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  11212.     }
  11213.     /**
  11214.      * Gets the private 'translation.loader.json' shared service.
  11215.      *
  11216.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  11217.      */
  11218.     protected function getTranslation_Loader_JsonService()
  11219.     {
  11220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11221.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11222.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11223.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  11224.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  11225.     }
  11226.     /**
  11227.      * Gets the private 'translation.loader.mo' shared service.
  11228.      *
  11229.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  11230.      */
  11231.     protected function getTranslation_Loader_MoService()
  11232.     {
  11233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  11237.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  11238.     }
  11239.     /**
  11240.      * Gets the private 'translation.loader.php' shared service.
  11241.      *
  11242.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  11243.      */
  11244.     protected function getTranslation_Loader_PhpService()
  11245.     {
  11246.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11247.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  11250.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  11251.     }
  11252.     /**
  11253.      * Gets the private 'translation.loader.po' shared service.
  11254.      *
  11255.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  11256.      */
  11257.     protected function getTranslation_Loader_PoService()
  11258.     {
  11259.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11260.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  11263.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  11264.     }
  11265.     /**
  11266.      * Gets the private 'translation.loader.qt' shared service.
  11267.      *
  11268.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  11269.      */
  11270.     protected function getTranslation_Loader_QtService()
  11271.     {
  11272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  11274.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  11275.     }
  11276.     /**
  11277.      * Gets the private 'translation.loader.res' shared service.
  11278.      *
  11279.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  11280.      */
  11281.     protected function getTranslation_Loader_ResService()
  11282.     {
  11283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11284.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11285.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  11286.     }
  11287.     /**
  11288.      * Gets the private 'translation.loader.xliff' shared service.
  11289.      *
  11290.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  11291.      */
  11292.     protected function getTranslation_Loader_XliffService()
  11293.     {
  11294.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11295.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  11296.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  11297.     }
  11298.     /**
  11299.      * Gets the private 'translation.loader.yml' shared service.
  11300.      *
  11301.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  11302.      */
  11303.     protected function getTranslation_Loader_YmlService()
  11304.     {
  11305.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11306.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  11309.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  11310.     }
  11311.     /**
  11312.      * Gets the private 'translation.reader' shared service.
  11313.      *
  11314.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  11315.      */
  11316.     protected function getTranslation_ReaderService()
  11317.     {
  11318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  11319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  11320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  11321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  11322.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  11323.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  11324.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  11325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  11326.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  11327.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  11328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  11329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  11330.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  11331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  11332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  11333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  11334.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  11335.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  11336.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  11337.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  11338.         $instance->addLoader('yaml'$a);
  11339.         $instance->addLoader('yml'$a);
  11340.         $instance->addLoader('xlf'$b);
  11341.         $instance->addLoader('xliff'$b);
  11342.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  11343.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  11344.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  11345.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  11346.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  11347.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  11348.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  11349.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  11350.         return $instance;
  11351.     }
  11352.     /**
  11353.      * Gets the private 'translation.warmer' shared service.
  11354.      *
  11355.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  11356.      */
  11357.     protected function getTranslation_WarmerService()
  11358.     {
  11359.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  11361.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11362.             'translator' => ['services''translator''getTranslatorService'false],
  11363.         ], [
  11364.             'translator' => '?',
  11365.         ]))->withContext('translation.warmer'$this));
  11366.     }
  11367.     /**
  11368.      * Gets the private 'translator.default' shared service.
  11369.      *
  11370.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  11371.      */
  11372.     protected function getTranslator_DefaultService()
  11373.     {
  11374.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11375.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  11376.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  11377.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  11378.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  11379.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  11380.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  11381.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  11382.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  11383.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  11384.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  11385.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  11386.         ], [
  11387.             'translation.loader.csv' => '?',
  11388.             'translation.loader.dat' => '?',
  11389.             'translation.loader.ini' => '?',
  11390.             'translation.loader.json' => '?',
  11391.             'translation.loader.mo' => '?',
  11392.             'translation.loader.php' => '?',
  11393.             'translation.loader.po' => '?',
  11394.             'translation.loader.qt' => '?',
  11395.             'translation.loader.res' => '?',
  11396.             'translation.loader.xliff' => '?',
  11397.             'translation.loader.yml' => '?',
  11398.         ]), 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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], '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/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], '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')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], '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/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 12 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/KnpPaginatorBundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 36 => (\dirname(__DIR__4).'/src/Resources/ApiPlatformBundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/LexikJWTAuthenticationBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/whiteoctober/tcpdf-bundle/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/WhiteOctoberTCPDFBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/KnpSnappyBundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/symfony/ux-dropzone/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/DropzoneBundle/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/VichUploaderBundle/translations'), 48 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/symfony/twig-bundle/translations'10 => 'src/Resources/TwigBundle/translations'11 => 'vendor/twig/extra-bundle/translations'12 => 'src/Resources/TwigExtraBundle/translations'13 => 'vendor/sensio/framework-extra-bundle/src/translations'14 => 'src/Resources/SensioFrameworkExtraBundle/translations'15 => 'vendor/doctrine/doctrine-bundle/translations'16 => 'src/Resources/DoctrineBundle/translations'17 => 'vendor/doctrine/doctrine-migrations-bundle/translations'18 => 'src/Resources/DoctrineMigrationsBundle/translations'19 => 'vendor/symfony/security-bundle/translations'20 => 'src/Resources/SecurityBundle/translations'21 => 'vendor/symfony/web-profiler-bundle/translations'22 => 'src/Resources/WebProfilerBundle/translations'23 => 'vendor/symfony/monolog-bundle/translations'24 => 'src/Resources/MonologBundle/translations'25 => 'vendor/symfony/debug-bundle/translations'26 => 'src/Resources/DebugBundle/translations'27 => 'vendor/symfony/maker-bundle/src/translations'28 => 'src/Resources/MakerBundle/translations'29 => 'vendor/symfony/web-server-bundle/translations'30 => 'src/Resources/WebServerBundle/translations'31 => 'src/Resources/KnpPaginatorBundle/translations'32 => 'src/Resources/FOSUserBundle/translations'33 => 'vendor/nelmio/cors-bundle/translations'34 => 'src/Resources/NelmioCorsBundle/translations'35 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'36 => 'src/Resources/ApiPlatformBundle/translations'37 => 'vendor/lexik/jwt-authentication-bundle/translations'38 => 'src/Resources/LexikJWTAuthenticationBundle/translations'39 => 'vendor/symfony/swiftmailer-bundle/translations'40 => 'src/Resources/SwiftmailerBundle/translations'41 => 'vendor/whiteoctober/tcpdf-bundle/translations'42 => 'src/Resources/WhiteOctoberTCPDFBundle/translations'43 => 'vendor/knplabs/knp-snappy-bundle/src/translations'44 => 'src/Resources/KnpSnappyBundle/translations'45 => 'vendor/symfony/ux-dropzone/translations'46 => 'src/Resources/DropzoneBundle/translations'47 => 'src/Resources/VichUploaderBundle/translations'48 => 'src/Resources/translations']]]);
  11399.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  11400.         $instance->setFallbackLocales([=> 'fr']);
  11401.         return $instance;
  11402.     }
  11403.     /**
  11404.      * Gets the private 'twig.cache_warmer' shared service.
  11405.      *
  11406.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  11407.      *
  11408.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  11409.      */
  11410.     protected function getTwig_CacheWarmerService()
  11411.     {
  11412.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  11413.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), ($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  11414.     }
  11415.     /**
  11416.      * Gets the private 'twig.command.debug' shared service.
  11417.      *
  11418.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  11419.      */
  11420.     protected function getTwig_Command_DebugService()
  11421.     {
  11422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11423.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  11424.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  11425.         $instance->setName('debug:twig');
  11426.         return $instance;
  11427.     }
  11428.     /**
  11429.      * Gets the private 'twig.command.lint' shared service.
  11430.      *
  11431.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  11432.      */
  11433.     protected function getTwig_Command_LintService()
  11434.     {
  11435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11436.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  11437.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  11438.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  11439.         $instance->setName('lint:twig');
  11440.         return $instance;
  11441.     }
  11442.     /**
  11443.      * Gets the private 'twig.form.engine' shared service.
  11444.      *
  11445.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  11446.      */
  11447.     protected function getTwig_Form_EngineService()
  11448.     {
  11449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  11450.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  11451.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  11452.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  11453.     }
  11454.     /**
  11455.      * Gets the private 'twig.form.renderer' shared service.
  11456.      *
  11457.      * @return \Symfony\Component\Form\FormRenderer
  11458.      */
  11459.     protected function getTwig_Form_RendererService()
  11460.     {
  11461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  11462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  11463.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  11464.     }
  11465.     /**
  11466.      * Gets the private 'twig.mailer.message_listener' shared service.
  11467.      *
  11468.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  11469.      */
  11470.     protected function getTwig_Mailer_MessageListenerService()
  11471.     {
  11472.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  11473.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  11474.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  11475.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  11476.     }
  11477.     /**
  11478.      * Gets the private 'twig.runtime.httpkernel' shared service.
  11479.      *
  11480.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  11481.      */
  11482.     protected function getTwig_Runtime_HttpkernelService()
  11483.     {
  11484.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  11485.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  11486.     }
  11487.     /**
  11488.      * Gets the private 'twig.runtime.security_csrf' shared service.
  11489.      *
  11490.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  11491.      */
  11492.     protected function getTwig_Runtime_SecurityCsrfService()
  11493.     {
  11494.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  11495.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  11496.     }
  11497.     /**
  11498.      * Gets the private 'twig.template_cache_warmer' shared service.
  11499.      *
  11500.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  11501.      */
  11502.     protected function getTwig_TemplateCacheWarmerService()
  11503.     {
  11504.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11505.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  11506.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  11507.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  11508.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  11509.     }
  11510.     /**
  11511.      * Gets the private 'validator.builder' shared service.
  11512.      *
  11513.      * @return \Symfony\Component\Validator\ValidatorBuilder
  11514.      */
  11515.     protected function getValidator_BuilderService()
  11516.     {
  11517.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  11518.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  11519.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11520.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11521.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11522.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  11523.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11524.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  11525.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  11526.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  11527.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  11528.         ], [
  11529.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  11530.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  11531.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  11532.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  11533.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  11534.             'doctrine.orm.validator.unique' => '?',
  11535.             'security.validator.user_password' => '?',
  11536.             'validator.expression' => '?',
  11537.         ])));
  11538.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  11539.         $instance->setTranslationDomain('validators');
  11540.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  11541.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  11542.         $instance->addMethodMapping('loadValidatorMetadata');
  11543.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  11544.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  11545.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  11546.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  11547.         return $instance;
  11548.     }
  11549.     /**
  11550.      * Gets the private 'validator.email' shared service.
  11551.      *
  11552.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  11553.      */
  11554.     protected function getValidator_EmailService()
  11555.     {
  11556.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11557.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11558.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  11559.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  11560.     }
  11561.     /**
  11562.      * Gets the private 'validator.expression' shared service.
  11563.      *
  11564.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  11565.      */
  11566.     protected function getValidator_ExpressionService()
  11567.     {
  11568.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11569.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11570.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  11571.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  11572.     }
  11573.     /**
  11574.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  11575.      *
  11576.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  11577.      */
  11578.     protected function getValidator_Mapping_CacheWarmerService()
  11579.     {
  11580.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  11583.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  11584.     }
  11585.     /**
  11586.      * Gets the private 'validator.not_compromised_password' shared service.
  11587.      *
  11588.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  11589.      */
  11590.     protected function getValidator_NotCompromisedPasswordService()
  11591.     {
  11592.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11593.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11594.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  11595.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  11596.     }
  11597.     /**
  11598.      * Gets the private 'var_dumper.command.server_dump' shared service.
  11599.      *
  11600.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  11601.      */
  11602.     protected function getVarDumper_Command_ServerDumpService()
  11603.     {
  11604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11605.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  11606.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  11607.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  11608.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  11609.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  11610.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  11611.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11612.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11613.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11614.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  11615.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  11616.         $instance->setName('server:dump');
  11617.         return $instance;
  11618.     }
  11619.     /**
  11620.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  11621.      *
  11622.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  11623.      */
  11624.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  11625.     {
  11626.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  11627.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11628.         return $instance;
  11629.     }
  11630.     /**
  11631.      * Gets the private 'var_dumper.html_dumper' shared service.
  11632.      *
  11633.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  11634.      */
  11635.     protected function getVarDumper_HtmlDumperService()
  11636.     {
  11637.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  11638.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  11639.         return $instance;
  11640.     }
  11641.     /**
  11642.      * Gets the private 'var_dumper.server_connection' shared service.
  11643.      *
  11644.      * @return \Symfony\Component\VarDumper\Server\Connection
  11645.      */
  11646.     protected function getVarDumper_ServerConnectionService()
  11647.     {
  11648.         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()]);
  11649.     }
  11650.     /**
  11651.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  11652.      *
  11653.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  11654.      */
  11655.     protected function getVichUploader_Command_MappingDebugService()
  11656.     {
  11657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11658.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  11659.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand([]);
  11660.         $instance->setName('vich:mapping:debug');
  11661.         return $instance;
  11662.     }
  11663.     /**
  11664.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  11665.      *
  11666.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  11667.      */
  11668.     protected function getVichUploader_Command_MappingDebugClassService()
  11669.     {
  11670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11671.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  11672.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  11673.         $instance->setName('vich:mapping:debug-class');
  11674.         return $instance;
  11675.     }
  11676.     /**
  11677.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  11678.      *
  11679.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  11680.      */
  11681.     protected function getVichUploader_Command_MappingListClassesService()
  11682.     {
  11683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11684.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  11685.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  11686.         $instance->setName('vich:mapping:list-classes');
  11687.         return $instance;
  11688.     }
  11689.     /**
  11690.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  11691.      *
  11692.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  11693.      */
  11694.     protected function getVichUploader_MetadataReaderService()
  11695.     {
  11696.         $a = new \Metadata\Driver\FileLocator([]);
  11697.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  11698.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  11699.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  11700.     }
  11701.     /**
  11702.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  11703.      *
  11704.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  11705.      */
  11706.     protected function getVichUploader_PropertyMappingFactoryService()
  11707.     {
  11708.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  11709.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), [], '_name');
  11710.     }
  11711.     /**
  11712.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  11713.      *
  11714.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  11715.      */
  11716.     protected function getVichUploader_Storage_FileSystemService()
  11717.     {
  11718.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  11719.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  11720.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  11721.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  11722.     }
  11723.     /**
  11724.      * Gets the private 'web_profiler.csp.handler' shared service.
  11725.      *
  11726.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  11727.      */
  11728.     protected function getWebProfiler_Csp_HandlerService()
  11729.     {
  11730.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  11731.     }
  11732.     /**
  11733.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  11734.      *
  11735.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  11736.      */
  11737.     protected function getWebProfiler_DebugToolbarService()
  11738.     {
  11739.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  11740.     }
  11741.     /**
  11742.      * Gets the private 'web_server.command.server_run' shared service.
  11743.      *
  11744.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  11745.      */
  11746.     protected function getWebServer_Command_ServerRunService()
  11747.     {
  11748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11749.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  11750.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  11751.         $instance->setName('server:run');
  11752.         return $instance;
  11753.     }
  11754.     /**
  11755.      * Gets the private 'web_server.command.server_start' shared service.
  11756.      *
  11757.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  11758.      */
  11759.     protected function getWebServer_Command_ServerStartService()
  11760.     {
  11761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11762.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  11763.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  11764.         $instance->setName('server:start');
  11765.         return $instance;
  11766.     }
  11767.     /**
  11768.      * Gets the private 'web_server.command.server_status' shared service.
  11769.      *
  11770.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  11771.      */
  11772.     protected function getWebServer_Command_ServerStatusService()
  11773.     {
  11774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11775.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  11776.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__4));
  11777.         $instance->setName('server:status');
  11778.         return $instance;
  11779.     }
  11780.     /**
  11781.      * Gets the private 'web_server.command.server_stop' shared service.
  11782.      *
  11783.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  11784.      */
  11785.     protected function getWebServer_Command_ServerStopService()
  11786.     {
  11787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11788.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  11789.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__4));
  11790.         $instance->setName('server:stop');
  11791.         return $instance;
  11792.     }
  11793.     /**
  11794.      * @return array|bool|float|int|string|\UnitEnum|null
  11795.      */
  11796.     public function getParameter($name)
  11797.     {
  11798.         $name = (string) $name;
  11799.         if (isset($this->buildParameters[$name])) {
  11800.             return $this->buildParameters[$name];
  11801.         }
  11802.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  11803.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  11804.         }
  11805.         if (isset($this->loadedDynamicParameters[$name])) {
  11806.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11807.         }
  11808.         return $this->parameters[$name];
  11809.     }
  11810.     public function hasParameter($name): bool
  11811.     {
  11812.         $name = (string) $name;
  11813.         if (isset($this->buildParameters[$name])) {
  11814.             return true;
  11815.         }
  11816.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  11817.     }
  11818.     public function setParameter($name$value): void
  11819.     {
  11820.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  11821.     }
  11822.     public function getParameterBag(): ParameterBagInterface
  11823.     {
  11824.         if (null === $this->parameterBag) {
  11825.             $parameters $this->parameters;
  11826.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  11827.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  11828.             }
  11829.             foreach ($this->buildParameters as $name => $value) {
  11830.                 $parameters[$name] = $value;
  11831.             }
  11832.             $this->parameterBag = new FrozenParameterBag($parameters);
  11833.         }
  11834.         return $this->parameterBag;
  11835.     }
  11836.     private $loadedDynamicParameters = [
  11837.         'kernel.cache_dir' => false,
  11838.         'kernel.secret' => false,
  11839.         'validator.mapping.cache.file' => false,
  11840.         'profiler.storage.dsn' => false,
  11841.         'debug.container.dump' => false,
  11842.         'serializer.mapping.cache.file' => false,
  11843.         'doctrine.orm.proxy_dir' => false,
  11844.         'nelmio_cors.defaults' => false,
  11845.         'lexik_jwt_authentication.pass_phrase' => false,
  11846.         'swiftmailer.spool.default.memory.path' => false,
  11847.         'white_october_tcpdf.tcpdf' => false,
  11848.     ];
  11849.     private $dynamicParameters = [];
  11850.     private function getDynamicParameter(string $name)
  11851.     {
  11852.         switch ($name) {
  11853.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  11854.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  11855.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  11856.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  11857.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  11858.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  11859.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  11860.             case 'nelmio_cors.defaults'$value = [
  11861.                 'allow_origin' => [
  11862.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  11863.                 ],
  11864.                 'allow_credentials' => false,
  11865.                 'allow_headers' => [
  11866.                     => 'content-type',
  11867.                     => 'authorization',
  11868.                 ],
  11869.                 'expose_headers' => [
  11870.                     => 'Link',
  11871.                 ],
  11872.                 'allow_methods' => [
  11873.                     => 'GET',
  11874.                     => 'OPTIONS',
  11875.                     => 'POST',
  11876.                     => 'PUT',
  11877.                     => 'PATCH',
  11878.                     => 'DELETE',
  11879.                 ],
  11880.                 'max_age' => 31536000,
  11881.                 'hosts' => [
  11882.                 ],
  11883.                 'origin_regex' => true,
  11884.                 'forced_allow_origin_value' => NULL,
  11885.                 'skip_same_as_origin' => true,
  11886.             ]; break;
  11887.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  11888.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  11889.             case 'white_october_tcpdf.tcpdf'$value = [
  11890.                 'k_path_url' => (\dirname(__DIR__4).'/src/../vendor/tecnickcom/tcpdf/'),
  11891.                 'k_path_main' => (\dirname(__DIR__4).'/src/../vendor/tecnickcom/tcpdf/'),
  11892.                 'k_path_fonts' => (\dirname(__DIR__4).'/src/../vendor/tecnickcom/tcpdf/fonts/'),
  11893.                 'k_path_cache' => ($this->targetDir.''.'/tcpdf'),
  11894.                 'k_path_url_cache' => ($this->targetDir.''.'/tcpdf'),
  11895.                 'k_path_images' => (\dirname(__DIR__4).'/src/../vendor/tecnickcom/tcpdf/examples/images/'),
  11896.                 'k_blank_image' => (\dirname(__DIR__4).'/src/../vendor/tecnickcom/tcpdf/examples/images/_blank.png'),
  11897.                 'k_cell_height_ratio' => 1.25,
  11898.                 'k_title_magnification' => 1.3,
  11899.                 'k_small_ratio' => 0.6666666666666666,
  11900.                 'k_thai_topchars' => true,
  11901.                 'k_tcpdf_calls_in_html' => false,
  11902.                 'k_tcpdf_external_config' => true,
  11903.                 'k_tcpdf_throw_exception_error' => true,
  11904.                 'head_magnification' => 1.1,
  11905.                 'pdf_page_format' => 'A4',
  11906.                 'pdf_page_orientation' => 'P',
  11907.                 'pdf_creator' => 'TCPDF',
  11908.                 'pdf_author' => 'TCPDF',
  11909.                 'pdf_header_title' => '',
  11910.                 'pdf_header_string' => '',
  11911.                 'pdf_header_logo' => '',
  11912.                 'pdf_header_logo_width' => '',
  11913.                 'pdf_unit' => 'mm',
  11914.                 'pdf_margin_header' => 5,
  11915.                 'pdf_margin_footer' => 10,
  11916.                 'pdf_margin_top' => 27,
  11917.                 'pdf_margin_bottom' => 25,
  11918.                 'pdf_margin_left' => 15,
  11919.                 'pdf_margin_right' => 15,
  11920.                 'pdf_font_name_main' => 'helvetica',
  11921.                 'pdf_font_size_main' => 10,
  11922.                 'pdf_font_name_data' => 'helvetica',
  11923.                 'pdf_font_size_data' => 8,
  11924.                 'pdf_font_monospaced' => 'courier',
  11925.                 'pdf_image_scale_ratio' => 1.25,
  11926.             ]; break;
  11927.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  11928.         }
  11929.         $this->loadedDynamicParameters[$name] = true;
  11930.         return $this->dynamicParameters[$name] = $value;
  11931.     }
  11932.     protected function getDefaultParameters(): array
  11933.     {
  11934.         return [
  11935.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  11936.             'kernel.project_dir' => \dirname(__DIR__4),
  11937.             'kernel.environment' => 'dev',
  11938.             'kernel.debug' => true,
  11939.             'kernel.name' => 'src',
  11940.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  11941.             'kernel.bundles' => [
  11942.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  11943.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  11944.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  11945.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  11946.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  11947.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  11948.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  11949.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  11950.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  11951.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  11952.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  11953.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  11954.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  11955.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  11956.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  11957.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  11958.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  11959.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  11960.                 'WhiteOctoberTCPDFBundle' => 'WhiteOctober\\TCPDFBundle\\WhiteOctoberTCPDFBundle',
  11961.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  11962.                 'DropzoneBundle' => 'Symfony\\UX\\Dropzone\\DropzoneBundle',
  11963.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  11964.             ],
  11965.             'kernel.bundles_metadata' => [
  11966.                 'FrameworkBundle' => [
  11967.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  11968.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  11969.                 ],
  11970.                 'TwigBundle' => [
  11971.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  11972.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  11973.                 ],
  11974.                 'TwigExtraBundle' => [
  11975.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  11976.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  11977.                 ],
  11978.                 'SensioFrameworkExtraBundle' => [
  11979.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  11980.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  11981.                 ],
  11982.                 'DoctrineBundle' => [
  11983.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  11984.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  11985.                 ],
  11986.                 'DoctrineMigrationsBundle' => [
  11987.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  11988.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  11989.                 ],
  11990.                 'SecurityBundle' => [
  11991.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  11992.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  11993.                 ],
  11994.                 'WebProfilerBundle' => [
  11995.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  11996.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  11997.                 ],
  11998.                 'MonologBundle' => [
  11999.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  12000.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  12001.                 ],
  12002.                 'DebugBundle' => [
  12003.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  12004.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  12005.                 ],
  12006.                 'MakerBundle' => [
  12007.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  12008.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  12009.                 ],
  12010.                 'WebServerBundle' => [
  12011.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  12012.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  12013.                 ],
  12014.                 'KnpPaginatorBundle' => [
  12015.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  12016.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  12017.                 ],
  12018.                 'FOSUserBundle' => [
  12019.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  12020.                     'namespace' => 'FOS\\UserBundle',
  12021.                 ],
  12022.                 'NelmioCorsBundle' => [
  12023.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  12024.                     'namespace' => 'Nelmio\\CorsBundle',
  12025.                 ],
  12026.                 'ApiPlatformBundle' => [
  12027.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  12028.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  12029.                 ],
  12030.                 'LexikJWTAuthenticationBundle' => [
  12031.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  12032.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  12033.                 ],
  12034.                 'SwiftmailerBundle' => [
  12035.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  12036.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  12037.                 ],
  12038.                 'WhiteOctoberTCPDFBundle' => [
  12039.                     'path' => (\dirname(__DIR__4).'/vendor/whiteoctober/tcpdf-bundle'),
  12040.                     'namespace' => 'WhiteOctober\\TCPDFBundle',
  12041.                 ],
  12042.                 'KnpSnappyBundle' => [
  12043.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  12044.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  12045.                 ],
  12046.                 'DropzoneBundle' => [
  12047.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-dropzone'),
  12048.                     'namespace' => 'Symfony\\UX\\Dropzone',
  12049.                 ],
  12050.                 'VichUploaderBundle' => [
  12051.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  12052.                     'namespace' => 'Vich\\UploaderBundle',
  12053.                 ],
  12054.             ],
  12055.             'kernel.charset' => 'UTF-8',
  12056.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  12057.             'container.dumper.inline_class_loader' => true,
  12058.             'container.dumper.inline_factories' => true,
  12059.             'session_max_idle_time' => 31536000,
  12060.             'avatars_directory' => (\dirname(__DIR__4).'/public/uploads/avatars'),
  12061.             'upload_directory' => (\dirname(__DIR__4).'/public/uploads/actionfiles'),
  12062.             'opportunities_directory' => (\dirname(__DIR__4).'/public/uploads/opportunities'),
  12063.             'logo_client_directory' => (\dirname(__DIR__4).'/public/uploads/logo_client'),
  12064.             'export_soldes_conge' => (\dirname(__DIR__4).'/public/uploads/export_soldes_conge/'),
  12065.             'export_xsl_conge' => (\dirname(__DIR__4).'/public/uploads/export_xsl_conge/'),
  12066.             'demandes_conge' => (\dirname(__DIR__4).'/public/uploads/demandes_conge/'),
  12067.             'export_xsl_autorisation' => (\dirname(__DIR__4).'/public/uploads/export_xsl_autorisation/'),
  12068.             'export_xsl_teletravail' => (\dirname(__DIR__4).'/public/uploads/export_xsl_teletravail/'),
  12069.             'export_xsl_historique_bilan' => (\dirname(__DIR__4).'/public/uploads/export_xsl_historique_bilan/'),
  12070.             'export_xsl_opportunity' => (\dirname(__DIR__4).'/public/uploads/export_xsl_opportunity/'),
  12071.             'app_memory_limit' => '512M',
  12072.             'wkhtml_base_home_dir' => '',
  12073.             'app.locales' => [
  12074.                 => 'fr',
  12075.                 => 'en',
  12076.             ],
  12077.             'locale' => 'fr',
  12078.             'event_dispatcher.event_aliases' => [
  12079.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  12080.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  12081.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  12082.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  12083.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  12084.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  12085.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  12086.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  12087.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  12088.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  12089.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  12090.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  12091.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  12092.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  12093.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  12094.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  12095.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  12096.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  12097.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  12098.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  12099.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  12100.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  12101.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  12102.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  12103.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  12104.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  12105.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  12106.             ],
  12107.             'fragment.renderer.hinclude.global_template' => NULL,
  12108.             'fragment.path' => '/_fragment',
  12109.             'kernel.http_method_override' => true,
  12110.             'kernel.trusted_hosts' => [
  12111.             ],
  12112.             'kernel.default_locale' => 'fr',
  12113.             'kernel.error_controller' => 'error_controller',
  12114.             'templating.helper.code.file_link_format' => NULL,
  12115.             'debug.file_link_format' => NULL,
  12116.             'session.metadata.storage_key' => '_sf2_meta',
  12117.             'session.storage.options' => [
  12118.                 'cache_limiter' => '0',
  12119.                 'cookie_lifetime' => 31536000,
  12120.                 'cookie_secure' => 'auto',
  12121.                 'cookie_httponly' => true,
  12122.                 'cookie_samesite' => 'lax',
  12123.                 'gc_probability' => 1,
  12124.             ],
  12125.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  12126.             'session.metadata.update_threshold' => 0,
  12127.             'form.type_extension.csrf.enabled' => true,
  12128.             'form.type_extension.csrf.field_name' => '_token',
  12129.             'asset.request_context.base_path' => '',
  12130.             'asset.request_context.secure' => false,
  12131.             'templating.loader.cache.path' => NULL,
  12132.             'templating.engines' => [
  12133.                 => 'twig',
  12134.                 => 'php',
  12135.             ],
  12136.             'templating.helper.form.resources' => [
  12137.                 => 'FrameworkBundle:Form',
  12138.             ],
  12139.             'validator.translation_domain' => 'validators',
  12140.             'translator.logging' => false,
  12141.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  12142.             'profiler_listener.only_exceptions' => false,
  12143.             'profiler_listener.only_master_requests' => false,
  12144.             'debug.error_handler.throw_at' => -1,
  12145.             'router.request_context.host' => 'localhost',
  12146.             'router.request_context.scheme' => 'http',
  12147.             'router.request_context.base_url' => '',
  12148.             'router.resource' => 'kernel::loadRoutes',
  12149.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  12150.             'request_listener.http_port' => 80,
  12151.             'request_listener.https_port' => 443,
  12152.             'twig.exception_listener.controller' => NULL,
  12153.             'twig.form.resources' => [
  12154.                 => '@VichUploader/Form/fields.html.twig',
  12155.                 => 'form_div_layout.html.twig',
  12156.                 => '@Dropzone/form_theme.html.twig',
  12157.             ],
  12158.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  12159.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  12160.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  12161.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  12162.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  12163.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  12164.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  12165.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  12166.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  12167.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  12168.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  12169.             'doctrine.entity_managers' => [
  12170.                 'default' => 'doctrine.orm.default_entity_manager',
  12171.             ],
  12172.             'doctrine.default_entity_manager' => 'default',
  12173.             'doctrine.dbal.connection_factory.types' => [
  12174.             ],
  12175.             'doctrine.connections' => [
  12176.                 'default' => 'doctrine.dbal.default_connection',
  12177.             ],
  12178.             'doctrine.default_connection' => 'default',
  12179.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  12180.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  12181.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  12182.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  12183.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  12184.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  12185.             'doctrine.orm.cache.memcache_host' => 'localhost',
  12186.             'doctrine.orm.cache.memcache_port' => 11211,
  12187.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  12188.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  12189.             'doctrine.orm.cache.memcached_host' => 'localhost',
  12190.             'doctrine.orm.cache.memcached_port' => 11211,
  12191.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  12192.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  12193.             'doctrine.orm.cache.redis_host' => 'localhost',
  12194.             'doctrine.orm.cache.redis_port' => 6379,
  12195.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  12196.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  12197.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  12198.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  12199.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  12200.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  12201.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  12202.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  12203.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  12204.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  12205.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  12206.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  12207.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  12208.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  12209.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  12210.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  12211.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  12212.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  12213.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  12214.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  12215.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  12216.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  12217.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  12218.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  12219.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  12220.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  12221.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  12222.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  12223.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  12224.             'doctrine.orm.auto_generate_proxy_classes' => true,
  12225.             'doctrine.orm.proxy_namespace' => 'Proxies',
  12226.             'doctrine.migrations.preferred_em' => NULL,
  12227.             'doctrine.migrations.preferred_connection' => NULL,
  12228.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  12229.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  12230.             'security.role_hierarchy.roles' => [
  12231.                 'ROLE_AFFICHER_GROUPE' => [
  12232.                     => 'ROLE_USER',
  12233.                 ],
  12234.                 'ROLE_AJOUTER_GROUPE' => [
  12235.                     => 'ROLE_USER',
  12236.                 ],
  12237.                 'ROLE_MODIFIER_GROUPE' => [
  12238.                     => 'ROLE_USER',
  12239.                 ],
  12240.                 'ROLE_SUPPRIMER_GROUPE' => [
  12241.                     => 'ROLE_USER',
  12242.                 ],
  12243.                 'ROLE_AFFICHER_FONCTION' => [
  12244.                     => 'ROLE_USER',
  12245.                 ],
  12246.                 'ROLE_AJOUTER_FONCTION' => [
  12247.                     => 'ROLE_USER',
  12248.                 ],
  12249.                 'ROLE_MODIFIER_FONCTION' => [
  12250.                     => 'ROLE_USER',
  12251.                 ],
  12252.                 'ROLE_SUPPRIMER_FONCTION' => [
  12253.                     => 'ROLE_USER',
  12254.                 ],
  12255.                 'ROLE_AFFICHER_UTILISATEUR' => [
  12256.                     => 'ROLE_USER',
  12257.                 ],
  12258.                 'ROLE_AJOUTER_UTILISATEUR' => [
  12259.                     => 'ROLE_USER',
  12260.                 ],
  12261.                 'ROLE_MODIFIER_UTILISATEUR' => [
  12262.                     => 'ROLE_USER',
  12263.                 ],
  12264.                 'ROLE_SUPPRIMER_UTILISATEUR' => [
  12265.                     => 'ROLE_USER',
  12266.                 ],
  12267.                 'ROLE_RESET_PWD_UTILISATEUR' => [
  12268.                     => 'ROLE_USER',
  12269.                 ],
  12270.                 'ROLE_FAST_CONNEXION_UTILISATEUR' => [
  12271.                     => 'ROLE_USER',
  12272.                 ],
  12273.                 'ROLE_CHANGE_ROLE_UTILISATEUR' => [
  12274.                     => 'ROLE_USER',
  12275.                 ],
  12276.                 'ROLE_UTILISATEUR_COMMERCIALE' => [
  12277.                     => 'ROLE_USER',
  12278.                 ],
  12279.                 'ROLE_AFFICHER_DIRECTION' => [
  12280.                     => 'ROLE_USER',
  12281.                 ],
  12282.                 'ROLE_AJOUTER_DIRECTION' => [
  12283.                     => 'ROLE_USER',
  12284.                 ],
  12285.                 'ROLE_MODIFIER_DIRECTION' => [
  12286.                     => 'ROLE_USER',
  12287.                 ],
  12288.                 'ROLE_SUPPRIMER_DIRECTION' => [
  12289.                     => 'ROLE_USER',
  12290.                 ],
  12291.                 'ROLE_AFFICHER_SERVICE' => [
  12292.                     => 'ROLE_USER',
  12293.                 ],
  12294.                 'ROLE_AJOUTER_SERVICE' => [
  12295.                     => 'ROLE_USER',
  12296.                 ],
  12297.                 'ROLE_MODIFIER_SERVICE' => [
  12298.                     => 'ROLE_USER',
  12299.                 ],
  12300.                 'ROLE_SUPPRIMER_SERVICE' => [
  12301.                     => 'ROLE_USER',
  12302.                 ],
  12303.                 'ROLE_AFFICHER_SALLE' => [
  12304.                     => 'ROLE_USER',
  12305.                 ],
  12306.                 'ROLE_AJOUTER_SALLE' => [
  12307.                     => 'ROLE_USER',
  12308.                 ],
  12309.                 'ROLE_MODIFIER_SALLE' => [
  12310.                     => 'ROLE_USER',
  12311.                 ],
  12312.                 'ROLE_SUPPRIMER_SALLE' => [
  12313.                     => 'ROLE_USER',
  12314.                 ],
  12315.                 'ROLE_AFFICHER_RESPONSABLE' => [
  12316.                     => 'ROLE_USER',
  12317.                 ],
  12318.                 'ROLE_AJOUTER_RESPONSABLE' => [
  12319.                     => 'ROLE_USER',
  12320.                 ],
  12321.                 'ROLE_MODIFIER_RESPONSABLE' => [
  12322.                     => 'ROLE_USER',
  12323.                 ],
  12324.                 'ROLE_SUPPRIMER_RESPONSABLE' => [
  12325.                     => 'ROLE_USER',
  12326.                 ],
  12327.                 'ROLE_ACTIVER_DESACTIVER_RESPONSABLE' => [
  12328.                     => 'ROLE_USER',
  12329.                 ],
  12330.                 'ROLE_AFFICHER_INTERIM_TEMPORAIRE' => [
  12331.                     => 'ROLE_USER',
  12332.                 ],
  12333.                 'ROLE_AJOUTER_INTERIM_TEMPORAIRE' => [
  12334.                     => 'ROLE_USER',
  12335.                 ],
  12336.                 'ROLE_MODIFIER_INTERIM_TEMPORAIRE' => [
  12337.                     => 'ROLE_USER',
  12338.                 ],
  12339.                 'ROLE_SUPPRIMER_INTERIM_TEMPORAIRE' => [
  12340.                     => 'ROLE_USER',
  12341.                 ],
  12342.                 'ROLE_ACTIVER_DESACTIVER_INTERIM_TEMPORAIRE' => [
  12343.                     => 'ROLE_USER',
  12344.                 ],
  12345.                 'ROLE_AFFICHER_JOUR_FERIES' => [
  12346.                     => 'ROLE_USER',
  12347.                 ],
  12348.                 'ROLE_AJOUTER_JOUR_FERIES' => [
  12349.                     => 'ROLE_USER',
  12350.                 ],
  12351.                 'ROLE_MODIFIER_JOUR_FERIES' => [
  12352.                     => 'ROLE_USER',
  12353.                 ],
  12354.                 'ROLE_SUPPRIMER_JOUR_FERIES' => [
  12355.                     => 'ROLE_USER',
  12356.                 ],
  12357.                 'ROLE_AFFICHER_SEANCE_TRAVAIL' => [
  12358.                     => 'ROLE_USER',
  12359.                 ],
  12360.                 'ROLE_AJOUTER_SEANCE_TRAVAIL' => [
  12361.                     => 'ROLE_USER',
  12362.                 ],
  12363.                 'ROLE_MODIFIER_SEANCE_TRAVAIL' => [
  12364.                     => 'ROLE_USER',
  12365.                 ],
  12366.                 'ROLE_SUPPRIMER_SEANCE_TRAVAIL' => [
  12367.                     => 'ROLE_USER',
  12368.                 ],
  12369.                 'ROLE_AFFICHER_HEURE_TRAVAIL' => [
  12370.                     => 'ROLE_USER',
  12371.                 ],
  12372.                 'ROLE_MODIFIER_HEURE_TRAVAIL' => [
  12373.                     => 'ROLE_USER',
  12374.                 ],
  12375.                 'ROLE_AFFICHER_PLANIFICATION_SEMAINE' => [
  12376.                     => 'ROLE_USER',
  12377.                 ],
  12378.                 'ROLE_MODIFIER_PLANIFICATION_SEMAINE' => [
  12379.                     => 'ROLE_USER',
  12380.                 ],
  12381.                 'ROLE_AFFICHER_FUNCTIONALITY_RH' => [
  12382.                     => 'ROLE_USER',
  12383.                 ],
  12384.                 'ROLE_AJOUTER_FUNCTIONALITY_RH' => [
  12385.                     => 'ROLE_USER',
  12386.                 ],
  12387.                 'ROLE_MODIFIER_FUNCTIONALITY_RH' => [
  12388.                     => 'ROLE_USER',
  12389.                 ],
  12390.                 'ROLE_SUPPRIMER_FUNCTIONALITY_RH' => [
  12391.                     => 'ROLE_USER',
  12392.                 ],
  12393.                 'ROLE_AFFICHER_PROCESS_RH' => [
  12394.                     => 'ROLE_USER',
  12395.                 ],
  12396.                 'ROLE_AJOUTER_PROCESS_RH' => [
  12397.                     => 'ROLE_USER',
  12398.                 ],
  12399.                 'ROLE_MODIFIER_PROCESS_RH' => [
  12400.                     => 'ROLE_USER',
  12401.                 ],
  12402.                 'ROLE_SUPPRIMER_PROCESS_RH' => [
  12403.                     => 'ROLE_USER',
  12404.                 ],
  12405.                 'ROLE_ACTIVER_DESACTIVER_PROCESS_RH' => [
  12406.                     => 'ROLE_USER',
  12407.                 ],
  12408.                 'ROLE_AFFICHER_ORGANIGRAMME_RH' => [
  12409.                     => 'ROLE_USER',
  12410.                 ],
  12411.                 'ROLE_AJOUTER_ORGANIGRAMME_RH' => [
  12412.                     => 'ROLE_USER',
  12413.                 ],
  12414.                 'ROLE_MODIFIER_ORGANIGRAMME_RH' => [
  12415.                     => 'ROLE_USER',
  12416.                 ],
  12417.                 'ROLE_SUPPRIMER_ORGANIGRAMME_RH' => [
  12418.                     => 'ROLE_USER',
  12419.                 ],
  12420.                 'ROLE_AFFICHER_CATEGORY_CONGE' => [
  12421.                     => 'ROLE_USER',
  12422.                 ],
  12423.                 'ROLE_AJOUTER_CATEGORY_CONGE' => [
  12424.                     => 'ROLE_USER',
  12425.                 ],
  12426.                 'ROLE_MODIFIER_CATEGORY_CONGE' => [
  12427.                     => 'ROLE_USER',
  12428.                 ],
  12429.                 'ROLE_SUPPRIMER_CATEGORY_CONGE' => [
  12430.                     => 'ROLE_USER',
  12431.                 ],
  12432.                 'ROLE_ACTIVER_DESACTIVER_CATEGORY_CONGE' => [
  12433.                     => 'ROLE_USER',
  12434.                 ],
  12435.                 'ROLE_AFFICHER_CONFIGURATION_SOLDE_CONGE' => [
  12436.                     => 'ROLE_USER',
  12437.                 ],
  12438.                 'ROLE_MODIFIER_CONFIGURATION_SOLDE_CONGE' => [
  12439.                     => 'ROLE_USER',
  12440.                 ],
  12441.                 'ROLE_AFFICHER_SOLDE_CONGE' => [
  12442.                     => 'ROLE_USER',
  12443.                 ],
  12444.                 'ROLE_CONFIG_SOLDE_CONGE' => [
  12445.                     => 'ROLE_USER',
  12446.                 ],
  12447.                 'ROLE_EXPORTER_SO LDE_CONGE' => [
  12448.                     => 'ROLE_USER',
  12449.                 ],
  12450.                 'ROLE_AFFICHER_SOLDE_CONGE_DETAILLEE' => [
  12451.                     => 'ROLE_USER',
  12452.                 ],
  12453.                 'ROLE_AFFICHER_CONGE_PERSONNEL' => [
  12454.                     => 'ROLE_USER',
  12455.                 ],
  12456.                 'ROLE_AJOUTER_CONGE_PERSONNEL' => [
  12457.                     => 'ROLE_USER',
  12458.                 ],
  12459.                 'ROLE_ANNULER_CONGE_PERSONNEL' => [
  12460.                     => 'ROLE_USER',
  12461.                 ],
  12462.                 'ROLE_AFFICHER_CONGE_EN_COURS' => [
  12463.                     => 'ROLE_USER',
  12464.                 ],
  12465.                 'ROLE_AFFICHER_ALL_CONGE_EN_COURS' => [
  12466.                     => 'ROLE_USER',
  12467.                 ],
  12468.                 'ROLE_AJOUTER_CONGE_TIERCE' => [
  12469.                     => 'ROLE_USER',
  12470.                 ],
  12471.                 'ROLE_AFFICHER_CONGE_A_VALIDER' => [
  12472.                     => 'ROLE_USER',
  12473.                 ],
  12474.                 'ROLE_AFFICHER_HISTORIQUE_CONGE' => [
  12475.                     => 'ROLE_USER',
  12476.                 ],
  12477.                 'ROLE_AFFICHER_ALL_HISTORIQUE_CONGE' => [
  12478.                     => 'ROLE_USER',
  12479.                 ],
  12480.                 'ROLE_ANNULER_CONGE_VALIDE' => [
  12481.                     => 'ROLE_USER',
  12482.                 ],
  12483.                 'ROLE_AJOUTER_PIECE_JUSTIFICATIVE' => [
  12484.                     => 'ROLE_USER',
  12485.                 ],
  12486.                 'ROLE_EXPORTER_CONGE_VERS_EXCEL' => [
  12487.                     => 'ROLE_USER',
  12488.                 ],
  12489.                 'ROLE_AFFICHER_AUTORISATION_PERSONNEL' => [
  12490.                     => 'ROLE_USER',
  12491.                 ],
  12492.                 'ROLE_AJOUTER_AUTORISATION_PERSONNEL' => [
  12493.                     => 'ROLE_USER',
  12494.                 ],
  12495.                 'ROLE_ANNULER_AUTORISATION_PERSONNEL' => [
  12496.                     => 'ROLE_USER',
  12497.                 ],
  12498.                 'ROLE_AFFICHER_AUTORISATION_EN_COURS' => [
  12499.                     => 'ROLE_USER',
  12500.                 ],
  12501.                 'ROLE_AFFICHER_ALL_AUTORISATION_EN_COURS' => [
  12502.                     => 'ROLE_USER',
  12503.                 ],
  12504.                 'ROLE_AJOUTER_AUTORISATION_TIERCE' => [
  12505.                     => 'ROLE_USER',
  12506.                 ],
  12507.                 'ROLE_AFFICHER_AUTORISATION_A_VALIDER' => [
  12508.                     => 'ROLE_USER',
  12509.                 ],
  12510.                 'ROLE_VALIDER_ALL_AUTORISATION' => [
  12511.                     => 'ROLE_USER',
  12512.                 ],
  12513.                 'ROLE_AFFICHER_HISTORIQUE_AUTORISATION' => [
  12514.                     => 'ROLE_USER',
  12515.                 ],
  12516.                 'ROLE_AFFICHER_ALL_HISTORIQUE_AUTORISATION' => [
  12517.                     => 'ROLE_USER',
  12518.                 ],
  12519.                 'ROLE_EXPORTER_AUTORISATION_VERS_EXCEL' => [
  12520.                     => 'ROLE_USER',
  12521.                 ],
  12522.                 'ROLE_AFFICHER_TELETRAVAIL_PERSONNEL' => [
  12523.                     => 'ROLE_USER',
  12524.                 ],
  12525.                 'ROLE_AJOUTER_TELETRAVAIL_PERSONNEL' => [
  12526.                     => 'ROLE_USER',
  12527.                 ],
  12528.                 'ROLE_ANNULER_TELETRAVAIL_PERSONNEL' => [
  12529.                     => 'ROLE_USER',
  12530.                 ],
  12531.                 'ROLE_AFFICHER_TELETRAVAIL_EN_COURS' => [
  12532.                     => 'ROLE_USER',
  12533.                 ],
  12534.                 'ROLE_AFFICHER_ALL_TELETRAVAIL_EN_COURS' => [
  12535.                     => 'ROLE_USER',
  12536.                 ],
  12537.                 'ROLE_AFFICHER_TELETRAVAIL_A_VALIDER' => [
  12538.                     => 'ROLE_USER',
  12539.                 ],
  12540.                 'ROLE_VALIDER_ALL_TELETRAVAIL' => [
  12541.                     => 'ROLE_USER',
  12542.                 ],
  12543.                 'ROLE_AFFICHER_HISTORIQUE_TELETRAVAIL' => [
  12544.                     => 'ROLE_USER',
  12545.                 ],
  12546.                 'ROLE_AFFICHER_ALL_HISTORIQUE_TELETRAVAIL' => [
  12547.                     => 'ROLE_USER',
  12548.                 ],
  12549.                 'ROLE_EXPORTER_TELETRAVAIL_VERS_EXCEL' => [
  12550.                     => 'ROLE_USER',
  12551.                 ],
  12552.                 'ROLE_AFFICHER_MES_ACTIONS_ENCOURS' => [
  12553.                     => 'ROLE_USER',
  12554.                 ],
  12555.                 'ROLE_AJOUTER_ACTIONS' => [
  12556.                     => 'ROLE_USER',
  12557.                 ],
  12558.                 'ROLE_MODIFIER_ACTIONS' => [
  12559.                     => 'ROLE_USER',
  12560.                 ],
  12561.                 'ROLE_SUPPRIMER_ACTIONS' => [
  12562.                     => 'ROLE_USER',
  12563.                 ],
  12564.                 'ROLE_AJOUTER_COMMENTAIRES_ACTIONS' => [
  12565.                     => 'ROLE_USER',
  12566.                 ],
  12567.                 'ROLE_AFFICHER_ACTIONS_ENCOURS' => [
  12568.                     => 'ROLE_USER',
  12569.                 ],
  12570.                 'ROLE_AFFICHER_ALL_ACTIONS_ENCOURS' => [
  12571.                     => 'ROLE_USER',
  12572.                 ],
  12573.                 'ROLE_AJOUTER_COMMENTAIRE_ALL_ACTIONS' => [
  12574.                     => 'ROLE_USER',
  12575.                 ],
  12576.                 'ROLE_AFFICHER_HISTORIQUE_ACTIONS' => [
  12577.                     => 'ROLE_USER',
  12578.                 ],
  12579.                 'ROLE_AFFICHER_HISTORIQUE_ALL_ACTIONS' => [
  12580.                     => 'ROLE_USER',
  12581.                 ],
  12582.                 'ROLE_AFFICHER_DELAIS_ACTIONS' => [
  12583.                     => 'ROLE_USER',
  12584.                 ],
  12585.                 'ROLE_AJOUTER_DELAIS_ACTIONS' => [
  12586.                     => 'ROLE_USER',
  12587.                 ],
  12588.                 'ROLE_MODIFIER_DELAIS_ACTIONS' => [
  12589.                     => 'ROLE_USER',
  12590.                 ],
  12591.                 'ROLE_SUPPRIMER_DELAIS_ACTIONS' => [
  12592.                     => 'ROLE_USER',
  12593.                 ],
  12594.                 'ROLE_AFFICHER_TYPE_ACTIONS' => [
  12595.                     => 'ROLE_USER',
  12596.                 ],
  12597.                 'ROLE_AJOUTER_TYPE_ACTIONS' => [
  12598.                     => 'ROLE_USER',
  12599.                 ],
  12600.                 'ROLE_MODIFIER_TYPE_ACTIONS' => [
  12601.                     => 'ROLE_USER',
  12602.                 ],
  12603.                 'ROLE_SUPPRIMER_TYPE_ACTIONS' => [
  12604.                     => 'ROLE_USER',
  12605.                 ],
  12606.                 'ROLE_AFFICHER_PROJETS' => [
  12607.                     => 'ROLE_USER',
  12608.                 ],
  12609.                 'ROLE_AJOUTER_PROJET' => [
  12610.                     => 'ROLE_USER',
  12611.                 ],
  12612.                 'ROLE_MODIFIER_PROJETS' => [
  12613.                     => 'ROLE_USER',
  12614.                 ],
  12615.                 'ROLE_SUPPRIMER_PROJETS' => [
  12616.                     => 'ROLE_USER',
  12617.                 ],
  12618.                 'ROLE_AJOUTER_PIECESJOINTES_PROJET' => [
  12619.                     => 'ROLE_USER',
  12620.                 ],
  12621.                 'ROLE_AFFICHER_MODULES' => [
  12622.                     => 'ROLE_USER',
  12623.                 ],
  12624.                 'ROLE_AJOUTER_MODULE' => [
  12625.                     => 'ROLE_USER',
  12626.                 ],
  12627.                 'ROLE_MODIFIER_MODULES' => [
  12628.                     => 'ROLE_USER',
  12629.                 ],
  12630.                 'ROLE_SUPPRIMER_MODULES' => [
  12631.                     => 'ROLE_USER',
  12632.                 ],
  12633.                 'ROLE_AFFICHER_EVENEMENT' => [
  12634.                     => 'ROLE_USER',
  12635.                 ],
  12636.                 'ROLE_AJOUTER_EVENEMENT' => [
  12637.                     => 'ROLE_USER',
  12638.                 ],
  12639.                 'ROLE_MODIFIER_EVENEMENT' => [
  12640.                     => 'ROLE_USER',
  12641.                 ],
  12642.                 'ROLE_SUPPRIMER_EVENEMENT' => [
  12643.                     => 'ROLE_USER',
  12644.                 ],
  12645.                 'ROLE_AFFICHER_BILAN' => [
  12646.                     => 'ROLE_USER',
  12647.                 ],
  12648.                 'ROLE_AFFICHER_HISTORIQUE_BILAN' => [
  12649.                     => 'ROLE_USER',
  12650.                 ],
  12651.                 'ROLE_EXPORTER_HISTORIQUE_VERS_EXCEL' => [
  12652.                     => 'ROLE_USER',
  12653.                 ],
  12654.                 'ROLE_AFFICHE_STATS_BILAN' => [
  12655.                     => 'ROLE_USER',
  12656.                 ],
  12657.                 'ROLE_AFFICHER_FUNCTIONALITY_CRM' => [
  12658.                     => 'ROLE_USER',
  12659.                 ],
  12660.                 'ROLE_AJOUTER_FUNCTIONALITY_CRM' => [
  12661.                     => 'ROLE_USER',
  12662.                 ],
  12663.                 'ROLE_MODIFIER_FUNCTIONALITY_CRM' => [
  12664.                     => 'ROLE_USER',
  12665.                 ],
  12666.                 'ROLE_SUPPRIMER_FUNCTIONALITY_CRM' => [
  12667.                     => 'ROLE_USER',
  12668.                 ],
  12669.                 'ROLE_AFFICHER_DUREE_ACTION_CRM' => [
  12670.                     => 'ROLE_USER',
  12671.                 ],
  12672.                 'ROLE_AJOUTER_DUREE_ACTION_CRM' => [
  12673.                     => 'ROLE_USER',
  12674.                 ],
  12675.                 'ROLE_MODIFIER_DUREE_ACTION_CRM' => [
  12676.                     => 'ROLE_USER',
  12677.                 ],
  12678.                 'ROLE_SUPPRIMER_DUREE_ACTION_CRM' => [
  12679.                     => 'ROLE_USER',
  12680.                 ],
  12681.                 'ROLE_AFFICHER_PROCESS_CRM' => [
  12682.                     => 'ROLE_USER',
  12683.                 ],
  12684.                 'ROLE_AJOUTER_PROCESS_CRM' => [
  12685.                     => 'ROLE_USER',
  12686.                 ],
  12687.                 'ROLE_MODIFIER_PROCESS_CRM' => [
  12688.                     => 'ROLE_USER',
  12689.                 ],
  12690.                 'ROLE_SUPPRIMER_PROCESS_CRM' => [
  12691.                     => 'ROLE_USER',
  12692.                 ],
  12693.                 'ROLE_AFFICHER_VERSION_PROCESS_CRM' => [
  12694.                     => 'ROLE_USER',
  12695.                 ],
  12696.                 'ROLE_AJOUTER_VERSION_PROCESS_CRM' => [
  12697.                     => 'ROLE_USER',
  12698.                 ],
  12699.                 'ROLE_SUPPRIMER_VERSION_PROCESS_CRM' => [
  12700.                     => 'ROLE_USER',
  12701.                 ],
  12702.                 'ROLE_ACTIVER_VERSION_PROCESS_CRM' => [
  12703.                     => 'ROLE_USER',
  12704.                 ],
  12705.                 'ROLE_AFFICHER_DESCRIPTION_CRM' => [
  12706.                     => 'ROLE_USER',
  12707.                 ],
  12708.                 'ROLE_AJOUTER_DESCRIPTION_CRM' => [
  12709.                     => 'ROLE_USER',
  12710.                 ],
  12711.                 'ROLE_MODIFIER_DESCRIPTION_CRM' => [
  12712.                     => 'ROLE_USER',
  12713.                 ],
  12714.                 'ROLE_SUPPRIMER_DESCRIPTION_CRM' => [
  12715.                     => 'ROLE_USER',
  12716.                 ],
  12717.                 'ROLE_AFFICHER_ORGANIGRAMME_CRM' => [
  12718.                     => 'ROLE_USER',
  12719.                 ],
  12720.                 'ROLE_AJOUTER_ORGANIGRAMME_CRM' => [
  12721.                     => 'ROLE_USER',
  12722.                 ],
  12723.                 'ROLE_MODIFIER_ORGANIGRAMME_CRM' => [
  12724.                     => 'ROLE_USER',
  12725.                 ],
  12726.                 'ROLE_SUPPRIMER_ORGANIGRAMME_CRM' => [
  12727.                     => 'ROLE_USER',
  12728.                 ],
  12729.                 'ROLE_VALIDER_ORGANIGRAMME_CRM' => [
  12730.                     => 'ROLE_USER',
  12731.                 ],
  12732.                 'ROLE_OPTIONS_ORGANIGRAMME_CRM' => [
  12733.                     => 'ROLE_USER',
  12734.                 ],
  12735.                 'ROLE_AFFICHER_CONTACT' => [
  12736.                     => 'ROLE_USER',
  12737.                 ],
  12738.                 'ROLE_AJOUTER_CONTACT' => [
  12739.                     => 'ROLE_USER',
  12740.                 ],
  12741.                 'ROLE_MODIFIER_CONTACT' => [
  12742.                     => 'ROLE_USER',
  12743.                 ],
  12744.                 'ROLE_SUPPRIMER_CONTACT' => [
  12745.                     => 'ROLE_USER',
  12746.                 ],
  12747.                 'ROLE_AFFICHER_CLIENT' => [
  12748.                     => 'ROLE_USER',
  12749.                 ],
  12750.                 'ROLE_AJOUTER_CLIENT' => [
  12751.                     => 'ROLE_USER',
  12752.                 ],
  12753.                 'ROLE_MODIFIER_CLIENT' => [
  12754.                     => 'ROLE_USER',
  12755.                 ],
  12756.                 'ROLE_SUPPRIMER_CLIENT' => [
  12757.                     => 'ROLE_USER',
  12758.                 ],
  12759.                 'ROLE_AFFICHER_OPPORTUNITY_CRM' => [
  12760.                     => 'ROLE_USER',
  12761.                 ],
  12762.                 'ROLE_AJOUTER_OPPORTUNITY_CRM' => [
  12763.                     => 'ROLE_USER',
  12764.                 ],
  12765.                 'ROLE_MODIFIER_OPPORTUNITY_CRM' => [
  12766.                     => 'ROLE_USER',
  12767.                 ],
  12768.                 'ROLE_SUPPRIMER_OPPORTUNITY_CRM' => [
  12769.                     => 'ROLE_USER',
  12770.                 ],
  12771.                 'ROLE_REAFFECTATION_OPPORTUNITY_CRM' => [
  12772.                     => 'ROLE_USER',
  12773.                 ],
  12774.                 'ROLE_TRAITER_OPPORTUNITY_CRM' => [
  12775.                     => 'ROLE_USER',
  12776.                 ],
  12777.                 'ROLE_RELANCER_OPPORTUNITY_CRM' => [
  12778.                     => 'ROLE_USER',
  12779.                 ],
  12780.                 'ROLE_COMMENTER_OPPORTUNITY_CRM' => [
  12781.                     => 'ROLE_USER',
  12782.                 ],
  12783.                 'ROLE_EXPORTER_XSL_OPPORTUNITY_CRM' => [
  12784.                     => 'ROLE_USER',
  12785.                 ],
  12786.                 'ROLE_SUSPENDRE_ACTIVER_OPPORTUNITY_CRM' => [
  12787.                     => 'ROLE_USER',
  12788.                 ],
  12789.                 'ROLE_AFFICHER_OPPORTUNITY_SUPERVISION' => [
  12790.                     => 'ROLE_USER',
  12791.                 ],
  12792.                 'ROLE_REAFFECTATION_OPPORTUNITY_SUPERVISION' => [
  12793.                     => 'ROLE_USER',
  12794.                 ],
  12795.                 'ROLE_RELANCER_OPPORTUNITY_SUPERVISION' => [
  12796.                     => 'ROLE_USER',
  12797.                 ],
  12798.                 'ROLE_COMMENTER_OPPORTUNITY_SUPERVISION' => [
  12799.                     => 'ROLE_USER',
  12800.                 ],
  12801.                 'ROLE_EXPORTER_XSL_OPPORTUNITY_SUPERVISION' => [
  12802.                     => 'ROLE_USER',
  12803.                 ],
  12804.                 'ROLE_SUSPENDRE_ACTIVER_OPPORTUNITY_SUPERVISION' => [
  12805.                     => 'ROLE_USER',
  12806.                 ],
  12807.                 'ROLE_AFFICHER_DASHBOARD_CRM' => [
  12808.                     => 'ROLE_USER',
  12809.                 ],
  12810.                 'ROLE_AFFICHER_FOURNISSEUR_STOCK' => [
  12811.                     => 'ROLE_USER',
  12812.                 ],
  12813.                 'ROLE_AJOUTER_FOURNISSEUR_STOCK' => [
  12814.                     => 'ROLE_USER',
  12815.                 ],
  12816.                 'ROLE_MODIFIER_FOURNISSEUR_STOCK' => [
  12817.                     => 'ROLE_USER',
  12818.                 ],
  12819.                 'ROLE_SUPPRIMER_FOURNISSEUR_STOCK' => [
  12820.                     => 'ROLE_USER',
  12821.                 ],
  12822.                 'ROLE_AFFICHER_MARQUE' => [
  12823.                     => 'ROLE_USER',
  12824.                 ],
  12825.                 'ROLE_AJOUTER_MARQUE' => [
  12826.                     => 'ROLE_USER',
  12827.                 ],
  12828.                 'ROLE_MODIFIER_MARQUE' => [
  12829.                     => 'ROLE_USER',
  12830.                 ],
  12831.                 'ROLE_SUPPRIMER_MARQUE' => [
  12832.                     => 'ROLE_USER',
  12833.                 ],
  12834.                 'ROLE_AFFICHER_MODELE' => [
  12835.                     => 'ROLE_USER',
  12836.                 ],
  12837.                 'ROLE_AJOUTER_MODELE' => [
  12838.                     => 'ROLE_USER',
  12839.                 ],
  12840.                 'ROLE_MODIFIER_MODELE' => [
  12841.                     => 'ROLE_USER',
  12842.                 ],
  12843.                 'ROLE_SUPPRIMER_MODELE' => [
  12844.                     => 'ROLE_USER',
  12845.                 ],
  12846.                 'ROLE_AFFICHER_STOCK_PARC_INFORMATIQUE' => [
  12847.                     => 'ROLE_USER',
  12848.                 ],
  12849.                 'ROLE_AJOUTER_STOCK_PARC_INFORMATIQUE' => [
  12850.                     => 'ROLE_USER',
  12851.                 ],
  12852.                 'ROLE_MODIFIER_STOCK_PARC_INFORMATIQUE' => [
  12853.                     => 'ROLE_USER',
  12854.                 ],
  12855.                 'ROLE_SUPPRIMER_STOCK_PARC_INFORMATIQUE' => [
  12856.                     => 'ROLE_USER',
  12857.                 ],
  12858.                 'ROLE_AFFECTER_STOCK_PARC_INFORMATIQUE' => [
  12859.                     => 'ROLE_USER',
  12860.                 ],
  12861.                 'ROLE_RETOUR_STOCK_PARC_INFORMATIQUE' => [
  12862.                     => 'ROLE_USER',
  12863.                 ],
  12864.                 'ROLE_MODIFIER_ETAT_STOCK_PARC_INFORMATIQUE' => [
  12865.                     => 'ROLE_USER',
  12866.                 ],
  12867.                 'ROLE_VALIDER_ETAT_RECU_STOCK_PARC_INFORMATIQUE' => [
  12868.                     => 'ROLE_USER',
  12869.                 ],
  12870.                 'ROLE_AFFICHER_MINE_STOCK_PARC_INFORMATIQUE' => [
  12871.                     => 'ROLE_USER',
  12872.                 ],
  12873.                 'ROLE_RETOUR_MINE_STOCK_PARC_INFORMATIQUE' => [
  12874.                     => 'ROLE_USER',
  12875.                 ],
  12876.                 'ROLE_VALIDER_RECU_MINE_STOCK_PARC_INFORMATIQUE' => [
  12877.                     => 'ROLE_USER',
  12878.                 ],
  12879.             ],
  12880.             'security.access.denied_url' => NULL,
  12881.             'security.authentication.manager.erase_credentials' => true,
  12882.             'security.authentication.session_strategy.strategy' => 'migrate',
  12883.             'security.access.always_authenticate_before_granting' => false,
  12884.             'security.authentication.hide_user_not_found' => true,
  12885.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  12886.             'web_profiler.debug_toolbar.mode' => 2,
  12887.             'monolog.use_microseconds' => true,
  12888.             'monolog.swift_mailer.handlers' => [
  12889.             ],
  12890.             'monolog.handlers_to_channels' => [
  12891.                 'monolog.handler.console' => [
  12892.                     'type' => 'exclusive',
  12893.                     'elements' => [
  12894.                         => 'event',
  12895.                         => 'doctrine',
  12896.                         => 'console',
  12897.                     ],
  12898.                 ],
  12899.                 'monolog.handler.main' => [
  12900.                     'type' => 'exclusive',
  12901.                     'elements' => [
  12902.                         => 'event',
  12903.                     ],
  12904.                 ],
  12905.             ],
  12906.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  12907.             'knp_paginator.templating.helper.pagination.class' => 'Knp\\Bundle\\PaginatorBundle\\Templating\\PaginationHelper',
  12908.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig',
  12909.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  12910.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  12911.             'knp_paginator.page_range' => 5,
  12912.             'knp_paginator.page_limit' => NULL,
  12913.             'fos_user.backend_type_orm' => true,
  12914.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  12915.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  12916.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  12917.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  12918.             'fos_user.registration.confirmation.from_email' => [
  12919.                 'ali.tabbabi@sfmtechnologies.com' => 'ali.tabbabi@sfmtechnologies.com',
  12920.             ],
  12921.             'fos_user.resetting.email.from_email' => [
  12922.                 'ali.tabbabi@sfmtechnologies.com' => 'ali.tabbabi@sfmtechnologies.com',
  12923.             ],
  12924.             'fos_user.storage' => 'orm',
  12925.             'fos_user.firewall_name' => 'main',
  12926.             'fos_user.model_manager_name' => NULL,
  12927.             'fos_user.model.user.class' => 'App\\Entity\\User',
  12928.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  12929.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  12930.             'fos_user.profile.form.validation_groups' => [
  12931.                 => 'Profile',
  12932.                 => 'Default',
  12933.             ],
  12934.             'fos_user.registration.confirmation.enabled' => false,
  12935.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  12936.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  12937.             'fos_user.registration.form.validation_groups' => [
  12938.                 => 'Registration',
  12939.                 => 'Default',
  12940.             ],
  12941.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  12942.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  12943.             'fos_user.change_password.form.validation_groups' => [
  12944.                 => 'ChangePassword',
  12945.                 => 'Default',
  12946.             ],
  12947.             'fos_user.resetting.retry_ttl' => 7200,
  12948.             'fos_user.resetting.token_ttl' => 86400,
  12949.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  12950.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  12951.             'fos_user.resetting.form.validation_groups' => [
  12952.                 => 'ResetPassword',
  12953.                 => 'Default',
  12954.             ],
  12955.             'nelmio_cors.map' => [
  12956.                 '^/' => [
  12957.                     'skip_same_as_origin' => true,
  12958.                 ],
  12959.             ],
  12960.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  12961.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  12962.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  12963.             'api_platform.metadata_backward_compatibility_layer' => true,
  12964.             'api_platform.enable_entrypoint' => true,
  12965.             'api_platform.enable_docs' => true,
  12966.             'api_platform.title' => '',
  12967.             'api_platform.description' => '',
  12968.             'api_platform.version' => '0.0.0',
  12969.             'api_platform.show_webby' => true,
  12970.             'api_platform.url_generation_strategy' => 1,
  12971.             'api_platform.exception_to_status' => [
  12972.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  12973.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  12974.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  12975.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  12976.             ],
  12977.             'api_platform.formats' => [
  12978.                 'jsonld' => [
  12979.                     => 'application/ld+json',
  12980.                 ],
  12981.                 'json' => [
  12982.                     => 'application/json',
  12983.                 ],
  12984.                 'html' => [
  12985.                     => 'text/html',
  12986.                 ],
  12987.             ],
  12988.             'api_platform.patch_formats' => [
  12989.                 'json' => [
  12990.                     => 'application/merge-patch+json',
  12991.                 ],
  12992.             ],
  12993.             'api_platform.error_formats' => [
  12994.                 'jsonproblem' => [
  12995.                     => 'application/problem+json',
  12996.                 ],
  12997.                 'jsonld' => [
  12998.                     => 'application/ld+json',
  12999.                 ],
  13000.             ],
  13001.             'api_platform.allow_plain_identifiers' => false,
  13002.             'api_platform.eager_loading.enabled' => true,
  13003.             'api_platform.eager_loading.max_joins' => 30,
  13004.             'api_platform.eager_loading.fetch_partial' => false,
  13005.             'api_platform.eager_loading.force_eager' => true,
  13006.             'api_platform.collection.exists_parameter_name' => 'exists',
  13007.             'api_platform.collection.order' => 'ASC',
  13008.             'api_platform.collection.order_parameter_name' => 'order',
  13009.             'api_platform.collection.order_nulls_comparison' => NULL,
  13010.             'api_platform.collection.pagination.enabled' => true,
  13011.             'api_platform.collection.pagination.partial' => false,
  13012.             'api_platform.collection.pagination.client_enabled' => false,
  13013.             'api_platform.collection.pagination.client_items_per_page' => false,
  13014.             'api_platform.collection.pagination.client_partial' => false,
  13015.             'api_platform.collection.pagination.items_per_page' => 30,
  13016.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  13017.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  13018.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  13019.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  13020.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  13021.             'api_platform.collection.pagination' => [
  13022.                 'enabled' => true,
  13023.                 'partial' => false,
  13024.                 'client_enabled' => false,
  13025.                 'client_items_per_page' => false,
  13026.                 'client_partial' => false,
  13027.                 'items_per_page' => 30,
  13028.                 'maximum_items_per_page' => NULL,
  13029.                 'page_parameter_name' => 'page',
  13030.                 'enabled_parameter_name' => 'pagination',
  13031.                 'items_per_page_parameter_name' => 'itemsPerPage',
  13032.                 'partial_parameter_name' => 'partial',
  13033.             ],
  13034.             'api_platform.http_cache.etag' => true,
  13035.             'api_platform.http_cache.max_age' => NULL,
  13036.             'api_platform.http_cache.shared_max_age' => NULL,
  13037.             'api_platform.http_cache.vary' => [
  13038.                 => 'Accept',
  13039.             ],
  13040.             'api_platform.http_cache.public' => NULL,
  13041.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  13042.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  13043.             'api_platform.asset_package' => NULL,
  13044.             'api_platform.defaults' => [
  13045.                 'attributes' => [
  13046.                 ],
  13047.             ],
  13048.             'api_platform.resource_class_directories' => [
  13049.                 => (\dirname(__DIR__4).'/src/Entity'),
  13050.             ],
  13051.             'api_platform.oauth.enabled' => false,
  13052.             'api_platform.oauth.clientId' => '',
  13053.             'api_platform.oauth.clientSecret' => '',
  13054.             'api_platform.oauth.type' => 'oauth2',
  13055.             'api_platform.oauth.flow' => 'application',
  13056.             'api_platform.oauth.tokenUrl' => '',
  13057.             'api_platform.oauth.authorizationUrl' => '',
  13058.             'api_platform.oauth.refreshUrl' => '',
  13059.             'api_platform.oauth.scopes' => [
  13060.             ],
  13061.             'api_platform.oauth.pkce' => false,
  13062.             'api_platform.openapi.termsOfService' => NULL,
  13063.             'api_platform.openapi.contact.name' => NULL,
  13064.             'api_platform.openapi.contact.url' => NULL,
  13065.             'api_platform.openapi.contact.email' => NULL,
  13066.             'api_platform.openapi.license.name' => NULL,
  13067.             'api_platform.openapi.license.url' => NULL,
  13068.             'api_platform.swagger.versions' => [
  13069.                 => 3,
  13070.             ],
  13071.             'api_platform.enable_swagger_ui' => true,
  13072.             'api_platform.enable_re_doc' => true,
  13073.             'api_platform.swagger.api_keys' => [
  13074.             ],
  13075.             'api_platform.swagger_ui.extra_configuration' => [
  13076.             ],
  13077.             'api_platform.graphql.enabled' => false,
  13078.             'api_platform.graphql.graphiql.enabled' => false,
  13079.             'api_platform.graphql.graphql_playground.enabled' => false,
  13080.             'api_platform.graphql.collection.pagination' => [
  13081.                 'enabled' => true,
  13082.             ],
  13083.             'api_platform.validator.serialize_payload_fields' => [
  13084.             ],
  13085.             'api_platform.validator.query_parameter_validation' => true,
  13086.             'api_platform.elasticsearch.enabled' => false,
  13087.             'lexik_jwt_authentication.token_ttl' => 31536000,
  13088.             'lexik_jwt_authentication.clock_skew' => 0,
  13089.             'lexik_jwt_authentication.user_identity_field' => 'username',
  13090.             'lexik_jwt_authentication.allow_no_expiration' => false,
  13091.             'lexik_jwt_authentication.user_id_claim' => 'username',
  13092.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  13093.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  13094.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  13095.             'swiftmailer.mailer.default.spool.enabled' => true,
  13096.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  13097.             'swiftmailer.mailer.default.single_address' => NULL,
  13098.             'swiftmailer.mailer.default.delivery.enabled' => true,
  13099.             'swiftmailer.spool.enabled' => true,
  13100.             'swiftmailer.delivery.enabled' => true,
  13101.             'swiftmailer.single_address' => NULL,
  13102.             'swiftmailer.mailers' => [
  13103.                 'default' => 'swiftmailer.mailer.default',
  13104.             ],
  13105.             'swiftmailer.default_mailer' => 'default',
  13106.             'white_october_tcpdf.file' => (\dirname(__DIR__4).'/src/../vendor/tecnickcom/tcpdf/tcpdf.php'),
  13107.             'white_october_tcpdf.class' => 'TCPDF',
  13108.             'knp_snappy.pdf.binary' => 'C:\\wamp64\\www\\wkhtmltox\\bin\\wkhtmltopdf.exe',
  13109.             'knp_snappy.pdf.options' => [
  13110.             ],
  13111.             'knp_snappy.pdf.env' => [
  13112.             ],
  13113.             'knp_snappy.image.binary' => 'C:\\wamp64\\www\\wkhtmltox\\bin\\wkhtmltoimage.exe',
  13114.             'knp_snappy.image.options' => [
  13115.             ],
  13116.             'knp_snappy.image.env' => [
  13117.             ],
  13118.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  13119.             'vich_uploader.mappings' => [
  13120.             ],
  13121.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  13122.             'maker.compatible_check.doctrine.supports_attributes' => false,
  13123.             'data_collector.templates' => [
  13124.                 'data_collector.request' => [
  13125.                     => 'request',
  13126.                     => '@WebProfiler/Collector/request.html.twig',
  13127.                 ],
  13128.                 'api_platform.data_collector.request' => [
  13129.                     => 'api_platform.data_collector.request',
  13130.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  13131.                 ],
  13132.                 'data_collector.time' => [
  13133.                     => 'time',
  13134.                     => '@WebProfiler/Collector/time.html.twig',
  13135.                 ],
  13136.                 'data_collector.memory' => [
  13137.                     => 'memory',
  13138.                     => '@WebProfiler/Collector/memory.html.twig',
  13139.                 ],
  13140.                 'data_collector.validator' => [
  13141.                     => 'validator',
  13142.                     => '@WebProfiler/Collector/validator.html.twig',
  13143.                 ],
  13144.                 'data_collector.ajax' => [
  13145.                     => 'ajax',
  13146.                     => '@WebProfiler/Collector/ajax.html.twig',
  13147.                 ],
  13148.                 'data_collector.form' => [
  13149.                     => 'form',
  13150.                     => '@WebProfiler/Collector/form.html.twig',
  13151.                 ],
  13152.                 'data_collector.exception' => [
  13153.                     => 'exception',
  13154.                     => '@WebProfiler/Collector/exception.html.twig',
  13155.                 ],
  13156.                 'data_collector.logger' => [
  13157.                     => 'logger',
  13158.                     => '@WebProfiler/Collector/logger.html.twig',
  13159.                 ],
  13160.                 'data_collector.events' => [
  13161.                     => 'events',
  13162.                     => '@WebProfiler/Collector/events.html.twig',
  13163.                 ],
  13164.                 'data_collector.router' => [
  13165.                     => 'router',
  13166.                     => '@WebProfiler/Collector/router.html.twig',
  13167.                 ],
  13168.                 'data_collector.cache' => [
  13169.                     => 'cache',
  13170.                     => '@WebProfiler/Collector/cache.html.twig',
  13171.                 ],
  13172.                 'data_collector.translation' => [
  13173.                     => 'translation',
  13174.                     => '@WebProfiler/Collector/translation.html.twig',
  13175.                 ],
  13176.                 'data_collector.security' => [
  13177.                     => 'security',
  13178.                     => '@Security/Collector/security.html.twig',
  13179.                 ],
  13180.                 'data_collector.twig' => [
  13181.                     => 'twig',
  13182.                     => '@WebProfiler/Collector/twig.html.twig',
  13183.                 ],
  13184.                 'data_collector.http_client' => [
  13185.                     => 'http_client',
  13186.                     => '@WebProfiler/Collector/http_client.html.twig',
  13187.                 ],
  13188.                 'data_collector.doctrine' => [
  13189.                     => 'db',
  13190.                     => '@Doctrine/Collector/db.html.twig',
  13191.                 ],
  13192.                 'swiftmailer.data_collector' => [
  13193.                     => 'swiftmailer',
  13194.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  13195.                 ],
  13196.                 'data_collector.dump' => [
  13197.                     => 'dump',
  13198.                     => '@Debug/Profiler/dump.html.twig',
  13199.                 ],
  13200.                 'mailer.data_collector' => [
  13201.                     => 'mailer',
  13202.                     => '@WebProfiler/Collector/mailer.html.twig',
  13203.                 ],
  13204.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  13205.                     => 'vich_uploader.mapping_collector',
  13206.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  13207.                 ],
  13208.                 'data_collector.config' => [
  13209.                     => 'config',
  13210.                     => '@WebProfiler/Collector/config.html.twig',
  13211.                 ],
  13212.             ],
  13213.             'console.command.ids' => [
  13214.             ],
  13215.         ];
  13216.     }
  13217.     protected function throw($message)
  13218.     {
  13219.         throw new RuntimeException($message);
  13220.     }
  13221. }
  13222. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  13223. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  13224. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  13225. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  13226. {
  13227.     /**
  13228.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  13229.      */
  13230.     private $valueHolderea5f7 null;
  13231.     /**
  13232.      * @var \Closure|null initializer responsible for generating the wrapped object
  13233.      */
  13234.     private $initializer4a956 null;
  13235.     /**
  13236.      * @var bool[] map of public properties of the parent class
  13237.      */
  13238.     private static $publicPropertiese1664 = [
  13239.         
  13240.     ];
  13241.     public function getConnection()
  13242.     {
  13243.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getConnection', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13244.         return $this->valueHolderea5f7->getConnection();
  13245.     }
  13246.     public function getMetadataFactory()
  13247.     {
  13248.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getMetadataFactory', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13249.         return $this->valueHolderea5f7->getMetadataFactory();
  13250.     }
  13251.     public function getExpressionBuilder()
  13252.     {
  13253.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getExpressionBuilder', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13254.         return $this->valueHolderea5f7->getExpressionBuilder();
  13255.     }
  13256.     public function beginTransaction()
  13257.     {
  13258.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'beginTransaction', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13259.         return $this->valueHolderea5f7->beginTransaction();
  13260.     }
  13261.     public function getCache()
  13262.     {
  13263.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getCache', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13264.         return $this->valueHolderea5f7->getCache();
  13265.     }
  13266.     public function transactional($func)
  13267.     {
  13268.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'transactional', array('func' => $func), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13269.         return $this->valueHolderea5f7->transactional($func);
  13270.     }
  13271.     public function commit()
  13272.     {
  13273.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'commit', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13274.         return $this->valueHolderea5f7->commit();
  13275.     }
  13276.     public function rollback()
  13277.     {
  13278.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'rollback', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13279.         return $this->valueHolderea5f7->rollback();
  13280.     }
  13281.     public function getClassMetadata($className)
  13282.     {
  13283.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getClassMetadata', array('className' => $className), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13284.         return $this->valueHolderea5f7->getClassMetadata($className);
  13285.     }
  13286.     public function createQuery($dql '')
  13287.     {
  13288.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'createQuery', array('dql' => $dql), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13289.         return $this->valueHolderea5f7->createQuery($dql);
  13290.     }
  13291.     public function createNamedQuery($name)
  13292.     {
  13293.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'createNamedQuery', array('name' => $name), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13294.         return $this->valueHolderea5f7->createNamedQuery($name);
  13295.     }
  13296.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  13297.     {
  13298.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13299.         return $this->valueHolderea5f7->createNativeQuery($sql$rsm);
  13300.     }
  13301.     public function createNamedNativeQuery($name)
  13302.     {
  13303.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'createNamedNativeQuery', array('name' => $name), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13304.         return $this->valueHolderea5f7->createNamedNativeQuery($name);
  13305.     }
  13306.     public function createQueryBuilder()
  13307.     {
  13308.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'createQueryBuilder', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13309.         return $this->valueHolderea5f7->createQueryBuilder();
  13310.     }
  13311.     public function flush($entity null)
  13312.     {
  13313.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'flush', array('entity' => $entity), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13314.         return $this->valueHolderea5f7->flush($entity);
  13315.     }
  13316.     public function find($className$id$lockMode null$lockVersion null)
  13317.     {
  13318.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13319.         return $this->valueHolderea5f7->find($className$id$lockMode$lockVersion);
  13320.     }
  13321.     public function getReference($entityName$id)
  13322.     {
  13323.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13324.         return $this->valueHolderea5f7->getReference($entityName$id);
  13325.     }
  13326.     public function getPartialReference($entityName$identifier)
  13327.     {
  13328.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13329.         return $this->valueHolderea5f7->getPartialReference($entityName$identifier);
  13330.     }
  13331.     public function clear($entityName null)
  13332.     {
  13333.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'clear', array('entityName' => $entityName), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13334.         return $this->valueHolderea5f7->clear($entityName);
  13335.     }
  13336.     public function close()
  13337.     {
  13338.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'close', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13339.         return $this->valueHolderea5f7->close();
  13340.     }
  13341.     public function persist($entity)
  13342.     {
  13343.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'persist', array('entity' => $entity), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13344.         return $this->valueHolderea5f7->persist($entity);
  13345.     }
  13346.     public function remove($entity)
  13347.     {
  13348.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'remove', array('entity' => $entity), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13349.         return $this->valueHolderea5f7->remove($entity);
  13350.     }
  13351.     public function refresh($entity)
  13352.     {
  13353.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'refresh', array('entity' => $entity), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13354.         return $this->valueHolderea5f7->refresh($entity);
  13355.     }
  13356.     public function detach($entity)
  13357.     {
  13358.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'detach', array('entity' => $entity), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13359.         return $this->valueHolderea5f7->detach($entity);
  13360.     }
  13361.     public function merge($entity)
  13362.     {
  13363.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'merge', array('entity' => $entity), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13364.         return $this->valueHolderea5f7->merge($entity);
  13365.     }
  13366.     public function copy($entity$deep false)
  13367.     {
  13368.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13369.         return $this->valueHolderea5f7->copy($entity$deep);
  13370.     }
  13371.     public function lock($entity$lockMode$lockVersion null)
  13372.     {
  13373.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13374.         return $this->valueHolderea5f7->lock($entity$lockMode$lockVersion);
  13375.     }
  13376.     public function getRepository($entityName)
  13377.     {
  13378.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getRepository', array('entityName' => $entityName), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13379.         return $this->valueHolderea5f7->getRepository($entityName);
  13380.     }
  13381.     public function contains($entity)
  13382.     {
  13383.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'contains', array('entity' => $entity), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13384.         return $this->valueHolderea5f7->contains($entity);
  13385.     }
  13386.     public function getEventManager()
  13387.     {
  13388.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getEventManager', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13389.         return $this->valueHolderea5f7->getEventManager();
  13390.     }
  13391.     public function getConfiguration()
  13392.     {
  13393.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getConfiguration', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13394.         return $this->valueHolderea5f7->getConfiguration();
  13395.     }
  13396.     public function isOpen()
  13397.     {
  13398.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'isOpen', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13399.         return $this->valueHolderea5f7->isOpen();
  13400.     }
  13401.     public function getUnitOfWork()
  13402.     {
  13403.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getUnitOfWork', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13404.         return $this->valueHolderea5f7->getUnitOfWork();
  13405.     }
  13406.     public function getHydrator($hydrationMode)
  13407.     {
  13408.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13409.         return $this->valueHolderea5f7->getHydrator($hydrationMode);
  13410.     }
  13411.     public function newHydrator($hydrationMode)
  13412.     {
  13413.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13414.         return $this->valueHolderea5f7->newHydrator($hydrationMode);
  13415.     }
  13416.     public function getProxyFactory()
  13417.     {
  13418.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getProxyFactory', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13419.         return $this->valueHolderea5f7->getProxyFactory();
  13420.     }
  13421.     public function initializeObject($obj)
  13422.     {
  13423.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'initializeObject', array('obj' => $obj), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13424.         return $this->valueHolderea5f7->initializeObject($obj);
  13425.     }
  13426.     public function getFilters()
  13427.     {
  13428.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'getFilters', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13429.         return $this->valueHolderea5f7->getFilters();
  13430.     }
  13431.     public function isFiltersStateClean()
  13432.     {
  13433.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'isFiltersStateClean', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13434.         return $this->valueHolderea5f7->isFiltersStateClean();
  13435.     }
  13436.     public function hasFilters()
  13437.     {
  13438.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'hasFilters', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13439.         return $this->valueHolderea5f7->hasFilters();
  13440.     }
  13441.     /**
  13442.      * Constructor for lazy initialization
  13443.      *
  13444.      * @param \Closure|null $initializer
  13445.      */
  13446.     public static function staticProxyConstructor($initializer)
  13447.     {
  13448.         static $reflection;
  13449.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  13450.         $instance   $reflection->newInstanceWithoutConstructor();
  13451.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  13452.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  13453.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  13454.         $instance->initializer4a956 $initializer;
  13455.         return $instance;
  13456.     }
  13457.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  13458.     {
  13459.         static $reflection;
  13460.         if (! $this->valueHolderea5f7) {
  13461.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  13462.             $this->valueHolderea5f7 $reflection->newInstanceWithoutConstructor();
  13463.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  13464.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  13465.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  13466.         }
  13467.         $this->valueHolderea5f7->__construct($conn$config$eventManager);
  13468.     }
  13469.     public function & __get($name)
  13470.     {
  13471.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'__get', ['name' => $name], $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13472.         if (isset(self::$publicPropertiese1664[$name])) {
  13473.             return $this->valueHolderea5f7->$name;
  13474.         }
  13475.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  13476.         if (! $realInstanceReflection->hasProperty($name)) {
  13477.             $targetObject $this->valueHolderea5f7;
  13478.             $backtrace debug_backtrace(false1);
  13479.             trigger_error(
  13480.                 sprintf(
  13481.                     'Undefined property: %s::$%s in %s on line %s',
  13482.                     $realInstanceReflection->getName(),
  13483.                     $name,
  13484.                     $backtrace[0]['file'],
  13485.                     $backtrace[0]['line']
  13486.                 ),
  13487.                 \E_USER_NOTICE
  13488.             );
  13489.             return $targetObject->$name;
  13490.         }
  13491.         $targetObject $this->valueHolderea5f7;
  13492.         $accessor = function & () use ($targetObject$name) {
  13493.             return $targetObject->$name;
  13494.         };
  13495.         $backtrace debug_backtrace(true2);
  13496.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13497.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13498.         $returnValue = & $accessor();
  13499.         return $returnValue;
  13500.     }
  13501.     public function __set($name$value)
  13502.     {
  13503.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'__set', array('name' => $name'value' => $value), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13504.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  13505.         if (! $realInstanceReflection->hasProperty($name)) {
  13506.             $targetObject $this->valueHolderea5f7;
  13507.             $targetObject->$name $value;
  13508.             return $targetObject->$name;
  13509.         }
  13510.         $targetObject $this->valueHolderea5f7;
  13511.         $accessor = function & () use ($targetObject$name$value) {
  13512.             $targetObject->$name $value;
  13513.             return $targetObject->$name;
  13514.         };
  13515.         $backtrace debug_backtrace(true2);
  13516.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13517.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13518.         $returnValue = & $accessor();
  13519.         return $returnValue;
  13520.     }
  13521.     public function __isset($name)
  13522.     {
  13523.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'__isset', array('name' => $name), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13524.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  13525.         if (! $realInstanceReflection->hasProperty($name)) {
  13526.             $targetObject $this->valueHolderea5f7;
  13527.             return isset($targetObject->$name);
  13528.         }
  13529.         $targetObject $this->valueHolderea5f7;
  13530.         $accessor = function () use ($targetObject$name) {
  13531.             return isset($targetObject->$name);
  13532.         };
  13533.         $backtrace debug_backtrace(true2);
  13534.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13535.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13536.         $returnValue $accessor();
  13537.         return $returnValue;
  13538.     }
  13539.     public function __unset($name)
  13540.     {
  13541.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'__unset', array('name' => $name), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13542.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  13543.         if (! $realInstanceReflection->hasProperty($name)) {
  13544.             $targetObject $this->valueHolderea5f7;
  13545.             unset($targetObject->$name);
  13546.             return;
  13547.         }
  13548.         $targetObject $this->valueHolderea5f7;
  13549.         $accessor = function () use ($targetObject$name) {
  13550.             unset($targetObject->$name);
  13551.             return;
  13552.         };
  13553.         $backtrace debug_backtrace(true2);
  13554.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13555.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13556.         $accessor();
  13557.     }
  13558.     public function __clone()
  13559.     {
  13560.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'__clone', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13561.         $this->valueHolderea5f7 = clone $this->valueHolderea5f7;
  13562.     }
  13563.     public function __sleep()
  13564.     {
  13565.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'__sleep', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13566.         return array('valueHolderea5f7');
  13567.     }
  13568.     public function __wakeup()
  13569.     {
  13570.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  13571.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  13572.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  13573.     }
  13574.     public function setProxyInitializer(\Closure $initializer null) : void
  13575.     {
  13576.         $this->initializer4a956 $initializer;
  13577.     }
  13578.     public function getProxyInitializer() : ?\Closure
  13579.     {
  13580.         return $this->initializer4a956;
  13581.     }
  13582.     public function initializeProxy() : bool
  13583.     {
  13584.         return $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'initializeProxy', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13585.     }
  13586.     public function isProxyInitialized() : bool
  13587.     {
  13588.         return null !== $this->valueHolderea5f7;
  13589.     }
  13590.     public function getWrappedValueHolderValue()
  13591.     {
  13592.         return $this->valueHolderea5f7;
  13593.     }
  13594. }
  13595. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  13596. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  13597. class PaginatorInterface_82dac15 implements \ProxyManager\Proxy\VirtualProxyInterface, \Knp\Component\Pager\PaginatorInterface
  13598. {
  13599.     /**
  13600.      * @var \Knp\Component\Pager\PaginatorInterface|null wrapped object, if the proxy is initialized
  13601.      */
  13602.     private $valueHolderea5f7 null;
  13603.     /**
  13604.      * @var \Closure|null initializer responsible for generating the wrapped object
  13605.      */
  13606.     private $initializer4a956 null;
  13607.     /**
  13608.      * @var bool[] map of public properties of the parent class
  13609.      */
  13610.     private static $publicPropertiese1664 = [
  13611.         
  13612.     ];
  13613.     public function paginate($targetint $page 1, ?int $limit null, array $options = []) : \Knp\Component\Pager\Pagination\PaginationInterface
  13614.     {
  13615.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13616.         if ($this->valueHolderea5f7 === $returnValue $this->valueHolderea5f7->paginate($target$page$limit$options)) {
  13617.             return $this;
  13618.         }
  13619.         return $returnValue;
  13620.     }
  13621.     /**
  13622.      * Constructor for lazy initialization
  13623.      *
  13624.      * @param \Closure|null $initializer
  13625.      */
  13626.     public static function staticProxyConstructor($initializer)
  13627.     {
  13628.         static $reflection;
  13629.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  13630.         $instance   $reflection->newInstanceWithoutConstructor();
  13631.         $instance->initializer4a956 $initializer;
  13632.         return $instance;
  13633.     }
  13634.     public function __construct()
  13635.     {
  13636.         static $reflection;
  13637.         if (! $this->valueHolderea5f7) {
  13638.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  13639.             $this->valueHolderea5f7 $reflection->newInstanceWithoutConstructor();
  13640.         }
  13641.     }
  13642.     public function & __get($name)
  13643.     {
  13644.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'__get', ['name' => $name], $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13645.         if (isset(self::$publicPropertiese1664[$name])) {
  13646.             return $this->valueHolderea5f7->$name;
  13647.         }
  13648.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  13649.         if (! $realInstanceReflection->hasProperty($name)) {
  13650.             $targetObject $this->valueHolderea5f7;
  13651.             $backtrace debug_backtrace(false1);
  13652.             trigger_error(
  13653.                 sprintf(
  13654.                     'Undefined property: %s::$%s in %s on line %s',
  13655.                     $realInstanceReflection->getName(),
  13656.                     $name,
  13657.                     $backtrace[0]['file'],
  13658.                     $backtrace[0]['line']
  13659.                 ),
  13660.                 \E_USER_NOTICE
  13661.             );
  13662.             return $targetObject->$name;
  13663.         }
  13664.         $targetObject $this->valueHolderea5f7;
  13665.         $accessor = function & () use ($targetObject$name) {
  13666.             return $targetObject->$name;
  13667.         };
  13668.         $backtrace debug_backtrace(true2);
  13669.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13670.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13671.         $returnValue = & $accessor();
  13672.         return $returnValue;
  13673.     }
  13674.     public function __set($name$value)
  13675.     {
  13676.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'__set', array('name' => $name'value' => $value), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13677.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  13678.         if (! $realInstanceReflection->hasProperty($name)) {
  13679.             $targetObject $this->valueHolderea5f7;
  13680.             $targetObject->$name $value;
  13681.             return $targetObject->$name;
  13682.         }
  13683.         $targetObject $this->valueHolderea5f7;
  13684.         $accessor = function & () use ($targetObject$name$value) {
  13685.             $targetObject->$name $value;
  13686.             return $targetObject->$name;
  13687.         };
  13688.         $backtrace debug_backtrace(true2);
  13689.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13690.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13691.         $returnValue = & $accessor();
  13692.         return $returnValue;
  13693.     }
  13694.     public function __isset($name)
  13695.     {
  13696.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'__isset', array('name' => $name), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13697.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  13698.         if (! $realInstanceReflection->hasProperty($name)) {
  13699.             $targetObject $this->valueHolderea5f7;
  13700.             return isset($targetObject->$name);
  13701.         }
  13702.         $targetObject $this->valueHolderea5f7;
  13703.         $accessor = function () use ($targetObject$name) {
  13704.             return isset($targetObject->$name);
  13705.         };
  13706.         $backtrace debug_backtrace(true2);
  13707.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13708.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13709.         $returnValue $accessor();
  13710.         return $returnValue;
  13711.     }
  13712.     public function __unset($name)
  13713.     {
  13714.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'__unset', array('name' => $name), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13715.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  13716.         if (! $realInstanceReflection->hasProperty($name)) {
  13717.             $targetObject $this->valueHolderea5f7;
  13718.             unset($targetObject->$name);
  13719.             return;
  13720.         }
  13721.         $targetObject $this->valueHolderea5f7;
  13722.         $accessor = function () use ($targetObject$name) {
  13723.             unset($targetObject->$name);
  13724.             return;
  13725.         };
  13726.         $backtrace debug_backtrace(true2);
  13727.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  13728.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  13729.         $accessor();
  13730.     }
  13731.     public function __clone()
  13732.     {
  13733.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'__clone', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13734.         $this->valueHolderea5f7 = clone $this->valueHolderea5f7;
  13735.     }
  13736.     public function __sleep()
  13737.     {
  13738.         $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'__sleep', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13739.         return array('valueHolderea5f7');
  13740.     }
  13741.     public function __wakeup()
  13742.     {
  13743.     }
  13744.     public function setProxyInitializer(\Closure $initializer null) : void
  13745.     {
  13746.         $this->initializer4a956 $initializer;
  13747.     }
  13748.     public function getProxyInitializer() : ?\Closure
  13749.     {
  13750.         return $this->initializer4a956;
  13751.     }
  13752.     public function initializeProxy() : bool
  13753.     {
  13754.         return $this->initializer4a956 && ($this->initializer4a956->__invoke($valueHolderea5f7$this'initializeProxy', array(), $this->initializer4a956) || 1) && $this->valueHolderea5f7 $valueHolderea5f7;
  13755.     }
  13756.     public function isProxyInitialized() : bool
  13757.     {
  13758.         return null !== $this->valueHolderea5f7;
  13759.     }
  13760.     public function getWrappedValueHolderValue()
  13761.     {
  13762.         return $this->valueHolderea5f7;
  13763.     }
  13764. }