var/cache/dev/Container5f62Zcy/App_KernelDevDebugContainer.php line 11465

Open in your IDE?
  1. <?php
  2. namespace Container5f62Zcy;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             'App\\Controller\\Collaborator\\CollaboratorController' => 'getCollaboratorControllerService',
  35.             'App\\Controller\\Company\\CompanyDiscardedController' => 'getCompanyDiscardedControllerService',
  36.             'App\\Controller\\Company\\CompanyFileController' => 'getCompanyFileControllerService',
  37.             'App\\Controller\\Company\\CompanyProjectController' => 'getCompanyProjectControllerService',
  38.             'App\\Controller\\Devis\\DevisFactureController' => 'getDevisFactureControllerService',
  39.             'App\\Controller\\Devis\\SubDevisController' => 'getSubDevisControllerService',
  40.             'App\\Controller\\Dod\\DodFactureController' => 'getDodFactureControllerService',
  41.             'App\\Controller\\Dod\\DodGeneratePasswordController' => 'getDodGeneratePasswordControllerService',
  42.             'App\\Controller\\Dod\\DodGeneratePdfController' => 'getDodGeneratePdfControllerService',
  43.             'App\\Controller\\Dod\\DodGestionnaireController' => 'getDodGestionnaireControllerService',
  44.             'App\\Controller\\Facture\\ChangeFileController' => 'getChangeFileControllerService',
  45.             'App\\Controller\\Facture\\FactureByProjectAndCompanyController' => 'getFactureByProjectAndCompanyControllerService',
  46.             'App\\Controller\\Facture\\FactureGeneratePdfController' => 'getFactureGeneratePdfControllerService',
  47.             'App\\Controller\\File\\FileController' => 'getFileControllerService',
  48.             'App\\Controller\\File\\FileDiscardedController' => 'getFileDiscardedControllerService',
  49.             'App\\Controller\\File\\FileNotifyController' => 'getFileNotifyControllerService',
  50.             'App\\Controller\\File\\FileSigneController' => 'getFileSigneControllerService',
  51.             'App\\Controller\\File\\FileSignedController' => 'getFileSignedControllerService',
  52.             'App\\Controller\\Folder\\ViewAndDownloadController' => 'getViewAndDownloadControllerService',
  53.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  54.             'App\\Controller\\Project\\ProjectAllFoldersController' => 'getProjectAllFoldersControllerService',
  55.             'App\\Controller\\Project\\ProjectController' => 'getProjectControllerService',
  56.             'App\\Controller\\Project\\ProjectConversationController' => 'getProjectConversationControllerService',
  57.             'App\\Controller\\Project\\ProjectDevisController' => 'getProjectDevisControllerService',
  58.             'App\\Controller\\Project\\ProjectDiscardedController' => 'getProjectDiscardedControllerService',
  59.             'App\\Controller\\Project\\ProjectDisponibleController' => 'getProjectDisponibleControllerService',
  60.             'App\\Controller\\Project\\ProjectFileTransmisController' => 'getProjectFileTransmisControllerService',
  61.             'App\\Controller\\Project\\ProjectFilesController' => 'getProjectFilesControllerService',
  62.             'App\\Controller\\Project\\ProjectFinanceController' => 'getProjectFinanceControllerService',
  63.             'App\\Controller\\Project\\ProjectFinancialMonitoringPdfController' => 'getProjectFinancialMonitoringPdfControllerService',
  64.             'App\\Controller\\Project\\ProjectFoldersController' => 'getProjectFoldersControllerService',
  65.             'App\\Controller\\Project\\ProjectGeneratePdfController' => 'getProjectGeneratePdfControllerService',
  66.             'App\\Controller\\Project\\ProjectImageController' => 'getProjectImageControllerService',
  67.             'App\\Controller\\Project\\ProjectPurchasesController' => 'getProjectPurchasesControllerService',
  68.             'App\\Controller\\Project\\ProjectPurchasesNotifyController' => 'getProjectPurchasesNotifyControllerService',
  69.             'App\\Controller\\Project\\ProjectUntouchedController' => 'getProjectUntouchedControllerService',
  70.             'App\\Controller\\Project\\PurchaseController' => 'getPurchaseControllerService',
  71.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  72.             'App\\Controller\\User\\UserCheckPasswordController' => 'getUserCheckPasswordControllerService',
  73.             'App\\Controller\\User\\UserClientController' => 'getUserClientControllerService',
  74.             'App\\Controller\\User\\UserCollaboratorController' => 'getUserCollaboratorControllerService',
  75.             'App\\Controller\\User\\UserConversationController' => 'getUserConversationControllerService',
  76.             'App\\Controller\\User\\UserCounterController' => 'getUserCounterControllerService',
  77.             'App\\Controller\\User\\UserDeleteController' => 'getUserDeleteControllerService',
  78.             'App\\Controller\\User\\UserDiscardedController' => 'getUserDiscardedControllerService',
  79.             'App\\Controller\\User\\UserProjectController' => 'getUserProjectControllerService',
  80.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  81.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  82.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  83.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  84.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  85.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  86.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  87.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  88.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  89.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  90.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.file_path' => 'getSmartUniqueNamer_FilePathService',
  91.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.project_image' => 'getSmartUniqueNamer_ProjectImageService',
  92.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  93.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  94.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  95.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  96.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  97.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  98.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  99.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  100.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  101.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  102.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  103.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  104.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  105.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  106.             'cache.app' => 'getCache_AppService',
  107.             'cache.app_clearer' => 'getCache_AppClearerService',
  108.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  109.             'cache.system' => 'getCache_SystemService',
  110.             'cache.system_clearer' => 'getCache_SystemClearerService',
  111.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  112.             'cache_warmer' => 'getCacheWarmerService',
  113.             'console.command_loader' => 'getConsole_CommandLoaderService',
  114.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  115.             'data_collector.dump' => 'getDataCollector_DumpService',
  116.             'doctrine' => 'getDoctrineService',
  117.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  118.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  119.             'error_controller' => 'getErrorControllerService',
  120.             'event_dispatcher' => 'getEventDispatcherService',
  121.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  122.             'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
  123.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  124.             'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
  125.             'http_kernel' => 'getHttpKernelService',
  126.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  127.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  128.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  129.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  130.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  131.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  132.             'request_stack' => 'getRequestStackService',
  133.             'router' => 'getRouterService',
  134.             'routing.loader' => 'getRouting_LoaderService',
  135.             'services_resetter' => 'getServicesResetterService',
  136.             'translator' => 'getTranslatorService',
  137.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  138.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  139.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  140.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  141.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  142.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  143.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  144.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  145.             'profiler' => 'getProfilerService',
  146.         ];
  147.         $this->aliases = [
  148.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  149.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  150.             'App\\Kernel' => 'kernel',
  151.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  152.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  153.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  154.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  155.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  156.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  157.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  158.             'database_connection' => 'doctrine.dbal.default_connection',
  159.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  160.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  161.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  162.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  163.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  164.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  165.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  166.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  167.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  168.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  169.         ];
  170.         $this->privates['service_container'] = function () {
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  177.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  178.             include_once \dirname(__DIR__4).'/src/EventListener/DeserializeListener.php';
  179.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  180.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  181.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  183.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  184.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  185.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  187.             include_once \dirname(__DIR__4).'/src/Repository/File/FileFactureRepository.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  189.             include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  190.             include_once \dirname(__DIR__4).'/src/Service/TransFile.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  203.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  225.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  232.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  299.             include_once \dirname(__DIR__4).'/src/EventListener/FileDenormalizer.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  302.             include_once \dirname(__DIR__4).'/src/Serializer/ChangeNormalizer.php';
  303.             include_once \dirname(__DIR__4).'/src/Serializer/CompanyNormalizer.php';
  304.             include_once \dirname(__DIR__4).'/src/Serializer/FileNormalizer.php';
  305.             include_once \dirname(__DIR__4).'/src/Serializer/ProjectNormalizer.php';
  306.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  307.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  313.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  314.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  315.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  316.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  317.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  318.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  319.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  320.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  321.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  322.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  323.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  324.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  325.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  326.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  327.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  331.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  332.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  333.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  334.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  335.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  336.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  337.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  338.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ItemNormalizer.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  351.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  352.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  353.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  357.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  358.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ObjectNormalizer.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  363.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  454.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  456.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  463.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  464.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  465.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  466.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  496.             include_once \dirname(__DIR__4).'/src/Twig/ViteAssetExtension.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Authorization.php';
  501.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  502.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  505.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  507.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  509.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  534.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  536.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  537.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  540.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  541.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  542.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  543.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  546.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  548.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  549.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  551.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  552.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  554.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  555.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  556.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  557.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  558.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  559.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  560.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  562.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  564.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  595.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  596.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  598.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  599.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  638.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  639.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  641.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  642.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  645.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  647.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  648.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  649.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  651.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  652.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  653.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/PurgerInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/VarnishPurger.php';
  655.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/UriVariablesResolverTrait.php';
  656.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddTagsListener.php';
  657.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  658.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  659.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  664.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  665.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  668.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  669.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  671.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  672.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  676.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddLinkHeaderListener.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Discovery.php';
  678.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  684.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  687.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Hub.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/FactoryTokenProvider.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenFactoryInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/LcobucciFactory.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubRegistry.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
  697.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  699.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  700.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  701.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  704.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  707.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  708.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  709.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  713.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  714.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php';
  715.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  716.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  717.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  718.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  721.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  732.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  738.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  742.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  756.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  757.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  758.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
  763.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  765.             include_once __DIR__.'/proxy-classes.php';
  766.         };
  767.     }
  768.     public function compile(): void
  769.     {
  770.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  771.     }
  772.     public function isCompiled(): bool
  773.     {
  774.         return true;
  775.     }
  776.     public function getRemovedIds(): array
  777.     {
  778.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  779.     }
  780.     protected function createProxy($class\Closure $factory)
  781.     {
  782.         return $factory();
  783.     }
  784.     /**
  785.      * Gets the public '.container.private.profiler' shared service.
  786.      *
  787.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  788.      */
  789.     protected function get_Container_Private_ProfilerService()
  790.     {
  791.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  792.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  793.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  794.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  795.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  796.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  797.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  798.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  799.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  800.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  801.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  802.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  803.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  804.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  805.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  806.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  807.         $d->addInstance('vite_cache_pool', ($this->privates['vite_cache_pool'] ?? $this->getViteCachePoolService()));
  808.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  809.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  810.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  811.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  812.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  813.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  814.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  815.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  816.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  817.         $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  818.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  819.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  820.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  821.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  822.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  823.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  824.         if ($this->has('kernel')) {
  825.             $g->setKernel($b);
  826.         }
  827.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  828.         $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())));
  829.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  830.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  831.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  832.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  833.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  834.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  835.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  836.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  837.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  838.         $instance->add($d);
  839.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  840.         $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())));
  841.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['twig'] ?? $this->getTwigService())));
  842.         $instance->add($e);
  843.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  844.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  845.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  846.         $instance->add($f);
  847.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  848.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  849.         $instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
  850.             yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  851.         }, 1)));
  852.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  853.         $instance->add($g);
  854.         return $instance;
  855.     }
  856.     /**
  857.      * Gets the public 'App\Controller\Collaborator\CollaboratorController' shared autowired service.
  858.      *
  859.      * @return \App\Controller\Collaborator\CollaboratorController
  860.      */
  861.     protected function getCollaboratorControllerService()
  862.     {
  863.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  864.         include_once \dirname(__DIR__4).'/src/Controller/Collaborator/CollaboratorController.php';
  865.         $this->services['App\\Controller\\Collaborator\\CollaboratorController'] = $instance = new \App\Controller\Collaborator\CollaboratorController(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  866.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Collaborator\\CollaboratorController'$this));
  867.         return $instance;
  868.     }
  869.     /**
  870.      * Gets the public 'App\Controller\Company\CompanyDiscardedController' shared autowired service.
  871.      *
  872.      * @return \App\Controller\Company\CompanyDiscardedController
  873.      */
  874.     protected function getCompanyDiscardedControllerService()
  875.     {
  876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  877.         include_once \dirname(__DIR__4).'/src/Controller/Company/CompanyDiscardedController.php';
  878.         $this->services['App\\Controller\\Company\\CompanyDiscardedController'] = $instance = new \App\Controller\Company\CompanyDiscardedController(($this->privates['App\\Repository\\Company\\CompanyRepository'] ?? $this->getCompanyRepositoryService()));
  879.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Company\\CompanyDiscardedController'$this));
  880.         return $instance;
  881.     }
  882.     /**
  883.      * Gets the public 'App\Controller\Company\CompanyFileController' shared autowired service.
  884.      *
  885.      * @return \App\Controller\Company\CompanyFileController
  886.      */
  887.     protected function getCompanyFileControllerService()
  888.     {
  889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  890.         include_once \dirname(__DIR__4).'/src/Controller/Company/CompanyFileController.php';
  891.         $this->services['App\\Controller\\Company\\CompanyFileController'] = $instance = new \App\Controller\Company\CompanyFileController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\File\\FileRibRepository'] ?? $this->getFileRibRepositoryService()));
  892.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Company\\CompanyFileController'$this));
  893.         return $instance;
  894.     }
  895.     /**
  896.      * Gets the public 'App\Controller\Company\CompanyProjectController' shared autowired service.
  897.      *
  898.      * @return \App\Controller\Company\CompanyProjectController
  899.      */
  900.     protected function getCompanyProjectControllerService()
  901.     {
  902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  903.         include_once \dirname(__DIR__4).'/src/Controller/Company/CompanyProjectController.php';
  904.         $this->services['App\\Controller\\Company\\CompanyProjectController'] = $instance = new \App\Controller\Company\CompanyProjectController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  905.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Company\\CompanyProjectController'$this));
  906.         return $instance;
  907.     }
  908.     /**
  909.      * Gets the public 'App\Controller\Devis\DevisFactureController' shared autowired service.
  910.      *
  911.      * @return \App\Controller\Devis\DevisFactureController
  912.      */
  913.     protected function getDevisFactureControllerService()
  914.     {
  915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  916.         include_once \dirname(__DIR__4).'/src/Controller/Devis/DevisFactureController.php';
  917.         $this->services['App\\Controller\\Devis\\DevisFactureController'] = $instance = new \App\Controller\Devis\DevisFactureController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  918.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Devis\\DevisFactureController'$this));
  919.         return $instance;
  920.     }
  921.     /**
  922.      * Gets the public 'App\Controller\Devis\SubDevisController' shared autowired service.
  923.      *
  924.      * @return \App\Controller\Devis\SubDevisController
  925.      */
  926.     protected function getSubDevisControllerService()
  927.     {
  928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  929.         include_once \dirname(__DIR__4).'/src/Controller/Devis/SubDevisController.php';
  930.         $this->services['App\\Controller\\Devis\\SubDevisController'] = $instance = new \App\Controller\Devis\SubDevisController();
  931.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Devis\\SubDevisController'$this));
  932.         return $instance;
  933.     }
  934.     /**
  935.      * Gets the public 'App\Controller\Dod\DodFactureController' shared autowired service.
  936.      *
  937.      * @return \App\Controller\Dod\DodFactureController
  938.      */
  939.     protected function getDodFactureControllerService()
  940.     {
  941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  942.         include_once \dirname(__DIR__4).'/src/Controller/Dod/DodFactureController.php';
  943.         $this->services['App\\Controller\\Dod\\DodFactureController'] = $instance = new \App\Controller\Dod\DodFactureController(($this->privates['App\\Repository\\File\\FileFactureRepository'] ?? $this->getFileFactureRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Handler\\Project\\UserAccessProjectHandler'] ?? $this->getUserAccessProjectHandlerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  944.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Dod\\DodFactureController'$this));
  945.         return $instance;
  946.     }
  947.     /**
  948.      * Gets the public 'App\Controller\Dod\DodGeneratePasswordController' shared autowired service.
  949.      *
  950.      * @return \App\Controller\Dod\DodGeneratePasswordController
  951.      */
  952.     protected function getDodGeneratePasswordControllerService()
  953.     {
  954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  955.         include_once \dirname(__DIR__4).'/src/Controller/Dod/DodGeneratePasswordController.php';
  956.         include_once \dirname(__DIR__4).'/src/Handler/PasswordGenerator.php';
  957.         $this->services['App\\Controller\\Dod\\DodGeneratePasswordController'] = $instance = new \App\Controller\Dod\DodGeneratePasswordController(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Handler\\PasswordGenerator'] ?? ($this->privates['App\\Handler\\PasswordGenerator'] = new \App\Handler\PasswordGenerator())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\SendPassword'] ?? $this->getSendPasswordService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Repository\\RefreshTokenRepository'] ?? $this->getRefreshTokenRepositoryService()));
  958.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Dod\\DodGeneratePasswordController'$this));
  959.         return $instance;
  960.     }
  961.     /**
  962.      * Gets the public 'App\Controller\Dod\DodGeneratePdfController' shared autowired service.
  963.      *
  964.      * @return \App\Controller\Dod\DodGeneratePdfController
  965.      */
  966.     protected function getDodGeneratePdfControllerService()
  967.     {
  968.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  969.         include_once \dirname(__DIR__4).'/src/Controller/Dod/DodGeneratePdfController.php';
  970.         $this->services['App\\Controller\\Dod\\DodGeneratePdfController'] = $instance = new \App\Controller\Dod\DodGeneratePdfController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()), ($this->privates['App\\Repository\\Company\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Repository\\Facture\\FactureRepository'] ?? $this->getFactureRepositoryService()), ($this->privates['App\\Repository\\File\\FileFactureRepository'] ?? $this->getFileFactureRepositoryService()), ($this->privates['App\\Repository\\File\\FileRecaptulatifRepository'] ?? $this->getFileRecaptulatifRepositoryService()), ($this->privates['App\\Service\\TransFile'] ?? $this->getTransFileService()), ($this->privates['App\\Repository\\Devis\\DevisRepository'] ?? $this->getDevisRepositoryService()));
  971.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Dod\\DodGeneratePdfController'$this));
  972.         return $instance;
  973.     }
  974.     /**
  975.      * Gets the public 'App\Controller\Dod\DodGestionnaireController' shared autowired service.
  976.      *
  977.      * @return \App\Controller\Dod\DodGestionnaireController
  978.      */
  979.     protected function getDodGestionnaireControllerService()
  980.     {
  981.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  982.         include_once \dirname(__DIR__4).'/src/Controller/Dod/DodGestionnaireController.php';
  983.         $this->services['App\\Controller\\Dod\\DodGestionnaireController'] = $instance = new \App\Controller\Dod\DodGestionnaireController(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\Role\\RoleRepository'] ?? $this->getRoleRepositoryService()));
  984.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Dod\\DodGestionnaireController'$this));
  985.         return $instance;
  986.     }
  987.     /**
  988.      * Gets the public 'App\Controller\Facture\ChangeFileController' shared autowired service.
  989.      *
  990.      * @return \App\Controller\Facture\ChangeFileController
  991.      */
  992.     protected function getChangeFileControllerService()
  993.     {
  994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  995.         include_once \dirname(__DIR__4).'/src/Controller/Facture/ChangeFileController.php';
  996.         $this->services['App\\Controller\\Facture\\ChangeFileController'] = $instance = new \App\Controller\Facture\ChangeFileController();
  997.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Facture\\ChangeFileController'$this));
  998.         return $instance;
  999.     }
  1000.     /**
  1001.      * Gets the public 'App\Controller\Facture\FactureByProjectAndCompanyController' shared autowired service.
  1002.      *
  1003.      * @return \App\Controller\Facture\FactureByProjectAndCompanyController
  1004.      */
  1005.     protected function getFactureByProjectAndCompanyControllerService()
  1006.     {
  1007.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1008.         include_once \dirname(__DIR__4).'/src/Controller/Facture/FactureByProjectAndCompanyController.php';
  1009.         $this->services['App\\Controller\\Facture\\FactureByProjectAndCompanyController'] = $instance = new \App\Controller\Facture\FactureByProjectAndCompanyController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()));
  1010.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Facture\\FactureByProjectAndCompanyController'$this));
  1011.         return $instance;
  1012.     }
  1013.     /**
  1014.      * Gets the public 'App\Controller\Facture\FactureGeneratePdfController' shared autowired service.
  1015.      *
  1016.      * @return \App\Controller\Facture\FactureGeneratePdfController
  1017.      */
  1018.     protected function getFactureGeneratePdfControllerService()
  1019.     {
  1020.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1021.         include_once \dirname(__DIR__4).'/src/Controller/Facture/FactureGeneratePdfController.php';
  1022.         $this->services['App\\Controller\\Facture\\FactureGeneratePdfController'] = $instance = new \App\Controller\Facture\FactureGeneratePdfController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()), ($this->privates['App\\Repository\\Facture\\FactureRepository'] ?? $this->getFactureRepositoryService()), ($this->privates['App\\Repository\\File\\FileRecaptulatifRepository'] ?? $this->getFileRecaptulatifRepositoryService()), ($this->privates['App\\Service\\TransFile'] ?? $this->getTransFileService()));
  1023.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Facture\\FactureGeneratePdfController'$this));
  1024.         return $instance;
  1025.     }
  1026.     /**
  1027.      * Gets the public 'App\Controller\File\FileController' shared autowired service.
  1028.      *
  1029.      * @return \App\Controller\File\FileController
  1030.      */
  1031.     protected function getFileControllerService()
  1032.     {
  1033.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1034.         include_once \dirname(__DIR__4).'/src/Controller/File/FileController.php';
  1035.         $this->services['App\\Controller\\File\\FileController'] = $instance = new \App\Controller\File\FileController();
  1036.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\File\\FileController'$this));
  1037.         return $instance;
  1038.     }
  1039.     /**
  1040.      * Gets the public 'App\Controller\File\FileDiscardedController' shared autowired service.
  1041.      *
  1042.      * @return \App\Controller\File\FileDiscardedController
  1043.      */
  1044.     protected function getFileDiscardedControllerService()
  1045.     {
  1046.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1047.         include_once \dirname(__DIR__4).'/src/Controller/File/FileDiscardedController.php';
  1048.         $this->services['App\\Controller\\File\\FileDiscardedController'] = $instance = new \App\Controller\File\FileDiscardedController(($this->privates['App\\Repository\\File\\FileRepository'] ?? $this->getFileRepositoryService()), ($this->privates['App\\Repository\\File\\FileChantierRepository'] ?? $this->getFileChantierRepositoryService()), ($this->privates['App\\Repository\\File\\FileProjectRepository'] ?? $this->getFileProjectRepositoryService()), ($this->privates['App\\Repository\\File\\FileContractRepository'] ?? $this->getFileContractRepositoryService()), ($this->privates['App\\Repository\\File\\FileFactureRepository'] ?? $this->getFileFactureRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Handler\\Project\\UserAccessProjectHandler'] ?? $this->getUserAccessProjectHandlerService()));
  1049.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\File\\FileDiscardedController'$this));
  1050.         return $instance;
  1051.     }
  1052.     /**
  1053.      * Gets the public 'App\Controller\File\FileNotifyController' shared autowired service.
  1054.      *
  1055.      * @return \App\Controller\File\FileNotifyController
  1056.      */
  1057.     protected function getFileNotifyControllerService()
  1058.     {
  1059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1060.         include_once \dirname(__DIR__4).'/src/Controller/File/FileNotifyController.php';
  1061.         $this->services['App\\Controller\\File\\FileNotifyController'] = $instance = new \App\Controller\File\FileNotifyController(($this->privates['App\\Service\\TransFile'] ?? $this->getTransFileService()));
  1062.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\File\\FileNotifyController'$this));
  1063.         return $instance;
  1064.     }
  1065.     /**
  1066.      * Gets the public 'App\Controller\File\FileSigneController' shared autowired service.
  1067.      *
  1068.      * @return \App\Controller\File\FileSigneController
  1069.      */
  1070.     protected function getFileSigneControllerService()
  1071.     {
  1072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1073.         include_once \dirname(__DIR__4).'/src/Controller/File/FileSigneController.php';
  1074.         $this->services['App\\Controller\\File\\FileSigneController'] = $instance = new \App\Controller\File\FileSigneController(($this->privates['App\\Repository\\File\\FileRepository'] ?? $this->getFileRepositoryService()), ($this->privates['App\\Repository\\File\\FileChantierRepository'] ?? $this->getFileChantierRepositoryService()), ($this->privates['App\\Repository\\File\\FileProjectRepository'] ?? $this->getFileProjectRepositoryService()), ($this->privates['App\\Repository\\File\\FileContractRepository'] ?? $this->getFileContractRepositoryService()), ($this->privates['App\\Repository\\File\\FileFactureRepository'] ?? $this->getFileFactureRepositoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  1075.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\File\\FileSigneController'$this));
  1076.         return $instance;
  1077.     }
  1078.     /**
  1079.      * Gets the public 'App\Controller\File\FileSignedController' shared autowired service.
  1080.      *
  1081.      * @return \App\Controller\File\FileSignedController
  1082.      */
  1083.     protected function getFileSignedControllerService()
  1084.     {
  1085.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1086.         include_once \dirname(__DIR__4).'/src/Controller/File/FileSignedController.php';
  1087.         $this->services['App\\Controller\\File\\FileSignedController'] = $instance = new \App\Controller\File\FileSignedController(($this->privates['App\\Repository\\File\\FileRepository'] ?? $this->getFileRepositoryService()));
  1088.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\File\\FileSignedController'$this));
  1089.         return $instance;
  1090.     }
  1091.     /**
  1092.      * Gets the public 'App\Controller\Folder\ViewAndDownloadController' shared autowired service.
  1093.      *
  1094.      * @return \App\Controller\Folder\ViewAndDownloadController
  1095.      */
  1096.     protected function getViewAndDownloadControllerService()
  1097.     {
  1098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1099.         include_once \dirname(__DIR__4).'/src/Controller/Folder/ViewAndDownloadController.php';
  1100.         $this->services['App\\Controller\\Folder\\ViewAndDownloadController'] = $instance = new \App\Controller\Folder\ViewAndDownloadController();
  1101.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Folder\\ViewAndDownloadController'$this));
  1102.         return $instance;
  1103.     }
  1104.     /**
  1105.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  1106.      *
  1107.      * @return \App\Controller\HomeController
  1108.      */
  1109.     protected function getHomeControllerService()
  1110.     {
  1111.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1112.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  1113.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController();
  1114.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\HomeController'$this));
  1115.         return $instance;
  1116.     }
  1117.     /**
  1118.      * Gets the public 'App\Controller\Project\ProjectAllFoldersController' shared autowired service.
  1119.      *
  1120.      * @return \App\Controller\Project\ProjectAllFoldersController
  1121.      */
  1122.     protected function getProjectAllFoldersControllerService()
  1123.     {
  1124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1125.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectAllFoldersController.php';
  1126.         $this->services['App\\Controller\\Project\\ProjectAllFoldersController'] = $instance = new \App\Controller\Project\ProjectAllFoldersController(($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()));
  1127.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectAllFoldersController'$this));
  1128.         return $instance;
  1129.     }
  1130.     /**
  1131.      * Gets the public 'App\Controller\Project\ProjectController' shared autowired service.
  1132.      *
  1133.      * @return \App\Controller\Project\ProjectController
  1134.      */
  1135.     protected function getProjectControllerService()
  1136.     {
  1137.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1138.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectController.php';
  1139.         $this->services['App\\Controller\\Project\\ProjectController'] = $instance = new \App\Controller\Project\ProjectController();
  1140.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectController'$this));
  1141.         return $instance;
  1142.     }
  1143.     /**
  1144.      * Gets the public 'App\Controller\Project\ProjectConversationController' shared autowired service.
  1145.      *
  1146.      * @return \App\Controller\Project\ProjectConversationController
  1147.      */
  1148.     protected function getProjectConversationControllerService()
  1149.     {
  1150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1151.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectConversationController.php';
  1152.         $this->services['App\\Controller\\Project\\ProjectConversationController'] = $instance = new \App\Controller\Project\ProjectConversationController();
  1153.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectConversationController'$this));
  1154.         return $instance;
  1155.     }
  1156.     /**
  1157.      * Gets the public 'App\Controller\Project\ProjectDevisController' shared autowired service.
  1158.      *
  1159.      * @return \App\Controller\Project\ProjectDevisController
  1160.      */
  1161.     protected function getProjectDevisControllerService()
  1162.     {
  1163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1164.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectDevisController.php';
  1165.         $this->services['App\\Controller\\Project\\ProjectDevisController'] = $instance = new \App\Controller\Project\ProjectDevisController();
  1166.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectDevisController'$this));
  1167.         return $instance;
  1168.     }
  1169.     /**
  1170.      * Gets the public 'App\Controller\Project\ProjectDiscardedController' shared autowired service.
  1171.      *
  1172.      * @return \App\Controller\Project\ProjectDiscardedController
  1173.      */
  1174.     protected function getProjectDiscardedControllerService()
  1175.     {
  1176.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1177.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectDiscardedController.php';
  1178.         $this->services['App\\Controller\\Project\\ProjectDiscardedController'] = $instance = new \App\Controller\Project\ProjectDiscardedController(($this->privates['App\\Repository\\Project\\ProjectRepository'] ?? $this->getProjectRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Handler\\Project\\UserAccessProjectHandler'] ?? $this->getUserAccessProjectHandlerService()));
  1179.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectDiscardedController'$this));
  1180.         return $instance;
  1181.     }
  1182.     /**
  1183.      * Gets the public 'App\Controller\Project\ProjectDisponibleController' shared autowired service.
  1184.      *
  1185.      * @return \App\Controller\Project\ProjectDisponibleController
  1186.      */
  1187.     protected function getProjectDisponibleControllerService()
  1188.     {
  1189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1190.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectDisponibleController.php';
  1191.         $this->services['App\\Controller\\Project\\ProjectDisponibleController'] = $instance = new \App\Controller\Project\ProjectDisponibleController(($this->privates['App\\Repository\\Project\\ProjectRepository'] ?? $this->getProjectRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()), ($this->privates['App\\Repository\\Devis\\DevisRepository'] ?? $this->getDevisRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Handler\\Project\\UserAccessProjectHandler'] ?? $this->getUserAccessProjectHandlerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1192.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectDisponibleController'$this));
  1193.         return $instance;
  1194.     }
  1195.     /**
  1196.      * Gets the public 'App\Controller\Project\ProjectFileTransmisController' shared autowired service.
  1197.      *
  1198.      * @return \App\Controller\Project\ProjectFileTransmisController
  1199.      */
  1200.     protected function getProjectFileTransmisControllerService()
  1201.     {
  1202.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1203.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectFileTransmisController.php';
  1204.         $this->services['App\\Controller\\Project\\ProjectFileTransmisController'] = $instance = new \App\Controller\Project\ProjectFileTransmisController(($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\File\\FileRepository'] ?? $this->getFileRepositoryService()));
  1205.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectFileTransmisController'$this));
  1206.         return $instance;
  1207.     }
  1208.     /**
  1209.      * Gets the public 'App\Controller\Project\ProjectFilesController' shared autowired service.
  1210.      *
  1211.      * @return \App\Controller\Project\ProjectFilesController
  1212.      */
  1213.     protected function getProjectFilesControllerService()
  1214.     {
  1215.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1216.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectFilesController.php';
  1217.         $this->services['App\\Controller\\Project\\ProjectFilesController'] = $instance = new \App\Controller\Project\ProjectFilesController(($this->privates['App\\Handler\\Project\\UserAccessProjectHandler'] ?? $this->getUserAccessProjectHandlerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()));
  1218.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectFilesController'$this));
  1219.         return $instance;
  1220.     }
  1221.     /**
  1222.      * Gets the public 'App\Controller\Project\ProjectFinanceController' shared autowired service.
  1223.      *
  1224.      * @return \App\Controller\Project\ProjectFinanceController
  1225.      */
  1226.     protected function getProjectFinanceControllerService()
  1227.     {
  1228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1229.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectFinanceController.php';
  1230.         $this->services['App\\Controller\\Project\\ProjectFinanceController'] = $instance = new \App\Controller\Project\ProjectFinanceController(($this->privates['App\\Repository\\Project\\ProjectRepository'] ?? $this->getProjectRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Handler\\Project\\UserAccessProjectHandler'] ?? $this->getUserAccessProjectHandlerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1231.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectFinanceController'$this));
  1232.         return $instance;
  1233.     }
  1234.     /**
  1235.      * Gets the public 'App\Controller\Project\ProjectFinancialMonitoringPdfController' shared autowired service.
  1236.      *
  1237.      * @return \App\Controller\Project\ProjectFinancialMonitoringPdfController
  1238.      */
  1239.     protected function getProjectFinancialMonitoringPdfControllerService()
  1240.     {
  1241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1242.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectFinancialMonitoringPdfController.php';
  1243.         $this->services['App\\Controller\\Project\\ProjectFinancialMonitoringPdfController'] = $instance = new \App\Controller\Project\ProjectFinancialMonitoringPdfController(($this->privates['App\\Repository\\File\\FileFactureRepository'] ?? $this->getFileFactureRepositoryService()), ($this->privates['App\\Repository\\Facture\\PaimentRepository'] ?? $this->getPaimentRepositoryService()), ($this->privates['App\\Repository\\Facture\\ChangeRepository'] ?? $this->getChangeRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()), ($this->privates['App\\Repository\\File\\FileRecaptulatifRepository'] ?? $this->getFileRecaptulatifRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TransFile'] ?? $this->getTransFileService()), ($this->privates['App\\Repository\\Devis\\DevisRepository'] ?? $this->getDevisRepositoryService()));
  1244.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectFinancialMonitoringPdfController'$this));
  1245.         return $instance;
  1246.     }
  1247.     /**
  1248.      * Gets the public 'App\Controller\Project\ProjectFoldersController' shared autowired service.
  1249.      *
  1250.      * @return \App\Controller\Project\ProjectFoldersController
  1251.      */
  1252.     protected function getProjectFoldersControllerService()
  1253.     {
  1254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1255.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectFoldersController.php';
  1256.         $this->services['App\\Controller\\Project\\ProjectFoldersController'] = $instance = new \App\Controller\Project\ProjectFoldersController();
  1257.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectFoldersController'$this));
  1258.         return $instance;
  1259.     }
  1260.     /**
  1261.      * Gets the public 'App\Controller\Project\ProjectGeneratePdfController' shared autowired service.
  1262.      *
  1263.      * @return \App\Controller\Project\ProjectGeneratePdfController
  1264.      */
  1265.     protected function getProjectGeneratePdfControllerService()
  1266.     {
  1267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1268.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectGeneratePdfController.php';
  1269.         $this->services['App\\Controller\\Project\\ProjectGeneratePdfController'] = $instance = new \App\Controller\Project\ProjectGeneratePdfController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()), ($this->privates['App\\Repository\\Company\\CompanyRepository'] ?? $this->getCompanyRepositoryService()), ($this->privates['App\\Repository\\Facture\\FactureRepository'] ?? $this->getFactureRepositoryService()), ($this->privates['App\\Repository\\File\\FileFactureRepository'] ?? $this->getFileFactureRepositoryService()), ($this->privates['App\\Repository\\File\\FileRecaptulatifRepository'] ?? $this->getFileRecaptulatifRepositoryService()), ($this->privates['App\\Service\\TransFile'] ?? $this->getTransFileService()), ($this->privates['App\\Repository\\Devis\\DevisRepository'] ?? $this->getDevisRepositoryService()));
  1270.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectGeneratePdfController'$this));
  1271.         return $instance;
  1272.     }
  1273.     /**
  1274.      * Gets the public 'App\Controller\Project\ProjectImageController' shared autowired service.
  1275.      *
  1276.      * @return \App\Controller\Project\ProjectImageController
  1277.      */
  1278.     protected function getProjectImageControllerService()
  1279.     {
  1280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1281.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectImageController.php';
  1282.         $this->services['App\\Controller\\Project\\ProjectImageController'] = $instance = new \App\Controller\Project\ProjectImageController();
  1283.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectImageController'$this));
  1284.         return $instance;
  1285.     }
  1286.     /**
  1287.      * Gets the public 'App\Controller\Project\ProjectPurchasesController' shared autowired service.
  1288.      *
  1289.      * @return \App\Controller\Project\ProjectPurchasesController
  1290.      */
  1291.     protected function getProjectPurchasesControllerService()
  1292.     {
  1293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1294.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectPurchasesController.php';
  1295.         $this->services['App\\Controller\\Project\\ProjectPurchasesController'] = $instance = new \App\Controller\Project\ProjectPurchasesController();
  1296.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectPurchasesController'$this));
  1297.         return $instance;
  1298.     }
  1299.     /**
  1300.      * Gets the public 'App\Controller\Project\ProjectPurchasesNotifyController' shared autowired service.
  1301.      *
  1302.      * @return \App\Controller\Project\ProjectPurchasesNotifyController
  1303.      */
  1304.     protected function getProjectPurchasesNotifyControllerService()
  1305.     {
  1306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1307.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectPurchasesNotifyController.php';
  1308.         $this->services['App\\Controller\\Project\\ProjectPurchasesNotifyController'] = $instance = new \App\Controller\Project\ProjectPurchasesNotifyController(($this->privates['App\\Service\\PurchaseEmailService'] ?? $this->getPurchaseEmailServiceService()));
  1309.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectPurchasesNotifyController'$this));
  1310.         return $instance;
  1311.     }
  1312.     /**
  1313.      * Gets the public 'App\Controller\Project\ProjectUntouchedController' shared autowired service.
  1314.      *
  1315.      * @return \App\Controller\Project\ProjectUntouchedController
  1316.      */
  1317.     protected function getProjectUntouchedControllerService()
  1318.     {
  1319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1320.         include_once \dirname(__DIR__4).'/src/Controller/Project/ProjectUntouchedController.php';
  1321.         $this->services['App\\Controller\\Project\\ProjectUntouchedController'] = $instance = new \App\Controller\Project\ProjectUntouchedController(($this->privates['App\\Repository\\Project\\ProjectRepository'] ?? $this->getProjectRepositoryService()));
  1322.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\ProjectUntouchedController'$this));
  1323.         return $instance;
  1324.     }
  1325.     /**
  1326.      * Gets the public 'App\Controller\Project\PurchaseController' shared autowired service.
  1327.      *
  1328.      * @return \App\Controller\Project\PurchaseController
  1329.      */
  1330.     protected function getPurchaseControllerService()
  1331.     {
  1332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1333.         include_once \dirname(__DIR__4).'/src/Controller/Project/PurchaseController.php';
  1334.         $this->services['App\\Controller\\Project\\PurchaseController'] = $instance = new \App\Controller\Project\PurchaseController();
  1335.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\Project\\PurchaseController'$this));
  1336.         return $instance;
  1337.     }
  1338.     /**
  1339.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  1340.      *
  1341.      * @return \App\Controller\SecurityController
  1342.      */
  1343.     protected function getSecurityControllerService()
  1344.     {
  1345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1346.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  1347.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  1348.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\SecurityController'$this));
  1349.         return $instance;
  1350.     }
  1351.     /**
  1352.      * Gets the public 'App\Controller\User\UserCheckPasswordController' shared autowired service.
  1353.      *
  1354.      * @return \App\Controller\User\UserCheckPasswordController
  1355.      */
  1356.     protected function getUserCheckPasswordControllerService()
  1357.     {
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1359.         include_once \dirname(__DIR__4).'/src/Controller/User/UserCheckPasswordController.php';
  1360.         $this->services['App\\Controller\\User\\UserCheckPasswordController'] = $instance = new \App\Controller\User\UserCheckPasswordController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  1361.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\User\\UserCheckPasswordController'$this));
  1362.         return $instance;
  1363.     }
  1364.     /**
  1365.      * Gets the public 'App\Controller\User\UserClientController' shared autowired service.
  1366.      *
  1367.      * @return \App\Controller\User\UserClientController
  1368.      */
  1369.     protected function getUserClientControllerService()
  1370.     {
  1371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1372.         include_once \dirname(__DIR__4).'/src/Controller/User/UserClientController.php';
  1373.         $this->services['App\\Controller\\User\\UserClientController'] = $instance = new \App\Controller\User\UserClientController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\Collaborator\\CollaboratorRepository'] ?? $this->getCollaboratorRepositoryService()));
  1374.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\User\\UserClientController'$this));
  1375.         return $instance;
  1376.     }
  1377.     /**
  1378.      * Gets the public 'App\Controller\User\UserCollaboratorController' shared autowired service.
  1379.      *
  1380.      * @return \App\Controller\User\UserCollaboratorController
  1381.      */
  1382.     protected function getUserCollaboratorControllerService()
  1383.     {
  1384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1385.         include_once \dirname(__DIR__4).'/src/Controller/User/UserCollaboratorController.php';
  1386.         $this->services['App\\Controller\\User\\UserCollaboratorController'] = $instance = new \App\Controller\User\UserCollaboratorController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\Collaborator\\CollaboratorRepository'] ?? $this->getCollaboratorRepositoryService()));
  1387.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\User\\UserCollaboratorController'$this));
  1388.         return $instance;
  1389.     }
  1390.     /**
  1391.      * Gets the public 'App\Controller\User\UserConversationController' shared autowired service.
  1392.      *
  1393.      * @return \App\Controller\User\UserConversationController
  1394.      */
  1395.     protected function getUserConversationControllerService()
  1396.     {
  1397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1398.         include_once \dirname(__DIR__4).'/src/Controller/User/UserConversationController.php';
  1399.         $this->services['App\\Controller\\User\\UserConversationController'] = $instance = new \App\Controller\User\UserConversationController(($this->privates['App\\Repository\\Chat\\ParticipationRepository'] ?? $this->getParticipationRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->privates['App\\Repository\\Project\\ProjectRepository'] ?? $this->getProjectRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1400.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\User\\UserConversationController'$this));
  1401.         return $instance;
  1402.     }
  1403.     /**
  1404.      * Gets the public 'App\Controller\User\UserCounterController' shared autowired service.
  1405.      *
  1406.      * @return \App\Controller\User\UserCounterController
  1407.      */
  1408.     protected function getUserCounterControllerService()
  1409.     {
  1410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1411.         include_once \dirname(__DIR__4).'/src/Controller/User/UserCounterController.php';
  1412.         $this->services['App\\Controller\\User\\UserCounterController'] = $instance = new \App\Controller\User\UserCounterController(($this->privates['App\\Repository\\Project\\ProjectRepository'] ?? $this->getProjectRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Handler\\Project\\UserAccessProjectHandler'] ?? $this->getUserAccessProjectHandlerService()));
  1413.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\User\\UserCounterController'$this));
  1414.         return $instance;
  1415.     }
  1416.     /**
  1417.      * Gets the public 'App\Controller\User\UserDeleteController' shared autowired service.
  1418.      *
  1419.      * @return \App\Controller\User\UserDeleteController
  1420.      */
  1421.     protected function getUserDeleteControllerService()
  1422.     {
  1423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1424.         include_once \dirname(__DIR__4).'/src/Controller/User/UserDeleteController.php';
  1425.         $this->services['App\\Controller\\User\\UserDeleteController'] = $instance = new \App\Controller\User\UserDeleteController(($this->privates['App\\Repository\\Project\\ProjectRepository'] ?? $this->getProjectRepositoryService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  1426.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\User\\UserDeleteController'$this));
  1427.         return $instance;
  1428.     }
  1429.     /**
  1430.      * Gets the public 'App\Controller\User\UserDiscardedController' shared autowired service.
  1431.      *
  1432.      * @return \App\Controller\User\UserDiscardedController
  1433.      */
  1434.     protected function getUserDiscardedControllerService()
  1435.     {
  1436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1437.         include_once \dirname(__DIR__4).'/src/Controller/User/UserDiscardedController.php';
  1438.         $this->services['App\\Controller\\User\\UserDiscardedController'] = $instance = new \App\Controller\User\UserDiscardedController(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\Project\\ProjectRepository'] ?? $this->getProjectRepositoryService()));
  1439.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\User\\UserDiscardedController'$this));
  1440.         return $instance;
  1441.     }
  1442.     /**
  1443.      * Gets the public 'App\Controller\User\UserProjectController' shared autowired service.
  1444.      *
  1445.      * @return \App\Controller\User\UserProjectController
  1446.      */
  1447.     protected function getUserProjectControllerService()
  1448.     {
  1449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1450.         include_once \dirname(__DIR__4).'/src/Controller/User/UserProjectController.php';
  1451.         $this->services['App\\Controller\\User\\UserProjectController'] = $instance = new \App\Controller\User\UserProjectController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\Project\\ProjectRepository'] ?? $this->getProjectRepositoryService()));
  1452.         $instance->setContainer(($this->privates['.service_locator.jIxfAsi'] ?? $this->get_ServiceLocator_JIxfAsiService())->withContext('App\\Controller\\User\\UserProjectController'$this));
  1453.         return $instance;
  1454.     }
  1455.     /**
  1456.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1457.      *
  1458.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1459.      */
  1460.     protected function getProfilerControllerService()
  1461.     {
  1462.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1463.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->privates['twig'] ?? $this->getTwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1464.     }
  1465.     /**
  1466.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1467.      *
  1468.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1469.      */
  1470.     protected function getRedirectControllerService()
  1471.     {
  1472.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1473.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1474.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1475.     }
  1476.     /**
  1477.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1478.      *
  1479.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1480.      */
  1481.     protected function getTemplateControllerService()
  1482.     {
  1483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1484.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->privates['twig'] ?? $this->getTwigService()));
  1485.     }
  1486.     /**
  1487.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  1488.      *
  1489.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  1490.      */
  1491.     protected function getBase64NamerService()
  1492.     {
  1493.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1494.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1495.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1496.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  1497.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  1498.     }
  1499.     /**
  1500.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  1501.      *
  1502.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  1503.      */
  1504.     protected function getCurrentDateTimeDirectoryNamerService()
  1505.     {
  1506.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1507.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1508.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  1509.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  1511.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1512.     }
  1513.     /**
  1514.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  1515.      *
  1516.      * @return \Vich\UploaderBundle\Naming\HashNamer
  1517.      */
  1518.     protected function getHashNamerService()
  1519.     {
  1520.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1523.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  1524.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  1525.     }
  1526.     /**
  1527.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  1528.      *
  1529.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  1530.      */
  1531.     protected function getOrignameNamerService()
  1532.     {
  1533.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1534.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1535.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  1536.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1537.     }
  1538.     /**
  1539.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  1540.      *
  1541.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  1542.      */
  1543.     protected function getPropertyDirectoryNamerService()
  1544.     {
  1545.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1547.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  1548.         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()));
  1549.     }
  1550.     /**
  1551.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  1552.      *
  1553.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  1554.      */
  1555.     protected function getPropertyNamerService()
  1556.     {
  1557.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1558.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1559.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  1561.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1562.     }
  1563.     /**
  1564.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  1565.      *
  1566.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1567.      */
  1568.     protected function getSmartUniqueNamerService()
  1569.     {
  1570.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1571.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1572.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1573.     }
  1574.     /**
  1575.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.file_path' shared service.
  1576.      *
  1577.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1578.      */
  1579.     protected function getSmartUniqueNamer_FilePathService()
  1580.     {
  1581.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1582.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1583.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.file_path'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1584.     }
  1585.     /**
  1586.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.project_image' shared service.
  1587.      *
  1588.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  1589.      */
  1590.     protected function getSmartUniqueNamer_ProjectImageService()
  1591.     {
  1592.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1593.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  1594.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.project_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  1595.     }
  1596.     /**
  1597.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  1598.      *
  1599.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  1600.      */
  1601.     protected function getSubdirDirectoryNamerService()
  1602.     {
  1603.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  1604.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  1605.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  1606.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  1607.     }
  1608.     /**
  1609.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  1610.      *
  1611.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  1612.      */
  1613.     protected function getUniqidNamerService()
  1614.     {
  1615.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  1616.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  1617.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  1618.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  1619.     }
  1620.     /**
  1621.      * Gets the public 'api_platform.action.documentation' shared service.
  1622.      *
  1623.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  1624.      */
  1625.     protected function getApiPlatform_Action_DocumentationService()
  1626.     {
  1627.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  1628.         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()), 'DOD Api''''1.0.0'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['App\\OpenApiFactory\\OpenApiFactory'] ?? $this->getOpenApiFactoryService()));
  1629.     }
  1630.     /**
  1631.      * Gets the public 'api_platform.action.entrypoint' shared service.
  1632.      *
  1633.      * @return \ApiPlatform\Action\EntrypointAction
  1634.      */
  1635.     protected function getApiPlatform_Action_EntrypointService()
  1636.     {
  1637.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  1638.         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()));
  1639.     }
  1640.     /**
  1641.      * Gets the public 'api_platform.action.exception' shared service.
  1642.      *
  1643.      * @return \ApiPlatform\Action\ExceptionAction
  1644.      */
  1645.     protected function getApiPlatform_Action_ExceptionService()
  1646.     {
  1647.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  1648.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->privates['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()));
  1649.     }
  1650.     /**
  1651.      * Gets the public 'api_platform.action.not_exposed' shared service.
  1652.      *
  1653.      * @return \ApiPlatform\Action\NotExposedAction
  1654.      */
  1655.     protected function getApiPlatform_Action_NotExposedService()
  1656.     {
  1657.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  1658.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  1659.     }
  1660.     /**
  1661.      * Gets the public 'api_platform.action.not_found' shared service.
  1662.      *
  1663.      * @return \ApiPlatform\Action\NotFoundAction
  1664.      */
  1665.     protected function getApiPlatform_Action_NotFoundService()
  1666.     {
  1667.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  1668.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  1669.     }
  1670.     /**
  1671.      * Gets the public 'api_platform.action.placeholder' shared service.
  1672.      *
  1673.      * @return \ApiPlatform\Action\PlaceholderAction
  1674.      */
  1675.     protected function getApiPlatform_Action_PlaceholderService()
  1676.     {
  1677.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  1678.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  1679.     }
  1680.     /**
  1681.      * Gets the public 'api_platform.graphql.action.entrypoint' shared service.
  1682.      *
  1683.      * @return \ApiPlatform\Core\GraphQl\Action\EntrypointAction
  1684.      */
  1685.     protected function getApiPlatform_Graphql_Action_EntrypointService()
  1686.     {
  1687.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Action/EntrypointAction.php';
  1688.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/ExecutorInterface.php';
  1689.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Executor.php';
  1690.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php';
  1691.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Error/ErrorHandler.php';
  1692.         return $this->services['api_platform.graphql.action.entrypoint'] = new \ApiPlatform\Core\GraphQl\Action\EntrypointAction(($this->privates['api_platform.graphql.schema_builder'] ?? $this->getApiPlatform_Graphql_SchemaBuilderService()), new \ApiPlatform\Core\GraphQl\Executor(), ($this->services['api_platform.graphql.action.graphiql'] ?? $this->getApiPlatform_Graphql_Action_GraphiqlService()), ($this->services['api_platform.graphql.action.graphql_playground'] ?? $this->getApiPlatform_Graphql_Action_GraphqlPlaygroundService()), ($this->privates['serializer'] ?? $this->getSerializerService()), new \ApiPlatform\GraphQl\Error\ErrorHandler(), truefalsefalse'graphiql');
  1693.     }
  1694.     /**
  1695.      * Gets the public 'api_platform.graphql.action.graphiql' shared service.
  1696.      *
  1697.      * @return \ApiPlatform\Core\GraphQl\Action\GraphiQlAction
  1698.      */
  1699.     protected function getApiPlatform_Graphql_Action_GraphiqlService()
  1700.     {
  1701.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Action/GraphiQlAction.php';
  1702.         return $this->services['api_platform.graphql.action.graphiql'] = new \ApiPlatform\Core\GraphQl\Action\GraphiQlAction(($this->privates['twig'] ?? $this->getTwigService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), false'DOD Api'NULL);
  1703.     }
  1704.     /**
  1705.      * Gets the public 'api_platform.graphql.action.graphql_playground' shared service.
  1706.      *
  1707.      * @return \ApiPlatform\Core\GraphQl\Action\GraphQlPlaygroundAction
  1708.      */
  1709.     protected function getApiPlatform_Graphql_Action_GraphqlPlaygroundService()
  1710.     {
  1711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Action/GraphQlPlaygroundAction.php';
  1712.         return $this->services['api_platform.graphql.action.graphql_playground'] = new \ApiPlatform\Core\GraphQl\Action\GraphQlPlaygroundAction(($this->privates['twig'] ?? $this->getTwigService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), false'DOD Api'NULL);
  1713.     }
  1714.     /**
  1715.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  1716.      *
  1717.      * @return \ApiPlatform\JsonLd\Action\ContextAction
  1718.      */
  1719.     protected function getApiPlatform_Jsonld_Action_ContextService()
  1720.     {
  1721.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  1722.         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()));
  1723.     }
  1724.     /**
  1725.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  1726.      *
  1727.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  1728.      */
  1729.     protected function getApiPlatform_Swagger_Action_UiService()
  1730.     {
  1731.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  1732.         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->privates['serializer'] ?? $this->getSerializerService()), ($this->privates['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), 'DOD Api''''1.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''''', [], falsetruetruetruefalsefalse$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
  1733.     }
  1734.     /**
  1735.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  1736.      *
  1737.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  1738.      */
  1739.     protected function getApiPlatform_SwaggerUi_ActionService()
  1740.     {
  1741.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  1742.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  1743.         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->privates['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['serializer'] ?? $this->getSerializerService()), ($this->privates['App\\OpenApiFactory\\OpenApiFactory'] ?? $this->getOpenApiFactoryService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truefalsetruetruefalsefalseNULL, []), $this->parameters['api_platform.formats'], ''''false);
  1744.     }
  1745.     /**
  1746.      * Gets the public 'cache.app' shared service.
  1747.      *
  1748.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1749.      */
  1750.     protected function getCache_AppService()
  1751.     {
  1752.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('-AiZhbng+A'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1753.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1754.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1755.     }
  1756.     /**
  1757.      * Gets the public 'cache.app_clearer' shared service.
  1758.      *
  1759.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1760.      */
  1761.     protected function getCache_AppClearerService()
  1762.     {
  1763.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1765.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'vite_cache_pool' => ($this->privates['vite_cache_pool'] ?? $this->getViteCachePoolService())]);
  1766.     }
  1767.     /**
  1768.      * Gets the public 'cache.global_clearer' shared service.
  1769.      *
  1770.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1771.      */
  1772.     protected function getCache_GlobalClearerService()
  1773.     {
  1774.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1775.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1776.         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.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'vite_cache_pool' => ($this->privates['vite_cache_pool'] ?? $this->getViteCachePoolService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), '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.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  1777.     }
  1778.     /**
  1779.      * Gets the public 'cache.system' shared service.
  1780.      *
  1781.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1782.      */
  1783.     protected function getCache_SystemService()
  1784.     {
  1785.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fgLQQ2d0vb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1786.     }
  1787.     /**
  1788.      * Gets the public 'cache.system_clearer' shared service.
  1789.      *
  1790.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1791.      */
  1792.     protected function getCache_SystemClearerService()
  1793.     {
  1794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1796.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), '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.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  1797.     }
  1798.     /**
  1799.      * Gets the public 'cache.validator_expression_language' shared service.
  1800.      *
  1801.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1802.      */
  1803.     protected function getCache_ValidatorExpressionLanguageService()
  1804.     {
  1805.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('G2wpvp3eUm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1806.     }
  1807.     /**
  1808.      * Gets the public 'cache_warmer' shared service.
  1809.      *
  1810.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1811.      */
  1812.     protected function getCacheWarmerService()
  1813.     {
  1814.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1815.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1816.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1817.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1818.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1819.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1820.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1821.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1822.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1823.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1824.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1825.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1826.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  1827.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1828.     }
  1829.     /**
  1830.      * Gets the public 'console.command_loader' shared service.
  1831.      *
  1832.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1833.      */
  1834.     protected function getConsole_CommandLoaderService()
  1835.     {
  1836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1838.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1839.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1840.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1841.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1842.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1843.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1844.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1845.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1846.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1847.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1848.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1849.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1850.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1851.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1852.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1853.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1854.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  1855.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  1856.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  1857.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  1858.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1859.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1860.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1861.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1862.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1863.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1864.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1865.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1866.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1867.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1868.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1869.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1870.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1871.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1872.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1873.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1874.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1875.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1876.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1877.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1878.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1879.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1880.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1881.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1882.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1883.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1884.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1885.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1886.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1887.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1888.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1889.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1890.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1891.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1892.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1893.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1894.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1895.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1896.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1897.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1898.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1899.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1900.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1901.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1902.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1903.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1904.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1905.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1906.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1907.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1908.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1909.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1910.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1911.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1912.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  1913.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  1914.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  1915.             'api_platform.graphql.command.export_command' => ['privates''api_platform.graphql.command.export_command''getApiPlatform_Graphql_Command_ExportCommandService'false],
  1916.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  1917.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  1918.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  1919.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  1920.             'lexik_jwt_authentication.check_config_command' => ['privates''.lexik_jwt_authentication.check_config_command.lazy''get_LexikJwtAuthentication_CheckConfigCommand_LazyService'false],
  1921.             'lexik_jwt_authentication.generate_token_command' => ['privates''.lexik_jwt_authentication.generate_token_command.lazy''get_LexikJwtAuthentication_GenerateTokenCommand_LazyService'false],
  1922.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''.lexik_jwt_authentication.generate_keypair_command.lazy''get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService'false],
  1923.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  1924.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  1925.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1926.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1927.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  1928.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1929.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1930.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1931.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1932.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1933.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1934.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1935.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1936.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1937.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1938.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1939.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1940.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1941.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1942.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1943.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1944.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1945.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1946.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1947.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1948.             'maker.auto_command.make_data_provider' => ['privates''.maker.auto_command.make_data_provider.lazy''get_Maker_AutoCommand_MakeDataProvider_LazyService'false],
  1949.             'maker.auto_command.make_data_persister' => ['privates''.maker.auto_command.make_data_persister.lazy''get_Maker_AutoCommand_MakeDataPersister_LazyService'false],
  1950.             'maker.auto_command.make_state_processor' => ['privates''.maker.auto_command.make_state_processor.lazy''get_Maker_AutoCommand_MakeStateProcessor_LazyService'false],
  1951.             'maker.auto_command.make_state_provider' => ['privates''.maker.auto_command.make_state_provider.lazy''get_Maker_AutoCommand_MakeStateProvider_LazyService'false],
  1952.         ], [
  1953.             'console.command.about' => '?',
  1954.             'console.command.assets_install' => '?',
  1955.             'console.command.cache_clear' => '?',
  1956.             'console.command.cache_pool_clear' => '?',
  1957.             'console.command.cache_pool_prune' => '?',
  1958.             'console.command.cache_pool_delete' => '?',
  1959.             'console.command.cache_pool_list' => '?',
  1960.             'console.command.cache_warmup' => '?',
  1961.             'console.command.config_debug' => '?',
  1962.             'console.command.config_dump_reference' => '?',
  1963.             'console.command.container_debug' => '?',
  1964.             'console.command.container_lint' => '?',
  1965.             'console.command.debug_autowiring' => '?',
  1966.             'console.command.dotenv_debug' => '?',
  1967.             'console.command.event_dispatcher_debug' => '?',
  1968.             'console.command.messenger_consume_messages' => '?',
  1969.             'console.command.messenger_setup_transports' => '?',
  1970.             'console.command.messenger_debug' => '?',
  1971.             'console.command.messenger_stop_workers' => '?',
  1972.             'console.command.router_debug' => '?',
  1973.             'console.command.router_match' => '?',
  1974.             'console.command.translation_debug' => '?',
  1975.             'console.command.translation_extract' => '?',
  1976.             'console.command.validator_debug' => '?',
  1977.             'console.command.translation_pull' => '?',
  1978.             'console.command.translation_push' => '?',
  1979.             'console.command.xliff_lint' => '?',
  1980.             'console.command.yaml_lint' => '?',
  1981.             'console.command.form_debug' => '?',
  1982.             'console.command.secrets_set' => '?',
  1983.             'console.command.secrets_remove' => '?',
  1984.             'console.command.secrets_generate_key' => '?',
  1985.             'console.command.secrets_list' => '?',
  1986.             'console.command.secrets_decrypt_to_local' => '?',
  1987.             'console.command.secrets_encrypt_from_local' => '?',
  1988.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1989.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1990.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1991.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1992.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1993.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1994.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1995.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1996.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1997.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1998.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1999.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  2000.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  2001.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  2002.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  2003.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  2004.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  2005.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  2006.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  2007.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  2008.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  2009.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  2010.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  2011.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  2012.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  2013.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  2014.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  2015.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  2016.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  2017.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  2018.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  2019.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  2020.             'var_dumper.command.server_dump' => '?',
  2021.             'monolog.command.server_log' => '?',
  2022.             'twig.command.debug' => '?',
  2023.             'twig.command.lint' => '?',
  2024.             'security.command.debug_firewall' => '?',
  2025.             'security.command.user_password_hash' => '?',
  2026.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  2027.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  2028.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  2029.             'api_platform.graphql.command.export_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\GraphQlExportCommand',
  2030.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  2031.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  2032.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  2033.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  2034.             'lexik_jwt_authentication.check_config_command' => '?',
  2035.             'lexik_jwt_authentication.generate_token_command' => '?',
  2036.             'lexik_jwt_authentication.generate_keypair_command' => '?',
  2037.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand',
  2038.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand',
  2039.             'maker.auto_command.make_auth' => '?',
  2040.             'maker.auto_command.make_command' => '?',
  2041.             'maker.auto_command.make_twig_component' => '?',
  2042.             'maker.auto_command.make_controller' => '?',
  2043.             'maker.auto_command.make_crud' => '?',
  2044.             'maker.auto_command.make_docker_database' => '?',
  2045.             'maker.auto_command.make_entity' => '?',
  2046.             'maker.auto_command.make_fixtures' => '?',
  2047.             'maker.auto_command.make_form' => '?',
  2048.             'maker.auto_command.make_message' => '?',
  2049.             'maker.auto_command.make_messenger_middleware' => '?',
  2050.             'maker.auto_command.make_registration_form' => '?',
  2051.             'maker.auto_command.make_reset_password' => '?',
  2052.             'maker.auto_command.make_serializer_encoder' => '?',
  2053.             'maker.auto_command.make_serializer_normalizer' => '?',
  2054.             'maker.auto_command.make_subscriber' => '?',
  2055.             'maker.auto_command.make_twig_extension' => '?',
  2056.             'maker.auto_command.make_test' => '?',
  2057.             'maker.auto_command.make_validator' => '?',
  2058.             'maker.auto_command.make_voter' => '?',
  2059.             'maker.auto_command.make_user' => '?',
  2060.             'maker.auto_command.make_migration' => '?',
  2061.             'maker.auto_command.make_stimulus_controller' => '?',
  2062.             'maker.auto_command.make_data_provider' => '?',
  2063.             'maker.auto_command.make_data_persister' => '?',
  2064.             'maker.auto_command.make_state_processor' => '?',
  2065.             'maker.auto_command.make_state_provider' => '?',
  2066.         ]), ['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:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''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''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: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''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:firewall' => 'security.command.debug_firewall''security:hash-password' => 'security.command.user_password_hash''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:graphql:export' => 'api_platform.graphql.command.export_command''api:upgrade-resource' => 'api_platform.upgrade_resource.command''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''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''gesdinet:jwt:clear' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''gesdinet:jwt:revoke' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''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:stimulus-controller' => 'maker.auto_command.make_stimulus_controller''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']);
  2067.     }
  2068.     /**
  2069.      * Gets the public 'container.env_var_processors_locator' shared service.
  2070.      *
  2071.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2072.      */
  2073.     protected function getContainer_EnvVarProcessorsLocatorService()
  2074.     {
  2075.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2076.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2077.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2078.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2079.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2080.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2081.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2082.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2083.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2084.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2085.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2086.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2087.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2088.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2089.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2090.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2091.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2092.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  2093.         ], [
  2094.             'base64' => '?',
  2095.             'bool' => '?',
  2096.             'const' => '?',
  2097.             'csv' => '?',
  2098.             'default' => '?',
  2099.             'file' => '?',
  2100.             'float' => '?',
  2101.             'int' => '?',
  2102.             'json' => '?',
  2103.             'key' => '?',
  2104.             'not' => '?',
  2105.             'query_string' => '?',
  2106.             'require' => '?',
  2107.             'resolve' => '?',
  2108.             'string' => '?',
  2109.             'trim' => '?',
  2110.             'url' => '?',
  2111.         ]);
  2112.     }
  2113.     /**
  2114.      * Gets the public 'data_collector.dump' shared service.
  2115.      *
  2116.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  2117.      */
  2118.     protected function getDataCollector_DumpService()
  2119.     {
  2120.         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'NULL, ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  2121.     }
  2122.     /**
  2123.      * Gets the public 'doctrine' shared service.
  2124.      *
  2125.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  2126.      */
  2127.     protected function getDoctrineService()
  2128.     {
  2129.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  2130.     }
  2131.     /**
  2132.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  2133.      *
  2134.      * @return \Doctrine\DBAL\Connection
  2135.      */
  2136.     protected function getDoctrine_Dbal_DefaultConnectionService()
  2137.     {
  2138.         $a = new \Doctrine\DBAL\Configuration();
  2139.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2140.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2141.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2142.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2143.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2144.         $c->setConnectionName('default');
  2145.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  2146.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2147.             'api_platform.doctrine.listener.http_cache.purge' => ['privates''api_platform.doctrine.listener.http_cache.purge''getApiPlatform_Doctrine_Listener_HttpCache_PurgeService'false],
  2148.             'api_platform.doctrine.orm.listener.mercure.publish' => ['privates''api_platform.doctrine.orm.listener.mercure.publish''getApiPlatform_Doctrine_Orm_Listener_Mercure_PublishService'false],
  2149.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  2150.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  2151.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  2152.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  2153.             'vich_uploader.listener.clean.file_path' => ['privates''vich_uploader.listener.clean.file_path''getVichUploader_Listener_Clean_FilePathService'false],
  2154.             'vich_uploader.listener.clean.project_image' => ['privates''vich_uploader.listener.clean.project_image''getVichUploader_Listener_Clean_ProjectImageService'false],
  2155.             'vich_uploader.listener.remove.file_path' => ['privates''vich_uploader.listener.remove.file_path''getVichUploader_Listener_Remove_FilePathService'false],
  2156.             'vich_uploader.listener.remove.project_image' => ['privates''vich_uploader.listener.remove.project_image''getVichUploader_Listener_Remove_ProjectImageService'false],
  2157.             'vich_uploader.listener.upload.file_path' => ['privates''vich_uploader.listener.upload.file_path''getVichUploader_Listener_Upload_FilePathService'false],
  2158.             'vich_uploader.listener.upload.project_image' => ['privates''vich_uploader.listener.upload.project_image''getVichUploader_Listener_Upload_ProjectImageService'false],
  2159.         ], [
  2160.             'api_platform.doctrine.listener.http_cache.purge' => '?',
  2161.             'api_platform.doctrine.orm.listener.mercure.publish' => '?',
  2162.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2163.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2164.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2165.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2166.             'vich_uploader.listener.clean.file_path' => '?',
  2167.             'vich_uploader.listener.clean.project_image' => '?',
  2168.             'vich_uploader.listener.remove.file_path' => '?',
  2169.             'vich_uploader.listener.remove.project_image' => '?',
  2170.             'vich_uploader.listener.upload.file_path' => '?',
  2171.             'vich_uploader.listener.upload.project_image' => '?',
  2172.         ]), [=> 'vich_uploader.listener.clean.project_image'=> 'vich_uploader.listener.clean.file_path'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'vich_uploader.listener.remove.project_image'=> 'vich_uploader.listener.upload.project_image'=> 'vich_uploader.listener.remove.file_path'=> 'vich_uploader.listener.upload.file_path'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 10 => [=> [=> 'preUpdate'], => 'api_platform.doctrine.listener.http_cache.purge'], 11 => [=> [=> 'onFlush'], => 'api_platform.doctrine.listener.http_cache.purge'], 12 => [=> [=> 'postFlush'], => 'api_platform.doctrine.listener.http_cache.purge'], 13 => [=> [=> 'onFlush'], => 'api_platform.doctrine.orm.listener.mercure.publish'], 14 => [=> [=> 'postFlush'], => 'api_platform.doctrine.orm.listener.mercure.publish']]), []);
  2173.     }
  2174.     /**
  2175.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  2176.      *
  2177.      * @return \Doctrine\ORM\EntityManager
  2178.      */
  2179.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  2180.     {
  2181.         if ($lazyLoad) {
  2182.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  2183.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2184.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  2185.                     $proxy->setProxyInitializer(null);
  2186.                     return true;
  2187.                 });
  2188.             });
  2189.         }
  2190.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  2191.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  2192.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  2193.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  2194.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  2196.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  2197.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  2198.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  2199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  2200.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  2201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  2202.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  2203.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  2204.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  2205.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  2206.         $a = new \Doctrine\ORM\Configuration();
  2207.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  2208.         $c = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  2209.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')]))), 'App\\Entity');
  2210.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  2211.         $b->addDriver($c'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  2212.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  2213.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2214.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2215.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2216.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2217.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  2218.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  2219.         ], [
  2220.             'doctrine.ulid_generator' => '?',
  2221.             'doctrine.uuid_generator' => '?',
  2222.         ])));
  2223.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  2224.         $a->setProxyNamespace('Proxies');
  2225.         $a->setAutoGenerateProxyClasses(true);
  2226.         $a->setSchemaIgnoreClasses([]);
  2227.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  2228.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  2229.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  2230.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  2231.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  2232.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2233.             'App\\Repository\\Chat\\ConversationRepository' => ['privates''App\\Repository\\Chat\\ConversationRepository''getConversationRepositoryService'false],
  2234.             'App\\Repository\\Chat\\MessageRepository' => ['privates''App\\Repository\\Chat\\MessageRepository''getMessageRepositoryService'false],
  2235.             'App\\Repository\\Chat\\ParticipationRepository' => ['privates''App\\Repository\\Chat\\ParticipationRepository''getParticipationRepositoryService'false],
  2236.             'App\\Repository\\Collaborator\\CollaboratorProjectRepository' => ['privates''App\\Repository\\Collaborator\\CollaboratorProjectRepository''getCollaboratorProjectRepositoryService'false],
  2237.             'App\\Repository\\Collaborator\\CollaboratorRepository' => ['privates''App\\Repository\\Collaborator\\CollaboratorRepository''getCollaboratorRepositoryService'false],
  2238.             'App\\Repository\\Company\\CompanyRepository' => ['privates''App\\Repository\\Company\\CompanyRepository''getCompanyRepositoryService'false],
  2239.             'App\\Repository\\Company\\FileCompanyRepository' => ['privates''App\\Repository\\Company\\FileCompanyRepository''getFileCompanyRepositoryService'false],
  2240.             'App\\Repository\\Devis\\DevisRepository' => ['privates''App\\Repository\\Devis\\DevisRepository''getDevisRepositoryService'false],
  2241.             'App\\Repository\\Devis\\SubDevisRepository' => ['privates''App\\Repository\\Devis\\SubDevisRepository''getSubDevisRepositoryService'false],
  2242.             'App\\Repository\\Devise\\DeviseRepository' => ['privates''App\\Repository\\Devise\\DeviseRepository''getDeviseRepositoryService'false],
  2243.             'App\\Repository\\Dod\\DodRepository' => ['privates''App\\Repository\\Dod\\DodRepository''getDodRepositoryService'false],
  2244.             'App\\Repository\\Enterprise\\EnterpriseRepository' => ['privates''App\\Repository\\Enterprise\\EnterpriseRepository''getEnterpriseRepositoryService'false],
  2245.             'App\\Repository\\Facture\\ChangeRepository' => ['privates''App\\Repository\\Facture\\ChangeRepository''getChangeRepositoryService'false],
  2246.             'App\\Repository\\Facture\\FactureRepository' => ['privates''App\\Repository\\Facture\\FactureRepository''getFactureRepositoryService'false],
  2247.             'App\\Repository\\Facture\\PaimentRepository' => ['privates''App\\Repository\\Facture\\PaimentRepository''getPaimentRepositoryService'false],
  2248.             'App\\Repository\\File\\FileChantierRepository' => ['privates''App\\Repository\\File\\FileChantierRepository''getFileChantierRepositoryService'false],
  2249.             'App\\Repository\\File\\FileContractRepository' => ['privates''App\\Repository\\File\\FileContractRepository''getFileContractRepositoryService'false],
  2250.             'App\\Repository\\File\\FileFactureRepository' => ['privates''App\\Repository\\File\\FileFactureRepository''getFileFactureRepositoryService'false],
  2251.             'App\\Repository\\File\\FileProjectRepository' => ['privates''App\\Repository\\File\\FileProjectRepository''getFileProjectRepositoryService'false],
  2252.             'App\\Repository\\File\\FileRecaptulatifRepository' => ['privates''App\\Repository\\File\\FileRecaptulatifRepository''getFileRecaptulatifRepositoryService'false],
  2253.             'App\\Repository\\File\\FileRepository' => ['privates''App\\Repository\\File\\FileRepository''getFileRepositoryService'false],
  2254.             'App\\Repository\\File\\FileRibRepository' => ['privates''App\\Repository\\File\\FileRibRepository''getFileRibRepositoryService'false],
  2255.             'App\\Repository\\Folder\\FolderRepository' => ['privates''App\\Repository\\Folder\\FolderRepository''getFolderRepositoryService'false],
  2256.             'App\\Repository\\Folder\\FolderTypeRepository' => ['privates''App\\Repository\\Folder\\FolderTypeRepository''getFolderTypeRepositoryService'false],
  2257.             'App\\Repository\\Localisation\\AddressRepository' => ['privates''App\\Repository\\Localisation\\AddressRepository''getAddressRepositoryService'false],
  2258.             'App\\Repository\\Profile\\ProfileRepository' => ['privates''App\\Repository\\Profile\\ProfileRepository''getProfileRepositoryService'false],
  2259.             'App\\Repository\\Project\\ProjectRepository' => ['privates''App\\Repository\\Project\\ProjectRepository''getProjectRepositoryService'false],
  2260.             'App\\Repository\\Project\\PurchaseRepository' => ['privates''App\\Repository\\Project\\PurchaseRepository''getPurchaseRepositoryService'false],
  2261.             'App\\Repository\\RefreshTokenRepository' => ['privates''App\\Repository\\RefreshTokenRepository''getRefreshTokenRepositoryService'false],
  2262.             'App\\Repository\\ResponsableRepository' => ['privates''App\\Repository\\ResponsableRepository''getResponsableRepositoryService'false],
  2263.             'App\\Repository\\Role\\RoleRepository' => ['privates''App\\Repository\\Role\\RoleRepository''getRoleRepositoryService'false],
  2264.             'App\\Repository\\Signature\\SignatureRepository' => ['privates''App\\Repository\\Signature\\SignatureRepository''getSignatureRepositoryService'false],
  2265.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  2266.         ], [
  2267.             'App\\Repository\\Chat\\ConversationRepository' => '?',
  2268.             'App\\Repository\\Chat\\MessageRepository' => '?',
  2269.             'App\\Repository\\Chat\\ParticipationRepository' => '?',
  2270.             'App\\Repository\\Collaborator\\CollaboratorProjectRepository' => '?',
  2271.             'App\\Repository\\Collaborator\\CollaboratorRepository' => '?',
  2272.             'App\\Repository\\Company\\CompanyRepository' => '?',
  2273.             'App\\Repository\\Company\\FileCompanyRepository' => '?',
  2274.             'App\\Repository\\Devis\\DevisRepository' => '?',
  2275.             'App\\Repository\\Devis\\SubDevisRepository' => '?',
  2276.             'App\\Repository\\Devise\\DeviseRepository' => '?',
  2277.             'App\\Repository\\Dod\\DodRepository' => '?',
  2278.             'App\\Repository\\Enterprise\\EnterpriseRepository' => '?',
  2279.             'App\\Repository\\Facture\\ChangeRepository' => '?',
  2280.             'App\\Repository\\Facture\\FactureRepository' => '?',
  2281.             'App\\Repository\\Facture\\PaimentRepository' => '?',
  2282.             'App\\Repository\\File\\FileChantierRepository' => '?',
  2283.             'App\\Repository\\File\\FileContractRepository' => '?',
  2284.             'App\\Repository\\File\\FileFactureRepository' => '?',
  2285.             'App\\Repository\\File\\FileProjectRepository' => '?',
  2286.             'App\\Repository\\File\\FileRecaptulatifRepository' => '?',
  2287.             'App\\Repository\\File\\FileRepository' => '?',
  2288.             'App\\Repository\\File\\FileRibRepository' => '?',
  2289.             'App\\Repository\\Folder\\FolderRepository' => '?',
  2290.             'App\\Repository\\Folder\\FolderTypeRepository' => '?',
  2291.             'App\\Repository\\Localisation\\AddressRepository' => '?',
  2292.             'App\\Repository\\Profile\\ProfileRepository' => '?',
  2293.             'App\\Repository\\Project\\ProjectRepository' => '?',
  2294.             'App\\Repository\\Project\\PurchaseRepository' => '?',
  2295.             'App\\Repository\\RefreshTokenRepository' => '?',
  2296.             'App\\Repository\\ResponsableRepository' => '?',
  2297.             'App\\Repository\\Role\\RoleRepository' => '?',
  2298.             'App\\Repository\\Signature\\SignatureRepository' => '?',
  2299.             'App\\Repository\\UserRepository' => '?',
  2300.         ])));
  2301.         $a->addCustomStringFunction('JSON_CONTAINS''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  2302.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2303.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2304.         return $instance;
  2305.     }
  2306.     /**
  2307.      * Gets the public 'error_controller' shared service.
  2308.      *
  2309.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  2310.      */
  2311.     protected function getErrorControllerService()
  2312.     {
  2313.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  2314.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  2315.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  2316.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  2318.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2319.         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->privates['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->privates['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)));
  2320.     }
  2321.     /**
  2322.      * Gets the public 'event_dispatcher' shared service.
  2323.      *
  2324.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2325.      */
  2326.     protected function getEventDispatcherService()
  2327.     {
  2328.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2329.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2330.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2331.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2332.         $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())));
  2333.         $instance->addListener('kernel.request', [=> function () {
  2334.             return ($this->privates['App\\EventListener\\DeserializeListener'] ?? $this->getDeserializeListenerService());
  2335.         }, => 'onKernelRequest'], 2);
  2336.         $instance->addListener('kernel.controller', [=> function () {
  2337.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2338.         }, => 'onKernelController'], 0);
  2339.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2340.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  2341.         }, => 'checkPassport'], 1024);
  2342.         $instance->addListener('kernel.request', [=> function () {
  2343.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2344.         }, => 'onKernelRequest'], 250);
  2345.         $instance->addListener('kernel.response', [=> function () {
  2346.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2347.         }, => 'onKernelResponse'], 0);
  2348.         $instance->addListener('kernel.response', [=> function () {
  2349.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2350.         }, => 'onResponse'], 0);
  2351.         $instance->addListener('kernel.request', [=> function () {
  2352.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  2353.         }, => 'onKernelRequest'], 28);
  2354.         $instance->addListener('kernel.view', [=> function () {
  2355.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  2356.         }, => 'onKernelView'], 16);
  2357.         $instance->addListener('kernel.view', [=> function () {
  2358.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  2359.         }, => 'onKernelView'], 8);
  2360.         $instance->addListener('kernel.exception', [=> function () {
  2361.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  2362.         }, => 'onKernelException'], 0);
  2363.         $instance->addListener('kernel.exception', [=> function () {
  2364.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  2365.         }, => 'onKernelException'], -96);
  2366.         $instance->addListener('kernel.view', [=> function () {
  2367.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  2368.         }, => 'onKernelView'], 32);
  2369.         $instance->addListener('kernel.request', [=> function () {
  2370.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  2371.         }, => 'onKernelRequest'], 4);
  2372.         $instance->addListener('kernel.request', [=> function () {
  2373.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  2374.         }, => 'onKernelRequest'], 0);
  2375.         $instance->addListener('kernel.response', [=> function () {
  2376.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  2377.         }, => 'onKernelResponse'], 0);
  2378.         $instance->addListener('kernel.response', [=> function () {
  2379.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  2380.         }, => 'onKernelResponse'], -1);
  2381.         $instance->addListener('kernel.response', [=> function () {
  2382.             return ($this->privates['api_platform.http_cache.listener.response.add_tags'] ?? $this->getApiPlatform_HttpCache_Listener_Response_AddTagsService());
  2383.         }, => 'onKernelResponse'], -2);
  2384.         $instance->addListener('kernel.view', [=> function () {
  2385.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  2386.         }, => 'onKernelView'], 64);
  2387.         $instance->addListener('kernel.request', [=> function () {
  2388.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  2389.         }, => 'onKernelRequest'], 16);
  2390.         $instance->addListener('kernel.response', [=> function () {
  2391.             return ($this->privates['api_platform.mercure.listener.response.add_link_header'] ?? $this->getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService());
  2392.         }, => 'onKernelResponse'], 0);
  2393.         $instance->addListener('kernel.request', [=> function () {
  2394.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2395.         }, => 'onSecurity'], 3);
  2396.         $instance->addListener('kernel.request', [=> function () {
  2397.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2398.         }, => 'onSecurityPostDenormalize'], 1);
  2399.         $instance->addListener('kernel.view', [=> function () {
  2400.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  2401.         }, => 'onSecurityPostValidation'], 63);
  2402.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  2403.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->getGesdinet_Jwtrefreshtoken_SendTokenService());
  2404.         }, => 'attachRefreshToken'], 0);
  2405.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2406.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  2407.         }, => 'onLogout'], 0);
  2408.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  2409.             return ($this->privates['App\\EventSubscriber\\JWTSubscriber'] ?? $this->getJWTSubscriberService());
  2410.         }, => 'onLexikJwtAuthenticationOnJwtCreated'], 0);
  2411.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  2412.             return ($this->privates['App\\EventSubscriber\\LexikSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LexikSubscriber'] = new \App\EventSubscriber\LexikSubscriber()));
  2413.         }, => 'onLexikJwtAuthenticationOnJwtCreated'], 0);
  2414.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2415.             return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] = new \App\EventSubscriber\LogoutSubscriber()));
  2416.         }, => 'onLogoutEvent'], 0);
  2417.         $instance->addListener('kernel.response', [=> function () {
  2418.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2419.         }, => 'onKernelResponse'], 0);
  2420.         $instance->addListener('kernel.response', [=> function () {
  2421.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2422.         }, => 'onKernelResponse'], -1024);
  2423.         $instance->addListener('kernel.request', [=> function () {
  2424.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2425.         }, => 'setDefaultLocale'], 100);
  2426.         $instance->addListener('kernel.request', [=> function () {
  2427.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2428.         }, => 'onKernelRequest'], 16);
  2429.         $instance->addListener('kernel.finish_request', [=> function () {
  2430.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2431.         }, => 'onKernelFinishRequest'], 0);
  2432.         $instance->addListener('kernel.request', [=> function () {
  2433.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2434.         }, => 'onKernelRequest'], 256);
  2435.         $instance->addListener('kernel.response', [=> function () {
  2436.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2437.         }, => 'onResponse'], -255);
  2438.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2439.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2440.         }, => 'onControllerArguments'], 0);
  2441.         $instance->addListener('kernel.exception', [=> function () {
  2442.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2443.         }, => 'logKernelException'], 0);
  2444.         $instance->addListener('kernel.exception', [=> function () {
  2445.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2446.         }, => 'onKernelException'], -128);
  2447.         $instance->addListener('kernel.response', [=> function () {
  2448.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2449.         }, => 'removeCspHeader'], -128);
  2450.         $instance->addListener('kernel.request', [=> function () {
  2451.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2452.         }, => 'onKernelRequest'], 15);
  2453.         $instance->addListener('kernel.finish_request', [=> function () {
  2454.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2455.         }, => 'onKernelFinishRequest'], -15);
  2456.         $instance->addListener('console.error', [=> function () {
  2457.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2458.         }, => 'onConsoleError'], -128);
  2459.         $instance->addListener('console.terminate', [=> function () {
  2460.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  2461.         }, => 'onConsoleTerminate'], -128);
  2462.         $instance->addListener('console.error', [=> function () {
  2463.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2464.         }, => 'onConsoleError'], 0);
  2465.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2466.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2467.         }, => 'onMessage'], -255);
  2468.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2469.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2470.         }, => 'onMessage'], -255);
  2471.         $instance->addListener('kernel.request', [=> function () {
  2472.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2473.         }, => 'configure'], 2048);
  2474.         $instance->addListener('console.command', [=> function () {
  2475.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2476.         }, => 'configure'], 2048);
  2477.         $instance->addListener('kernel.request', [=> function () {
  2478.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2479.         }, => 'onKernelRequest'], 32);
  2480.         $instance->addListener('kernel.finish_request', [=> function () {
  2481.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2482.         }, => 'onKernelFinishRequest'], 0);
  2483.         $instance->addListener('kernel.exception', [=> function () {
  2484.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2485.         }, => 'onKernelException'], -64);
  2486.         $instance->addListener('kernel.response', [=> function () {
  2487.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2488.         }, => 'onKernelResponse'], 0);
  2489.         $instance->addListener('kernel.request', [=> function () {
  2490.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2491.         }, => 'onKernelRequest'], 128);
  2492.         $instance->addListener('kernel.response', [=> function () {
  2493.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2494.         }, => 'onKernelResponse'], -1000);
  2495.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2496.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  2497.         }, => 'onMessageFailed'], 100);
  2498.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2499.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  2500.         }, => 'onMessageFailed'], 200);
  2501.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2502.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  2503.         }, => 'onWorkerRunning'], 100);
  2504.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2505.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2506.         }, => 'onWorkerStarted'], 0);
  2507.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2508.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  2509.         }, => 'onWorkerRunning'], 0);
  2510.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2511.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  2512.         }, => 'onWorkerStarted'], 100);
  2513.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2514.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2515.         }, => 'onMessageFailed'], 0);
  2516.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2517.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  2518.         }, => 'onWorkerRunning'], 0);
  2519.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2520.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2521.         }, => 'onNotification'], -255);
  2522.         $instance->addListener('kernel.response', [=> function () {
  2523.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2524.         }, => 'onKernelResponse'], -100);
  2525.         $instance->addListener('kernel.exception', [=> function () {
  2526.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2527.         }, => 'onKernelException'], 0);
  2528.         $instance->addListener('kernel.terminate', [=> function () {
  2529.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2530.         }, => 'onKernelTerminate'], -1024);
  2531.         $instance->addListener('kernel.controller', [=> function () {
  2532.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2533.         }, => 'onKernelController'], 0);
  2534.         $instance->addListener('kernel.response', [=> function () {
  2535.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2536.         }, => 'onKernelResponse'], 0);
  2537.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2538.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2539.         }, => 'onWorkerMessageHandled'], 0);
  2540.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2541.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2542.         }, => 'onWorkerMessageFailed'], 0);
  2543.         $instance->addListener('console.command', [=> function () {
  2544.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2545.         }, => 'configure'], 1024);
  2546.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2547.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  2548.         }, => 'onMessage'], 0);
  2549.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2550.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  2551.         }, => 'checkPassport'], 0);
  2552.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2553.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  2554.         }, => 'onLoginSuccess'], 0);
  2555.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2556.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  2557.         }, => 'onVoterVote'], 0);
  2558.         $instance->addListener('kernel.request', [=> function () {
  2559.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2560.         }, => 'configureLogoutUrlGenerator'], 8);
  2561.         $instance->addListener('kernel.request', [=> function () {
  2562.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2563.         }, => 'onKernelRequest'], 8);
  2564.         $instance->addListener('kernel.finish_request', [=> function () {
  2565.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2566.         }, => 'onKernelFinishRequest'], 0);
  2567.         $instance->addListener('console.command', [=> function () {
  2568.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2569.         }, => 'onCommand'], 255);
  2570.         $instance->addListener('console.terminate', [=> function () {
  2571.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2572.         }, => 'onTerminate'], -255);
  2573.         $instance->addListener('console.error', [=> function () {
  2574.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2575.         }, => 'onConsoleError'], 0);
  2576.         $instance->addListener('console.terminate', [=> function () {
  2577.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2578.         }, => 'onConsoleTerminate'], 0);
  2579.         $instance->addListener('kernel.controller', [=> function () {
  2580.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2581.         }, => 'onKernelController'], 0);
  2582.         $instance->addListener('kernel.controller', [=> function () {
  2583.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2584.         }, => 'onKernelController'], 0);
  2585.         $instance->addListener('kernel.controller', [=> function () {
  2586.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2587.         }, => 'onKernelController'], -128);
  2588.         $instance->addListener('kernel.view', [=> function () {
  2589.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2590.         }, => 'onKernelView'], 0);
  2591.         $instance->addListener('kernel.controller', [=> function () {
  2592.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2593.         }, => 'onKernelController'], 0);
  2594.         $instance->addListener('kernel.response', [=> function () {
  2595.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2596.         }, => 'onKernelResponse'], 0);
  2597.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2598.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2599.         }, => 'onKernelControllerArguments'], 0);
  2600.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2601.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2602.         }, => 'onKernelControllerArguments'], 0);
  2603.         $instance->addListener('kernel.response', [=> function () {
  2604.             return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ?? ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] = new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber()));
  2605.         }, => 'onKernelResponse'], 0);
  2606.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2607.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  2608.         }, => 'checkPassport'], 512);
  2609.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2610.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  2611.         }, => 'onLogout'], 0);
  2612.         return $instance;
  2613.     }
  2614.     /**
  2615.      * Gets the public 'gesdinet.jwtrefreshtoken' shared service.
  2616.      *
  2617.      * @return \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken
  2618.      *
  2619.      * @deprecated Since gesdinet/jwt-refresh-token-bundle 1.0: The "gesdinet.jwtrefreshtoken" service is deprecated.
  2620.      */
  2621.     protected function getGesdinet_JwtrefreshtokenService()
  2622.     {
  2623.         trigger_deprecation('gesdinet/jwt-refresh-token-bundle''1.0''The "gesdinet.jwtrefreshtoken" service is deprecated.');
  2624.         return $this->services['gesdinet.jwtrefreshtoken'] = new \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken($this->getGesdinet_Jwtrefreshtoken_AuthenticatorService(), $this->getGesdinet_Jwtrefreshtoken_UserProviderService(), ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), ($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), 2592000'api'true, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2625.     }
  2626.     /**
  2627.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_generator' shared service.
  2628.      *
  2629.      * @return \Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGenerator
  2630.      */
  2631.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService()
  2632.     {
  2633.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Generator/RefreshTokenGeneratorInterface.php';
  2634.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Generator/RefreshTokenGenerator.php';
  2635.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'] = new \Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGenerator(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  2636.     }
  2637.     /**
  2638.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_manager' shared service.
  2639.      *
  2640.      * @return \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager
  2641.      */
  2642.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()
  2643.     {
  2644.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManagerInterface.php';
  2645.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php';
  2646.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] = new \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'App\\Entity\\RefreshToken');
  2647.     }
  2648.     /**
  2649.      * Gets the public 'gesdinet.jwtrefreshtoken.request.extractor.chain' shared service.
  2650.      *
  2651.      * @return \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ChainExtractor
  2652.      */
  2653.     protected function getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()
  2654.     {
  2655.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ExtractorInterface.php';
  2656.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/ChainExtractor.php';
  2657.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestBodyExtractor.php';
  2658.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestParameterExtractor.php';
  2659.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Request/Extractor/RequestCookieExtractor.php';
  2660.         $this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ChainExtractor();
  2661.         $instance->addExtractor(new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestBodyExtractor());
  2662.         $instance->addExtractor(new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestParameterExtractor());
  2663.         $instance->addExtractor(new \Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestCookieExtractor());
  2664.         return $instance;
  2665.     }
  2666.     /**
  2667.      * Gets the public 'http_kernel' shared service.
  2668.      *
  2669.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2670.      */
  2671.     protected function getHttpKernelService()
  2672.     {
  2673.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2674.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2675.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2676.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2677.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2678.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2679.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2680.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2681.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2682.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2683.         }, 8)), $a));
  2684.     }
  2685.     /**
  2686.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  2687.      *
  2688.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  2689.      */
  2690.     protected function getLexikJwtAuthentication_EncoderService()
  2691.     {
  2692.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  2693.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  2694.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  2695.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  2696.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  2697.         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'36000false));
  2698.     }
  2699.     /**
  2700.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  2701.      *
  2702.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  2703.      */
  2704.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  2705.     {
  2706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2707.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  2708.         $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 () {
  2709.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  2710.             yield => ($this->privates['security.user.provider.concrete.jwt'] ?? ($this->privates['security.user.provider.concrete.jwt'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\User\JWTUserProvider('App\\Entity\\User')));
  2711.         }, 2));
  2712.         $instance->setName('lexik:jwt:generate-token');
  2713.         $instance->setDescription('Generates a JWT token for a given user.');
  2714.         return $instance;
  2715.     }
  2716.     /**
  2717.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  2718.      *
  2719.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  2720.      */
  2721.     protected function getLexikJwtAuthentication_JwtManagerService()
  2722.     {
  2723.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  2724.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  2725.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  2726.         $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');
  2727.         $instance->setUserIdentityField('username'false);
  2728.         return $instance;
  2729.     }
  2730.     /**
  2731.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  2732.      *
  2733.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  2734.      */
  2735.     protected function getLexikJwtAuthentication_KeyLoaderService()
  2736.     {
  2737.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  2738.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  2740.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  2741.         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'), []);
  2742.     }
  2743.     /**
  2744.      * Gets the public 'messenger.default_bus' shared service.
  2745.      *
  2746.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2747.      */
  2748.     protected function getMessenger_DefaultBusService()
  2749.     {
  2750.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2751.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  2752.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2753.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2754.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2755.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2756.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  2757.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  2758.         }, 7)));
  2759.     }
  2760.     /**
  2761.      * Gets the public 'monolog.logger.deprecation' shared service.
  2762.      *
  2763.      * @return \Symfony\Bridge\Monolog\Logger
  2764.      */
  2765.     protected function getMonolog_Logger_DeprecationService()
  2766.     {
  2767.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2768.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2769.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2770.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2771.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2772.         return $instance;
  2773.     }
  2774.     /**
  2775.      * Gets the public 'request_stack' shared service.
  2776.      *
  2777.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2778.      */
  2779.     protected function getRequestStackService()
  2780.     {
  2781.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2782.     }
  2783.     /**
  2784.      * Gets the public 'router' shared service.
  2785.      *
  2786.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2787.      */
  2788.     protected function getRouterService()
  2789.     {
  2790.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2791.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2792.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2793.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2794.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2795.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2796.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2797.         ], [
  2798.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2799.         ]))->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'en');
  2800.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2801.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2802.         return $instance;
  2803.     }
  2804.     /**
  2805.      * Gets the public 'routing.loader' shared service.
  2806.      *
  2807.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2808.      */
  2809.     protected function getRouting_LoaderService()
  2810.     {
  2811.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2812.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2813.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2814.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2815.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2818.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2819.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2820.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2821.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2822.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2823.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2825.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2826.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2827.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2831.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2833.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2835.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2836.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2837.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  2838.         $c = new \Symfony\Component\HttpKernel\Config\FileLocator($b);
  2839.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2840.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c'dev'));
  2841.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c'dev'));
  2842.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c'dev'));
  2843.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c'dev'));
  2844.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c'dev'));
  2845.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2846.             'kernel' => ['services''kernel''getKernelService'false],
  2847.         ], [
  2848.             'kernel' => 'App\\Kernel',
  2849.         ]), 'dev'));
  2850.         $a->addLoader(new \ApiPlatform\Symfony\Routing\ApiLoader($b, ($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()), truetruetruefalsefalse, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2851.         $a->addLoader($d);
  2852.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  2853.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  2854.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2855.     }
  2856.     /**
  2857.      * Gets the public 'services_resetter' shared service.
  2858.      *
  2859.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2860.      */
  2861.     protected function getServicesResetterService()
  2862.     {
  2863.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2864.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2865.             if (isset($this->services['cache.app'])) {
  2866.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2867.             }
  2868.             if (isset($this->services['cache.system'])) {
  2869.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2870.             }
  2871.             if (isset($this->privates['cache.validator'])) {
  2872.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2873.             }
  2874.             if (isset($this->privates['cache.serializer'])) {
  2875.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2876.             }
  2877.             if (isset($this->privates['cache.annotations'])) {
  2878.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2879.             }
  2880.             if (isset($this->privates['cache.property_info'])) {
  2881.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2882.             }
  2883.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  2884.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  2885.             }
  2886.             if (isset($this->privates['.debug.http_client'])) {
  2887.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2888.             }
  2889.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2890.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2891.             }
  2892.             if (isset($this->privates['debug.stopwatch'])) {
  2893.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2894.             }
  2895.             if (isset($this->services['event_dispatcher'])) {
  2896.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2897.             }
  2898.             if (isset($this->privates['vite_cache_pool'])) {
  2899.                 yield 'vite_cache_pool' => ($this->privates['vite_cache_pool'] ?? null);
  2900.             }
  2901.             if (isset($this->privates['session_listener'])) {
  2902.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2903.             }
  2904.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2905.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2906.             }
  2907.             if (isset($this->services['cache.validator_expression_language'])) {
  2908.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2909.             }
  2910.             if (false) {
  2911.                 yield 'messenger.transport.in_memory.factory' => null;
  2912.             }
  2913.             if (isset($this->services['.container.private.profiler'])) {
  2914.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2915.             }
  2916.             if (isset($this->privates['debug.validator'])) {
  2917.                 yield 'debug.validator' => ($this->privates['debug.validator'] ?? null);
  2918.             }
  2919.             if (isset($this->services['doctrine'])) {
  2920.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2921.             }
  2922.             if (isset($this->privates['form.type.entity'])) {
  2923.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2924.             }
  2925.             if (isset($this->privates['twig.form.engine'])) {
  2926.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2927.             }
  2928.             if (isset($this->privates['security.token_storage'])) {
  2929.                 yield 'security.token_storage' => ($this->privates['security.token_storage'] ?? null);
  2930.             }
  2931.             if (isset($this->privates['cache.security_expression_language'])) {
  2932.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2933.             }
  2934.             if (isset($this->privates['monolog.handler.main'])) {
  2935.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2936.             }
  2937.             if (isset($this->privates['monolog.handler.console'])) {
  2938.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2939.             }
  2940.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  2941.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  2942.             }
  2943.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  2944.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  2945.             }
  2946.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
  2947.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
  2948.             }
  2949.             if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
  2950.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
  2951.             }
  2952.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  2953.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  2954.             }
  2955.             if (isset($this->privates['api_platform.graphql.cache.subscription'])) {
  2956.                 yield 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? null);
  2957.             }
  2958.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  2959.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  2960.             }
  2961.             if (isset($this->privates['.debug.http_client'])) {
  2962.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2963.             }
  2964.         }, function () {
  2965.             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['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['vite_cache_pool'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (false) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->privates['debug.validator'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['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.graphql.cache.subscription'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->privates['.debug.http_client']));
  2966.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'vite_cache_pool' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'twig.form.engine' => [=> '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.graphql.cache.subscription' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2967.     }
  2968.     /**
  2969.      * Gets the public 'translator' shared service.
  2970.      *
  2971.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2972.      */
  2973.     protected function getTranslatorService()
  2974.     {
  2975.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2976.     }
  2977.     /**
  2978.      * Gets the public 'var_dumper.cloner' shared service.
  2979.      *
  2980.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2981.      */
  2982.     protected function getVarDumper_ClonerService()
  2983.     {
  2984.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2985.         $instance->setMaxItems(2500);
  2986.         $instance->setMinDepth(1);
  2987.         $instance->setMaxString(-1);
  2988.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2989.         return $instance;
  2990.     }
  2991.     /**
  2992.      * Gets the public 'vich_uploader.download_handler' shared service.
  2993.      *
  2994.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  2995.      */
  2996.     protected function getVichUploader_DownloadHandlerService()
  2997.     {
  2998.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  2999.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  3000.         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()));
  3001.     }
  3002.     /**
  3003.      * Gets the public 'vich_uploader.form.type.file' shared service.
  3004.      *
  3005.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  3006.      */
  3007.     protected function getVichUploader_Form_Type_FileService()
  3008.     {
  3009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3011.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  3012.         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()));
  3013.     }
  3014.     /**
  3015.      * Gets the public 'vich_uploader.form.type.image' shared service.
  3016.      *
  3017.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  3018.      */
  3019.     protected function getVichUploader_Form_Type_ImageService()
  3020.     {
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3023.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  3024.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  3025.         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);
  3026.     }
  3027.     /**
  3028.      * Gets the public 'vich_uploader.upload_handler' shared service.
  3029.      *
  3030.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  3031.      */
  3032.     protected function getVichUploader_UploadHandlerService()
  3033.     {
  3034.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  3035.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  3036.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  3037.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  3038.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  3039.         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()));
  3040.     }
  3041.     /**
  3042.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  3043.      *
  3044.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  3045.      */
  3046.     protected function getWebProfiler_Controller_ExceptionPanelService()
  3047.     {
  3048.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  3049.         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['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  3050.     }
  3051.     /**
  3052.      * Gets the public 'web_profiler.controller.profiler' shared service.
  3053.      *
  3054.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  3055.      */
  3056.     protected function getWebProfiler_Controller_ProfilerService()
  3057.     {
  3058.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  3059.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  3060.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  3061.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->privates['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator()), \dirname(__DIR__4));
  3062.     }
  3063.     /**
  3064.      * Gets the public 'web_profiler.controller.router' shared service.
  3065.      *
  3066.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  3067.      */
  3068.     protected function getWebProfiler_Controller_RouterService()
  3069.     {
  3070.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  3071.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->privates['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  3072.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  3073.         }, 1));
  3074.     }
  3075.     /**
  3076.      * Gets the private '.console.command.about.lazy' shared service.
  3077.      *
  3078.      * @return \Symfony\Component\Console\Command\LazyCommand
  3079.      */
  3080.     protected function get_Console_Command_About_LazyService()
  3081.     {
  3082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3084.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  3085.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  3086.         });
  3087.     }
  3088.     /**
  3089.      * Gets the private '.console.command.assets_install.lazy' shared service.
  3090.      *
  3091.      * @return \Symfony\Component\Console\Command\LazyCommand
  3092.      */
  3093.     protected function get_Console_Command_AssetsInstall_LazyService()
  3094.     {
  3095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3097.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  3098.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  3099.         });
  3100.     }
  3101.     /**
  3102.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  3103.      *
  3104.      * @return \Symfony\Component\Console\Command\LazyCommand
  3105.      */
  3106.     protected function get_Console_Command_CacheClear_LazyService()
  3107.     {
  3108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3110.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  3111.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  3112.         });
  3113.     }
  3114.     /**
  3115.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  3116.      *
  3117.      * @return \Symfony\Component\Console\Command\LazyCommand
  3118.      */
  3119.     protected function get_Console_Command_CachePoolClear_LazyService()
  3120.     {
  3121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3123.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  3124.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  3125.         });
  3126.     }
  3127.     /**
  3128.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  3129.      *
  3130.      * @return \Symfony\Component\Console\Command\LazyCommand
  3131.      */
  3132.     protected function get_Console_Command_CachePoolDelete_LazyService()
  3133.     {
  3134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3136.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  3137.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  3138.         });
  3139.     }
  3140.     /**
  3141.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  3142.      *
  3143.      * @return \Symfony\Component\Console\Command\LazyCommand
  3144.      */
  3145.     protected function get_Console_Command_CachePoolList_LazyService()
  3146.     {
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3149.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  3150.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  3151.         });
  3152.     }
  3153.     /**
  3154.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  3155.      *
  3156.      * @return \Symfony\Component\Console\Command\LazyCommand
  3157.      */
  3158.     protected function get_Console_Command_CachePoolPrune_LazyService()
  3159.     {
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3162.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  3163.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  3164.         });
  3165.     }
  3166.     /**
  3167.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  3168.      *
  3169.      * @return \Symfony\Component\Console\Command\LazyCommand
  3170.      */
  3171.     protected function get_Console_Command_CacheWarmup_LazyService()
  3172.     {
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3175.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  3176.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  3177.         });
  3178.     }
  3179.     /**
  3180.      * Gets the private '.console.command.config_debug.lazy' shared service.
  3181.      *
  3182.      * @return \Symfony\Component\Console\Command\LazyCommand
  3183.      */
  3184.     protected function get_Console_Command_ConfigDebug_LazyService()
  3185.     {
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3188.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  3189.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  3190.         });
  3191.     }
  3192.     /**
  3193.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  3194.      *
  3195.      * @return \Symfony\Component\Console\Command\LazyCommand
  3196.      */
  3197.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  3198.     {
  3199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3201.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  3202.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  3203.         });
  3204.     }
  3205.     /**
  3206.      * Gets the private '.console.command.container_debug.lazy' shared service.
  3207.      *
  3208.      * @return \Symfony\Component\Console\Command\LazyCommand
  3209.      */
  3210.     protected function get_Console_Command_ContainerDebug_LazyService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3214.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  3215.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  3216.         });
  3217.     }
  3218.     /**
  3219.      * Gets the private '.console.command.container_lint.lazy' shared service.
  3220.      *
  3221.      * @return \Symfony\Component\Console\Command\LazyCommand
  3222.      */
  3223.     protected function get_Console_Command_ContainerLint_LazyService()
  3224.     {
  3225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3227.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  3228.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  3229.         });
  3230.     }
  3231.     /**
  3232.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  3233.      *
  3234.      * @return \Symfony\Component\Console\Command\LazyCommand
  3235.      */
  3236.     protected function get_Console_Command_DebugAutowiring_LazyService()
  3237.     {
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3240.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  3241.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  3242.         });
  3243.     }
  3244.     /**
  3245.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  3246.      *
  3247.      * @return \Symfony\Component\Console\Command\LazyCommand
  3248.      */
  3249.     protected function get_Console_Command_DotenvDebug_LazyService()
  3250.     {
  3251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3253.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  3254.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  3255.         });
  3256.     }
  3257.     /**
  3258.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  3259.      *
  3260.      * @return \Symfony\Component\Console\Command\LazyCommand
  3261.      */
  3262.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  3263.     {
  3264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3266.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  3267.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  3268.         });
  3269.     }
  3270.     /**
  3271.      * Gets the private '.console.command.form_debug.lazy' shared service.
  3272.      *
  3273.      * @return \Symfony\Component\Console\Command\LazyCommand
  3274.      */
  3275.     protected function get_Console_Command_FormDebug_LazyService()
  3276.     {
  3277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3279.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  3280.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  3281.         });
  3282.     }
  3283.     /**
  3284.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  3285.      *
  3286.      * @return \Symfony\Component\Console\Command\LazyCommand
  3287.      */
  3288.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  3289.     {
  3290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3292.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  3293.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  3294.         });
  3295.     }
  3296.     /**
  3297.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  3298.      *
  3299.      * @return \Symfony\Component\Console\Command\LazyCommand
  3300.      */
  3301.     protected function get_Console_Command_MessengerDebug_LazyService()
  3302.     {
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3305.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  3306.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  3307.         });
  3308.     }
  3309.     /**
  3310.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  3311.      *
  3312.      * @return \Symfony\Component\Console\Command\LazyCommand
  3313.      */
  3314.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  3315.     {
  3316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3318.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  3319.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  3320.         });
  3321.     }
  3322.     /**
  3323.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  3324.      *
  3325.      * @return \Symfony\Component\Console\Command\LazyCommand
  3326.      */
  3327.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  3328.     {
  3329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3331.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  3332.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  3333.         });
  3334.     }
  3335.     /**
  3336.      * Gets the private '.console.command.router_debug.lazy' shared service.
  3337.      *
  3338.      * @return \Symfony\Component\Console\Command\LazyCommand
  3339.      */
  3340.     protected function get_Console_Command_RouterDebug_LazyService()
  3341.     {
  3342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3344.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  3345.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  3346.         });
  3347.     }
  3348.     /**
  3349.      * Gets the private '.console.command.router_match.lazy' shared service.
  3350.      *
  3351.      * @return \Symfony\Component\Console\Command\LazyCommand
  3352.      */
  3353.     protected function get_Console_Command_RouterMatch_LazyService()
  3354.     {
  3355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3357.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  3358.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  3359.         });
  3360.     }
  3361.     /**
  3362.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  3363.      *
  3364.      * @return \Symfony\Component\Console\Command\LazyCommand
  3365.      */
  3366.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  3367.     {
  3368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3370.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  3371.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  3372.         });
  3373.     }
  3374.     /**
  3375.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  3376.      *
  3377.      * @return \Symfony\Component\Console\Command\LazyCommand
  3378.      */
  3379.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  3380.     {
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3383.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  3384.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  3385.         });
  3386.     }
  3387.     /**
  3388.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  3389.      *
  3390.      * @return \Symfony\Component\Console\Command\LazyCommand
  3391.      */
  3392.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  3393.     {
  3394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3396.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  3397.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  3398.         });
  3399.     }
  3400.     /**
  3401.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  3402.      *
  3403.      * @return \Symfony\Component\Console\Command\LazyCommand
  3404.      */
  3405.     protected function get_Console_Command_SecretsList_LazyService()
  3406.     {
  3407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3409.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  3410.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  3411.         });
  3412.     }
  3413.     /**
  3414.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  3415.      *
  3416.      * @return \Symfony\Component\Console\Command\LazyCommand
  3417.      */
  3418.     protected function get_Console_Command_SecretsRemove_LazyService()
  3419.     {
  3420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3422.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  3423.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  3424.         });
  3425.     }
  3426.     /**
  3427.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  3428.      *
  3429.      * @return \Symfony\Component\Console\Command\LazyCommand
  3430.      */
  3431.     protected function get_Console_Command_SecretsSet_LazyService()
  3432.     {
  3433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3435.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  3436.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  3437.         });
  3438.     }
  3439.     /**
  3440.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  3441.      *
  3442.      * @return \Symfony\Component\Console\Command\LazyCommand
  3443.      */
  3444.     protected function get_Console_Command_TranslationDebug_LazyService()
  3445.     {
  3446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3448.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  3449.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  3450.         });
  3451.     }
  3452.     /**
  3453.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  3454.      *
  3455.      * @return \Symfony\Component\Console\Command\LazyCommand
  3456.      */
  3457.     protected function get_Console_Command_TranslationExtract_LazyService()
  3458.     {
  3459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3461.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  3462.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  3463.         });
  3464.     }
  3465.     /**
  3466.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  3467.      *
  3468.      * @return \Symfony\Component\Console\Command\LazyCommand
  3469.      */
  3470.     protected function get_Console_Command_TranslationPull_LazyService()
  3471.     {
  3472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3474.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  3475.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  3476.         });
  3477.     }
  3478.     /**
  3479.      * Gets the private '.console.command.translation_push.lazy' shared service.
  3480.      *
  3481.      * @return \Symfony\Component\Console\Command\LazyCommand
  3482.      */
  3483.     protected function get_Console_Command_TranslationPush_LazyService()
  3484.     {
  3485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3487.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  3488.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  3489.         });
  3490.     }
  3491.     /**
  3492.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  3493.      *
  3494.      * @return \Symfony\Component\Console\Command\LazyCommand
  3495.      */
  3496.     protected function get_Console_Command_ValidatorDebug_LazyService()
  3497.     {
  3498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3500.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  3501.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  3502.         });
  3503.     }
  3504.     /**
  3505.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  3506.      *
  3507.      * @return \Symfony\Component\Console\Command\LazyCommand
  3508.      */
  3509.     protected function get_Console_Command_XliffLint_LazyService()
  3510.     {
  3511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3513.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  3514.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  3515.         });
  3516.     }
  3517.     /**
  3518.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  3519.      *
  3520.      * @return \Symfony\Component\Console\Command\LazyCommand
  3521.      */
  3522.     protected function get_Console_Command_YamlLint_LazyService()
  3523.     {
  3524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3526.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  3527.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  3528.         });
  3529.     }
  3530.     /**
  3531.      * Gets the private '.debug.http_client' shared service.
  3532.      *
  3533.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  3534.      */
  3535.     protected function get_Debug_HttpClientService()
  3536.     {
  3537.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  3538.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  3539.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3540.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3541.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3542.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3543.         $a->setLogger($b);
  3544.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3545.     }
  3546.     /**
  3547.      * Gets the private '.errored..service_locator.4T4EJFR.App\Entity\User' shared service.
  3548.      *
  3549.      * @return \App\Entity\User
  3550.      */
  3551.     protected function getUserService()
  3552.     {
  3553.         throw new RuntimeException('Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.');
  3554.     }
  3555.     /**
  3556.      * Gets the private '.errored..service_locator.OO4sKYd.App\Entity\Project\Project' shared service.
  3557.      *
  3558.      * @return \App\Entity\Project\Project
  3559.      */
  3560.     protected function getProjectService()
  3561.     {
  3562.         throw new RuntimeException('Cannot autowire service ".service_locator.OO4sKYd": it references class "App\\Entity\\Project\\Project" but no such service exists.');
  3563.     }
  3564.     /**
  3565.      * Gets the private '.errored..service_locator.S_HzaZc.App\Entity\Project\Purchase' shared service.
  3566.      *
  3567.      * @return \App\Entity\Project\Purchase
  3568.      */
  3569.     protected function getPurchaseService()
  3570.     {
  3571.         throw new RuntimeException('Cannot autowire service ".service_locator.S_HzaZc": it references class "App\\Entity\\Project\\Purchase" but no such service exists.');
  3572.     }
  3573.     /**
  3574.      * Gets the private '.errored..service_locator.ZkVYhwo.App\Entity\Devis\Devis' shared service.
  3575.      *
  3576.      * @return \App\Entity\Devis\Devis
  3577.      */
  3578.     protected function getDevisService()
  3579.     {
  3580.         throw new RuntimeException('Cannot autowire service ".service_locator.ZkVYhwo": it references class "App\\Entity\\Devis\\Devis" but no such service exists.');
  3581.     }
  3582.     /**
  3583.      * Gets the private '.errored..service_locator.bdD3PVm.App\Entity\Project\Project' shared service.
  3584.      *
  3585.      * @return \App\Entity\Project\Project
  3586.      */
  3587.     protected function getProject2Service()
  3588.     {
  3589.         throw new RuntimeException('Cannot autowire service ".service_locator.bdD3PVm": it references class "App\\Entity\\Project\\Project" but no such service exists.');
  3590.     }
  3591.     /**
  3592.      * Gets the private '.errored..service_locator.et0mgMZ.App\Entity\File\File' shared service.
  3593.      *
  3594.      * @return \App\Entity\File\File
  3595.      */
  3596.     protected function getFileService()
  3597.     {
  3598.         throw new RuntimeException('Cannot autowire service ".service_locator.et0mgMZ": it references class "App\\Entity\\File\\File" but no such service exists.');
  3599.     }
  3600.     /**
  3601.      * Gets the private '.errored..service_locator.oOQQ89m.App\Entity\User' shared service.
  3602.      *
  3603.      * @return \App\Entity\User
  3604.      */
  3605.     protected function getUser2Service()
  3606.     {
  3607.         throw new RuntimeException('Cannot autowire service ".service_locator.oOQQ89m": it references class "App\\Entity\\User" but no such service exists.');
  3608.     }
  3609.     /**
  3610.      * Gets the private '.errored..service_locator.ofTNfNt.App\Entity\Facture\Facture' shared service.
  3611.      *
  3612.      * @return \App\Entity\Facture\Facture
  3613.      */
  3614.     protected function getFactureService()
  3615.     {
  3616.         throw new RuntimeException('Cannot autowire service ".service_locator.ofTNfNt": it references class "App\\Entity\\Facture\\Facture" but no such service exists.');
  3617.     }
  3618.     /**
  3619.      * Gets the private '.errored..service_locator.vF9mXln.App\Entity\Company\Company' shared service.
  3620.      *
  3621.      * @return \App\Entity\Company\Company
  3622.      */
  3623.     protected function getCompanyService()
  3624.     {
  3625.         throw new RuntimeException('Cannot autowire service ".service_locator.vF9mXln": it references class "App\\Entity\\Company\\Company" but no such service exists.');
  3626.     }
  3627.     /**
  3628.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  3629.      *
  3630.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  3631.      */
  3632.     protected function getLoaderInterfaceService()
  3633.     {
  3634.         throw new RuntimeException('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader.legacy".');
  3635.     }
  3636.     /**
  3637.      * Gets the private '.lexik_jwt_authentication.check_config_command.lazy' shared service.
  3638.      *
  3639.      * @return \Symfony\Component\Console\Command\LazyCommand
  3640.      */
  3641.     protected function get_LexikJwtAuthentication_CheckConfigCommand_LazyService()
  3642.     {
  3643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3645.         return $this->privates['.lexik_jwt_authentication.check_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:check-config', [], 'Checks that the bundle is properly configured.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand {
  3646.             return ($this->privates['lexik_jwt_authentication.check_config_command'] ?? $this->getLexikJwtAuthentication_CheckConfigCommandService());
  3647.         });
  3648.     }
  3649.     /**
  3650.      * Gets the private '.lexik_jwt_authentication.generate_keypair_command.lazy' shared service.
  3651.      *
  3652.      * @return \Symfony\Component\Console\Command\LazyCommand
  3653.      */
  3654.     protected function get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService()
  3655.     {
  3656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3658.         return $this->privates['.lexik_jwt_authentication.generate_keypair_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-keypair', [], 'Generate public/private keys for use in your application.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand {
  3659.             return ($this->privates['lexik_jwt_authentication.generate_keypair_command'] ?? $this->getLexikJwtAuthentication_GenerateKeypairCommandService());
  3660.         });
  3661.     }
  3662.     /**
  3663.      * Gets the private '.lexik_jwt_authentication.generate_token_command.lazy' shared service.
  3664.      *
  3665.      * @return \Symfony\Component\Console\Command\LazyCommand
  3666.      */
  3667.     protected function get_LexikJwtAuthentication_GenerateTokenCommand_LazyService()
  3668.     {
  3669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3671.         return $this->privates['.lexik_jwt_authentication.generate_token_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-token', [], 'Generates a JWT token for a given user.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand {
  3672.             return ($this->services['lexik_jwt_authentication.generate_token_command'] ?? $this->getLexikJwtAuthentication_GenerateTokenCommandService());
  3673.         });
  3674.     }
  3675.     /**
  3676.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  3677.      *
  3678.      * @return \Symfony\Component\Console\Command\LazyCommand
  3679.      */
  3680.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  3681.     {
  3682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3684.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3685.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  3686.         });
  3687.     }
  3688.     /**
  3689.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  3690.      *
  3691.      * @return \Symfony\Component\Console\Command\LazyCommand
  3692.      */
  3693.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  3694.     {
  3695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3697.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3698.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  3699.         });
  3700.     }
  3701.     /**
  3702.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  3703.      *
  3704.      * @return \Symfony\Component\Console\Command\LazyCommand
  3705.      */
  3706.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  3707.     {
  3708.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3710.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3711.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  3712.         });
  3713.     }
  3714.     /**
  3715.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  3716.      *
  3717.      * @return \Symfony\Component\Console\Command\LazyCommand
  3718.      */
  3719.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  3720.     {
  3721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3723.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3724.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  3725.         });
  3726.     }
  3727.     /**
  3728.      * Gets the private '.maker.auto_command.make_data_persister.lazy' shared service.
  3729.      *
  3730.      * @return \Symfony\Component\Console\Command\LazyCommand
  3731.      */
  3732.     protected function get_Maker_AutoCommand_MakeDataPersister_LazyService()
  3733.     {
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3736.         return $this->privates['.maker.auto_command.make_data_persister.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-persister', [], 'Creates an API Platform data persister'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3737.             return ($this->privates['maker.auto_command.make_data_persister'] ?? $this->getMaker_AutoCommand_MakeDataPersisterService());
  3738.         });
  3739.     }
  3740.     /**
  3741.      * Gets the private '.maker.auto_command.make_data_provider.lazy' shared service.
  3742.      *
  3743.      * @return \Symfony\Component\Console\Command\LazyCommand
  3744.      */
  3745.     protected function get_Maker_AutoCommand_MakeDataProvider_LazyService()
  3746.     {
  3747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3749.         return $this->privates['.maker.auto_command.make_data_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-provider', [], 'Creates an API Platform data provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3750.             return ($this->privates['maker.auto_command.make_data_provider'] ?? $this->getMaker_AutoCommand_MakeDataProviderService());
  3751.         });
  3752.     }
  3753.     /**
  3754.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  3755.      *
  3756.      * @return \Symfony\Component\Console\Command\LazyCommand
  3757.      */
  3758.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  3759.     {
  3760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3762.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3763.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  3764.         });
  3765.     }
  3766.     /**
  3767.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  3768.      *
  3769.      * @return \Symfony\Component\Console\Command\LazyCommand
  3770.      */
  3771.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  3772.     {
  3773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3775.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3776.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  3777.         });
  3778.     }
  3779.     /**
  3780.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  3781.      *
  3782.      * @return \Symfony\Component\Console\Command\LazyCommand
  3783.      */
  3784.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  3785.     {
  3786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3788.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3789.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  3790.         });
  3791.     }
  3792.     /**
  3793.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  3794.      *
  3795.      * @return \Symfony\Component\Console\Command\LazyCommand
  3796.      */
  3797.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  3798.     {
  3799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3801.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3802.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  3803.         });
  3804.     }
  3805.     /**
  3806.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  3807.      *
  3808.      * @return \Symfony\Component\Console\Command\LazyCommand
  3809.      */
  3810.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  3811.     {
  3812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3814.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3815.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  3816.         });
  3817.     }
  3818.     /**
  3819.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  3820.      *
  3821.      * @return \Symfony\Component\Console\Command\LazyCommand
  3822.      */
  3823.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  3824.     {
  3825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3827.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3828.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  3829.         });
  3830.     }
  3831.     /**
  3832.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  3833.      *
  3834.      * @return \Symfony\Component\Console\Command\LazyCommand
  3835.      */
  3836.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3837.     {
  3838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3840.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3841.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3842.         });
  3843.     }
  3844.     /**
  3845.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3846.      *
  3847.      * @return \Symfony\Component\Console\Command\LazyCommand
  3848.      */
  3849.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3850.     {
  3851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3853.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3854.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3855.         });
  3856.     }
  3857.     /**
  3858.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3859.      *
  3860.      * @return \Symfony\Component\Console\Command\LazyCommand
  3861.      */
  3862.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3863.     {
  3864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3866.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3867.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3868.         });
  3869.     }
  3870.     /**
  3871.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3872.      *
  3873.      * @return \Symfony\Component\Console\Command\LazyCommand
  3874.      */
  3875.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3876.     {
  3877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3879.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3880.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3881.         });
  3882.     }
  3883.     /**
  3884.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3885.      *
  3886.      * @return \Symfony\Component\Console\Command\LazyCommand
  3887.      */
  3888.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3889.     {
  3890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3892.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3893.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3894.         });
  3895.     }
  3896.     /**
  3897.      * Gets the private '.maker.auto_command.make_state_processor.lazy' shared service.
  3898.      *
  3899.      * @return \Symfony\Component\Console\Command\LazyCommand
  3900.      */
  3901.     protected function get_Maker_AutoCommand_MakeStateProcessor_LazyService()
  3902.     {
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3905.         return $this->privates['.maker.auto_command.make_state_processor.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-processor', [], 'Creates an API Platform state processor'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3906.             return ($this->privates['maker.auto_command.make_state_processor'] ?? $this->getMaker_AutoCommand_MakeStateProcessorService());
  3907.         });
  3908.     }
  3909.     /**
  3910.      * Gets the private '.maker.auto_command.make_state_provider.lazy' shared service.
  3911.      *
  3912.      * @return \Symfony\Component\Console\Command\LazyCommand
  3913.      */
  3914.     protected function get_Maker_AutoCommand_MakeStateProvider_LazyService()
  3915.     {
  3916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3918.         return $this->privates['.maker.auto_command.make_state_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-provider', [], 'Creates an API Platform state provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3919.             return ($this->privates['maker.auto_command.make_state_provider'] ?? $this->getMaker_AutoCommand_MakeStateProviderService());
  3920.         });
  3921.     }
  3922.     /**
  3923.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3924.      *
  3925.      * @return \Symfony\Component\Console\Command\LazyCommand
  3926.      */
  3927.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3928.     {
  3929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3931.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3932.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3933.         });
  3934.     }
  3935.     /**
  3936.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3937.      *
  3938.      * @return \Symfony\Component\Console\Command\LazyCommand
  3939.      */
  3940.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3941.     {
  3942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3944.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3945.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3946.         });
  3947.     }
  3948.     /**
  3949.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3950.      *
  3951.      * @return \Symfony\Component\Console\Command\LazyCommand
  3952.      */
  3953.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3954.     {
  3955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3957.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3958.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3959.         });
  3960.     }
  3961.     /**
  3962.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  3963.      *
  3964.      * @return \Symfony\Component\Console\Command\LazyCommand
  3965.      */
  3966.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  3967.     {
  3968.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3970.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3971.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  3972.         });
  3973.     }
  3974.     /**
  3975.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3976.      *
  3977.      * @return \Symfony\Component\Console\Command\LazyCommand
  3978.      */
  3979.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3980.     {
  3981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3983.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3984.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3985.         });
  3986.     }
  3987.     /**
  3988.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3989.      *
  3990.      * @return \Symfony\Component\Console\Command\LazyCommand
  3991.      */
  3992.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3993.     {
  3994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3996.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3997.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3998.         });
  3999.     }
  4000.     /**
  4001.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  4002.      *
  4003.      * @return \Symfony\Component\Console\Command\LazyCommand
  4004.      */
  4005.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  4006.     {
  4007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4009.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4010.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  4011.         });
  4012.     }
  4013.     /**
  4014.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  4015.      *
  4016.      * @return \Symfony\Component\Console\Command\LazyCommand
  4017.      */
  4018.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  4019.     {
  4020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4022.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  4023.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  4024.         });
  4025.     }
  4026.     /**
  4027.      * Gets the private '.messenger.handler_descriptor.Lml2ICs' shared service.
  4028.      *
  4029.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4030.      */
  4031.     protected function get_Messenger_HandlerDescriptor_Lml2ICsService()
  4032.     {
  4033.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4034.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  4035.         return $this->privates['.messenger.handler_descriptor.Lml2ICs'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler(($this->privates['texter.transports'] ?? $this->getTexter_TransportsService())), []);
  4036.     }
  4037.     /**
  4038.      * Gets the private '.messenger.handler_descriptor.XZowc.T' shared service.
  4039.      *
  4040.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4041.      */
  4042.     protected function get_Messenger_HandlerDescriptor_XZowc_TService()
  4043.     {
  4044.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4045.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  4046.         return $this->privates['.messenger.handler_descriptor.XZowc.T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler(($this->privates['texter.transports'] ?? $this->getTexter_TransportsService())), []);
  4047.     }
  4048.     /**
  4049.      * Gets the private '.messenger.handler_descriptor.oFKCS4G' shared service.
  4050.      *
  4051.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4052.      */
  4053.     protected function get_Messenger_HandlerDescriptor_OFKCS4GService()
  4054.     {
  4055.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4056.         include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Messenger/UpdateHandler.php';
  4057.         return $this->privates['.messenger.handler_descriptor.oFKCS4G'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mercure\Messenger\UpdateHandler(($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService())), []);
  4058.     }
  4059.     /**
  4060.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  4061.      *
  4062.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4063.      */
  4064.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  4065.     {
  4066.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4067.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  4068.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService())), []);
  4069.     }
  4070.     /**
  4071.      * Gets the private '.messenger.handler_descriptor.vMw0m61' shared service.
  4072.      *
  4073.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4074.      */
  4075.     protected function get_Messenger_HandlerDescriptor_VMw0m61Service()
  4076.     {
  4077.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4078.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  4080.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  4081.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  4082.         return $this->privates['.messenger.handler_descriptor.vMw0m61'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler((new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  4083.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  4084.         }, 1)))->fromStrings([])), []);
  4085.     }
  4086.     /**
  4087.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  4088.      *
  4089.      * @return \Symfony\Component\Console\Command\LazyCommand
  4090.      */
  4091.     protected function get_Monolog_Command_ServerLog_LazyService()
  4092.     {
  4093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4095.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  4096.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  4097.         });
  4098.     }
  4099.     /**
  4100.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  4101.      *
  4102.      * @return \Symfony\Component\Console\Command\LazyCommand
  4103.      */
  4104.     protected function get_Security_Command_DebugFirewall_LazyService()
  4105.     {
  4106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4108.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  4109.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  4110.         });
  4111.     }
  4112.     /**
  4113.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  4114.      *
  4115.      * @return \Symfony\Component\Console\Command\LazyCommand
  4116.      */
  4117.     protected function get_Security_Command_UserPasswordHash_LazyService()
  4118.     {
  4119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4121.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  4122.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  4123.         });
  4124.     }
  4125.     /**
  4126.      * Gets the private '.service_locator.4T4EJFR' shared service.
  4127.      *
  4128.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4129.      */
  4130.     protected function get_ServiceLocator_4T4EJFRService()
  4131.     {
  4132.         return $this->privates['.service_locator.4T4EJFR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4133.             'user' => ['privates''.errored..service_locator.4T4EJFR.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.'],
  4134.         ], [
  4135.             'user' => 'App\\Entity\\User',
  4136.         ]);
  4137.     }
  4138.     /**
  4139.      * Gets the private '.service_locator.LAjDzTv' shared service.
  4140.      *
  4141.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4142.      */
  4143.     protected function get_ServiceLocator_LAjDzTvService()
  4144.     {
  4145.         return $this->privates['.service_locator.LAjDzTv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4146.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4147.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  4148.             'security.event_dispatcher.login' => ['privates''security.event_dispatcher.login''getSecurity_EventDispatcher_LoginService'false],
  4149.         ], [
  4150.             'event_dispatcher' => '?',
  4151.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4152.             'security.event_dispatcher.login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4153.         ]);
  4154.     }
  4155.     /**
  4156.      * Gets the private '.service_locator.OO4sKYd' shared service.
  4157.      *
  4158.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4159.      */
  4160.     protected function get_ServiceLocator_OO4sKYdService()
  4161.     {
  4162.         return $this->privates['.service_locator.OO4sKYd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4163.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  4164.             'project' => ['privates''.errored..service_locator.OO4sKYd.App\\Entity\\Project\\Project'NULL'Cannot autowire service ".service_locator.OO4sKYd": it references class "App\\Entity\\Project\\Project" but no such service exists.'],
  4165.         ], [
  4166.             'doctrine' => '?',
  4167.             'project' => 'App\\Entity\\Project\\Project',
  4168.         ]);
  4169.     }
  4170.     /**
  4171.      * Gets the private '.service_locator.S_HzaZc' shared service.
  4172.      *
  4173.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4174.      */
  4175.     protected function get_ServiceLocator_SHzaZcService()
  4176.     {
  4177.         return $this->privates['.service_locator.S_HzaZc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4178.             'purchase' => ['privates''.errored..service_locator.S_HzaZc.App\\Entity\\Project\\Purchase'NULL'Cannot autowire service ".service_locator.S_HzaZc": it references class "App\\Entity\\Project\\Purchase" but no such service exists.'],
  4179.         ], [
  4180.             'purchase' => 'App\\Entity\\Project\\Purchase',
  4181.         ]);
  4182.     }
  4183.     /**
  4184.      * Gets the private '.service_locator.WfO.0Vv' shared service.
  4185.      *
  4186.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4187.      */
  4188.     protected function get_ServiceLocator_WfO_0VvService()
  4189.     {
  4190.         return $this->privates['.service_locator.WfO.0Vv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4191.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  4192.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4193.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'false],
  4194.         ], [
  4195.             'security.firewall.map.context.api' => '?',
  4196.             'security.firewall.map.context.dev' => '?',
  4197.             'security.firewall.map.context.login' => '?',
  4198.         ]);
  4199.     }
  4200.     /**
  4201.      * Gets the private '.service_locator.ZkVYhwo' shared service.
  4202.      *
  4203.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4204.      */
  4205.     protected function get_ServiceLocator_ZkVYhwoService()
  4206.     {
  4207.         return $this->privates['.service_locator.ZkVYhwo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4208.             'devis' => ['privates''.errored..service_locator.ZkVYhwo.App\\Entity\\Devis\\Devis'NULL'Cannot autowire service ".service_locator.ZkVYhwo": it references class "App\\Entity\\Devis\\Devis" but no such service exists.'],
  4209.         ], [
  4210.             'devis' => 'App\\Entity\\Devis\\Devis',
  4211.         ]);
  4212.     }
  4213.     /**
  4214.      * Gets the private '.service_locator.bdD3PVm' shared service.
  4215.      *
  4216.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4217.      */
  4218.     protected function get_ServiceLocator_BdD3PVmService()
  4219.     {
  4220.         return $this->privates['.service_locator.bdD3PVm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4221.             'project' => ['privates''.errored..service_locator.bdD3PVm.App\\Entity\\Project\\Project'NULL'Cannot autowire service ".service_locator.bdD3PVm": it references class "App\\Entity\\Project\\Project" but no such service exists.'],
  4222.         ], [
  4223.             'project' => 'App\\Entity\\Project\\Project',
  4224.         ]);
  4225.     }
  4226.     /**
  4227.      * Gets the private '.service_locator.et0mgMZ' shared service.
  4228.      *
  4229.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4230.      */
  4231.     protected function get_ServiceLocator_Et0mgMZService()
  4232.     {
  4233.         return $this->privates['.service_locator.et0mgMZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4234.             'file' => ['privates''.errored..service_locator.et0mgMZ.App\\Entity\\File\\File'NULL'Cannot autowire service ".service_locator.et0mgMZ": it references class "App\\Entity\\File\\File" but no such service exists.'],
  4235.         ], [
  4236.             'file' => 'App\\Entity\\File\\File',
  4237.         ]);
  4238.     }
  4239.     /**
  4240.      * Gets the private '.service_locator.gdLE0vO' shared service.
  4241.      *
  4242.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4243.      */
  4244.     protected function get_ServiceLocator_GdLE0vOService()
  4245.     {
  4246.         return $this->privates['.service_locator.gdLE0vO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4247.             'App\\Controller\\Company\\CompanyProjectController::__invoke' => ['privates''.service_locator.vF9mXln''get_ServiceLocator_VF9mXlnService'false],
  4248.             'App\\Controller\\Devis\\DevisFactureController::__invoke' => ['privates''.service_locator.ZkVYhwo''get_ServiceLocator_ZkVYhwoService'false],
  4249.             'App\\Controller\\Devis\\SubDevisController::__invoke' => ['privates''.service_locator.ZkVYhwo''get_ServiceLocator_ZkVYhwoService'false],
  4250.             'App\\Controller\\Dod\\DodGeneratePdfController::__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4251.             'App\\Controller\\Facture\\FactureGeneratePdfController::__invoke' => ['privates''.service_locator.ofTNfNt''get_ServiceLocator_OfTNfNtService'false],
  4252.             'App\\Controller\\File\\FileNotifyController::__invoke' => ['privates''.service_locator.et0mgMZ''get_ServiceLocator_Et0mgMZService'false],
  4253.             'App\\Controller\\File\\FileSigneController::__invoke' => ['privates''.service_locator.et0mgMZ''get_ServiceLocator_Et0mgMZService'false],
  4254.             'App\\Controller\\Folder\\ViewAndDownloadController::contract' => ['privates''.service_locator.OO4sKYd''get_ServiceLocator_OO4sKYdService'false],
  4255.             'App\\Controller\\Folder\\ViewAndDownloadController::index' => ['privates''.service_locator.OO4sKYd''get_ServiceLocator_OO4sKYdService'false],
  4256.             'App\\Controller\\Project\\ProjectAllFoldersController::__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4257.             'App\\Controller\\Project\\ProjectConversationController::__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4258.             'App\\Controller\\Project\\ProjectDevisController::__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4259.             'App\\Controller\\Project\\ProjectFileTransmisController::__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4260.             'App\\Controller\\Project\\ProjectFilesController::__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4261.             'App\\Controller\\Project\\ProjectFinancialMonitoringPdfController::__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4262.             'App\\Controller\\Project\\ProjectFoldersController::__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4263.             'App\\Controller\\Project\\ProjectGeneratePdfController::__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4264.             'App\\Controller\\Project\\ProjectPurchasesController::__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4265.             'App\\Controller\\Project\\ProjectPurchasesNotifyController::__invoke' => ['privates''.service_locator.S_HzaZc''get_ServiceLocator_SHzaZcService'false],
  4266.             'App\\Controller\\Project\\PurchaseController::index' => ['privates''.service_locator.OO4sKYd''get_ServiceLocator_OO4sKYdService'false],
  4267.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4268.             'App\\Controller\\User\\UserClientController::__invoke' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4269.             'App\\Controller\\User\\UserCollaboratorController::__invoke' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4270.             'App\\Controller\\User\\UserConversationController::__invoke' => ['privates''.service_locator.oOQQ89m''get_ServiceLocator_OOQQ89mService'false],
  4271.             'App\\Controller\\User\\UserDeleteController::__invoke' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4272.             'App\\Controller\\User\\UserProjectController::__invoke' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4273.             'App\\Kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4274.             'App\\Kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4275.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4276.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4277.             'App\\Controller\\Company\\CompanyProjectController:__invoke' => ['privates''.service_locator.vF9mXln''get_ServiceLocator_VF9mXlnService'false],
  4278.             'App\\Controller\\Company\\CompanyProjectController' => ['privates''.service_locator.vF9mXln''get_ServiceLocator_VF9mXlnService'false],
  4279.             'App\\Controller\\Devis\\DevisFactureController:__invoke' => ['privates''.service_locator.ZkVYhwo''get_ServiceLocator_ZkVYhwoService'false],
  4280.             'App\\Controller\\Devis\\DevisFactureController' => ['privates''.service_locator.ZkVYhwo''get_ServiceLocator_ZkVYhwoService'false],
  4281.             'App\\Controller\\Devis\\SubDevisController:__invoke' => ['privates''.service_locator.ZkVYhwo''get_ServiceLocator_ZkVYhwoService'false],
  4282.             'App\\Controller\\Devis\\SubDevisController' => ['privates''.service_locator.ZkVYhwo''get_ServiceLocator_ZkVYhwoService'false],
  4283.             'App\\Controller\\Dod\\DodGeneratePdfController:__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4284.             'App\\Controller\\Dod\\DodGeneratePdfController' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4285.             'App\\Controller\\Facture\\FactureGeneratePdfController:__invoke' => ['privates''.service_locator.ofTNfNt''get_ServiceLocator_OfTNfNtService'false],
  4286.             'App\\Controller\\Facture\\FactureGeneratePdfController' => ['privates''.service_locator.ofTNfNt''get_ServiceLocator_OfTNfNtService'false],
  4287.             'App\\Controller\\File\\FileNotifyController:__invoke' => ['privates''.service_locator.et0mgMZ''get_ServiceLocator_Et0mgMZService'false],
  4288.             'App\\Controller\\File\\FileNotifyController' => ['privates''.service_locator.et0mgMZ''get_ServiceLocator_Et0mgMZService'false],
  4289.             'App\\Controller\\File\\FileSigneController:__invoke' => ['privates''.service_locator.et0mgMZ''get_ServiceLocator_Et0mgMZService'false],
  4290.             'App\\Controller\\File\\FileSigneController' => ['privates''.service_locator.et0mgMZ''get_ServiceLocator_Et0mgMZService'false],
  4291.             'App\\Controller\\Folder\\ViewAndDownloadController:contract' => ['privates''.service_locator.OO4sKYd''get_ServiceLocator_OO4sKYdService'false],
  4292.             'App\\Controller\\Folder\\ViewAndDownloadController:index' => ['privates''.service_locator.OO4sKYd''get_ServiceLocator_OO4sKYdService'false],
  4293.             'App\\Controller\\Project\\ProjectAllFoldersController:__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4294.             'App\\Controller\\Project\\ProjectAllFoldersController' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4295.             'App\\Controller\\Project\\ProjectConversationController:__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4296.             'App\\Controller\\Project\\ProjectConversationController' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4297.             'App\\Controller\\Project\\ProjectDevisController:__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4298.             'App\\Controller\\Project\\ProjectDevisController' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4299.             'App\\Controller\\Project\\ProjectFileTransmisController:__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4300.             'App\\Controller\\Project\\ProjectFileTransmisController' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4301.             'App\\Controller\\Project\\ProjectFilesController:__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4302.             'App\\Controller\\Project\\ProjectFilesController' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4303.             'App\\Controller\\Project\\ProjectFinancialMonitoringPdfController:__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4304.             'App\\Controller\\Project\\ProjectFinancialMonitoringPdfController' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4305.             'App\\Controller\\Project\\ProjectFoldersController:__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4306.             'App\\Controller\\Project\\ProjectFoldersController' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4307.             'App\\Controller\\Project\\ProjectGeneratePdfController:__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4308.             'App\\Controller\\Project\\ProjectGeneratePdfController' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4309.             'App\\Controller\\Project\\ProjectPurchasesController:__invoke' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4310.             'App\\Controller\\Project\\ProjectPurchasesController' => ['privates''.service_locator.bdD3PVm''get_ServiceLocator_BdD3PVmService'false],
  4311.             'App\\Controller\\Project\\ProjectPurchasesNotifyController:__invoke' => ['privates''.service_locator.S_HzaZc''get_ServiceLocator_SHzaZcService'false],
  4312.             'App\\Controller\\Project\\ProjectPurchasesNotifyController' => ['privates''.service_locator.S_HzaZc''get_ServiceLocator_SHzaZcService'false],
  4313.             'App\\Controller\\Project\\PurchaseController:index' => ['privates''.service_locator.OO4sKYd''get_ServiceLocator_OO4sKYdService'false],
  4314.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.zFcJjKU''get_ServiceLocator_ZFcJjKUService'false],
  4315.             'App\\Controller\\User\\UserClientController:__invoke' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4316.             'App\\Controller\\User\\UserClientController' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4317.             'App\\Controller\\User\\UserCollaboratorController:__invoke' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4318.             'App\\Controller\\User\\UserCollaboratorController' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4319.             'App\\Controller\\User\\UserConversationController:__invoke' => ['privates''.service_locator.oOQQ89m''get_ServiceLocator_OOQQ89mService'false],
  4320.             'App\\Controller\\User\\UserConversationController' => ['privates''.service_locator.oOQQ89m''get_ServiceLocator_OOQQ89mService'false],
  4321.             'App\\Controller\\User\\UserDeleteController:__invoke' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4322.             'App\\Controller\\User\\UserDeleteController' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4323.             'App\\Controller\\User\\UserProjectController:__invoke' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4324.             'App\\Controller\\User\\UserProjectController' => ['privates''.service_locator.4T4EJFR''get_ServiceLocator_4T4EJFRService'false],
  4325.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4326.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  4327.         ], [
  4328.             'App\\Controller\\Company\\CompanyProjectController::__invoke' => '?',
  4329.             'App\\Controller\\Devis\\DevisFactureController::__invoke' => '?',
  4330.             'App\\Controller\\Devis\\SubDevisController::__invoke' => '?',
  4331.             'App\\Controller\\Dod\\DodGeneratePdfController::__invoke' => '?',
  4332.             'App\\Controller\\Facture\\FactureGeneratePdfController::__invoke' => '?',
  4333.             'App\\Controller\\File\\FileNotifyController::__invoke' => '?',
  4334.             'App\\Controller\\File\\FileSigneController::__invoke' => '?',
  4335.             'App\\Controller\\Folder\\ViewAndDownloadController::contract' => '?',
  4336.             'App\\Controller\\Folder\\ViewAndDownloadController::index' => '?',
  4337.             'App\\Controller\\Project\\ProjectAllFoldersController::__invoke' => '?',
  4338.             'App\\Controller\\Project\\ProjectConversationController::__invoke' => '?',
  4339.             'App\\Controller\\Project\\ProjectDevisController::__invoke' => '?',
  4340.             'App\\Controller\\Project\\ProjectFileTransmisController::__invoke' => '?',
  4341.             'App\\Controller\\Project\\ProjectFilesController::__invoke' => '?',
  4342.             'App\\Controller\\Project\\ProjectFinancialMonitoringPdfController::__invoke' => '?',
  4343.             'App\\Controller\\Project\\ProjectFoldersController::__invoke' => '?',
  4344.             'App\\Controller\\Project\\ProjectGeneratePdfController::__invoke' => '?',
  4345.             'App\\Controller\\Project\\ProjectPurchasesController::__invoke' => '?',
  4346.             'App\\Controller\\Project\\ProjectPurchasesNotifyController::__invoke' => '?',
  4347.             'App\\Controller\\Project\\PurchaseController::index' => '?',
  4348.             'App\\Controller\\SecurityController::login' => '?',
  4349.             'App\\Controller\\User\\UserClientController::__invoke' => '?',
  4350.             'App\\Controller\\User\\UserCollaboratorController::__invoke' => '?',
  4351.             'App\\Controller\\User\\UserConversationController::__invoke' => '?',
  4352.             'App\\Controller\\User\\UserDeleteController::__invoke' => '?',
  4353.             'App\\Controller\\User\\UserProjectController::__invoke' => '?',
  4354.             'App\\Kernel::loadRoutes' => '?',
  4355.             'App\\Kernel::registerContainerConfiguration' => '?',
  4356.             'kernel::loadRoutes' => '?',
  4357.             'kernel::registerContainerConfiguration' => '?',
  4358.             'App\\Controller\\Company\\CompanyProjectController:__invoke' => '?',
  4359.             'App\\Controller\\Company\\CompanyProjectController' => '?',
  4360.             'App\\Controller\\Devis\\DevisFactureController:__invoke' => '?',
  4361.             'App\\Controller\\Devis\\DevisFactureController' => '?',
  4362.             'App\\Controller\\Devis\\SubDevisController:__invoke' => '?',
  4363.             'App\\Controller\\Devis\\SubDevisController' => '?',
  4364.             'App\\Controller\\Dod\\DodGeneratePdfController:__invoke' => '?',
  4365.             'App\\Controller\\Dod\\DodGeneratePdfController' => '?',
  4366.             'App\\Controller\\Facture\\FactureGeneratePdfController:__invoke' => '?',
  4367.             'App\\Controller\\Facture\\FactureGeneratePdfController' => '?',
  4368.             'App\\Controller\\File\\FileNotifyController:__invoke' => '?',
  4369.             'App\\Controller\\File\\FileNotifyController' => '?',
  4370.             'App\\Controller\\File\\FileSigneController:__invoke' => '?',
  4371.             'App\\Controller\\File\\FileSigneController' => '?',
  4372.             'App\\Controller\\Folder\\ViewAndDownloadController:contract' => '?',
  4373.             'App\\Controller\\Folder\\ViewAndDownloadController:index' => '?',
  4374.             'App\\Controller\\Project\\ProjectAllFoldersController:__invoke' => '?',
  4375.             'App\\Controller\\Project\\ProjectAllFoldersController' => '?',
  4376.             'App\\Controller\\Project\\ProjectConversationController:__invoke' => '?',
  4377.             'App\\Controller\\Project\\ProjectConversationController' => '?',
  4378.             'App\\Controller\\Project\\ProjectDevisController:__invoke' => '?',
  4379.             'App\\Controller\\Project\\ProjectDevisController' => '?',
  4380.             'App\\Controller\\Project\\ProjectFileTransmisController:__invoke' => '?',
  4381.             'App\\Controller\\Project\\ProjectFileTransmisController' => '?',
  4382.             'App\\Controller\\Project\\ProjectFilesController:__invoke' => '?',
  4383.             'App\\Controller\\Project\\ProjectFilesController' => '?',
  4384.             'App\\Controller\\Project\\ProjectFinancialMonitoringPdfController:__invoke' => '?',
  4385.             'App\\Controller\\Project\\ProjectFinancialMonitoringPdfController' => '?',
  4386.             'App\\Controller\\Project\\ProjectFoldersController:__invoke' => '?',
  4387.             'App\\Controller\\Project\\ProjectFoldersController' => '?',
  4388.             'App\\Controller\\Project\\ProjectGeneratePdfController:__invoke' => '?',
  4389.             'App\\Controller\\Project\\ProjectGeneratePdfController' => '?',
  4390.             'App\\Controller\\Project\\ProjectPurchasesController:__invoke' => '?',
  4391.             'App\\Controller\\Project\\ProjectPurchasesController' => '?',
  4392.             'App\\Controller\\Project\\ProjectPurchasesNotifyController:__invoke' => '?',
  4393.             'App\\Controller\\Project\\ProjectPurchasesNotifyController' => '?',
  4394.             'App\\Controller\\Project\\PurchaseController:index' => '?',
  4395.             'App\\Controller\\SecurityController:login' => '?',
  4396.             'App\\Controller\\User\\UserClientController:__invoke' => '?',
  4397.             'App\\Controller\\User\\UserClientController' => '?',
  4398.             'App\\Controller\\User\\UserCollaboratorController:__invoke' => '?',
  4399.             'App\\Controller\\User\\UserCollaboratorController' => '?',
  4400.             'App\\Controller\\User\\UserConversationController:__invoke' => '?',
  4401.             'App\\Controller\\User\\UserConversationController' => '?',
  4402.             'App\\Controller\\User\\UserDeleteController:__invoke' => '?',
  4403.             'App\\Controller\\User\\UserDeleteController' => '?',
  4404.             'App\\Controller\\User\\UserProjectController:__invoke' => '?',
  4405.             'App\\Controller\\User\\UserProjectController' => '?',
  4406.             'kernel:loadRoutes' => '?',
  4407.             'kernel:registerContainerConfiguration' => '?',
  4408.         ]);
  4409.     }
  4410.     /**
  4411.      * Gets the private '.service_locator.jIxfAsi' shared service.
  4412.      *
  4413.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4414.      */
  4415.     protected function get_ServiceLocator_JIxfAsiService()
  4416.     {
  4417.         return $this->privates['.service_locator.jIxfAsi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4418.             'form.factory' => ['privates''form.factory''getForm_FactoryService'false],
  4419.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  4420.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  4421.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4422.             'router' => ['services''router''getRouterService'false],
  4423.             'security.authorization_checker' => ['privates''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4424.             'security.csrf.token_manager' => ['privates''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  4425.             'security.token_storage' => ['privates''security.token_storage''getSecurity_TokenStorageService'false],
  4426.             'serializer' => ['privates''serializer''getSerializerService'false],
  4427.             'twig' => ['privates''twig''getTwigService'false],
  4428.         ], [
  4429.             'form.factory' => '?',
  4430.             'http_kernel' => '?',
  4431.             'parameter_bag' => '?',
  4432.             'request_stack' => '?',
  4433.             'router' => '?',
  4434.             'security.authorization_checker' => '?',
  4435.             'security.csrf.token_manager' => '?',
  4436.             'security.token_storage' => '?',
  4437.             'serializer' => '?',
  4438.             'twig' => '?',
  4439.         ]);
  4440.     }
  4441.     /**
  4442.      * Gets the private '.service_locator.oOQQ89m' shared service.
  4443.      *
  4444.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4445.      */
  4446.     protected function get_ServiceLocator_OOQQ89mService()
  4447.     {
  4448.         return $this->privates['.service_locator.oOQQ89m'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4449.             'user1' => ['privates''.errored..service_locator.oOQQ89m.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.oOQQ89m": it references class "App\\Entity\\User" but no such service exists.'],
  4450.         ], [
  4451.             'user1' => 'App\\Entity\\User',
  4452.         ]);
  4453.     }
  4454.     /**
  4455.      * Gets the private '.service_locator.ofTNfNt' shared service.
  4456.      *
  4457.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4458.      */
  4459.     protected function get_ServiceLocator_OfTNfNtService()
  4460.     {
  4461.         return $this->privates['.service_locator.ofTNfNt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4462.             'facture' => ['privates''.errored..service_locator.ofTNfNt.App\\Entity\\Facture\\Facture'NULL'Cannot autowire service ".service_locator.ofTNfNt": it references class "App\\Entity\\Facture\\Facture" but no such service exists.'],
  4463.         ], [
  4464.             'facture' => 'App\\Entity\\Facture\\Facture',
  4465.         ]);
  4466.     }
  4467.     /**
  4468.      * Gets the private '.service_locator.vF9mXln' shared service.
  4469.      *
  4470.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4471.      */
  4472.     protected function get_ServiceLocator_VF9mXlnService()
  4473.     {
  4474.         return $this->privates['.service_locator.vF9mXln'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4475.             'company' => ['privates''.errored..service_locator.vF9mXln.App\\Entity\\Company\\Company'NULL'Cannot autowire service ".service_locator.vF9mXln": it references class "App\\Entity\\Company\\Company" but no such service exists.'],
  4476.         ], [
  4477.             'company' => 'App\\Entity\\Company\\Company',
  4478.         ]);
  4479.     }
  4480.     /**
  4481.      * Gets the private '.service_locator.xUrKPVU' shared service.
  4482.      *
  4483.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4484.      */
  4485.     protected function get_ServiceLocator_XUrKPVUService()
  4486.     {
  4487.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4488.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader.legacy".'],
  4489.         ], [
  4490.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  4491.         ]);
  4492.     }
  4493.     /**
  4494.      * Gets the private '.service_locator.zFcJjKU' shared service.
  4495.      *
  4496.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4497.      */
  4498.     protected function get_ServiceLocator_ZFcJjKUService()
  4499.     {
  4500.         return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4501.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4502.         ], [
  4503.             'authenticationUtils' => '?',
  4504.         ]);
  4505.     }
  4506.     /**
  4507.      * Gets the private '.twig.command.debug.lazy' shared service.
  4508.      *
  4509.      * @return \Symfony\Component\Console\Command\LazyCommand
  4510.      */
  4511.     protected function get_Twig_Command_Debug_LazyService()
  4512.     {
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4515.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  4516.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4517.         });
  4518.     }
  4519.     /**
  4520.      * Gets the private '.twig.command.lint.lazy' shared service.
  4521.      *
  4522.      * @return \Symfony\Component\Console\Command\LazyCommand
  4523.      */
  4524.     protected function get_Twig_Command_Lint_LazyService()
  4525.     {
  4526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4528.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  4529.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4530.         });
  4531.     }
  4532.     /**
  4533.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  4534.      *
  4535.      * @return \Symfony\Component\Console\Command\LazyCommand
  4536.      */
  4537.     protected function get_VarDumper_Command_ServerDump_LazyService()
  4538.     {
  4539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4541.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  4542.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  4543.         });
  4544.     }
  4545.     /**
  4546.      * Gets the private 'App\DataPersister\ChatPersister\MessageDataPersister' shared autowired service.
  4547.      *
  4548.      * @return \App\DataPersister\ChatPersister\MessageDataPersister
  4549.      */
  4550.     protected function getMessageDataPersisterService()
  4551.     {
  4552.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4553.         include_once \dirname(__DIR__4).'/src/DataPersister/ChatPersister/MessageDataPersister.php';
  4554.         include_once \dirname(__DIR__4).'/vendor/pusher/pusher-php-server/src/PusherInterface.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/pusher/pusher-php-server/src/Pusher.php';
  4556.         $a = new \Pusher\Pusher($this->getEnv('PUSHER_KEY'), $this->getEnv('PUSHER_SECRET'), $this->getEnv('PUSHER_APP_ID'), ['cluster' => $this->getEnv('PUSHER_CLUSTER'), 'useTLS' => true]);
  4557.         $a->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4558.         return $this->privates['App\\DataPersister\\ChatPersister\\MessageDataPersister'] = new \App\DataPersister\ChatPersister\MessageDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()), ($this->privates['App\\Service\\SendMessage'] ?? $this->getSendMessageService()), $a, ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4559.     }
  4560.     /**
  4561.      * Gets the private 'App\DataPersister\CollaboratorPersister\CollaboratorDataPersister' shared autowired service.
  4562.      *
  4563.      * @return \App\DataPersister\CollaboratorPersister\CollaboratorDataPersister
  4564.      */
  4565.     protected function getCollaboratorDataPersisterService()
  4566.     {
  4567.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4568.         include_once \dirname(__DIR__4).'/src/DataPersister/CollaboratorPersister/CollaboratorDataPersister.php';
  4569.         include_once \dirname(__DIR__4).'/src/Handler/PasswordGenerator.php';
  4570.         return $this->privates['App\\DataPersister\\CollaboratorPersister\\CollaboratorDataPersister'] = new \App\DataPersister\CollaboratorPersister\CollaboratorDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Handler\\PasswordGenerator'] ?? ($this->privates['App\\Handler\\PasswordGenerator'] = new \App\Handler\PasswordGenerator())), ($this->privates['App\\Service\\SendPassword'] ?? $this->getSendPasswordService()), ($this->privates['App\\Repository\\Collaborator\\CollaboratorProjectRepository'] ?? $this->getCollaboratorProjectRepositoryService()));
  4571.     }
  4572.     /**
  4573.      * Gets the private 'App\DataPersister\CompanyPersister\CompanyDataPersister' shared autowired service.
  4574.      *
  4575.      * @return \App\DataPersister\CompanyPersister\CompanyDataPersister
  4576.      */
  4577.     protected function getCompanyDataPersisterService()
  4578.     {
  4579.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4580.         include_once \dirname(__DIR__4).'/src/DataPersister/CompanyPersister/CompanyDataPersister.php';
  4581.         return $this->privates['App\\DataPersister\\CompanyPersister\\CompanyDataPersister'] = new \App\DataPersister\CompanyPersister\CompanyDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4582.     }
  4583.     /**
  4584.      * Gets the private 'App\DataPersister\DevisPersister\DevisDataPersister' shared autowired service.
  4585.      *
  4586.      * @return \App\DataPersister\DevisPersister\DevisDataPersister
  4587.      */
  4588.     protected function getDevisDataPersisterService()
  4589.     {
  4590.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4591.         include_once \dirname(__DIR__4).'/src/DataPersister/DevisPersister/DevisDataPersister.php';
  4592.         return $this->privates['App\\DataPersister\\DevisPersister\\DevisDataPersister'] = new \App\DataPersister\DevisPersister\DevisDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()));
  4593.     }
  4594.     /**
  4595.      * Gets the private 'App\DataPersister\DevisPersister\SubDevisDataPersister' shared autowired service.
  4596.      *
  4597.      * @return \App\DataPersister\DevisPersister\SubDevisDataPersister
  4598.      */
  4599.     protected function getSubDevisDataPersisterService()
  4600.     {
  4601.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4602.         include_once \dirname(__DIR__4).'/src/DataPersister/DevisPersister/SubDevisDataPersister.php';
  4603.         return $this->privates['App\\DataPersister\\DevisPersister\\SubDevisDataPersister'] = new \App\DataPersister\DevisPersister\SubDevisDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()));
  4604.     }
  4605.     /**
  4606.      * Gets the private 'App\DataPersister\FacturePersister\ChangeDataPersister' shared autowired service.
  4607.      *
  4608.      * @return \App\DataPersister\FacturePersister\ChangeDataPersister
  4609.      */
  4610.     protected function getChangeDataPersisterService()
  4611.     {
  4612.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4613.         include_once \dirname(__DIR__4).'/src/DataPersister/FacturePersister/ChangeDataPersister.php';
  4614.         return $this->privates['App\\DataPersister\\FacturePersister\\ChangeDataPersister'] = new \App\DataPersister\FacturePersister\ChangeDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()), ($this->privates['App\\Service\\FactureEmailService'] ?? $this->getFactureEmailServiceService()));
  4615.     }
  4616.     /**
  4617.      * Gets the private 'App\DataPersister\FacturePersister\FactureDataPersister' shared autowired service.
  4618.      *
  4619.      * @return \App\DataPersister\FacturePersister\FactureDataPersister
  4620.      */
  4621.     protected function getFactureDataPersisterService()
  4622.     {
  4623.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4624.         include_once \dirname(__DIR__4).'/src/DataPersister/FacturePersister/FactureDataPersister.php';
  4625.         return $this->privates['App\\DataPersister\\FacturePersister\\FactureDataPersister'] = new \App\DataPersister\FacturePersister\FactureDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()), ($this->privates['App\\Service\\SendMessage'] ?? $this->getSendMessageService()));
  4626.     }
  4627.     /**
  4628.      * Gets the private 'App\DataPersister\FacturePersister\PaimentDataPersister' shared autowired service.
  4629.      *
  4630.      * @return \App\DataPersister\FacturePersister\PaimentDataPersister
  4631.      */
  4632.     protected function getPaimentDataPersisterService()
  4633.     {
  4634.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4635.         include_once \dirname(__DIR__4).'/src/DataPersister/FacturePersister/PaimentDataPersister.php';
  4636.         return $this->privates['App\\DataPersister\\FacturePersister\\PaimentDataPersister'] = new \App\DataPersister\FacturePersister\PaimentDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()), ($this->privates['App\\Service\\FactureEmailService'] ?? $this->getFactureEmailServiceService()));
  4637.     }
  4638.     /**
  4639.      * Gets the private 'App\DataPersister\FilePersister\FileDataPersister' shared autowired service.
  4640.      *
  4641.      * @return \App\DataPersister\FilePersister\FileDataPersister
  4642.      */
  4643.     protected function getFileDataPersisterService()
  4644.     {
  4645.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4646.         include_once \dirname(__DIR__4).'/src/DataPersister/FilePersister/FileDataPersister.php';
  4647.         return $this->privates['App\\DataPersister\\FilePersister\\FileDataPersister'] = new \App\DataPersister\FilePersister\FileDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4648.     }
  4649.     /**
  4650.      * Gets the private 'App\DataPersister\FolderPersister\FolderDataPersister' shared autowired service.
  4651.      *
  4652.      * @return \App\DataPersister\FolderPersister\FolderDataPersister
  4653.      */
  4654.     protected function getFolderDataPersisterService()
  4655.     {
  4656.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4657.         include_once \dirname(__DIR__4).'/src/DataPersister/FolderPersister/FolderDataPersister.php';
  4658.         return $this->privates['App\\DataPersister\\FolderPersister\\FolderDataPersister'] = new \App\DataPersister\FolderPersister\FolderDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()), ($this->privates['App\\Repository\\Company\\CompanyRepository'] ?? $this->getCompanyRepositoryService()));
  4659.     }
  4660.     /**
  4661.      * Gets the private 'App\DataPersister\ProjectPersister\ProjectFolderDataPersister' shared autowired service.
  4662.      *
  4663.      * @return \App\DataPersister\ProjectPersister\ProjectFolderDataPersister
  4664.      */
  4665.     protected function getProjectFolderDataPersisterService()
  4666.     {
  4667.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4668.         include_once \dirname(__DIR__4).'/src/DataPersister/ProjectPersister/ProjectFolderDataPersister.php';
  4669.         return $this->privates['App\\DataPersister\\ProjectPersister\\ProjectFolderDataPersister'] = new \App\DataPersister\ProjectPersister\ProjectFolderDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()));
  4670.     }
  4671.     /**
  4672.      * Gets the private 'App\DataPersister\ProjectPersister\ProjectPurchaseDataPersister' shared autowired service.
  4673.      *
  4674.      * @return \App\DataPersister\ProjectPersister\ProjectPurchaseDataPersister
  4675.      */
  4676.     protected function getProjectPurchaseDataPersisterService()
  4677.     {
  4678.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4679.         include_once \dirname(__DIR__4).'/src/DataPersister/ProjectPersister/ProjectPurchaseDataPersister.php';
  4680.         return $this->privates['App\\DataPersister\\ProjectPersister\\ProjectPurchaseDataPersister'] = new \App\DataPersister\ProjectPersister\ProjectPurchaseDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Project\\PurchaseRepository'] ?? $this->getPurchaseRepositoryService()), ($this->privates['App\\Service\\PurchaseEmailService'] ?? $this->getPurchaseEmailServiceService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4681.     }
  4682.     /**
  4683.      * Gets the private 'App\DataPersister\SignaturePersister\SignatureDataPersister' shared autowired service.
  4684.      *
  4685.      * @return \App\DataPersister\SignaturePersister\SignatureDataPersister
  4686.      */
  4687.     protected function getSignatureDataPersisterService()
  4688.     {
  4689.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4690.         include_once \dirname(__DIR__4).'/src/DataPersister/SignaturePersister/SignatureDataPersister.php';
  4691.         include_once \dirname(__DIR__4).'/src/Service/SignatureService.php';
  4692.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4693.         return $this->privates['App\\DataPersister\\SignaturePersister\\SignatureDataPersister'] = new \App\DataPersister\SignaturePersister\SignatureDataPersister($a, new \App\Service\SignatureService(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  4694.     }
  4695.     /**
  4696.      * Gets the private 'App\DataPersister\UserDataPersister' shared autowired service.
  4697.      *
  4698.      * @return \App\DataPersister\UserDataPersister
  4699.      */
  4700.     protected function getUserDataPersisterService()
  4701.     {
  4702.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ResumableDataPersisterInterface.php';
  4703.         include_once \dirname(__DIR__4).'/src/DataPersister/UserDataPersister.php';
  4704.         include_once \dirname(__DIR__4).'/src/Handler/PasswordGenerator.php';
  4705.         return $this->privates['App\\DataPersister\\UserDataPersister'] = new \App\DataPersister\UserDataPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Handler\\PasswordGenerator'] ?? ($this->privates['App\\Handler\\PasswordGenerator'] = new \App\Handler\PasswordGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\SendPassword'] ?? $this->getSendPasswordService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\RefreshTokenRepository'] ?? $this->getRefreshTokenRepositoryService()));
  4706.     }
  4707.     /**
  4708.      * Gets the private 'App\DataProvider\ConversationDataProvider' shared autowired service.
  4709.      *
  4710.      * @return \App\DataProvider\ConversationDataProvider
  4711.      */
  4712.     protected function getConversationDataProviderService()
  4713.     {
  4714.         include_once \dirname(__DIR__4).'/src/DataProvider/ConversationDataProvider.php';
  4715.         return $this->privates['App\\DataProvider\\ConversationDataProvider'] = new \App\DataProvider\ConversationDataProvider(($this->privates['App\\Repository\\Chat\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4716.     }
  4717.     /**
  4718.      * Gets the private 'App\DataProvider\DevisProvider\DevisDataProvider' shared autowired service.
  4719.      *
  4720.      * @return \App\DataProvider\DevisProvider\DevisDataProvider
  4721.      */
  4722.     protected function getDevisDataProviderService()
  4723.     {
  4724.         include_once \dirname(__DIR__4).'/src/DataProvider/DevisProvider/DevisDataProvider.php';
  4725.         return $this->privates['App\\DataProvider\\DevisProvider\\DevisDataProvider'] = new \App\DataProvider\DevisProvider\DevisDataProvider(($this->privates['App\\Repository\\Enterprise\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Devis\\DevisRepository'] ?? $this->getDevisRepositoryService()), ($this->privates['App\\Handler\\Project\\UserAccessProjectHandler'] ?? $this->getUserAccessProjectHandlerService()));
  4726.     }
  4727.     /**
  4728.      * Gets the private 'App\DataProvider\EnterpriseProvider\EnterpriseDataProvider' shared autowired service.
  4729.      *
  4730.      * @return \App\DataProvider\EnterpriseProvider\EnterpriseDataProvider
  4731.      */
  4732.     protected function getEnterpriseDataProviderService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/src/DataProvider/EnterpriseProvider/EnterpriseDataProvider.php';
  4735.         return $this->privates['App\\DataProvider\\EnterpriseProvider\\EnterpriseDataProvider'] = new \App\DataProvider\EnterpriseProvider\EnterpriseDataProvider(($this->privates['App\\Repository\\Enterprise\\EnterpriseRepository'] ?? $this->getEnterpriseRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4736.     }
  4737.     /**
  4738.      * Gets the private 'App\DataProvider\File\FileFactureDataProvider' shared autowired service.
  4739.      *
  4740.      * @return \App\DataProvider\File\FileFactureDataProvider
  4741.      */
  4742.     protected function getFileFactureDataProviderService()
  4743.     {
  4744.         include_once \dirname(__DIR__4).'/src/DataProvider/File/FileFactureDataProvider.php';
  4745.         return $this->privates['App\\DataProvider\\File\\FileFactureDataProvider'] = new \App\DataProvider\File\FileFactureDataProvider(($this->privates['App\\Repository\\File\\FileFactureRepository'] ?? $this->getFileFactureRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderRepository'] ?? $this->getFolderRepositoryService()), ($this->privates['App\\Repository\\Folder\\FolderTypeRepository'] ?? $this->getFolderTypeRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Handler\\Project\\UserAccessProjectHandler'] ?? $this->getUserAccessProjectHandlerService()));
  4746.     }
  4747.     /**
  4748.      * Gets the private 'App\DataProvider\ProjectDataProvider' shared autowired service.
  4749.      *
  4750.      * @return \App\DataProvider\ProjectDataProvider
  4751.      */
  4752.     protected function getProjectDataProviderService()
  4753.     {
  4754.         include_once \dirname(__DIR__4).'/src/DataProvider/ProjectDataProvider.php';
  4755.         return $this->privates['App\\DataProvider\\ProjectDataProvider'] = new \App\DataProvider\ProjectDataProvider(($this->privates['App\\Repository\\Project\\ProjectRepository'] ?? $this->getProjectRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Handler\\Project\\UserAccessProjectHandler'] ?? $this->getUserAccessProjectHandlerService()), ($this->privates['App\\Repository\\Collaborator\\CollaboratorRepository'] ?? $this->getCollaboratorRepositoryService()));
  4756.     }
  4757.     /**
  4758.      * Gets the private 'App\DataProvider\UserDataProvider' shared autowired service.
  4759.      *
  4760.      * @return \App\DataProvider\UserDataProvider
  4761.      */
  4762.     protected function getUserDataProviderService()
  4763.     {
  4764.         include_once \dirname(__DIR__4).'/src/DataProvider/UserDataProvider.php';
  4765.         return $this->privates['App\\DataProvider\\UserDataProvider'] = new \App\DataProvider\UserDataProvider(($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4766.     }
  4767.     /**
  4768.      * Gets the private 'App\EventListener\DeserializeListener' shared autowired service.
  4769.      *
  4770.      * @return \App\EventListener\DeserializeListener
  4771.      */
  4772.     protected function getDeserializeListenerService()
  4773.     {
  4774.         $a = ($this->privates['serializer'] ?? $this->getSerializerService());
  4775.         $b = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  4776.         return $this->privates['App\\EventListener\\DeserializeListener'] = new \App\EventListener\DeserializeListener(new \ApiPlatform\Symfony\EventListener\DeserializeListener($a$b, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService())), $b$a);
  4777.     }
  4778.     /**
  4779.      * Gets the private 'App\EventSubscriber\JWTSubscriber' shared autowired service.
  4780.      *
  4781.      * @return \App\EventSubscriber\JWTSubscriber
  4782.      */
  4783.     protected function getJWTSubscriberService()
  4784.     {
  4785.         include_once \dirname(__DIR__4).'/src/EventSubscriber/JWTSubscriber.php';
  4786.         return $this->privates['App\\EventSubscriber\\JWTSubscriber'] = new \App\EventSubscriber\JWTSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4787.     }
  4788.     /**
  4789.      * Gets the private 'App\Form\RegistrationFormType' shared autowired service.
  4790.      *
  4791.      * @return \App\Form\RegistrationFormType
  4792.      */
  4793.     protected function getRegistrationFormTypeService()
  4794.     {
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4796.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4797.         include_once \dirname(__DIR__4).'/src/Form/RegistrationFormType.php';
  4798.         return $this->privates['App\\Form\\RegistrationFormType'] = new \App\Form\RegistrationFormType();
  4799.     }
  4800.     /**
  4801.      * Gets the private 'App\Handler\Project\UserAccessProjectHandler' shared autowired service.
  4802.      *
  4803.      * @return \App\Handler\Project\UserAccessProjectHandler
  4804.      */
  4805.     protected function getUserAccessProjectHandlerService()
  4806.     {
  4807.         include_once \dirname(__DIR__4).'/src/Handler/Project/UserAccessProjectHandler.php';
  4808.         return $this->privates['App\\Handler\\Project\\UserAccessProjectHandler'] = new \App\Handler\Project\UserAccessProjectHandler(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\Collaborator\\CollaboratorRepository'] ?? $this->getCollaboratorRepositoryService()));
  4809.     }
  4810.     /**
  4811.      * Gets the private 'App\OpenApiFactory\OpenApiFactory' shared autowired service.
  4812.      *
  4813.      * @return \App\OpenApiFactory\OpenApiFactory
  4814.      */
  4815.     protected function getOpenApiFactoryService()
  4816.     {
  4817.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  4818.         include_once \dirname(__DIR__4).'/src/OpenApiFactory/OpenApiFactory.php';
  4819.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
  4820.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  4821.         return $this->privates['App\\OpenApiFactory\\OpenApiFactory'] = new \App\OpenApiFactory\OpenApiFactory(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(false'page'false'itemsPerPage'false'pagination'30NULLfalsefalse'partial')));
  4822.     }
  4823.     /**
  4824.      * Gets the private 'App\Repository\Chat\ConversationRepository' shared autowired service.
  4825.      *
  4826.      * @return \App\Repository\Chat\ConversationRepository
  4827.      */
  4828.     protected function getConversationRepositoryService()
  4829.     {
  4830.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ConversationRepository.php';
  4831.         return $this->privates['App\\Repository\\Chat\\ConversationRepository'] = new \App\Repository\Chat\ConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4832.     }
  4833.     /**
  4834.      * Gets the private 'App\Repository\Chat\MessageRepository' shared autowired service.
  4835.      *
  4836.      * @return \App\Repository\Chat\MessageRepository
  4837.      */
  4838.     protected function getMessageRepositoryService()
  4839.     {
  4840.         include_once \dirname(__DIR__4).'/src/Repository/Chat/MessageRepository.php';
  4841.         return $this->privates['App\\Repository\\Chat\\MessageRepository'] = new \App\Repository\Chat\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4842.     }
  4843.     /**
  4844.      * Gets the private 'App\Repository\Chat\ParticipationRepository' shared autowired service.
  4845.      *
  4846.      * @return \App\Repository\Chat\ParticipationRepository
  4847.      */
  4848.     protected function getParticipationRepositoryService()
  4849.     {
  4850.         include_once \dirname(__DIR__4).'/src/Repository/Chat/ParticipationRepository.php';
  4851.         return $this->privates['App\\Repository\\Chat\\ParticipationRepository'] = new \App\Repository\Chat\ParticipationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4852.     }
  4853.     /**
  4854.      * Gets the private 'App\Repository\Collaborator\CollaboratorProjectRepository' shared autowired service.
  4855.      *
  4856.      * @return \App\Repository\Collaborator\CollaboratorProjectRepository
  4857.      */
  4858.     protected function getCollaboratorProjectRepositoryService()
  4859.     {
  4860.         include_once \dirname(__DIR__4).'/src/Repository/Collaborator/CollaboratorProjectRepository.php';
  4861.         return $this->privates['App\\Repository\\Collaborator\\CollaboratorProjectRepository'] = new \App\Repository\Collaborator\CollaboratorProjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4862.     }
  4863.     /**
  4864.      * Gets the private 'App\Repository\Collaborator\CollaboratorRepository' shared autowired service.
  4865.      *
  4866.      * @return \App\Repository\Collaborator\CollaboratorRepository
  4867.      */
  4868.     protected function getCollaboratorRepositoryService()
  4869.     {
  4870.         include_once \dirname(__DIR__4).'/src/Repository/Collaborator/CollaboratorRepository.php';
  4871.         return $this->privates['App\\Repository\\Collaborator\\CollaboratorRepository'] = new \App\Repository\Collaborator\CollaboratorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4872.     }
  4873.     /**
  4874.      * Gets the private 'App\Repository\Company\CompanyRepository' shared autowired service.
  4875.      *
  4876.      * @return \App\Repository\Company\CompanyRepository
  4877.      */
  4878.     protected function getCompanyRepositoryService()
  4879.     {
  4880.         include_once \dirname(__DIR__4).'/src/Repository/Company/CompanyRepository.php';
  4881.         return $this->privates['App\\Repository\\Company\\CompanyRepository'] = new \App\Repository\Company\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4882.     }
  4883.     /**
  4884.      * Gets the private 'App\Repository\Company\FileCompanyRepository' shared autowired service.
  4885.      *
  4886.      * @return \App\Repository\Company\FileCompanyRepository
  4887.      */
  4888.     protected function getFileCompanyRepositoryService()
  4889.     {
  4890.         include_once \dirname(__DIR__4).'/src/Repository/Company/FileCompanyRepository.php';
  4891.         return $this->privates['App\\Repository\\Company\\FileCompanyRepository'] = new \App\Repository\Company\FileCompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4892.     }
  4893.     /**
  4894.      * Gets the private 'App\Repository\Devis\DevisRepository' shared autowired service.
  4895.      *
  4896.      * @return \App\Repository\Devis\DevisRepository
  4897.      */
  4898.     protected function getDevisRepositoryService()
  4899.     {
  4900.         include_once \dirname(__DIR__4).'/src/Repository/Devis/DevisRepository.php';
  4901.         return $this->privates['App\\Repository\\Devis\\DevisRepository'] = new \App\Repository\Devis\DevisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4902.     }
  4903.     /**
  4904.      * Gets the private 'App\Repository\Devis\SubDevisRepository' shared autowired service.
  4905.      *
  4906.      * @return \App\Repository\Devis\SubDevisRepository
  4907.      */
  4908.     protected function getSubDevisRepositoryService()
  4909.     {
  4910.         include_once \dirname(__DIR__4).'/src/Repository/Devis/SubDevisRepository.php';
  4911.         return $this->privates['App\\Repository\\Devis\\SubDevisRepository'] = new \App\Repository\Devis\SubDevisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4912.     }
  4913.     /**
  4914.      * Gets the private 'App\Repository\Devise\DeviseRepository' shared autowired service.
  4915.      *
  4916.      * @return \App\Repository\Devise\DeviseRepository
  4917.      */
  4918.     protected function getDeviseRepositoryService()
  4919.     {
  4920.         include_once \dirname(__DIR__4).'/src/Repository/Devise/DeviseRepository.php';
  4921.         return $this->privates['App\\Repository\\Devise\\DeviseRepository'] = new \App\Repository\Devise\DeviseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4922.     }
  4923.     /**
  4924.      * Gets the private 'App\Repository\Dod\DodRepository' shared autowired service.
  4925.      *
  4926.      * @return \App\Repository\Dod\DodRepository
  4927.      */
  4928.     protected function getDodRepositoryService()
  4929.     {
  4930.         include_once \dirname(__DIR__4).'/src/Repository/Dod/DodRepository.php';
  4931.         return $this->privates['App\\Repository\\Dod\\DodRepository'] = new \App\Repository\Dod\DodRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4932.     }
  4933.     /**
  4934.      * Gets the private 'App\Repository\Enterprise\EnterpriseRepository' shared autowired service.
  4935.      *
  4936.      * @return \App\Repository\Enterprise\EnterpriseRepository
  4937.      */
  4938.     protected function getEnterpriseRepositoryService()
  4939.     {
  4940.         include_once \dirname(__DIR__4).'/src/Repository/Enterprise/EnterpriseRepository.php';
  4941.         return $this->privates['App\\Repository\\Enterprise\\EnterpriseRepository'] = new \App\Repository\Enterprise\EnterpriseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4942.     }
  4943.     /**
  4944.      * Gets the private 'App\Repository\Facture\ChangeRepository' shared autowired service.
  4945.      *
  4946.      * @return \App\Repository\Facture\ChangeRepository
  4947.      */
  4948.     protected function getChangeRepositoryService()
  4949.     {
  4950.         include_once \dirname(__DIR__4).'/src/Repository/Facture/ChangeRepository.php';
  4951.         return $this->privates['App\\Repository\\Facture\\ChangeRepository'] = new \App\Repository\Facture\ChangeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4952.     }
  4953.     /**
  4954.      * Gets the private 'App\Repository\Facture\FactureRepository' shared autowired service.
  4955.      *
  4956.      * @return \App\Repository\Facture\FactureRepository
  4957.      */
  4958.     protected function getFactureRepositoryService()
  4959.     {
  4960.         include_once \dirname(__DIR__4).'/src/Repository/Facture/FactureRepository.php';
  4961.         return $this->privates['App\\Repository\\Facture\\FactureRepository'] = new \App\Repository\Facture\FactureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4962.     }
  4963.     /**
  4964.      * Gets the private 'App\Repository\Facture\PaimentRepository' shared autowired service.
  4965.      *
  4966.      * @return \App\Repository\Facture\PaimentRepository
  4967.      */
  4968.     protected function getPaimentRepositoryService()
  4969.     {
  4970.         include_once \dirname(__DIR__4).'/src/Repository/Facture/PaimentRepository.php';
  4971.         return $this->privates['App\\Repository\\Facture\\PaimentRepository'] = new \App\Repository\Facture\PaimentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4972.     }
  4973.     /**
  4974.      * Gets the private 'App\Repository\File\FileChantierRepository' shared autowired service.
  4975.      *
  4976.      * @return \App\Repository\File\FileChantierRepository
  4977.      */
  4978.     protected function getFileChantierRepositoryService()
  4979.     {
  4980.         include_once \dirname(__DIR__4).'/src/Repository/File/FileChantierRepository.php';
  4981.         return $this->privates['App\\Repository\\File\\FileChantierRepository'] = new \App\Repository\File\FileChantierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4982.     }
  4983.     /**
  4984.      * Gets the private 'App\Repository\File\FileContractRepository' shared autowired service.
  4985.      *
  4986.      * @return \App\Repository\File\FileContractRepository
  4987.      */
  4988.     protected function getFileContractRepositoryService()
  4989.     {
  4990.         include_once \dirname(__DIR__4).'/src/Repository/File/FileContractRepository.php';
  4991.         return $this->privates['App\\Repository\\File\\FileContractRepository'] = new \App\Repository\File\FileContractRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4992.     }
  4993.     /**
  4994.      * Gets the private 'App\Repository\File\FileFactureRepository' shared autowired service.
  4995.      *
  4996.      * @return \App\Repository\File\FileFactureRepository
  4997.      */
  4998.     protected function getFileFactureRepositoryService()
  4999.     {
  5000.         return $this->privates['App\\Repository\\File\\FileFactureRepository'] = new \App\Repository\File\FileFactureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5001.     }
  5002.     /**
  5003.      * Gets the private 'App\Repository\File\FileProjectRepository' shared autowired service.
  5004.      *
  5005.      * @return \App\Repository\File\FileProjectRepository
  5006.      */
  5007.     protected function getFileProjectRepositoryService()
  5008.     {
  5009.         include_once \dirname(__DIR__4).'/src/Repository/File/FileProjectRepository.php';
  5010.         return $this->privates['App\\Repository\\File\\FileProjectRepository'] = new \App\Repository\File\FileProjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5011.     }
  5012.     /**
  5013.      * Gets the private 'App\Repository\File\FileRecaptulatifRepository' shared autowired service.
  5014.      *
  5015.      * @return \App\Repository\File\FileRecaptulatifRepository
  5016.      */
  5017.     protected function getFileRecaptulatifRepositoryService()
  5018.     {
  5019.         include_once \dirname(__DIR__4).'/src/Repository/File/FileRecaptulatifRepository.php';
  5020.         return $this->privates['App\\Repository\\File\\FileRecaptulatifRepository'] = new \App\Repository\File\FileRecaptulatifRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5021.     }
  5022.     /**
  5023.      * Gets the private 'App\Repository\File\FileRepository' shared autowired service.
  5024.      *
  5025.      * @return \App\Repository\File\FileRepository
  5026.      */
  5027.     protected function getFileRepositoryService()
  5028.     {
  5029.         include_once \dirname(__DIR__4).'/src/Repository/File/FileRepository.php';
  5030.         return $this->privates['App\\Repository\\File\\FileRepository'] = new \App\Repository\File\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5031.     }
  5032.     /**
  5033.      * Gets the private 'App\Repository\File\FileRibRepository' shared autowired service.
  5034.      *
  5035.      * @return \App\Repository\File\FileRibRepository
  5036.      */
  5037.     protected function getFileRibRepositoryService()
  5038.     {
  5039.         include_once \dirname(__DIR__4).'/src/Repository/File/FileRibRepository.php';
  5040.         return $this->privates['App\\Repository\\File\\FileRibRepository'] = new \App\Repository\File\FileRibRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5041.     }
  5042.     /**
  5043.      * Gets the private 'App\Repository\Folder\FolderRepository' shared autowired service.
  5044.      *
  5045.      * @return \App\Repository\Folder\FolderRepository
  5046.      */
  5047.     protected function getFolderRepositoryService()
  5048.     {
  5049.         include_once \dirname(__DIR__4).'/src/Repository/Folder/FolderRepository.php';
  5050.         return $this->privates['App\\Repository\\Folder\\FolderRepository'] = new \App\Repository\Folder\FolderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5051.     }
  5052.     /**
  5053.      * Gets the private 'App\Repository\Folder\FolderTypeRepository' shared autowired service.
  5054.      *
  5055.      * @return \App\Repository\Folder\FolderTypeRepository
  5056.      */
  5057.     protected function getFolderTypeRepositoryService()
  5058.     {
  5059.         include_once \dirname(__DIR__4).'/src/Repository/Folder/FolderTypeRepository.php';
  5060.         return $this->privates['App\\Repository\\Folder\\FolderTypeRepository'] = new \App\Repository\Folder\FolderTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5061.     }
  5062.     /**
  5063.      * Gets the private 'App\Repository\Localisation\AddressRepository' shared autowired service.
  5064.      *
  5065.      * @return \App\Repository\Localisation\AddressRepository
  5066.      */
  5067.     protected function getAddressRepositoryService()
  5068.     {
  5069.         include_once \dirname(__DIR__4).'/src/Repository/Localisation/AddressRepository.php';
  5070.         return $this->privates['App\\Repository\\Localisation\\AddressRepository'] = new \App\Repository\Localisation\AddressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5071.     }
  5072.     /**
  5073.      * Gets the private 'App\Repository\Profile\ProfileRepository' shared autowired service.
  5074.      *
  5075.      * @return \App\Repository\Profile\ProfileRepository
  5076.      */
  5077.     protected function getProfileRepositoryService()
  5078.     {
  5079.         include_once \dirname(__DIR__4).'/src/Repository/Profile/ProfileRepository.php';
  5080.         return $this->privates['App\\Repository\\Profile\\ProfileRepository'] = new \App\Repository\Profile\ProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5081.     }
  5082.     /**
  5083.      * Gets the private 'App\Repository\Project\ProjectRepository' shared autowired service.
  5084.      *
  5085.      * @return \App\Repository\Project\ProjectRepository
  5086.      */
  5087.     protected function getProjectRepositoryService()
  5088.     {
  5089.         include_once \dirname(__DIR__4).'/src/Repository/Project/ProjectRepository.php';
  5090.         return $this->privates['App\\Repository\\Project\\ProjectRepository'] = new \App\Repository\Project\ProjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5091.     }
  5092.     /**
  5093.      * Gets the private 'App\Repository\Project\PurchaseRepository' shared autowired service.
  5094.      *
  5095.      * @return \App\Repository\Project\PurchaseRepository
  5096.      */
  5097.     protected function getPurchaseRepositoryService()
  5098.     {
  5099.         include_once \dirname(__DIR__4).'/src/Repository/Project/PurchaseRepository.php';
  5100.         return $this->privates['App\\Repository\\Project\\PurchaseRepository'] = new \App\Repository\Project\PurchaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5101.     }
  5102.     /**
  5103.      * Gets the private 'App\Repository\RefreshTokenRepository' shared autowired service.
  5104.      *
  5105.      * @return \App\Repository\RefreshTokenRepository
  5106.      */
  5107.     protected function getRefreshTokenRepositoryService()
  5108.     {
  5109.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenRepositoryInterface.php';
  5110.         include_once \dirname(__DIR__4).'/src/Repository/RefreshTokenRepository.php';
  5111.         return $this->privates['App\\Repository\\RefreshTokenRepository'] = new \App\Repository\RefreshTokenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5112.     }
  5113.     /**
  5114.      * Gets the private 'App\Repository\ResponsableRepository' shared autowired service.
  5115.      *
  5116.      * @return \App\Repository\ResponsableRepository
  5117.      */
  5118.     protected function getResponsableRepositoryService()
  5119.     {
  5120.         include_once \dirname(__DIR__4).'/src/Repository/ResponsableRepository.php';
  5121.         return $this->privates['App\\Repository\\ResponsableRepository'] = new \App\Repository\ResponsableRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5122.     }
  5123.     /**
  5124.      * Gets the private 'App\Repository\Role\RoleRepository' shared autowired service.
  5125.      *
  5126.      * @return \App\Repository\Role\RoleRepository
  5127.      */
  5128.     protected function getRoleRepositoryService()
  5129.     {
  5130.         include_once \dirname(__DIR__4).'/src/Repository/Role/RoleRepository.php';
  5131.         return $this->privates['App\\Repository\\Role\\RoleRepository'] = new \App\Repository\Role\RoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5132.     }
  5133.     /**
  5134.      * Gets the private 'App\Repository\Signature\SignatureRepository' shared autowired service.
  5135.      *
  5136.      * @return \App\Repository\Signature\SignatureRepository
  5137.      */
  5138.     protected function getSignatureRepositoryService()
  5139.     {
  5140.         include_once \dirname(__DIR__4).'/src/Repository/Signature/SignatureRepository.php';
  5141.         return $this->privates['App\\Repository\\Signature\\SignatureRepository'] = new \App\Repository\Signature\SignatureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5142.     }
  5143.     /**
  5144.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5145.      *
  5146.      * @return \App\Repository\UserRepository
  5147.      */
  5148.     protected function getUserRepositoryService()
  5149.     {
  5150.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5151.     }
  5152.     /**
  5153.      * Gets the private 'App\Service\FactureEmailService' shared autowired service.
  5154.      *
  5155.      * @return \App\Service\FactureEmailService
  5156.      */
  5157.     protected function getFactureEmailServiceService()
  5158.     {
  5159.         include_once \dirname(__DIR__4).'/src/Service/FactureEmailService.php';
  5160.         return $this->privates['App\\Service\\FactureEmailService'] = new \App\Service\FactureEmailService(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5161.     }
  5162.     /**
  5163.      * Gets the private 'App\Service\PurchaseEmailService' shared autowired service.
  5164.      *
  5165.      * @return \App\Service\PurchaseEmailService
  5166.      */
  5167.     protected function getPurchaseEmailServiceService()
  5168.     {
  5169.         include_once \dirname(__DIR__4).'/src/Service/PurchaseEmailService.php';
  5170.         return $this->privates['App\\Service\\PurchaseEmailService'] = new \App\Service\PurchaseEmailService(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5171.     }
  5172.     /**
  5173.      * Gets the private 'App\Service\SendMessage' shared autowired service.
  5174.      *
  5175.      * @return \App\Service\SendMessage
  5176.      */
  5177.     protected function getSendMessageService()
  5178.     {
  5179.         include_once \dirname(__DIR__4).'/src/Service/SendMessage.php';
  5180.         return $this->privates['App\\Service\\SendMessage'] = new \App\Service\SendMessage(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5181.     }
  5182.     /**
  5183.      * Gets the private 'App\Service\SendPassword' shared autowired service.
  5184.      *
  5185.      * @return \App\Service\SendPassword
  5186.      */
  5187.     protected function getSendPasswordService()
  5188.     {
  5189.         include_once \dirname(__DIR__4).'/src/Service/SendPassword.php';
  5190.         return $this->privates['App\\Service\\SendPassword'] = new \App\Service\SendPassword(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  5191.     }
  5192.     /**
  5193.      * Gets the private 'App\Service\TransFile' shared autowired service.
  5194.      *
  5195.      * @return \App\Service\TransFile
  5196.      */
  5197.     protected function getTransFileService()
  5198.     {
  5199.         return $this->privates['App\\Service\\TransFile'] = new \App\Service\TransFile(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5200.     }
  5201.     /**
  5202.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5203.      *
  5204.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5205.      */
  5206.     protected function getManagerRegistryAwareConnectionProviderService()
  5207.     {
  5208.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5210.         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'));
  5211.     }
  5212.     /**
  5213.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5214.      *
  5215.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5216.      */
  5217.     protected function getRunSqlCommandService()
  5218.     {
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5221.         $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()));
  5222.         $instance->setName('dbal:run-sql');
  5223.         return $instance;
  5224.     }
  5225.     /**
  5226.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  5227.      *
  5228.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  5229.      */
  5230.     protected function getClearInvalidRefreshTokensCommandService()
  5231.     {
  5232.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5233.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  5234.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  5235.         $instance->setName('gesdinet:jwt:clear');
  5236.         return $instance;
  5237.     }
  5238.     /**
  5239.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  5240.      *
  5241.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  5242.      */
  5243.     protected function getRevokeRefreshTokenCommandService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  5247.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  5248.         $instance->setName('gesdinet:jwt:revoke');
  5249.         return $instance;
  5250.     }
  5251.     /**
  5252.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener' shared service.
  5253.      *
  5254.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener
  5255.      */
  5256.     protected function getLogoutEventListenerService()
  5257.     {
  5258.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/LogoutEventListener.php';
  5259.         return $this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] = new \Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), ($this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] ?? $this->getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()), 'refresh_token'$this->parameters['gesdinet_jwt_refresh_token.cookie'], 'security.firewall.map.context.api');
  5260.     }
  5261.     /**
  5262.      * Gets the private 'Symfony\Component\Mercure\HubRegistry' shared service.
  5263.      *
  5264.      * @return \Symfony\Component\Mercure\HubRegistry
  5265.      */
  5266.     protected function getHubRegistryService()
  5267.     {
  5268.         $a = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  5269.         return $this->privates['Symfony\\Component\\Mercure\\HubRegistry'] = new \Symfony\Component\Mercure\HubRegistry($a, ['default' => $a]);
  5270.     }
  5271.     /**
  5272.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  5273.      *
  5274.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  5275.      */
  5276.     protected function getCacheWarmer2Service()
  5277.     {
  5278.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5279.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  5280.         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()));
  5281.     }
  5282.     /**
  5283.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  5284.      *
  5285.      * @return \Vich\UploaderBundle\Util\Transliterator
  5286.      */
  5287.     protected function getTransliteratorService()
  5288.     {
  5289.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  5292.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en'))));
  5293.     }
  5294.     /**
  5295.      * Gets the private 'annotations.cache_adapter' shared service.
  5296.      *
  5297.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5298.      */
  5299.     protected function getAnnotations_CacheAdapterService()
  5300.     {
  5301.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5302.     }
  5303.     /**
  5304.      * Gets the private 'annotations.cache_warmer' shared service.
  5305.      *
  5306.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5307.      */
  5308.     protected function getAnnotations_CacheWarmerService()
  5309.     {
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5311.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5312.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5313.         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);
  5314.     }
  5315.     /**
  5316.      * Gets the private 'annotations.cached_reader' shared service.
  5317.      *
  5318.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5319.      */
  5320.     protected function getAnnotations_CachedReaderService()
  5321.     {
  5322.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5323.     }
  5324.     /**
  5325.      * Gets the private 'annotations.reader' shared service.
  5326.      *
  5327.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5328.      */
  5329.     protected function getAnnotations_ReaderService()
  5330.     {
  5331.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5332.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5333.         $a->registerUniqueLoader('class_exists');
  5334.         $instance->addGlobalIgnoredName('required'$a);
  5335.         return $instance;
  5336.     }
  5337.     /**
  5338.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  5339.      *
  5340.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5341.      */
  5342.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  5343.     {
  5344.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('71aZvFtILB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5345.     }
  5346.     /**
  5347.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  5348.      *
  5349.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5350.      */
  5351.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  5352.     {
  5353.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PeQKW0vU+m'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5354.     }
  5355.     /**
  5356.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  5357.      *
  5358.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5359.      */
  5360.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  5361.     {
  5362.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('St3TnzriH8'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5363.     }
  5364.     /**
  5365.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  5366.      *
  5367.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5368.      */
  5369.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  5370.     {
  5371.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('68B99B1-SD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5372.     }
  5373.     /**
  5374.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  5375.      *
  5376.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5377.      */
  5378.     protected function getApiPlatform_Cache_RouteNameResolverService()
  5379.     {
  5380.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VOP3lNhv-i'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5381.     }
  5382.     /**
  5383.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  5384.      *
  5385.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5386.      */
  5387.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  5388.     {
  5389.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ocv8YHIoQX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5390.     }
  5391.     /**
  5392.      * Gets the private 'api_platform.doctrine.listener.http_cache.purge' shared service.
  5393.      *
  5394.      * @return \ApiPlatform\Doctrine\EventListener\PurgeHttpCacheListener
  5395.      */
  5396.     protected function getApiPlatform_Doctrine_Listener_HttpCache_PurgeService()
  5397.     {
  5398.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/EventListener/PurgeHttpCacheListener.php';
  5399.         return $this->privates['api_platform.doctrine.listener.http_cache.purge'] = new \ApiPlatform\Doctrine\EventListener\PurgeHttpCacheListener(($this->privates['api_platform.http_cache.purger.varnish.ban'] ?? ($this->privates['api_platform.http_cache.purger.varnish.ban'] = new \ApiPlatform\HttpCache\VarnishPurger([], 7500))), ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5400.     }
  5401.     /**
  5402.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  5403.      *
  5404.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  5405.      */
  5406.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  5407.     {
  5408.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  5409.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5410.     }
  5411.     /**
  5412.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  5413.      *
  5414.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  5415.      */
  5416.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  5417.     {
  5418.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  5419.         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 () {
  5420.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  5421.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  5422.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5423.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  5424.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  5425.         }, 5));
  5426.     }
  5427.     /**
  5428.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  5429.      *
  5430.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  5431.      */
  5432.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  5433.     {
  5434.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  5437.         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 () {
  5438.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5439.         }, 1), NULL);
  5440.     }
  5441.     /**
  5442.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  5443.      *
  5444.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  5445.      */
  5446.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  5447.     {
  5448.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  5450.         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 () {
  5451.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  5452.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  5453.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5454.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  5455.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  5456.         }, 5), new RewindableGenerator(function () {
  5457.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  5458.         }, 1), NULL);
  5459.     }
  5460.     /**
  5461.      * Gets the private 'api_platform.doctrine.orm.listener.mercure.publish' shared service.
  5462.      *
  5463.      * @return \ApiPlatform\Core\Bridge\Doctrine\EventListener\PublishMercureUpdatesListener
  5464.      */
  5465.     protected function getApiPlatform_Doctrine_Orm_Listener_Mercure_PublishService()
  5466.     {
  5467.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/DispatchTrait.php';
  5468.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/EventListener/PublishMercureUpdatesListener.php';
  5469.         return $this->privates['api_platform.doctrine.orm.listener.mercure.publish'] = new \ApiPlatform\Core\Bridge\Doctrine\EventListener\PublishMercureUpdatesListener(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($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['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.formats'], ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService()), ($this->privates['api_platform.graphql.subscription.subscription_manager'] ?? $this->getApiPlatform_Graphql_Subscription_SubscriptionManagerService()), ($this->privates['api_platform.graphql.subscription.mercure_iri_generator'] ?? $this->getApiPlatform_Graphql_Subscription_MercureIriGeneratorService()));
  5470.     }
  5471.     /**
  5472.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  5473.      *
  5474.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  5475.      */
  5476.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  5477.     {
  5478.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  5483.         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()), 100trueNULLNULLtrue, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  5484.     }
  5485.     /**
  5486.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  5487.      *
  5488.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  5489.      */
  5490.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  5491.     {
  5492.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  5495.         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, [], []))));
  5496.     }
  5497.     /**
  5498.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  5499.      *
  5500.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  5501.      */
  5502.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  5503.     {
  5504.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5506.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  5507.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  5508.         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()));
  5509.     }
  5510.     /**
  5511.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  5512.      *
  5513.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  5514.      */
  5515.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  5516.     {
  5517.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  5520.         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()));
  5521.     }
  5522.     /**
  5523.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  5524.      *
  5525.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  5526.      */
  5527.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  5528.     {
  5529.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  5533.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.pagination.legacy'] ?? $this->getApiPlatform_Pagination_LegacyService()));
  5534.     }
  5535.     /**
  5536.      * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  5537.      *
  5538.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5539.      */
  5540.     protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  5541.     {
  5542.         return $this->privates['api_platform.graphql.cache.subscription'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('R4uTC7EBi7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5543.     }
  5544.     /**
  5545.      * Gets the private 'api_platform.graphql.command.export_command' shared service.
  5546.      *
  5547.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\GraphQlExportCommand
  5548.      */
  5549.     protected function getApiPlatform_Graphql_Command_ExportCommandService()
  5550.     {
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/GraphQlExportCommand.php';
  5553.         $this->privates['api_platform.graphql.command.export_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\GraphQlExportCommand(($this->privates['api_platform.graphql.schema_builder'] ?? $this->getApiPlatform_Graphql_SchemaBuilderService()));
  5554.         $instance->setName('api:graphql:export');
  5555.         return $instance;
  5556.     }
  5557.     /**
  5558.      * Gets the private 'api_platform.graphql.fields_builder' shared service.
  5559.      *
  5560.      * @return \ApiPlatform\Core\GraphQl\Type\FieldsBuilder
  5561.      */
  5562.     protected function getApiPlatform_Graphql_FieldsBuilderService()
  5563.     {
  5564.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/FieldsBuilderInterface.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/FieldsBuilder.php';
  5566.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/TypeBuilderInterface.php';
  5567.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/TypeBuilder.php';
  5568.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/ResourceFieldResolver.php';
  5569.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/TypeConverterInterface.php';
  5570.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/TypeConverter.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php';
  5572.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ItemResolverFactory.php';
  5573.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php';
  5574.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ArrayTrait.php';
  5575.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Util/IdentifierTrait.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStage.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php';
  5578.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStage.php';
  5579.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php';
  5580.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStage.php';
  5581.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/CollectionResolverFactory.php';
  5582.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ItemMutationResolverFactory.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStage.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStage.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStage.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ItemSubscriptionResolverFactory.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainer.php';
  5592.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  5593.         $b = ($this->privates['api_platform.graphql.types_container'] ?? ($this->privates['api_platform.graphql.types_container'] = new \ApiPlatform\Core\GraphQl\Type\TypesContainer()));
  5594.         $c = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  5595.         $d = ($this->privates['api_platform.pagination.legacy'] ?? $this->getApiPlatform_Pagination_LegacyService());
  5596.         $e = new \ApiPlatform\Core\GraphQl\Type\TypeBuilder($b, new \ApiPlatform\Core\GraphQl\Resolver\ResourceFieldResolver($c), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5597.             'api_platform.graphql.fields_builder' => ['privates''api_platform.graphql.fields_builder''getApiPlatform_Graphql_FieldsBuilderService'false],
  5598.         ], [
  5599.             'api_platform.graphql.fields_builder' => '?',
  5600.         ]), $d);
  5601.         $f = ($this->privates['api_platform.graphql.serializer.context_builder'] ?? $this->getApiPlatform_Graphql_Serializer_ContextBuilderService());
  5602.         $g = new \ApiPlatform\Core\GraphQl\Resolver\Stage\ReadStage($a$c, ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), $f'_');
  5603.         $h = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  5604.         $i = new \ApiPlatform\Core\GraphQl\Resolver\Stage\SecurityStage($a$h);
  5605.         $j = new \ApiPlatform\Core\GraphQl\Resolver\Stage\SecurityPostDenormalizeStage($a$h);
  5606.         $k = ($this->privates['api_platform.graphql.resolver.stage.serialize'] ?? $this->getApiPlatform_Graphql_Resolver_Stage_SerializeService());
  5607.         $l = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []);
  5608.         return $this->privates['api_platform.graphql.fields_builder'] = new \ApiPlatform\Core\GraphQl\Type\FieldsBuilder(($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$b$e, new \ApiPlatform\Core\GraphQl\Type\TypeConverter($e$b$a), new \ApiPlatform\Core\GraphQl\Resolver\Factory\ItemResolverFactory($g$i$j$k$l$a), new \ApiPlatform\Core\GraphQl\Resolver\Factory\CollectionResolverFactory($g$i$j$k$l$a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), new \ApiPlatform\Core\GraphQl\Resolver\Factory\ItemMutationResolverFactory($g$i$j$k, new \ApiPlatform\Core\GraphQl\Resolver\Stage\DeserializeStage($a, ($this->privates['serializer'] ?? $this->getSerializerService()), $f), new \ApiPlatform\Core\GraphQl\Resolver\Stage\WriteStage($a, ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), $f), new \ApiPlatform\Core\GraphQl\Resolver\Stage\ValidateStage($a, ($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService())), ($this->privates['api_platform.graphql.mutation_resolver_locator'] ?? ($this->privates['api_platform.graphql.mutation_resolver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), $a), new \ApiPlatform\Core\GraphQl\Resolver\Factory\ItemSubscriptionResolverFactory($g$i$k$a, ($this->privates['api_platform.graphql.subscription.subscription_manager'] ?? $this->getApiPlatform_Graphql_Subscription_SubscriptionManagerService()), ($this->privates['api_platform.graphql.subscription.mercure_iri_generator'] ?? $this->getApiPlatform_Graphql_Subscription_MercureIriGeneratorService())), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), $d, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), '_');
  5609.     }
  5610.     /**
  5611.      * Gets the private 'api_platform.graphql.iterable_type' shared service.
  5612.      *
  5613.      * @return \ApiPlatform\Core\GraphQl\Type\Definition\IterableType
  5614.      */
  5615.     protected function getApiPlatform_Graphql_IterableTypeService()
  5616.     {
  5617.         return $this->privates['api_platform.graphql.iterable_type'] = new \ApiPlatform\Core\GraphQl\Type\Definition\IterableType();
  5618.     }
  5619.     /**
  5620.      * Gets the private 'api_platform.graphql.resolver.stage.serialize' shared service.
  5621.      *
  5622.      * @return \ApiPlatform\Core\GraphQl\Resolver\Stage\SerializeStage
  5623.      */
  5624.     protected function getApiPlatform_Graphql_Resolver_Stage_SerializeService()
  5625.     {
  5626.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php';
  5627.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Util/IdentifierTrait.php';
  5628.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStage.php';
  5629.         return $this->privates['api_platform.graphql.resolver.stage.serialize'] = new \ApiPlatform\Core\GraphQl\Resolver\Stage\SerializeStage(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.graphql.serializer.context_builder'] ?? $this->getApiPlatform_Graphql_Serializer_ContextBuilderService()), ($this->privates['api_platform.pagination.legacy'] ?? $this->getApiPlatform_Pagination_LegacyService()));
  5630.     }
  5631.     /**
  5632.      * Gets the private 'api_platform.graphql.schema_builder' shared service.
  5633.      *
  5634.      * @return \ApiPlatform\Core\GraphQl\Type\SchemaBuilder
  5635.      */
  5636.     protected function getApiPlatform_Graphql_SchemaBuilderService()
  5637.     {
  5638.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/SchemaBuilderInterface.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/SchemaBuilder.php';
  5640.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php';
  5641.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesFactory.php';
  5642.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php';
  5643.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainer.php';
  5644.         return $this->privates['api_platform.graphql.schema_builder'] = new \ApiPlatform\Core\GraphQl\Type\SchemaBuilder(($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()), new \ApiPlatform\Core\GraphQl\Type\TypesFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5645.             'api_platform.graphql.iterable_type' => ['privates''api_platform.graphql.iterable_type''getApiPlatform_Graphql_IterableTypeService'false],
  5646.             'api_platform.graphql.upload_type' => ['privates''api_platform.graphql.upload_type''getApiPlatform_Graphql_UploadTypeService'false],
  5647.         ], [
  5648.             'api_platform.graphql.iterable_type' => '?',
  5649.             'api_platform.graphql.upload_type' => '?',
  5650.         ]), [=> 'api_platform.graphql.iterable_type'=> 'api_platform.graphql.upload_type']), ($this->privates['api_platform.graphql.types_container'] ?? ($this->privates['api_platform.graphql.types_container'] = new \ApiPlatform\Core\GraphQl\Type\TypesContainer())), ($this->privates['api_platform.graphql.fields_builder'] ?? $this->getApiPlatform_Graphql_FieldsBuilderService()));
  5651.     }
  5652.     /**
  5653.      * Gets the private 'api_platform.graphql.serializer.context_builder' shared service.
  5654.      *
  5655.      * @return \ApiPlatform\Core\GraphQl\Serializer\SerializerContextBuilder
  5656.      */
  5657.     protected function getApiPlatform_Graphql_Serializer_ContextBuilderService()
  5658.     {
  5659.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilder.php';
  5661.         return $this->privates['api_platform.graphql.serializer.context_builder'] = new \ApiPlatform\Core\GraphQl\Serializer\SerializerContextBuilder(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  5662.     }
  5663.     /**
  5664.      * Gets the private 'api_platform.graphql.subscription.mercure_iri_generator' shared service.
  5665.      *
  5666.      * @return \ApiPlatform\Core\GraphQl\Subscription\MercureSubscriptionIriGenerator
  5667.      */
  5668.     protected function getApiPlatform_Graphql_Subscription_MercureIriGeneratorService()
  5669.     {
  5670.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGenerator.php';
  5672.         return $this->privates['api_platform.graphql.subscription.mercure_iri_generator'] = new \ApiPlatform\Core\GraphQl\Subscription\MercureSubscriptionIriGenerator(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService()));
  5673.     }
  5674.     /**
  5675.      * Gets the private 'api_platform.graphql.subscription.subscription_manager' shared service.
  5676.      *
  5677.      * @return \ApiPlatform\Core\GraphQl\Subscription\SubscriptionManager
  5678.      */
  5679.     protected function getApiPlatform_Graphql_Subscription_SubscriptionManagerService()
  5680.     {
  5681.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php';
  5682.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Util/IdentifierTrait.php';
  5683.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/SortTrait.php';
  5684.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManager.php';
  5685.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php';
  5686.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGenerator.php';
  5687.         return $this->privates['api_platform.graphql.subscription.subscription_manager'] = new \ApiPlatform\Core\GraphQl\Subscription\SubscriptionManager(($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()), new \ApiPlatform\Core\GraphQl\Subscription\SubscriptionIdentifierGenerator(), ($this->privates['api_platform.graphql.resolver.stage.serialize'] ?? $this->getApiPlatform_Graphql_Resolver_Stage_SerializeService()), ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()));
  5688.     }
  5689.     /**
  5690.      * Gets the private 'api_platform.graphql.upload_type' shared service.
  5691.      *
  5692.      * @return \ApiPlatform\Core\GraphQl\Type\Definition\UploadType
  5693.      */
  5694.     protected function getApiPlatform_Graphql_UploadTypeService()
  5695.     {
  5696.         return $this->privates['api_platform.graphql.upload_type'] = new \ApiPlatform\Core\GraphQl\Type\Definition\UploadType();
  5697.     }
  5698.     /**
  5699.      * Gets the private 'api_platform.http_cache.listener.response.add_tags' shared service.
  5700.      *
  5701.      * @return \ApiPlatform\HttpCache\EventListener\AddTagsListener
  5702.      */
  5703.     protected function getApiPlatform_HttpCache_Listener_Response_AddTagsService()
  5704.     {
  5705.         return $this->privates['api_platform.http_cache.listener.response.add_tags'] = new \ApiPlatform\HttpCache\EventListener\AddTagsListener(($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), NULL, ($this->privates['api_platform.http_cache.purger.varnish.ban'] ?? ($this->privates['api_platform.http_cache.purger.varnish.ban'] = new \ApiPlatform\HttpCache\VarnishPurger([], 7500))));
  5706.     }
  5707.     /**
  5708.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  5709.      *
  5710.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  5711.      */
  5712.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  5713.     {
  5714.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(true03600$this->parameters['api_platform.http_cache.vary'], true'api_platform.metadata.resource.metadata_collection_factory.retro_compatible');
  5715.     }
  5716.     /**
  5717.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  5718.      *
  5719.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  5720.      */
  5721.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  5722.     {
  5723.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  5724.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  5725.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  5726.         }
  5727.         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())));
  5728.     }
  5729.     /**
  5730.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  5731.      *
  5732.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  5733.      */
  5734.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  5735.     {
  5736.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  5737.     }
  5738.     /**
  5739.      * Gets the private 'api_platform.identifier.converter' shared service.
  5740.      *
  5741.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  5742.      */
  5743.     protected function getApiPlatform_Identifier_ConverterService()
  5744.     {
  5745.         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 () {
  5746.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  5747.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  5748.         }, 2));
  5749.     }
  5750.     /**
  5751.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  5752.      *
  5753.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  5754.      */
  5755.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  5756.     {
  5757.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  5758.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  5759.         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);
  5760.     }
  5761.     /**
  5762.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  5763.      *
  5764.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  5765.      */
  5766.     protected function getApiPlatform_IriConverter_LegacyService()
  5767.     {
  5768.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5769.         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()));
  5770.     }
  5771.     /**
  5772.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  5773.      *
  5774.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  5775.      */
  5776.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  5777.     {
  5778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  5780.         $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']);
  5781.         $instance->setName('api:json-schema:generate');
  5782.         return $instance;
  5783.     }
  5784.     /**
  5785.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  5786.      *
  5787.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  5788.      */
  5789.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  5790.     {
  5791.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5792.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  5793.         return $instance;
  5794.     }
  5795.     /**
  5796.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  5797.      *
  5798.      * @return \ApiPlatform\JsonLd\ContextBuilder
  5799.      */
  5800.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  5801.     {
  5802.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5803.         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()), $aNULL, new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  5804.     }
  5805.     /**
  5806.      * Gets the private 'api_platform.listener.exception' shared service.
  5807.      *
  5808.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  5809.      */
  5810.     protected function getApiPlatform_Listener_ExceptionService()
  5811.     {
  5812.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  5814.         $a = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  5815.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Symfony\EventListener\ExceptionListener('api_platform.action.exception'$afalse, new \ApiPlatform\Symfony\EventListener\ErrorListener('api_platform.action.exception'$atrue, []));
  5816.     }
  5817.     /**
  5818.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  5819.      *
  5820.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  5821.      */
  5822.     protected function getApiPlatform_Listener_Exception_ValidationService()
  5823.     {
  5824.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  5825.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener(($this->privates['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  5826.     }
  5827.     /**
  5828.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  5829.      *
  5830.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  5831.      */
  5832.     protected function getApiPlatform_Listener_Request_AddFormatService()
  5833.     {
  5834.         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']);
  5835.     }
  5836.     /**
  5837.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  5838.      *
  5839.      * @return \ApiPlatform\Core\EventListener\ReadListener
  5840.      */
  5841.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  5842.     {
  5843.         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()));
  5844.     }
  5845.     /**
  5846.      * Gets the private 'api_platform.listener.view.respond' shared service.
  5847.      *
  5848.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  5849.      */
  5850.     protected function getApiPlatform_Listener_View_RespondService()
  5851.     {
  5852.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  5853.         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);
  5854.     }
  5855.     /**
  5856.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  5857.      *
  5858.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  5859.      */
  5860.     protected function getApiPlatform_Listener_View_SerializeService()
  5861.     {
  5862.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  5863.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener(($this->privates['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()));
  5864.     }
  5865.     /**
  5866.      * Gets the private 'api_platform.listener.view.validate' shared service.
  5867.      *
  5868.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  5869.      */
  5870.     protected function getApiPlatform_Listener_View_ValidateService()
  5871.     {
  5872.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  5873.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5874.     }
  5875.     /**
  5876.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  5877.      *
  5878.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  5879.      */
  5880.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  5881.     {
  5882.         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);
  5883.     }
  5884.     /**
  5885.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  5886.      *
  5887.      * @return \ApiPlatform\Core\EventListener\WriteListener
  5888.      */
  5889.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  5890.     {
  5891.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  5892.         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()));
  5893.     }
  5894.     /**
  5895.      * Gets the private 'api_platform.mercure.listener.response.add_link_header' shared service.
  5896.      *
  5897.      * @return \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener
  5898.      */
  5899.     protected function getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService()
  5900.     {
  5901.         return $this->privates['api_platform.mercure.listener.response.add_link_header'] = new \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \Symfony\Component\Mercure\Discovery(($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService())));
  5902.     }
  5903.     /**
  5904.      * Gets the private 'api_platform.messenger.data_persister' shared service.
  5905.      *
  5906.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister
  5907.      */
  5908.     protected function getApiPlatform_Messenger_DataPersisterService()
  5909.     {
  5910.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/DispatchTrait.php';
  5911.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataPersister.php';
  5912.         return $this->privates['api_platform.messenger.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  5913.     }
  5914.     /**
  5915.      * Gets the private 'api_platform.messenger.data_transformer' shared service.
  5916.      *
  5917.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer
  5918.      */
  5919.     protected function getApiPlatform_Messenger_DataTransformerService()
  5920.     {
  5921.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php';
  5923.         return $this->privates['api_platform.messenger.data_transformer'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5924.     }
  5925.     /**
  5926.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  5927.      *
  5928.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  5929.      */
  5930.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  5931.     {
  5932.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5933.         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->privates['debug.validator'] ?? $this->getDebug_ValidatorService()), 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 () {
  5934.             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()));
  5935.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  5936.             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()));
  5937.             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()));
  5938.             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()));
  5939.             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()));
  5940.             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()));
  5941.             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()));
  5942.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5943.             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()));
  5944.             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()));
  5945.             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()));
  5946.             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()));
  5947.         }, 13)));
  5948.     }
  5949.     /**
  5950.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  5951.      *
  5952.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  5953.      */
  5954.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  5955.     {
  5956.         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()))));
  5957.     }
  5958.     /**
  5959.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  5960.      *
  5961.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  5962.      */
  5963.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  5964.     {
  5965.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  5967.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  5968.             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()));
  5969.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  5970.             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()));
  5971.             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()));
  5972.             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()));
  5973.             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()));
  5974.             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()));
  5975.             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()));
  5976.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5977.             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()));
  5978.             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()));
  5979.             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()));
  5980.             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()));
  5981.         }, 13));
  5982.     }
  5983.     /**
  5984.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  5985.      *
  5986.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  5987.      */
  5988.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  5989.     {
  5990.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  5992.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  5993.             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()));
  5994.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  5995.             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()));
  5996.             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()));
  5997.             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()));
  5998.             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()));
  5999.             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()));
  6000.             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()));
  6001.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  6002.             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()));
  6003.             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()));
  6004.             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()));
  6005.             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()));
  6006.         }, 13));
  6007.     }
  6008.     /**
  6009.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  6010.      *
  6011.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  6012.      */
  6013.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  6014.     {
  6015.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  6016.         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']));
  6017.     }
  6018.     /**
  6019.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  6020.      *
  6021.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  6022.      */
  6023.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  6024.     {
  6025.         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)))))));
  6026.     }
  6027.     /**
  6028.      * Gets the private 'api_platform.openapi.command' shared service.
  6029.      *
  6030.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  6031.      */
  6032.     protected function getApiPlatform_Openapi_CommandService()
  6033.     {
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6035.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  6036.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['App\\OpenApiFactory\\OpenApiFactory'] ?? $this->getOpenApiFactoryService()), ($this->privates['serializer'] ?? $this->getSerializerService()));
  6037.         $instance->setName('api:openapi:export');
  6038.         return $instance;
  6039.     }
  6040.     /**
  6041.      * Gets the private 'api_platform.openapi.options' shared service.
  6042.      *
  6043.      * @return \ApiPlatform\OpenApi\Options
  6044.      */
  6045.     protected function getApiPlatform_Openapi_OptionsService()
  6046.     {
  6047.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  6048.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('DOD Api''''1.0.0'false'oauth2''application''''''', [], [], NULLNULLNULLNULLNULLNULL);
  6049.     }
  6050.     /**
  6051.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  6052.      *
  6053.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  6054.      */
  6055.     protected function getApiPlatform_OperationPathResolver_CustomService()
  6056.     {
  6057.         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()))));
  6058.     }
  6059.     /**
  6060.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  6061.      *
  6062.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  6063.      */
  6064.     protected function getApiPlatform_OperationPathResolver_RouterService()
  6065.     {
  6066.         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()));
  6067.     }
  6068.     /**
  6069.      * Gets the private 'api_platform.pagination.legacy' shared service.
  6070.      *
  6071.      * @return \ApiPlatform\Core\DataProvider\Pagination
  6072.      */
  6073.     protected function getApiPlatform_Pagination_LegacyService()
  6074.     {
  6075.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
  6076.         return $this->privates['api_platform.pagination.legacy'] = new \ApiPlatform\Core\DataProvider\Pagination(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']);
  6077.     }
  6078.     /**
  6079.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  6080.      *
  6081.      * @return \ApiPlatform\Api\ResourceClassResolver
  6082.      */
  6083.     protected function getApiPlatform_ResourceClassResolverService()
  6084.     {
  6085.         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()));
  6086.     }
  6087.     /**
  6088.      * Gets the private 'api_platform.router' shared service.
  6089.      *
  6090.      * @return \ApiPlatform\Symfony\Routing\Router
  6091.      */
  6092.     protected function getApiPlatform_RouterService()
  6093.     {
  6094.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  6095.     }
  6096.     /**
  6097.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  6098.      *
  6099.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  6100.      */
  6101.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  6102.     {
  6103.         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()));
  6104.     }
  6105.     /**
  6106.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  6107.      *
  6108.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  6109.      */
  6110.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  6111.     {
  6112.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), false);
  6113.     }
  6114.     /**
  6115.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  6116.      *
  6117.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  6118.      */
  6119.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  6120.     {
  6121.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  6122.         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));
  6123.     }
  6124.     /**
  6125.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  6126.      *
  6127.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  6128.      */
  6129.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  6130.     {
  6131.         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()))])));
  6132.     }
  6133.     /**
  6134.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  6135.      *
  6136.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  6137.      */
  6138.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  6139.     {
  6140.         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())));
  6141.     }
  6142.     /**
  6143.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  6144.      *
  6145.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  6146.      */
  6147.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  6148.     {
  6149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6150.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  6151.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->privates['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'DOD Api''''1.0.0'NULL$this->parameters['api_platform.swagger.versions'], true);
  6152.         $instance->setName('api:swagger:export');
  6153.         return $instance;
  6154.     }
  6155.     /**
  6156.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  6157.      *
  6158.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  6159.      */
  6160.     protected function getApiPlatform_UpgradeResource_CommandService()
  6161.     {
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  6165.         $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()));
  6166.         $instance->setName('api:upgrade-resource');
  6167.         return $instance;
  6168.     }
  6169.     /**
  6170.      * Gets the private 'api_platform.validator' shared service.
  6171.      *
  6172.      * @return \ApiPlatform\Symfony\Validator\Validator
  6173.      */
  6174.     protected function getApiPlatform_ValidatorService()
  6175.     {
  6176.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  6178.         return $this->privates['api_platform.validator'] = new \ApiPlatform\Symfony\Validator\Validator(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()), $this);
  6179.     }
  6180.     /**
  6181.      * Gets the private 'cache.annotations' shared service.
  6182.      *
  6183.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6184.      */
  6185.     protected function getCache_AnnotationsService()
  6186.     {
  6187.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qzZxtESjv4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6188.     }
  6189.     /**
  6190.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  6191.      *
  6192.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6193.      */
  6194.     protected function getCache_Doctrine_Orm_Default_QueryService()
  6195.     {
  6196.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6197.     }
  6198.     /**
  6199.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  6200.      *
  6201.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6202.      */
  6203.     protected function getCache_Doctrine_Orm_Default_ResultService()
  6204.     {
  6205.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  6206.     }
  6207.     /**
  6208.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  6209.      *
  6210.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6211.      */
  6212.     protected function getCache_Messenger_RestartWorkersSignalService()
  6213.     {
  6214.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('D1yckAb4-o'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  6215.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  6216.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  6217.     }
  6218.     /**
  6219.      * Gets the private 'cache.property_info' shared service.
  6220.      *
  6221.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6222.      */
  6223.     protected function getCache_PropertyInfoService()
  6224.     {
  6225.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('D9soUjyUfZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6226.     }
  6227.     /**
  6228.      * Gets the private 'cache.security_expression_language' shared service.
  6229.      *
  6230.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6231.      */
  6232.     protected function getCache_SecurityExpressionLanguageService()
  6233.     {
  6234.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YqjFiqu5Z+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6235.     }
  6236.     /**
  6237.      * Gets the private 'cache.serializer' shared service.
  6238.      *
  6239.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6240.      */
  6241.     protected function getCache_SerializerService()
  6242.     {
  6243.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eDNXtPiADs'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6244.     }
  6245.     /**
  6246.      * Gets the private 'cache.validator' shared service.
  6247.      *
  6248.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6249.      */
  6250.     protected function getCache_ValidatorService()
  6251.     {
  6252.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0tP0rzixzM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  6253.     }
  6254.     /**
  6255.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  6256.      *
  6257.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  6258.      */
  6259.     protected function getCachePoolClearer_CacheWarmerService()
  6260.     {
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  6263.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  6264.     }
  6265.     /**
  6266.      * Gets the private 'config_builder.warmer' shared service.
  6267.      *
  6268.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  6269.      */
  6270.     protected function getConfigBuilder_WarmerService()
  6271.     {
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  6274.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6275.     }
  6276.     /**
  6277.      * Gets the private 'config_cache_factory' shared service.
  6278.      *
  6279.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  6280.      */
  6281.     protected function getConfigCacheFactoryService()
  6282.     {
  6283.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  6284.             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)));
  6285.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  6286.         }, 2));
  6287.     }
  6288.     /**
  6289.      * Gets the private 'console.command.about' shared service.
  6290.      *
  6291.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  6292.      */
  6293.     protected function getConsole_Command_AboutService()
  6294.     {
  6295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  6297.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  6298.         $instance->setName('about');
  6299.         $instance->setDescription('Display information about the current project');
  6300.         return $instance;
  6301.     }
  6302.     /**
  6303.      * Gets the private 'console.command.assets_install' shared service.
  6304.      *
  6305.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  6306.      */
  6307.     protected function getConsole_Command_AssetsInstallService()
  6308.     {
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6312.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->privates['filesystem'] ?? ($this->privates['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  6313.         $instance->setName('assets:install');
  6314.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  6315.         return $instance;
  6316.     }
  6317.     /**
  6318.      * Gets the private 'console.command.cache_clear' shared service.
  6319.      *
  6320.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  6321.      */
  6322.     protected function getConsole_Command_CacheClearService()
  6323.     {
  6324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6329.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  6330.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  6331.         }, 1)), ($this->privates['filesystem'] ?? ($this->privates['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  6332.         $instance->setName('cache:clear');
  6333.         $instance->setDescription('Clear the cache');
  6334.         return $instance;
  6335.     }
  6336.     /**
  6337.      * Gets the private 'console.command.cache_pool_clear' shared service.
  6338.      *
  6339.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  6340.      */
  6341.     protected function getConsole_Command_CachePoolClearService()
  6342.     {
  6343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  6345.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'vite_cache_pool'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'cache.security_expression_language'12 => 'api_platform.cache.route_name_resolver'13 => 'api_platform.cache.metadata.resource'14 => 'api_platform.cache.metadata.resource.legacy'15 => 'api_platform.cache.metadata.property.legacy'16 => 'api_platform.cache.subresource_operation_factory'17 => 'api_platform.graphql.cache.subscription'18 => 'api_platform.cache.identifiers_extractor']);
  6346.         $instance->setName('cache:pool:clear');
  6347.         $instance->setDescription('Clear cache pools');
  6348.         return $instance;
  6349.     }
  6350.     /**
  6351.      * Gets the private 'console.command.cache_pool_delete' shared service.
  6352.      *
  6353.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  6354.      */
  6355.     protected function getConsole_Command_CachePoolDeleteService()
  6356.     {
  6357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  6359.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'vite_cache_pool'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'cache.security_expression_language'12 => 'api_platform.cache.route_name_resolver'13 => 'api_platform.cache.metadata.resource'14 => 'api_platform.cache.metadata.resource.legacy'15 => 'api_platform.cache.metadata.property.legacy'16 => 'api_platform.cache.subresource_operation_factory'17 => 'api_platform.graphql.cache.subscription'18 => 'api_platform.cache.identifiers_extractor']);
  6360.         $instance->setName('cache:pool:delete');
  6361.         $instance->setDescription('Delete an item from a cache pool');
  6362.         return $instance;
  6363.     }
  6364.     /**
  6365.      * Gets the private 'console.command.cache_pool_list' shared service.
  6366.      *
  6367.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  6368.      */
  6369.     protected function getConsole_Command_CachePoolListService()
  6370.     {
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  6373.         $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.messenger.restart_workers_signal'=> 'vite_cache_pool'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'cache.security_expression_language'12 => 'api_platform.cache.route_name_resolver'13 => 'api_platform.cache.metadata.resource'14 => 'api_platform.cache.metadata.resource.legacy'15 => 'api_platform.cache.metadata.property.legacy'16 => 'api_platform.cache.subresource_operation_factory'17 => 'api_platform.graphql.cache.subscription'18 => 'api_platform.cache.identifiers_extractor']);
  6374.         $instance->setName('cache:pool:list');
  6375.         $instance->setDescription('List available cache pools');
  6376.         return $instance;
  6377.     }
  6378.     /**
  6379.      * Gets the private 'console.command.cache_pool_prune' shared service.
  6380.      *
  6381.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  6382.      */
  6383.     protected function getConsole_Command_CachePoolPruneService()
  6384.     {
  6385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  6387.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  6388.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  6389.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  6390.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  6391.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  6392.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  6393.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  6394.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  6395.             yield 'vite_cache_pool' => ($this->privates['vite_cache_pool'] ?? $this->getViteCachePoolService());
  6396.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  6397.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  6398.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  6399.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  6400.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  6401.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  6402.             yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
  6403.             yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
  6404.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  6405.             yield 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService());
  6406.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  6407.         }, 19));
  6408.         $instance->setName('cache:pool:prune');
  6409.         $instance->setDescription('Prune cache pools');
  6410.         return $instance;
  6411.     }
  6412.     /**
  6413.      * Gets the private 'console.command.cache_warmup' shared service.
  6414.      *
  6415.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  6416.      */
  6417.     protected function getConsole_Command_CacheWarmupService()
  6418.     {
  6419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  6421.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  6422.         $instance->setName('cache:warmup');
  6423.         $instance->setDescription('Warm up an empty cache');
  6424.         return $instance;
  6425.     }
  6426.     /**
  6427.      * Gets the private 'console.command.config_debug' shared service.
  6428.      *
  6429.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  6430.      */
  6431.     protected function getConsole_Command_ConfigDebugService()
  6432.     {
  6433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6434.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  6438.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  6439.         $instance->setName('debug:config');
  6440.         $instance->setDescription('Dump the current configuration for an extension');
  6441.         return $instance;
  6442.     }
  6443.     /**
  6444.      * Gets the private 'console.command.config_dump_reference' shared service.
  6445.      *
  6446.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  6447.      */
  6448.     protected function getConsole_Command_ConfigDumpReferenceService()
  6449.     {
  6450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  6455.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  6456.         $instance->setName('config:dump-reference');
  6457.         $instance->setDescription('Dump the default configuration for an extension');
  6458.         return $instance;
  6459.     }
  6460.     /**
  6461.      * Gets the private 'console.command.container_debug' shared service.
  6462.      *
  6463.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  6464.      */
  6465.     protected function getConsole_Command_ContainerDebugService()
  6466.     {
  6467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6470.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  6471.         $instance->setName('debug:container');
  6472.         $instance->setDescription('Display current services for an application');
  6473.         return $instance;
  6474.     }
  6475.     /**
  6476.      * Gets the private 'console.command.container_lint' shared service.
  6477.      *
  6478.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  6479.      */
  6480.     protected function getConsole_Command_ContainerLintService()
  6481.     {
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  6484.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  6485.         $instance->setName('lint:container');
  6486.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  6487.         return $instance;
  6488.     }
  6489.     /**
  6490.      * Gets the private 'console.command.debug_autowiring' shared service.
  6491.      *
  6492.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  6493.      */
  6494.     protected function getConsole_Command_DebugAutowiringService()
  6495.     {
  6496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  6500.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  6501.         $instance->setName('debug:autowiring');
  6502.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  6503.         return $instance;
  6504.     }
  6505.     /**
  6506.      * Gets the private 'console.command.dotenv_debug' shared service.
  6507.      *
  6508.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  6509.      */
  6510.     protected function getConsole_Command_DotenvDebugService()
  6511.     {
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  6514.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  6515.         $instance->setName('debug:dotenv');
  6516.         $instance->setDescription('Lists all dotenv files with variables and values');
  6517.         return $instance;
  6518.     }
  6519.     /**
  6520.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  6521.      *
  6522.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  6523.      */
  6524.     protected function getConsole_Command_EventDispatcherDebugService()
  6525.     {
  6526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  6528.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.LAjDzTv'] ?? $this->get_ServiceLocator_LAjDzTvService()));
  6529.         $instance->setName('debug:event-dispatcher');
  6530.         $instance->setDescription('Display configured listeners for an application');
  6531.         return $instance;
  6532.     }
  6533.     /**
  6534.      * Gets the private 'console.command.form_debug' shared service.
  6535.      *
  6536.      * @return \Symfony\Component\Form\Command\DebugCommand
  6537.      */
  6538.     protected function getConsole_Command_FormDebugService()
  6539.     {
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  6542.         $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'=> 'Vich\\UploaderBundle\\Form\\Type'], [=> 'App\\Form\\RegistrationFormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'=> '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()));
  6543.         $instance->setName('debug:form');
  6544.         $instance->setDescription('Display form type information');
  6545.         return $instance;
  6546.     }
  6547.     /**
  6548.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  6549.      *
  6550.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  6551.      */
  6552.     protected function getConsole_Command_MessengerConsumeMessagesService()
  6553.     {
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6555.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  6556.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  6557.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  6558.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6559.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  6560.         ], [
  6561.             'messenger.bus.default' => '?',
  6562.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService())), ($this->privates['messenger.receiver_locator'] ?? ($this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [], new \Symfony\Component\Messenger\EventListener\ResetServicesListener(($this->services['services_resetter'] ?? $this->getServicesResetterService())), [=> 'messenger.bus.default']);
  6563.         $instance->setName('messenger:consume');
  6564.         $instance->setDescription('Consume messages');
  6565.         return $instance;
  6566.     }
  6567.     /**
  6568.      * Gets the private 'console.command.messenger_debug' shared service.
  6569.      *
  6570.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  6571.      */
  6572.     protected function getConsole_Command_MessengerDebugService()
  6573.     {
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  6576.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => [=> [=> 'chatter.messenger.chat_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => [=> [=> 'texter.messenger.sms_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\PushMessage' => [=> [=> 'texter.messenger.push_handler'=> []]], 'Symfony\\Component\\Mercure\\Update' => [=> [=> 'mercure.hub.default.message_handler'=> []]]]]);
  6577.         $instance->setName('debug:messenger');
  6578.         $instance->setDescription('List messages you can dispatch using the message buses');
  6579.         return $instance;
  6580.     }
  6581.     /**
  6582.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  6583.      *
  6584.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  6585.      */
  6586.     protected function getConsole_Command_MessengerSetupTransportsService()
  6587.     {
  6588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6589.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  6590.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? ($this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), []);
  6591.         $instance->setName('messenger:setup-transports');
  6592.         $instance->setDescription('Prepare the required infrastructure for the transport');
  6593.         return $instance;
  6594.     }
  6595.     /**
  6596.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  6597.      *
  6598.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  6599.      */
  6600.     protected function getConsole_Command_MessengerStopWorkersService()
  6601.     {
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  6604.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  6605.         $instance->setName('messenger:stop-workers');
  6606.         $instance->setDescription('Stop workers after their current message');
  6607.         return $instance;
  6608.     }
  6609.     /**
  6610.      * Gets the private 'console.command.router_debug' shared service.
  6611.      *
  6612.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  6613.      */
  6614.     protected function getConsole_Command_RouterDebugService()
  6615.     {
  6616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6617.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  6619.         $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()));
  6620.         $instance->setName('debug:router');
  6621.         $instance->setDescription('Display current routes for an application');
  6622.         return $instance;
  6623.     }
  6624.     /**
  6625.      * Gets the private 'console.command.router_match' shared service.
  6626.      *
  6627.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6628.      */
  6629.     protected function getConsole_Command_RouterMatchService()
  6630.     {
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6633.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6634.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6635.         }, 1));
  6636.         $instance->setName('router:match');
  6637.         $instance->setDescription('Help debug routes by simulating a path info match');
  6638.         return $instance;
  6639.     }
  6640.     /**
  6641.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6642.      *
  6643.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6644.      */
  6645.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6646.     {
  6647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6651.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6652.         $instance->setName('secrets:decrypt-to-local');
  6653.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6654.         return $instance;
  6655.     }
  6656.     /**
  6657.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6658.      *
  6659.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6660.      */
  6661.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6662.     {
  6663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6667.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6668.         $instance->setName('secrets:encrypt-from-local');
  6669.         $instance->setDescription('Encrypt all local secrets to the vault');
  6670.         return $instance;
  6671.     }
  6672.     /**
  6673.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6674.      *
  6675.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6676.      */
  6677.     protected function getConsole_Command_SecretsGenerateKeyService()
  6678.     {
  6679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6681.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6682.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6683.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6684.         $instance->setName('secrets:generate-keys');
  6685.         $instance->setDescription('Generate new encryption keys');
  6686.         return $instance;
  6687.     }
  6688.     /**
  6689.      * Gets the private 'console.command.secrets_list' shared service.
  6690.      *
  6691.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6692.      */
  6693.     protected function getConsole_Command_SecretsListService()
  6694.     {
  6695.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6697.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6698.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6699.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6700.         $instance->setName('secrets:list');
  6701.         $instance->setDescription('List all secrets');
  6702.         return $instance;
  6703.     }
  6704.     /**
  6705.      * Gets the private 'console.command.secrets_remove' shared service.
  6706.      *
  6707.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6708.      */
  6709.     protected function getConsole_Command_SecretsRemoveService()
  6710.     {
  6711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6714.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6715.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6716.         $instance->setName('secrets:remove');
  6717.         $instance->setDescription('Remove a secret from the vault');
  6718.         return $instance;
  6719.     }
  6720.     /**
  6721.      * Gets the private 'console.command.secrets_set' shared service.
  6722.      *
  6723.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6724.      */
  6725.     protected function getConsole_Command_SecretsSetService()
  6726.     {
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6731.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6732.         $instance->setName('secrets:set');
  6733.         $instance->setDescription('Set a secret in the vault');
  6734.         return $instance;
  6735.     }
  6736.     /**
  6737.      * Gets the private 'console.command.translation_debug' shared service.
  6738.      *
  6739.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6740.      */
  6741.     protected function getConsole_Command_TranslationDebugService()
  6742.     {
  6743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6745.         $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).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php'), 15 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/JWTAuthenticator.php'), 16 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/ForwardCompatAuthenticatorTrait.php(13) : eval()\'d code'), 17 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php')], []);
  6746.         $instance->setName('debug:translation');
  6747.         $instance->setDescription('Display translation messages information');
  6748.         return $instance;
  6749.     }
  6750.     /**
  6751.      * Gets the private 'console.command.translation_extract' shared service.
  6752.      *
  6753.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6754.      */
  6755.     protected function getConsole_Command_TranslationExtractService()
  6756.     {
  6757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6759.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\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).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php'), 15 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/JWTAuthenticator.php'), 16 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/ForwardCompatAuthenticatorTrait.php(13) : eval()\'d code'), 17 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php')], []);
  6760.         $instance->setName('translation:extract');
  6761.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6762.         return $instance;
  6763.     }
  6764.     /**
  6765.      * Gets the private 'console.command.translation_pull' shared service.
  6766.      *
  6767.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6768.      */
  6769.     protected function getConsole_Command_TranslationPullService()
  6770.     {
  6771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6772.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6773.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6774.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
  6775.         $instance->setName('translation:pull');
  6776.         $instance->setDescription('Pull translations from a given provider.');
  6777.         return $instance;
  6778.     }
  6779.     /**
  6780.      * Gets the private 'console.command.translation_push' shared service.
  6781.      *
  6782.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6783.      */
  6784.     protected function getConsole_Command_TranslationPushService()
  6785.     {
  6786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6787.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6788.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6789.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  6790.         $instance->setName('translation:push');
  6791.         $instance->setDescription('Push translations to a given provider.');
  6792.         return $instance;
  6793.     }
  6794.     /**
  6795.      * Gets the private 'console.command.validator_debug' shared service.
  6796.      *
  6797.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6798.      */
  6799.     protected function getConsole_Command_ValidatorDebugService()
  6800.     {
  6801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6802.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6803.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()));
  6804.         $instance->setName('debug:validator');
  6805.         $instance->setDescription('Display validation constraints for classes');
  6806.         return $instance;
  6807.     }
  6808.     /**
  6809.      * Gets the private 'console.command.xliff_lint' shared service.
  6810.      *
  6811.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6812.      */
  6813.     protected function getConsole_Command_XliffLintService()
  6814.     {
  6815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6816.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6817.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6818.         $instance->setName('lint:xliff');
  6819.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6820.         return $instance;
  6821.     }
  6822.     /**
  6823.      * Gets the private 'console.command.yaml_lint' shared service.
  6824.      *
  6825.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6826.      */
  6827.     protected function getConsole_Command_YamlLintService()
  6828.     {
  6829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6830.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6832.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6833.         $instance->setName('lint:yaml');
  6834.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6835.         return $instance;
  6836.     }
  6837.     /**
  6838.      * Gets the private 'console.error_listener' shared service.
  6839.      *
  6840.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6841.      */
  6842.     protected function getConsole_ErrorListenerService()
  6843.     {
  6844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6845.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6846.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6847.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6848.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6849.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6850.     }
  6851.     /**
  6852.      * Gets the private 'container.env_var_processor' shared service.
  6853.      *
  6854.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6855.      */
  6856.     protected function getContainer_EnvVarProcessorService()
  6857.     {
  6858.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6859.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6860.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6861.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6862.         }, 1));
  6863.     }
  6864.     /**
  6865.      * Gets the private 'container.getenv' shared service.
  6866.      *
  6867.      * @return \Closure
  6868.      */
  6869.     protected function getContainer_GetenvService()
  6870.     {
  6871.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6872.     }
  6873.     /**
  6874.      * Gets the private 'data_collector.form' shared service.
  6875.      *
  6876.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6877.      */
  6878.     protected function getDataCollector_FormService()
  6879.     {
  6880.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6881.     }
  6882.     /**
  6883.      * Gets the private 'data_collector.request' shared service.
  6884.      *
  6885.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6886.      */
  6887.     protected function getDataCollector_RequestService()
  6888.     {
  6889.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6890.     }
  6891.     /**
  6892.      * Gets the private 'data_collector.request.session_collector' shared service.
  6893.      *
  6894.      * @return \Closure
  6895.      */
  6896.     protected function getDataCollector_Request_SessionCollectorService()
  6897.     {
  6898.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6899.     }
  6900.     /**
  6901.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  6902.      *
  6903.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  6904.      */
  6905.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  6906.     {
  6907.         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 () {
  6908.             yield => ($this->privates['App\\DataProvider\\ConversationDataProvider'] ?? $this->getConversationDataProviderService());
  6909.             yield => ($this->privates['App\\DataProvider\\DevisProvider\\DevisDataProvider'] ?? $this->getDevisDataProviderService());
  6910.             yield => ($this->privates['App\\DataProvider\\EnterpriseProvider\\EnterpriseDataProvider'] ?? $this->getEnterpriseDataProviderService());
  6911.             yield => ($this->privates['App\\DataProvider\\File\\FileFactureDataProvider'] ?? $this->getFileFactureDataProviderService());
  6912.             yield => ($this->privates['App\\DataProvider\\ProjectDataProvider'] ?? $this->getProjectDataProviderService());
  6913.             yield => ($this->privates['App\\DataProvider\\UserDataProvider'] ?? $this->getUserDataProviderService());
  6914.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  6915.         }, 7)));
  6916.     }
  6917.     /**
  6918.      * Gets the private 'debug.api_platform.data_persister' shared service.
  6919.      *
  6920.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  6921.      */
  6922.     protected function getDebug_ApiPlatform_DataPersisterService()
  6923.     {
  6924.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  6925.             yield => ($this->privates['App\\DataPersister\\ChatPersister\\MessageDataPersister'] ?? $this->getMessageDataPersisterService());
  6926.             yield => ($this->privates['App\\DataPersister\\CollaboratorPersister\\CollaboratorDataPersister'] ?? $this->getCollaboratorDataPersisterService());
  6927.             yield => ($this->privates['App\\DataPersister\\CompanyPersister\\CompanyDataPersister'] ?? $this->getCompanyDataPersisterService());
  6928.             yield => ($this->privates['App\\DataPersister\\DevisPersister\\DevisDataPersister'] ?? $this->getDevisDataPersisterService());
  6929.             yield => ($this->privates['App\\DataPersister\\DevisPersister\\SubDevisDataPersister'] ?? $this->getSubDevisDataPersisterService());
  6930.             yield => ($this->privates['App\\DataPersister\\FacturePersister\\ChangeDataPersister'] ?? $this->getChangeDataPersisterService());
  6931.             yield => ($this->privates['App\\DataPersister\\FacturePersister\\FactureDataPersister'] ?? $this->getFactureDataPersisterService());
  6932.             yield => ($this->privates['App\\DataPersister\\FacturePersister\\PaimentDataPersister'] ?? $this->getPaimentDataPersisterService());
  6933.             yield => ($this->privates['App\\DataPersister\\FilePersister\\FileDataPersister'] ?? $this->getFileDataPersisterService());
  6934.             yield => ($this->privates['App\\DataPersister\\FolderPersister\\FolderDataPersister'] ?? $this->getFolderDataPersisterService());
  6935.             yield 10 => ($this->privates['App\\DataPersister\\ProjectPersister\\ProjectFolderDataPersister'] ?? $this->getProjectFolderDataPersisterService());
  6936.             yield 11 => ($this->privates['App\\DataPersister\\ProjectPersister\\ProjectPurchaseDataPersister'] ?? $this->getProjectPurchaseDataPersisterService());
  6937.             yield 12 => ($this->privates['App\\DataPersister\\SignaturePersister\\SignatureDataPersister'] ?? $this->getSignatureDataPersisterService());
  6938.             yield 13 => ($this->privates['App\\DataPersister\\UserDataPersister'] ?? $this->getUserDataPersisterService());
  6939.             yield 14 => ($this->privates['api_platform.messenger.data_persister'] ?? $this->getApiPlatform_Messenger_DataPersisterService());
  6940.             yield 15 => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  6941.         }, 16)));
  6942.     }
  6943.     /**
  6944.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  6945.      *
  6946.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  6947.      */
  6948.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  6949.     {
  6950.         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 () {
  6951.             yield => ($this->privates['App\\DataProvider\\ConversationDataProvider'] ?? $this->getConversationDataProviderService());
  6952.             yield => ($this->privates['App\\DataProvider\\ProjectDataProvider'] ?? $this->getProjectDataProviderService());
  6953.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  6954.         }, 3)));
  6955.     }
  6956.     /**
  6957.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  6958.      *
  6959.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  6960.      */
  6961.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  6962.     {
  6963.         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 () {
  6964.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  6965.         }, 1)));
  6966.     }
  6967.     /**
  6968.      * Gets the private 'debug.argument_resolver.default' shared service.
  6969.      *
  6970.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6971.      */
  6972.     protected function getDebug_ArgumentResolver_DefaultService()
  6973.     {
  6974.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6975.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6976.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6977.         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))));
  6978.     }
  6979.     /**
  6980.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6981.      *
  6982.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6983.      */
  6984.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6985.     {
  6986.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6987.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6989.         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.gdLE0vO'] ?? $this->get_ServiceLocator_GdLE0vOService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6990.     }
  6991.     /**
  6992.      * Gets the private 'debug.argument_resolver.request' shared service.
  6993.      *
  6994.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6995.      */
  6996.     protected function getDebug_ArgumentResolver_RequestService()
  6997.     {
  6998.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7000.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  7001.         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))));
  7002.     }
  7003.     /**
  7004.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  7005.      *
  7006.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7007.      */
  7008.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  7009.     {
  7010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7011.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7012.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  7013.         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))));
  7014.     }
  7015.     /**
  7016.      * Gets the private 'debug.argument_resolver.service' shared service.
  7017.      *
  7018.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7019.      */
  7020.     protected function getDebug_ArgumentResolver_ServiceService()
  7021.     {
  7022.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7023.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7024.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  7025.         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.gdLE0vO'] ?? $this->get_ServiceLocator_GdLE0vOService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7026.     }
  7027.     /**
  7028.      * Gets the private 'debug.argument_resolver.session' shared service.
  7029.      *
  7030.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7031.      */
  7032.     protected function getDebug_ArgumentResolver_SessionService()
  7033.     {
  7034.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7035.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7036.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  7037.         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))));
  7038.     }
  7039.     /**
  7040.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  7041.      *
  7042.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7043.      */
  7044.     protected function getDebug_ArgumentResolver_VariadicService()
  7045.     {
  7046.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7047.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7048.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  7049.         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))));
  7050.     }
  7051.     /**
  7052.      * Gets the private 'debug.debug_handlers_listener' shared service.
  7053.      *
  7054.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  7055.      */
  7056.     protected function getDebug_DebugHandlersListenerService()
  7057.     {
  7058.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  7059.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7060.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7061.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7062.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7063.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  7064.     }
  7065.     /**
  7066.      * Gets the private 'debug.dump_listener' shared service.
  7067.      *
  7068.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  7069.      */
  7070.     protected function getDebug_DumpListenerService()
  7071.     {
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  7074.         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()));
  7075.     }
  7076.     /**
  7077.      * Gets the private 'debug.file_link_formatter' shared service.
  7078.      *
  7079.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  7080.      */
  7081.     protected function getDebug_FileLinkFormatterService()
  7082.     {
  7083.         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 () {
  7084.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  7085.         });
  7086.     }
  7087.     /**
  7088.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  7089.      *
  7090.      * @return \string
  7091.      */
  7092.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  7093.     {
  7094.         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');
  7095.     }
  7096.     /**
  7097.      * Gets the private 'debug.log_processor' shared service.
  7098.      *
  7099.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  7100.      */
  7101.     protected function getDebug_LogProcessorService()
  7102.     {
  7103.         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())));
  7104.     }
  7105.     /**
  7106.      * Gets the private 'debug.security.access.decision_manager' shared service.
  7107.      *
  7108.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  7109.      */
  7110.     protected function getDebug_Security_Access_DecisionManagerService()
  7111.     {
  7112.         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 () {
  7113.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  7114.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  7115.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  7116.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ConversationVoter'] ?? $this->getConversationVoterService());
  7117.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ProjectVoter'] ?? $this->getProjectVoterService());
  7118.         }, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  7119.     }
  7120.     /**
  7121.      * Gets the private 'debug.security.firewall' shared service.
  7122.      *
  7123.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  7124.      */
  7125.     protected function getDebug_Security_FirewallService()
  7126.     {
  7127.         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()));
  7128.     }
  7129.     /**
  7130.      * Gets the private 'debug.security.firewall.authenticator.api' shared service.
  7131.      *
  7132.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  7133.      */
  7134.     protected function getDebug_Security_Firewall_Authenticator_ApiService()
  7135.     {
  7136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  7143.         return $this->privates['debug.security.firewall.authenticator.api'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> ($this->privates['security.authenticator.jwt.api'] ?? $this->getSecurity_Authenticator_Jwt_ApiService()), => ($this->privates['security.authenticator.refresh_jwt.api'] ?? $this->getSecurity_Authenticator_RefreshJwt_ApiService())], ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService()), 'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  7144.     }
  7145.     /**
  7146.      * Gets the private 'debug.security.firewall.authenticator.login' shared service.
  7147.      *
  7148.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  7149.      */
  7150.     protected function getDebug_Security_Firewall_Authenticator_LoginService()
  7151.     {
  7152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7153.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7154.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  7155.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  7156.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  7157.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  7158.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  7159.         return $this->privates['debug.security.firewall.authenticator.login'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener(new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> ($this->privates['security.authenticator.json_login.login'] ?? $this->getSecurity_Authenticator_JsonLogin_LoginService())], ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.event_dispatcher.login'] ?? $this->getSecurity_EventDispatcher_LoginService()), 'login', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  7160.     }
  7161.     /**
  7162.      * Gets the private 'debug.security.user_value_resolver' shared service.
  7163.      *
  7164.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  7165.      */
  7166.     protected function getDebug_Security_UserValueResolverService()
  7167.     {
  7168.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  7169.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  7171.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7172.     }
  7173.     /**
  7174.      * Gets the private 'debug.security.voter.App\Security\Voter\ConversationVoter' shared service.
  7175.      *
  7176.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7177.      */
  7178.     protected function getConversationVoterService()
  7179.     {
  7180.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7183.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7184.         include_once \dirname(__DIR__4).'/src/Security/Voter/ConversationVoter.php';
  7185.         return $this->privates['debug.security.voter.App\\Security\\Voter\\ConversationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\ConversationVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7186.     }
  7187.     /**
  7188.      * Gets the private 'debug.security.voter.App\Security\Voter\ProjectVoter' shared service.
  7189.      *
  7190.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7191.      */
  7192.     protected function getProjectVoterService()
  7193.     {
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7197.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  7198.         include_once \dirname(__DIR__4).'/src/Security/Voter/ProjectVoter.php';
  7199.         return $this->privates['debug.security.voter.App\\Security\\Voter\\ProjectVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\ProjectVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Handler\\Project\\UserAccessProjectHandler'] ?? $this->getUserAccessProjectHandlerService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7200.     }
  7201.     /**
  7202.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  7203.      *
  7204.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7205.      */
  7206.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  7207.     {
  7208.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  7212.         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()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7213.     }
  7214.     /**
  7215.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  7216.      *
  7217.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7218.      */
  7219.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  7220.     {
  7221.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7222.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  7225.         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())), ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7226.     }
  7227.     /**
  7228.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  7229.      *
  7230.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  7231.      */
  7232.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  7233.     {
  7234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  7239.         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()));
  7240.     }
  7241.     /**
  7242.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  7243.      *
  7244.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  7245.      */
  7246.     protected function getDebug_Security_Voter_VoteListenerService()
  7247.     {
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  7249.         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()));
  7250.     }
  7251.     /**
  7252.      * Gets the private 'debug.validator' shared service.
  7253.      *
  7254.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  7255.      */
  7256.     protected function getDebug_ValidatorService()
  7257.     {
  7258.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  7259.     }
  7260.     /**
  7261.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  7262.      *
  7263.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  7264.      */
  7265.     protected function getDoctrine_CacheClearMetadataCommandService()
  7266.     {
  7267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7268.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7269.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  7272.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7273.         $instance->setName('doctrine:cache:clear-metadata');
  7274.         return $instance;
  7275.     }
  7276.     /**
  7277.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  7278.      *
  7279.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  7280.      */
  7281.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  7282.     {
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7284.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7285.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  7286.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7287.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  7288.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7289.         $instance->setName('doctrine:cache:clear-query');
  7290.         return $instance;
  7291.     }
  7292.     /**
  7293.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  7294.      *
  7295.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  7296.      */
  7297.     protected function getDoctrine_CacheClearResultCommandService()
  7298.     {
  7299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7300.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7301.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  7302.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7303.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  7304.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7305.         $instance->setName('doctrine:cache:clear-result');
  7306.         return $instance;
  7307.     }
  7308.     /**
  7309.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  7310.      *
  7311.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  7312.      */
  7313.     protected function getDoctrine_CacheCollectionRegionCommandService()
  7314.     {
  7315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7316.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7317.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  7318.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7319.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  7320.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7321.         $instance->setName('doctrine:cache:clear-collection-region');
  7322.         return $instance;
  7323.     }
  7324.     /**
  7325.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  7326.      *
  7327.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  7328.      */
  7329.     protected function getDoctrine_ClearEntityRegionCommandService()
  7330.     {
  7331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7332.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7333.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  7334.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7335.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  7336.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7337.         $instance->setName('doctrine:cache:clear-entity-region');
  7338.         return $instance;
  7339.     }
  7340.     /**
  7341.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  7342.      *
  7343.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  7344.      */
  7345.     protected function getDoctrine_ClearQueryRegionCommandService()
  7346.     {
  7347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  7350.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  7352.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7353.         $instance->setName('doctrine:cache:clear-query-region');
  7354.         return $instance;
  7355.     }
  7356.     /**
  7357.      * Gets the private 'doctrine.database_create_command' shared service.
  7358.      *
  7359.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  7360.      */
  7361.     protected function getDoctrine_DatabaseCreateCommandService()
  7362.     {
  7363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7364.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7365.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  7366.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7367.         $instance->setName('doctrine:database:create');
  7368.         return $instance;
  7369.     }
  7370.     /**
  7371.      * Gets the private 'doctrine.database_drop_command' shared service.
  7372.      *
  7373.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  7374.      */
  7375.     protected function getDoctrine_DatabaseDropCommandService()
  7376.     {
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7379.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  7380.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7381.         $instance->setName('doctrine:database:drop');
  7382.         return $instance;
  7383.     }
  7384.     /**
  7385.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  7386.      *
  7387.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  7388.      */
  7389.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  7390.     {
  7391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7392.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7393.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  7394.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7395.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  7396.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7397.         $instance->setName('doctrine:ensure-production-settings');
  7398.         return $instance;
  7399.     }
  7400.     /**
  7401.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  7402.      *
  7403.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  7404.      */
  7405.     protected function getDoctrine_MappingConvertCommandService()
  7406.     {
  7407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7409.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  7410.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7411.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  7412.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7413.         $instance->setName('doctrine:mapping:convert');
  7414.         return $instance;
  7415.     }
  7416.     /**
  7417.      * Gets the private 'doctrine.mapping_import_command' shared service.
  7418.      *
  7419.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  7420.      */
  7421.     protected function getDoctrine_MappingImportCommandService()
  7422.     {
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  7426.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  7427.         $instance->setName('doctrine:mapping:import');
  7428.         return $instance;
  7429.     }
  7430.     /**
  7431.      * Gets the private 'doctrine.mapping_info_command' shared service.
  7432.      *
  7433.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  7434.      */
  7435.     protected function getDoctrine_MappingInfoCommandService()
  7436.     {
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7441.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  7442.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7443.         $instance->setName('doctrine:mapping:info');
  7444.         return $instance;
  7445.     }
  7446.     /**
  7447.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  7448.      *
  7449.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  7450.      */
  7451.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  7452.     {
  7453.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  7454.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  7455.         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);
  7456.     }
  7457.     /**
  7458.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  7459.      *
  7460.      * @return \Doctrine\Migrations\DependencyFactory
  7461.      */
  7462.     protected function getDoctrine_Migrations_DependencyFactoryService()
  7463.     {
  7464.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  7465.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  7466.         $a->setAllOrNothing(false);
  7467.         $a->setCheckDatabasePlatform(true);
  7468.         $a->setTransactional(true);
  7469.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  7470.         $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()));
  7471.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  7472.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  7473.         });
  7474.         return $instance;
  7475.     }
  7476.     /**
  7477.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  7478.      *
  7479.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  7480.      */
  7481.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  7482.     {
  7483.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  7484.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  7485.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7486.     }
  7487.     /**
  7488.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  7489.      *
  7490.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  7491.      */
  7492.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  7493.     {
  7494.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  7495.         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()));
  7496.     }
  7497.     /**
  7498.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  7499.      *
  7500.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  7501.      */
  7502.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  7503.     {
  7504.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  7505.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  7506.     }
  7507.     /**
  7508.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  7509.      *
  7510.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  7511.      */
  7512.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  7513.     {
  7514.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity', (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/doctrine') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  7515.         $instance->setGlobalBasename('mapping');
  7516.         return $instance;
  7517.     }
  7518.     /**
  7519.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  7520.      *
  7521.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  7522.      */
  7523.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  7524.     {
  7525.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7526.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  7527.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  7528.     }
  7529.     /**
  7530.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  7531.      *
  7532.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  7533.      */
  7534.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  7535.     {
  7536.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  7538.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  7539.             return new \EmptyIterator();
  7540.         }, 0));
  7541.     }
  7542.     /**
  7543.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  7544.      *
  7545.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  7546.      */
  7547.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  7548.     {
  7549.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  7550.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  7551.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  7552.             return new \EmptyIterator();
  7553.         }, 0));
  7554.     }
  7555.     /**
  7556.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  7557.      *
  7558.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  7559.      */
  7560.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  7561.     {
  7562.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  7563.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7564.     }
  7565.     /**
  7566.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  7567.      *
  7568.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  7569.      */
  7570.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  7571.     {
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  7574.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7575.     }
  7576.     /**
  7577.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  7578.      *
  7579.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  7580.      */
  7581.     protected function getDoctrine_Orm_Validator_UniqueService()
  7582.     {
  7583.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  7586.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7587.     }
  7588.     /**
  7589.      * Gets the private 'doctrine.query_dql_command' shared service.
  7590.      *
  7591.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  7592.      */
  7593.     protected function getDoctrine_QueryDqlCommandService()
  7594.     {
  7595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7596.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7597.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  7598.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7599.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  7600.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7601.         $instance->setName('doctrine:query:dql');
  7602.         return $instance;
  7603.     }
  7604.     /**
  7605.      * Gets the private 'doctrine.query_sql_command' shared service.
  7606.      *
  7607.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  7608.      */
  7609.     protected function getDoctrine_QuerySqlCommandService()
  7610.     {
  7611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7612.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  7613.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  7614.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  7615.         $instance->setName('doctrine:query:sql');
  7616.         return $instance;
  7617.     }
  7618.     /**
  7619.      * Gets the private 'doctrine.schema_create_command' shared service.
  7620.      *
  7621.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  7622.      */
  7623.     protected function getDoctrine_SchemaCreateCommandService()
  7624.     {
  7625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7626.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7627.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7628.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  7629.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7630.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  7631.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7632.         $instance->setName('doctrine:schema:create');
  7633.         return $instance;
  7634.     }
  7635.     /**
  7636.      * Gets the private 'doctrine.schema_drop_command' shared service.
  7637.      *
  7638.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  7639.      */
  7640.     protected function getDoctrine_SchemaDropCommandService()
  7641.     {
  7642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7644.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7645.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  7648.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7649.         $instance->setName('doctrine:schema:drop');
  7650.         return $instance;
  7651.     }
  7652.     /**
  7653.      * Gets the private 'doctrine.schema_update_command' shared service.
  7654.      *
  7655.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  7656.      */
  7657.     protected function getDoctrine_SchemaUpdateCommandService()
  7658.     {
  7659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7660.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7661.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  7665.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7666.         $instance->setName('doctrine:schema:update');
  7667.         return $instance;
  7668.     }
  7669.     /**
  7670.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7671.      *
  7672.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  7673.      */
  7674.     protected function getDoctrine_SchemaValidateCommandService()
  7675.     {
  7676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7677.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7678.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  7681.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  7682.         $instance->setName('doctrine:schema:validate');
  7683.         return $instance;
  7684.     }
  7685.     /**
  7686.      * Gets the private 'doctrine.ulid_generator' shared service.
  7687.      *
  7688.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7689.      */
  7690.     protected function getDoctrine_UlidGeneratorService()
  7691.     {
  7692.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7693.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7694.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7695.     }
  7696.     /**
  7697.      * Gets the private 'doctrine.uuid_generator' shared service.
  7698.      *
  7699.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7700.      */
  7701.     protected function getDoctrine_UuidGeneratorService()
  7702.     {
  7703.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7704.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7705.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  7706.     }
  7707.     /**
  7708.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7709.      *
  7710.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7711.      */
  7712.     protected function getDoctrineMigrations_CurrentCommandService()
  7713.     {
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7717.         $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');
  7718.         $instance->setName('doctrine:migrations:current');
  7719.         return $instance;
  7720.     }
  7721.     /**
  7722.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7723.      *
  7724.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7725.      */
  7726.     protected function getDoctrineMigrations_DiffCommandService()
  7727.     {
  7728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7729.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7730.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7731.         $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');
  7732.         $instance->setName('doctrine:migrations:diff');
  7733.         return $instance;
  7734.     }
  7735.     /**
  7736.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7737.      *
  7738.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7739.      */
  7740.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7741.     {
  7742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7743.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7744.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7745.         $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');
  7746.         $instance->setName('doctrine:migrations:dump-schema');
  7747.         return $instance;
  7748.     }
  7749.     /**
  7750.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7751.      *
  7752.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7753.      */
  7754.     protected function getDoctrineMigrations_ExecuteCommandService()
  7755.     {
  7756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7757.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7758.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7759.         $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');
  7760.         $instance->setName('doctrine:migrations:execute');
  7761.         return $instance;
  7762.     }
  7763.     /**
  7764.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7765.      *
  7766.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7767.      */
  7768.     protected function getDoctrineMigrations_GenerateCommandService()
  7769.     {
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7772.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7773.         $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');
  7774.         $instance->setName('doctrine:migrations:generate');
  7775.         return $instance;
  7776.     }
  7777.     /**
  7778.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7779.      *
  7780.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7781.      */
  7782.     protected function getDoctrineMigrations_LatestCommandService()
  7783.     {
  7784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7786.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7787.         $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');
  7788.         $instance->setName('doctrine:migrations:latest');
  7789.         return $instance;
  7790.     }
  7791.     /**
  7792.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7793.      *
  7794.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7795.      */
  7796.     protected function getDoctrineMigrations_MigrateCommandService()
  7797.     {
  7798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7799.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7800.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7801.         $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');
  7802.         $instance->setName('doctrine:migrations:migrate');
  7803.         return $instance;
  7804.     }
  7805.     /**
  7806.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7807.      *
  7808.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7809.      */
  7810.     protected function getDoctrineMigrations_RollupCommandService()
  7811.     {
  7812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7813.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7814.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7815.         $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');
  7816.         $instance->setName('doctrine:migrations:rollup');
  7817.         return $instance;
  7818.     }
  7819.     /**
  7820.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7821.      *
  7822.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7823.      */
  7824.     protected function getDoctrineMigrations_StatusCommandService()
  7825.     {
  7826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7829.         $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');
  7830.         $instance->setName('doctrine:migrations:status');
  7831.         return $instance;
  7832.     }
  7833.     /**
  7834.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7835.      *
  7836.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7837.      */
  7838.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7839.     {
  7840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7841.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7842.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7843.         $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');
  7844.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7845.         return $instance;
  7846.     }
  7847.     /**
  7848.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7849.      *
  7850.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7851.      */
  7852.     protected function getDoctrineMigrations_UpToDateCommandService()
  7853.     {
  7854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7855.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7857.         $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');
  7858.         $instance->setName('doctrine:migrations:up-to-date');
  7859.         return $instance;
  7860.     }
  7861.     /**
  7862.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7863.      *
  7864.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7865.      */
  7866.     protected function getDoctrineMigrations_VersionCommandService()
  7867.     {
  7868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7869.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7870.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7871.         $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');
  7872.         $instance->setName('doctrine:migrations:version');
  7873.         return $instance;
  7874.     }
  7875.     /**
  7876.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7877.      *
  7878.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7879.      */
  7880.     protected function getDoctrineMigrations_VersionsCommandService()
  7881.     {
  7882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7883.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7884.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7885.         $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');
  7886.         $instance->setName('doctrine:migrations:list');
  7887.         return $instance;
  7888.     }
  7889.     /**
  7890.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7891.      *
  7892.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7893.      */
  7894.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7895.     {
  7896.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7897.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7898.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7899.         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()));
  7900.     }
  7901.     /**
  7902.      * Gets the private 'exception_listener' shared service.
  7903.      *
  7904.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7905.      */
  7906.     protected function getExceptionListenerService()
  7907.     {
  7908.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7909.     }
  7910.     /**
  7911.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7912.      *
  7913.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7914.      */
  7915.     protected function getForm_ChoiceListFactory_CachedService()
  7916.     {
  7917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7919.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7920.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7921.         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())));
  7922.     }
  7923.     /**
  7924.      * Gets the private 'form.factory' shared service.
  7925.      *
  7926.      * @return \Symfony\Component\Form\FormFactory
  7927.      */
  7928.     protected function getForm_FactoryService()
  7929.     {
  7930.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  7931.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  7932.         return $this->privates['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  7933.     }
  7934.     /**
  7935.      * Gets the private 'form.registry' shared service.
  7936.      *
  7937.      * @return \Symfony\Component\Form\FormRegistry
  7938.      */
  7939.     protected function getForm_RegistryService()
  7940.     {
  7941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7948.         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, [
  7949.             'App\\Form\\RegistrationFormType' => ['privates''App\\Form\\RegistrationFormType''getRegistrationFormTypeService'false],
  7950.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7951.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7952.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7953.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['privates''form.type.file''getForm_Type_FileService'false],
  7954.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7955.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  7956.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  7957.         ], [
  7958.             'App\\Form\\RegistrationFormType' => '?',
  7959.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7960.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7961.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7962.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7963.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7964.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  7965.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  7966.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7967.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7968.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7969.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7970.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7971.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7972.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7973.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7974.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7975.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7976.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7977.         }, 1)], new RewindableGenerator(function () {
  7978.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7979.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7980.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7981.     }
  7982.     /**
  7983.      * Gets the private 'form.server_params' shared service.
  7984.      *
  7985.      * @return \Symfony\Component\Form\Util\ServerParams
  7986.      */
  7987.     protected function getForm_ServerParamsService()
  7988.     {
  7989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7990.         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())));
  7991.     }
  7992.     /**
  7993.      * Gets the private 'form.type.choice' shared service.
  7994.      *
  7995.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7996.      */
  7997.     protected function getForm_Type_ChoiceService()
  7998.     {
  7999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  8002.         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()));
  8003.     }
  8004.     /**
  8005.      * Gets the private 'form.type.color' shared service.
  8006.      *
  8007.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  8008.      */
  8009.     protected function getForm_Type_ColorService()
  8010.     {
  8011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8012.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  8014.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  8015.     }
  8016.     /**
  8017.      * Gets the private 'form.type.entity' shared service.
  8018.      *
  8019.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  8020.      */
  8021.     protected function getForm_Type_EntityService()
  8022.     {
  8023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8024.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8025.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  8026.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  8027.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8028.     }
  8029.     /**
  8030.      * Gets the private 'form.type.file' shared service.
  8031.      *
  8032.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  8033.      */
  8034.     protected function getForm_Type_FileService()
  8035.     {
  8036.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8037.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8038.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  8039.         return $this->privates['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  8040.     }
  8041.     /**
  8042.      * Gets the private 'form.type.form' shared service.
  8043.      *
  8044.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  8045.      */
  8046.     protected function getForm_Type_FormService()
  8047.     {
  8048.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  8051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  8052.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  8053.     }
  8054.     /**
  8055.      * Gets the private 'form.type_extension.csrf' shared service.
  8056.      *
  8057.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  8058.      */
  8059.     protected function getForm_TypeExtension_CsrfService()
  8060.     {
  8061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8062.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8063.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  8064.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->privates['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  8065.     }
  8066.     /**
  8067.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  8068.      *
  8069.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  8070.      */
  8071.     protected function getForm_TypeExtension_Form_DataCollectorService()
  8072.     {
  8073.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8074.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8075.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  8076.         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()));
  8077.     }
  8078.     /**
  8079.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  8080.      *
  8081.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  8082.      */
  8083.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  8084.     {
  8085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8086.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8087.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  8088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  8089.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  8090.         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())));
  8091.     }
  8092.     /**
  8093.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  8094.      *
  8095.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  8096.      */
  8097.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  8098.     {
  8099.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8100.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8101.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  8102.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  8103.     }
  8104.     /**
  8105.      * Gets the private 'form.type_extension.form.validator' shared service.
  8106.      *
  8107.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  8108.      */
  8109.     protected function getForm_TypeExtension_Form_ValidatorService()
  8110.     {
  8111.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8112.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8113.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  8114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  8115.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()), false, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8116.     }
  8117.     /**
  8118.      * Gets the private 'form.type_extension.upload.validator' shared service.
  8119.      *
  8120.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  8121.      */
  8122.     protected function getForm_TypeExtension_Upload_ValidatorService()
  8123.     {
  8124.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  8125.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  8126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  8127.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  8128.     }
  8129.     /**
  8130.      * Gets the private 'form.type_guesser.doctrine' shared service.
  8131.      *
  8132.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  8133.      */
  8134.     protected function getForm_TypeGuesser_DoctrineService()
  8135.     {
  8136.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8137.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  8138.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8139.     }
  8140.     /**
  8141.      * Gets the private 'form.type_guesser.validator' shared service.
  8142.      *
  8143.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  8144.      */
  8145.     protected function getForm_TypeGuesser_ValidatorService()
  8146.     {
  8147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  8148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  8149.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()));
  8150.     }
  8151.     /**
  8152.      * Gets the private 'fragment.renderer.inline' shared service.
  8153.      *
  8154.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  8155.      */
  8156.     protected function getFragment_Renderer_InlineService()
  8157.     {
  8158.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  8159.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  8160.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  8161.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8162.         $instance->setFragmentPath('/_fragment');
  8163.         return $instance;
  8164.     }
  8165.     /**
  8166.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  8167.      *
  8168.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  8169.      */
  8170.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  8171.     {
  8172.         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())));
  8173.     }
  8174.     /**
  8175.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  8176.      *
  8177.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  8178.      */
  8179.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  8180.     {
  8181.         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->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  8182.     }
  8183.     /**
  8184.      * Gets the private 'gesdinet.jwtrefreshtoken.authenticator' shared service.
  8185.      *
  8186.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator
  8187.      *
  8188.      * @deprecated Since gesdinet/jwt-refresh-token-bundle 1.0: The "gesdinet.jwtrefreshtoken.authenticator" service is deprecated.
  8189.      */
  8190.     protected function getGesdinet_Jwtrefreshtoken_AuthenticatorService()
  8191.     {
  8192.         trigger_deprecation('gesdinet/jwt-refresh-token-bundle''1.0''The "gesdinet.jwtrefreshtoken.authenticator" service is deprecated.');
  8193.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8194.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8195.         return new \Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'refresh_token', ($this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] ?? $this->getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()));
  8196.     }
  8197.     /**
  8198.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  8199.      *
  8200.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  8201.      */
  8202.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  8203.     {
  8204.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  8205.         return $this->privates['gesdinet.jwtrefreshtoken.send_token'] = new \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), 2592000, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'refresh_token'true, ($this->services['gesdinet.jwtrefreshtoken.refresh_token_generator'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService()), ($this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] ?? $this->getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()), $this->parameters['gesdinet_jwt_refresh_token.cookie'], true'refresh_token_expiration');
  8206.     }
  8207.     /**
  8208.      * Gets the private 'gesdinet.jwtrefreshtoken.user_provider' shared service.
  8209.      *
  8210.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider
  8211.      *
  8212.      * @deprecated Since gesdinet/jwt-refresh-token-bundle 1.0: The "gesdinet.jwtrefreshtoken.user_provider" service is deprecated.
  8213.      */
  8214.     protected function getGesdinet_Jwtrefreshtoken_UserProviderService()
  8215.     {
  8216.         trigger_deprecation('gesdinet/jwt-refresh-token-bundle''1.0''The "gesdinet.jwtrefreshtoken.user_provider" service is deprecated.');
  8217.         $instance = new \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  8218.         $instance->setCustomUserProvider(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  8219.         return $instance;
  8220.     }
  8221.     /**
  8222.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  8223.      *
  8224.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  8225.      */
  8226.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  8227.     {
  8228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8229.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  8230.         $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');
  8231.         $instance->setName('lexik:jwt:check-config');
  8232.         $instance->setDescription('Checks that the bundle is properly configured.');
  8233.         return $instance;
  8234.     }
  8235.     /**
  8236.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  8237.      *
  8238.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  8239.      */
  8240.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  8241.     {
  8242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8243.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  8244.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8245.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->privates['filesystem'] ?? ($this->privates['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  8246.         $instance->setName('lexik:jwt:generate-keypair');
  8247.         $instance->setDescription('Generate public/private keys for use in your application.');
  8248.         return $instance;
  8249.     }
  8250.     /**
  8251.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  8252.      *
  8253.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  8254.      */
  8255.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  8256.     {
  8257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8258.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  8259.         return $this->privates['lexik_jwt_authentication.handler.authentication_failure'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  8260.     }
  8261.     /**
  8262.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  8263.      *
  8264.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  8265.      */
  8266.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  8267.     {
  8268.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8269.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  8270.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [], true);
  8271.     }
  8272.     /**
  8273.      * Gets the private 'locale_aware_listener' shared service.
  8274.      *
  8275.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  8276.      */
  8277.     protected function getLocaleAwareListenerService()
  8278.     {
  8279.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  8280.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  8281.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  8282.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8283.     }
  8284.     /**
  8285.      * Gets the private 'locale_listener' shared service.
  8286.      *
  8287.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  8288.      */
  8289.     protected function getLocaleListenerService()
  8290.     {
  8291.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  8292.     }
  8293.     /**
  8294.      * Gets the private 'mailer.mailer' shared service.
  8295.      *
  8296.      * @return \Symfony\Component\Mailer\Mailer
  8297.      */
  8298.     protected function getMailer_MailerService()
  8299.     {
  8300.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8301.     }
  8302.     /**
  8303.      * Gets the private 'mailer.transport_factory.native' shared service.
  8304.      *
  8305.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  8306.      */
  8307.     protected function getMailer_TransportFactory_NativeService()
  8308.     {
  8309.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  8312.         return new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8313.     }
  8314.     /**
  8315.      * Gets the private 'mailer.transport_factory.null' shared service.
  8316.      *
  8317.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  8318.      */
  8319.     protected function getMailer_TransportFactory_NullService()
  8320.     {
  8321.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8322.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8323.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  8324.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8325.     }
  8326.     /**
  8327.      * Gets the private 'mailer.transport_factory.sendgrid' shared service.
  8328.      *
  8329.      * @return \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory
  8330.      */
  8331.     protected function getMailer_TransportFactory_SendgridService()
  8332.     {
  8333.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8334.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8335.         include_once \dirname(__DIR__4).'/vendor/symfony/sendgrid-mailer/Transport/SendgridTransportFactory.php';
  8336.         return new \Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8337.     }
  8338.     /**
  8339.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  8340.      *
  8341.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  8342.      */
  8343.     protected function getMailer_TransportFactory_SendmailService()
  8344.     {
  8345.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8346.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8347.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  8348.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8349.     }
  8350.     /**
  8351.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  8352.      *
  8353.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  8354.      */
  8355.     protected function getMailer_TransportFactory_SmtpService()
  8356.     {
  8357.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  8358.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  8359.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  8360.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  8361.     }
  8362.     /**
  8363.      * Gets the private 'mailer.transports' shared service.
  8364.      *
  8365.      * @return \Symfony\Component\Mailer\Transport\Transports
  8366.      */
  8367.     protected function getMailer_TransportsService()
  8368.     {
  8369.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  8370.             yield => $this->getMailer_TransportFactory_SendgridService();
  8371.             yield => $this->getMailer_TransportFactory_NullService();
  8372.             yield => $this->getMailer_TransportFactory_SendmailService();
  8373.             yield => $this->getMailer_TransportFactory_NativeService();
  8374.             yield => $this->getMailer_TransportFactory_SmtpService();
  8375.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  8376.     }
  8377.     /**
  8378.      * Gets the private 'maker.auto_command.make_auth' shared service.
  8379.      *
  8380.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8381.      */
  8382.     protected function getMaker_AutoCommand_MakeAuthService()
  8383.     {
  8384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  8389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  8390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8391.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8392.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8393.         $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()), $a$b);
  8394.         $instance->setName('make:auth');
  8395.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  8396.         return $instance;
  8397.     }
  8398.     /**
  8399.      * Gets the private 'maker.auto_command.make_command' shared service.
  8400.      *
  8401.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8402.      */
  8403.     protected function getMaker_AutoCommand_MakeCommandService()
  8404.     {
  8405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8409.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  8410.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8411.         $instance->setName('make:command');
  8412.         $instance->setDescription('Creates a new console command class');
  8413.         return $instance;
  8414.     }
  8415.     /**
  8416.      * Gets the private 'maker.auto_command.make_controller' shared service.
  8417.      *
  8418.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8419.      */
  8420.     protected function getMaker_AutoCommand_MakeControllerService()
  8421.     {
  8422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  8427.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8428.         $instance->setName('make:controller');
  8429.         $instance->setDescription('Creates a new controller class');
  8430.         return $instance;
  8431.     }
  8432.     /**
  8433.      * Gets the private 'maker.auto_command.make_crud' shared service.
  8434.      *
  8435.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8436.      */
  8437.     protected function getMaker_AutoCommand_MakeCrudService()
  8438.     {
  8439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8442.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  8444.         $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()));
  8445.         $instance->setName('make:crud');
  8446.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  8447.         return $instance;
  8448.     }
  8449.     /**
  8450.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  8451.      *
  8452.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8453.      */
  8454.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  8455.     {
  8456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8460.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  8461.         $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()));
  8462.         $instance->setName('make:data-persister');
  8463.         $instance->setDescription('Creates an API Platform data persister');
  8464.         return $instance;
  8465.     }
  8466.     /**
  8467.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  8468.      *
  8469.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8470.      */
  8471.     protected function getMaker_AutoCommand_MakeDataProviderService()
  8472.     {
  8473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8477.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  8478.         $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()));
  8479.         $instance->setName('make:data-provider');
  8480.         $instance->setDescription('Creates an API Platform data provider');
  8481.         return $instance;
  8482.     }
  8483.     /**
  8484.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  8485.      *
  8486.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8487.      */
  8488.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  8489.     {
  8490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8494.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  8495.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8496.         $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()));
  8497.         $instance->setName('make:docker:database');
  8498.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  8499.         return $instance;
  8500.     }
  8501.     /**
  8502.      * Gets the private 'maker.auto_command.make_entity' shared service.
  8503.      *
  8504.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8505.      */
  8506.     protected function getMaker_AutoCommand_MakeEntityService()
  8507.     {
  8508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8511.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8513.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  8514.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8515.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  8516.         $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()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  8517.         $instance->setName('make:entity');
  8518.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  8519.         return $instance;
  8520.     }
  8521.     /**
  8522.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  8523.      *
  8524.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8525.      */
  8526.     protected function getMaker_AutoCommand_MakeFixturesService()
  8527.     {
  8528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8529.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8530.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8531.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8532.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  8533.         $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()));
  8534.         $instance->setName('make:fixtures');
  8535.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  8536.         return $instance;
  8537.     }
  8538.     /**
  8539.      * Gets the private 'maker.auto_command.make_form' shared service.
  8540.      *
  8541.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8542.      */
  8543.     protected function getMaker_AutoCommand_MakeFormService()
  8544.     {
  8545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8548.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  8550.         $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()));
  8551.         $instance->setName('make:form');
  8552.         $instance->setDescription('Creates a new form class');
  8553.         return $instance;
  8554.     }
  8555.     /**
  8556.      * Gets the private 'maker.auto_command.make_message' shared service.
  8557.      *
  8558.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8559.      */
  8560.     protected function getMaker_AutoCommand_MakeMessageService()
  8561.     {
  8562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8563.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  8567.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8568.         $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()));
  8569.         $instance->setName('make:message');
  8570.         $instance->setDescription('Creates a new message and handler');
  8571.         return $instance;
  8572.     }
  8573.     /**
  8574.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  8575.      *
  8576.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8577.      */
  8578.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  8579.     {
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8582.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  8585.         $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()));
  8586.         $instance->setName('make:messenger-middleware');
  8587.         $instance->setDescription('Creates a new messenger middleware');
  8588.         return $instance;
  8589.     }
  8590.     /**
  8591.      * Gets the private 'maker.auto_command.make_migration' shared service.
  8592.      *
  8593.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8594.      */
  8595.     protected function getMaker_AutoCommand_MakeMigrationService()
  8596.     {
  8597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8599.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8600.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  8602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  8603.         $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()));
  8604.         $instance->setName('make:migration');
  8605.         $instance->setDescription('Creates a new migration based on database changes');
  8606.         return $instance;
  8607.     }
  8608.     /**
  8609.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  8610.      *
  8611.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8612.      */
  8613.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  8614.     {
  8615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8616.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8617.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8618.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  8620.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8621.         $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->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8622.         $instance->setName('make:registration-form');
  8623.         $instance->setDescription('Creates a new registration form system');
  8624.         return $instance;
  8625.     }
  8626.     /**
  8627.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  8628.      *
  8629.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8630.      */
  8631.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  8632.     {
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  8638.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8639.         $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()));
  8640.         $instance->setName('make:reset-password');
  8641.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  8642.         return $instance;
  8643.     }
  8644.     /**
  8645.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  8646.      *
  8647.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8648.      */
  8649.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  8650.     {
  8651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  8656.         $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()));
  8657.         $instance->setName('make:serializer:encoder');
  8658.         $instance->setDescription('Creates a new serializer encoder class');
  8659.         return $instance;
  8660.     }
  8661.     /**
  8662.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  8663.      *
  8664.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8665.      */
  8666.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  8667.     {
  8668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8669.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  8673.         $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()));
  8674.         $instance->setName('make:serializer:normalizer');
  8675.         $instance->setDescription('Creates a new serializer normalizer class');
  8676.         return $instance;
  8677.     }
  8678.     /**
  8679.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  8680.      *
  8681.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8682.      */
  8683.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  8684.     {
  8685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8686.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8689.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  8690.         $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()));
  8691.         $instance->setName('make:state-processor');
  8692.         $instance->setDescription('Creates an API Platform state processor');
  8693.         return $instance;
  8694.     }
  8695.     /**
  8696.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  8697.      *
  8698.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8699.      */
  8700.     protected function getMaker_AutoCommand_MakeStateProviderService()
  8701.     {
  8702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8703.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8706.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  8707.         $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()));
  8708.         $instance->setName('make:state-provider');
  8709.         $instance->setDescription('Creates an API Platform state provider');
  8710.         return $instance;
  8711.     }
  8712.     /**
  8713.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  8714.      *
  8715.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8716.      */
  8717.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  8718.     {
  8719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8722.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8723.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  8724.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8725.         $instance->setName('make:stimulus-controller');
  8726.         $instance->setDescription('Creates a new Stimulus controller');
  8727.         return $instance;
  8728.     }
  8729.     /**
  8730.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  8731.      *
  8732.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8733.      */
  8734.     protected function getMaker_AutoCommand_MakeSubscriberService()
  8735.     {
  8736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8738.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8739.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8740.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  8741.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  8742.         $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()));
  8743.         $instance->setName('make:subscriber');
  8744.         $instance->setDescription('Creates a new event subscriber class');
  8745.         return $instance;
  8746.     }
  8747.     /**
  8748.      * Gets the private 'maker.auto_command.make_test' shared service.
  8749.      *
  8750.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8751.      */
  8752.     protected function getMaker_AutoCommand_MakeTestService()
  8753.     {
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8756.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8757.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8758.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8759.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8760.         $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()));
  8761.         $instance->setName('make:test');
  8762.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8763.         $instance->setDescription('Creates a new test class');
  8764.         return $instance;
  8765.     }
  8766.     /**
  8767.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  8768.      *
  8769.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8770.      */
  8771.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  8772.     {
  8773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8774.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8775.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8776.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8777.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  8778.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8779.         $instance->setName('make:twig-component');
  8780.         $instance->setDescription('Creates a twig (or live) component');
  8781.         return $instance;
  8782.     }
  8783.     /**
  8784.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8785.      *
  8786.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8787.      */
  8788.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8789.     {
  8790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8791.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8792.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8793.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8794.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8795.         $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()));
  8796.         $instance->setName('make:twig-extension');
  8797.         $instance->setDescription('Creates a new Twig extension with its runtime class');
  8798.         return $instance;
  8799.     }
  8800.     /**
  8801.      * Gets the private 'maker.auto_command.make_user' shared service.
  8802.      *
  8803.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8804.      */
  8805.     protected function getMaker_AutoCommand_MakeUserService()
  8806.     {
  8807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8809.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8810.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8811.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8812.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8813.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8814.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8815.         $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()));
  8816.         $instance->setName('make:user');
  8817.         $instance->setDescription('Creates a new security user class');
  8818.         return $instance;
  8819.     }
  8820.     /**
  8821.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8822.      *
  8823.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8824.      */
  8825.     protected function getMaker_AutoCommand_MakeValidatorService()
  8826.     {
  8827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8828.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8832.         $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()));
  8833.         $instance->setName('make:validator');
  8834.         $instance->setDescription('Creates a new validator and constraint class');
  8835.         return $instance;
  8836.     }
  8837.     /**
  8838.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8839.      *
  8840.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8841.      */
  8842.     protected function getMaker_AutoCommand_MakeVoterService()
  8843.     {
  8844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8845.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8849.         $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()));
  8850.         $instance->setName('make:voter');
  8851.         $instance->setDescription('Creates a new security voter class');
  8852.         return $instance;
  8853.     }
  8854.     /**
  8855.      * Gets the private 'maker.doctrine_helper' shared service.
  8856.      *
  8857.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8858.      */
  8859.     protected function getMaker_DoctrineHelperService()
  8860.     {
  8861.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8862.         $a = ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService());
  8863.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')])))], => [=> 'Vich\\UploaderBundle\\Entity'=> $a], => [=> 'Gesdinet\\JWTRefreshTokenBundle\\Entity'=> $a]]]);
  8864.     }
  8865.     /**
  8866.      * Gets the private 'maker.entity_class_generator' shared service.
  8867.      *
  8868.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8869.      */
  8870.     protected function getMaker_EntityClassGeneratorService()
  8871.     {
  8872.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8873.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  8874.     }
  8875.     /**
  8876.      * Gets the private 'maker.file_manager' shared service.
  8877.      *
  8878.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8879.      */
  8880.     protected function getMaker_FileManagerService()
  8881.     {
  8882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8886.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8887.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->privates['filesystem'] ?? ($this->privates['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'));
  8888.     }
  8889.     /**
  8890.      * Gets the private 'maker.generator' shared service.
  8891.      *
  8892.      * @return \Symfony\Bundle\MakerBundle\Generator
  8893.      */
  8894.     protected function getMaker_GeneratorService()
  8895.     {
  8896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8897.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8898.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
  8899.     }
  8900.     /**
  8901.      * Gets the private 'maker.php_compat_util' shared service.
  8902.      *
  8903.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8904.      */
  8905.     protected function getMaker_PhpCompatUtilService()
  8906.     {
  8907.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8908.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8909.     }
  8910.     /**
  8911.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8912.      *
  8913.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8914.      */
  8915.     protected function getMaker_Renderer_FormTypeRendererService()
  8916.     {
  8917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8918.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8919.     }
  8920.     /**
  8921.      * Gets the private 'mercure.hub.default.traceable' shared service.
  8922.      *
  8923.      * @return \Symfony\Component\Mercure\Debug\TraceableHub
  8924.      */
  8925.     protected function getMercure_Hub_Default_TraceableService()
  8926.     {
  8927.         $a = new \Symfony\Component\Mercure\Jwt\LcobucciFactory($this->getEnv('MERCURE_JWT_SECRET'), 'hmac.sha256'NULL'');
  8928.         return $this->privates['mercure.hub.default.traceable'] = new \Symfony\Component\Mercure\Debug\TraceableHub(new \Symfony\Component\Mercure\Hub($this->getEnv('MERCURE_URL'), new \Symfony\Component\Mercure\Jwt\FactoryTokenProvider($a, [], [=> '*']), $a$this->getEnv('MERCURE_PUBLIC_URL'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  8929.     }
  8930.     /**
  8931.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  8932.      *
  8933.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  8934.      */
  8935.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  8936.     {
  8937.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  8938.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  8939.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  8940.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  8941.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  8942.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  8943.         }, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
  8944.             yield => ($this->privates['.messenger.handler_descriptor.vMw0m61'] ?? $this->get_Messenger_HandlerDescriptor_VMw0m61Service());
  8945.         }, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
  8946.             yield => ($this->privates['.messenger.handler_descriptor.XZowc.T'] ?? $this->get_Messenger_HandlerDescriptor_XZowc_TService());
  8947.         }, 1), 'Symfony\\Component\\Notifier\\Message\\PushMessage' => new RewindableGenerator(function () {
  8948.             yield => ($this->privates['.messenger.handler_descriptor.Lml2ICs'] ?? $this->get_Messenger_HandlerDescriptor_Lml2ICsService());
  8949.         }, 1), 'Symfony\\Component\\Mercure\\Update' => new RewindableGenerator(function () {
  8950.             yield => ($this->privates['.messenger.handler_descriptor.oFKCS4G'] ?? $this->get_Messenger_HandlerDescriptor_OFKCS4GService());
  8951.         }, 1)]));
  8952.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  8953.         return $instance;
  8954.     }
  8955.     /**
  8956.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  8957.      *
  8958.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  8959.      */
  8960.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  8961.     {
  8962.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  8963.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  8964.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  8965.     }
  8966.     /**
  8967.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  8968.      *
  8969.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  8970.      */
  8971.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  8972.     {
  8973.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  8974.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  8975.     }
  8976.     /**
  8977.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  8978.      *
  8979.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  8980.      */
  8981.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  8982.     {
  8983.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  8984.         return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8985.     }
  8986.     /**
  8987.      * Gets the private 'messenger.middleware.send_message' shared service.
  8988.      *
  8989.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  8990.      */
  8991.     protected function getMessenger_Middleware_SendMessageService()
  8992.     {
  8993.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  8995.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  8996.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  8997.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator([], ($this->privates['api_platform.graphql.mutation_resolver_locator'] ?? ($this->privates['api_platform.graphql.mutation_resolver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8998.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  8999.         return $instance;
  9000.     }
  9001.     /**
  9002.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  9003.      *
  9004.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  9005.      */
  9006.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  9007.     {
  9008.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  9009.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['api_platform.graphql.mutation_resolver_locator'] ?? ($this->privates['api_platform.graphql.mutation_resolver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9010.     }
  9011.     /**
  9012.      * Gets the private 'mime_types' shared service.
  9013.      *
  9014.      * @return \Symfony\Component\Mime\MimeTypes
  9015.      */
  9016.     protected function getMimeTypesService()
  9017.     {
  9018.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  9019.         $instance->setDefault($instance);
  9020.         return $instance;
  9021.     }
  9022.     /**
  9023.      * Gets the private 'monolog.command.server_log' shared service.
  9024.      *
  9025.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  9026.      */
  9027.     protected function getMonolog_Command_ServerLogService()
  9028.     {
  9029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9030.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  9031.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  9032.         $instance->setName('server:log');
  9033.         $instance->setDescription('Start a log server that displays logs in real time');
  9034.         return $instance;
  9035.     }
  9036.     /**
  9037.      * Gets the private 'monolog.handler.console' shared service.
  9038.      *
  9039.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  9040.      */
  9041.     protected function getMonolog_Handler_ConsoleService()
  9042.     {
  9043.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  9044.     }
  9045.     /**
  9046.      * Gets the private 'monolog.handler.main' shared service.
  9047.      *
  9048.      * @return \Monolog\Handler\StreamHandler
  9049.      */
  9050.     protected function getMonolog_Handler_MainService()
  9051.     {
  9052.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  9053.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  9054.         return $instance;
  9055.     }
  9056.     /**
  9057.      * Gets the private 'monolog.logger' shared service.
  9058.      *
  9059.      * @return \Symfony\Bridge\Monolog\Logger
  9060.      */
  9061.     protected function getMonolog_LoggerService()
  9062.     {
  9063.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  9064.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9065.         $instance->useMicrosecondTimestamps(true);
  9066.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9067.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9068.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9069.         return $instance;
  9070.     }
  9071.     /**
  9072.      * Gets the private 'monolog.logger.cache' shared service.
  9073.      *
  9074.      * @return \Symfony\Bridge\Monolog\Logger
  9075.      */
  9076.     protected function getMonolog_Logger_CacheService()
  9077.     {
  9078.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  9079.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9080.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9081.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9082.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9083.         return $instance;
  9084.     }
  9085.     /**
  9086.      * Gets the private 'monolog.logger.mailer' shared service.
  9087.      *
  9088.      * @return \Symfony\Bridge\Monolog\Logger
  9089.      */
  9090.     protected function getMonolog_Logger_MailerService()
  9091.     {
  9092.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  9093.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9094.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9095.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9096.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9097.         return $instance;
  9098.     }
  9099.     /**
  9100.      * Gets the private 'monolog.logger.messenger' shared service.
  9101.      *
  9102.      * @return \Symfony\Bridge\Monolog\Logger
  9103.      */
  9104.     protected function getMonolog_Logger_MessengerService()
  9105.     {
  9106.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  9107.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9108.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9109.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9110.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9111.         return $instance;
  9112.     }
  9113.     /**
  9114.      * Gets the private 'monolog.logger.request' shared service.
  9115.      *
  9116.      * @return \Symfony\Bridge\Monolog\Logger
  9117.      */
  9118.     protected function getMonolog_Logger_RequestService()
  9119.     {
  9120.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  9121.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9122.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9123.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9124.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9125.         return $instance;
  9126.     }
  9127.     /**
  9128.      * Gets the private 'monolog.logger.security' shared service.
  9129.      *
  9130.      * @return \Symfony\Bridge\Monolog\Logger
  9131.      */
  9132.     protected function getMonolog_Logger_SecurityService()
  9133.     {
  9134.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  9135.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9136.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9137.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9138.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  9139.         return $instance;
  9140.     }
  9141.     /**
  9142.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  9143.      *
  9144.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  9145.      */
  9146.     protected function getNelmioCors_CorsListenerService()
  9147.     {
  9148.         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'))]));
  9149.     }
  9150.     /**
  9151.      * Gets the private 'notifier.transport_factory.null' shared service.
  9152.      *
  9153.      * @return \Symfony\Component\Notifier\Transport\NullTransportFactory
  9154.      */
  9155.     protected function getNotifier_TransportFactory_NullService()
  9156.     {
  9157.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  9158.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  9159.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/NullTransportFactory.php';
  9160.         return $this->privates['notifier.transport_factory.null'] = new \Symfony\Component\Notifier\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  9161.     }
  9162.     /**
  9163.      * Gets the private 'parameter_bag' shared service.
  9164.      *
  9165.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  9166.      */
  9167.     protected function getParameterBagService()
  9168.     {
  9169.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  9170.     }
  9171.     /**
  9172.      * Gets the private 'profiler_listener' shared service.
  9173.      *
  9174.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  9175.      */
  9176.     protected function getProfilerListenerService()
  9177.     {
  9178.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  9179.     }
  9180.     /**
  9181.      * Gets the private 'property_accessor' shared service.
  9182.      *
  9183.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  9184.      */
  9185.     protected function getPropertyAccessorService()
  9186.     {
  9187.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9188.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  9189.     }
  9190.     /**
  9191.      * Gets the private 'property_info' shared service.
  9192.      *
  9193.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  9194.      */
  9195.     protected function getPropertyInfoService()
  9196.     {
  9197.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  9198.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  9199.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9200.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9201.         }, 3), new RewindableGenerator(function () {
  9202.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9203.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  9204.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9205.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9206.         }, 4), new RewindableGenerator(function () {
  9207.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  9208.         }, 1), new RewindableGenerator(function () {
  9209.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  9210.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9211.         }, 2), new RewindableGenerator(function () {
  9212.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  9213.         }, 1));
  9214.     }
  9215.     /**
  9216.      * Gets the private 'property_info.serializer_extractor' shared service.
  9217.      *
  9218.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  9219.      */
  9220.     protected function getPropertyInfo_SerializerExtractorService()
  9221.     {
  9222.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  9223.         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()));
  9224.     }
  9225.     /**
  9226.      * Gets the private 'router.cache_warmer' shared service.
  9227.      *
  9228.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  9229.      */
  9230.     protected function getRouter_CacheWarmerService()
  9231.     {
  9232.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9233.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  9234.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9235.             'router' => ['services''router''getRouterService'false],
  9236.         ], [
  9237.             'router' => '?',
  9238.         ]))->withContext('router.cache_warmer'$this));
  9239.     }
  9240.     /**
  9241.      * Gets the private 'router.expression_language_provider' shared service.
  9242.      *
  9243.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  9244.      */
  9245.     protected function getRouter_ExpressionLanguageProviderService()
  9246.     {
  9247.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9248.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  9249.         ], [
  9250.             'env' => 'Closure',
  9251.         ]));
  9252.     }
  9253.     /**
  9254.      * Gets the private 'router.request_context' shared service.
  9255.      *
  9256.      * @return \Symfony\Component\Routing\RequestContext
  9257.      */
  9258.     protected function getRouter_RequestContextService()
  9259.     {
  9260.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  9261.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  9262.         return $instance;
  9263.     }
  9264.     /**
  9265.      * Gets the private 'router_listener' shared service.
  9266.      *
  9267.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  9268.      */
  9269.     protected function getRouterListenerService()
  9270.     {
  9271.         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);
  9272.     }
  9273.     /**
  9274.      * Gets the private 'secrets.vault' shared service.
  9275.      *
  9276.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  9277.      */
  9278.     protected function getSecrets_VaultService()
  9279.     {
  9280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9281.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9282.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9283.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  9284.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  9285.     }
  9286.     /**
  9287.      * Gets the private 'security.access_listener' shared service.
  9288.      *
  9289.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  9290.      */
  9291.     protected function getSecurity_AccessListenerService()
  9292.     {
  9293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  9296.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->privates['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()), false);
  9297.     }
  9298.     /**
  9299.      * Gets the private 'security.access_map' shared service.
  9300.      *
  9301.      * @return \Symfony\Component\Security\Http\AccessMap
  9302.      */
  9303.     protected function getSecurity_AccessMapService()
  9304.     {
  9305.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  9306.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  9307.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  9308.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  9309.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  9310.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  9311.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(login|token/refresh/logout)'), [=> 'PUBLIC_ACCESS'], NULL);
  9312.         return $instance;
  9313.     }
  9314.     /**
  9315.      * Gets the private 'security.authentication_utils' shared service.
  9316.      *
  9317.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  9318.      */
  9319.     protected function getSecurity_AuthenticationUtilsService()
  9320.     {
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  9322.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9323.     }
  9324.     /**
  9325.      * Gets the private 'security.authenticator.json_login.login' shared service.
  9326.      *
  9327.      * @return \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator
  9328.      */
  9329.     protected function getSecurity_Authenticator_JsonLogin_LoginService()
  9330.     {
  9331.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  9333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/JsonLoginAuthenticator.php';
  9334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  9336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  9338.         $this->privates['security.authenticator.json_login.login'] = $instance = new \Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), [], 'login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), []), ['check_path' => 'api_login''use_forward' => false'require_previous_session' => false'login_path' => '/login''username_path' => 'username''password_path' => 'password'], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  9339.         if ($this->has('translator')) {
  9340.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9341.         }
  9342.         return $instance;
  9343.     }
  9344.     /**
  9345.      * Gets the private 'security.authenticator.jwt.api' shared service.
  9346.      *
  9347.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator
  9348.      */
  9349.     protected function getSecurity_Authenticator_Jwt_ApiService()
  9350.     {
  9351.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  9352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  9353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9354.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/ForwardCompatAuthenticatorTrait.php';
  9355.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Authenticator/JWTAuthenticator.php';
  9356.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  9357.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  9359.         return $this->privates['security.authenticator.jwt.api'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator(($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')]), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  9360.     }
  9361.     /**
  9362.      * Gets the private 'security.authenticator.refresh_jwt.api' shared service.
  9363.      *
  9364.      * @return \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator
  9365.      */
  9366.     protected function getSecurity_Authenticator_RefreshJwt_ApiService()
  9367.     {
  9368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  9369.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  9370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9371.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authenticator/RefreshTokenAuthenticator.php';
  9372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9373.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  9374.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9375.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  9376.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9377.         $b = new \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), $a);
  9378.         $b->setFirewallName('api');
  9379.         return $this->privates['security.authenticator.refresh_jwt.api'] = new \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), $a, ($this->services['gesdinet.jwtrefreshtoken.request.extractor.chain'] ?? $this->getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), $b, new \Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationFailureHandler($a), ['check_path' => '/api/token/refresh''ttl' => 2592000'ttl_update' => true'token_parameter_name' => 'refresh_token'], ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()));
  9380.     }
  9381.     /**
  9382.      * Gets the private 'security.authorization_checker' shared service.
  9383.      *
  9384.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  9385.      */
  9386.     protected function getSecurity_AuthorizationCheckerService()
  9387.     {
  9388.         return $this->privates['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalse);
  9389.     }
  9390.     /**
  9391.      * Gets the private 'security.channel_listener' shared service.
  9392.      *
  9393.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  9394.      */
  9395.     protected function getSecurity_ChannelListenerService()
  9396.     {
  9397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  9400.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  9401.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  9402.     }
  9403.     /**
  9404.      * Gets the private 'security.command.debug_firewall' shared service.
  9405.      *
  9406.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  9407.      */
  9408.     protected function getSecurity_Command_DebugFirewallService()
  9409.     {
  9410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9411.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  9412.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.WfO.0Vv'] ?? $this->get_ServiceLocator_WfO_0VvService()), ($this->privates['.service_locator.LAjDzTv'] ?? $this->get_ServiceLocator_LAjDzTvService()), ['login' => [=> ($this->privates['security.authenticator.json_login.login'] ?? $this->getSecurity_Authenticator_JsonLogin_LoginService())], 'api' => [=> ($this->privates['security.authenticator.jwt.api'] ?? $this->getSecurity_Authenticator_Jwt_ApiService()), => ($this->privates['security.authenticator.refresh_jwt.api'] ?? $this->getSecurity_Authenticator_RefreshJwt_ApiService())]], false);
  9413.         $instance->setName('debug:firewall');
  9414.         $instance->setDescription('Display information about your security firewall(s)');
  9415.         return $instance;
  9416.     }
  9417.     /**
  9418.      * Gets the private 'security.command.user_password_hash' shared service.
  9419.      *
  9420.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  9421.      */
  9422.     protected function getSecurity_Command_UserPasswordHashService()
  9423.     {
  9424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9425.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  9426.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface']);
  9427.         $instance->setName('security:hash-password');
  9428.         $instance->setDescription('Hash a user password');
  9429.         return $instance;
  9430.     }
  9431.     /**
  9432.      * Gets the private 'security.csrf.token_manager' shared service.
  9433.      *
  9434.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  9435.      */
  9436.     protected function getSecurity_Csrf_TokenManagerService()
  9437.     {
  9438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  9439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  9440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  9441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  9442.         return $this->privates['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())));
  9443.     }
  9444.     /**
  9445.      * Gets the private 'security.csrf.token_storage' shared service.
  9446.      *
  9447.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  9448.      */
  9449.     protected function getSecurity_Csrf_TokenStorageService()
  9450.     {
  9451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  9452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  9453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  9454.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9455.     }
  9456.     /**
  9457.      * Gets the private 'security.event_dispatcher.api' shared service.
  9458.      *
  9459.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9460.      */
  9461.     protected function getSecurity_EventDispatcher_ApiService()
  9462.     {
  9463.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9465.             return ($this->privates['security.listener.api.user_provider'] ?? $this->getSecurity_Listener_Api_UserProviderService());
  9466.         }, => 'checkPassport'], 2048);
  9467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9468.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  9469.         }, => 'preCheckCredentials'], 256);
  9470.         $instance->addListener('security.authentication.success', [=> function () {
  9471.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  9472.         }, => 'postCheckCredentials'], 256);
  9473.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9474.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  9475.         }, => 'checkPassport'], 1024);
  9476.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9477.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  9478.         }, => 'onLogout'], 0);
  9479.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9480.             return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] = new \App\EventSubscriber\LogoutSubscriber()));
  9481.         }, => 'onLogoutEvent'], 0);
  9482.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9483.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  9484.         }, => 'checkPassport'], 0);
  9485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9486.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  9487.         }, => 'onLoginSuccess'], 0);
  9488.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9489.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  9490.         }, => 'checkPassport'], 512);
  9491.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9492.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9493.         }, => 'onLogout'], 0);
  9494.         return $instance;
  9495.     }
  9496.     /**
  9497.      * Gets the private 'security.event_dispatcher.login' shared service.
  9498.      *
  9499.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  9500.      */
  9501.     protected function getSecurity_EventDispatcher_LoginService()
  9502.     {
  9503.         $this->privates['security.event_dispatcher.login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  9504.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9505.             return ($this->privates['security.listener.login.user_provider'] ?? $this->getSecurity_Listener_Login_UserProviderService());
  9506.         }, => 'checkPassport'], 2048);
  9507.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9508.             return ($this->privates['security.logout.listener.default.login'] ?? $this->getSecurity_Logout_Listener_Default_LoginService());
  9509.         }, => 'onLogout'], 64);
  9510.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9511.             return ($this->privates['security.listener.user_checker.login'] ?? $this->getSecurity_Listener_UserChecker_LoginService());
  9512.         }, => 'preCheckCredentials'], 256);
  9513.         $instance->addListener('security.authentication.success', [=> function () {
  9514.             return ($this->privates['security.listener.user_checker.login'] ?? $this->getSecurity_Listener_UserChecker_LoginService());
  9515.         }, => 'postCheckCredentials'], 256);
  9516.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9517.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  9518.         }, => 'checkPassport'], 1024);
  9519.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9520.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->getLogoutEventListenerService());
  9521.         }, => 'onLogout'], 0);
  9522.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9523.             return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] = new \App\EventSubscriber\LogoutSubscriber()));
  9524.         }, => 'onLogoutEvent'], 0);
  9525.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9526.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  9527.         }, => 'checkPassport'], 0);
  9528.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  9529.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  9530.         }, => 'onLoginSuccess'], 0);
  9531.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  9532.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  9533.         }, => 'checkPassport'], 512);
  9534.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9535.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9536.         }, => 'onLogout'], 0);
  9537.         return $instance;
  9538.     }
  9539.     /**
  9540.      * Gets the private 'security.expression_language' shared service.
  9541.      *
  9542.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  9543.      */
  9544.     protected function getSecurity_ExpressionLanguageService()
  9545.     {
  9546.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  9547.         $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())));
  9548.         return $instance;
  9549.     }
  9550.     /**
  9551.      * Gets the private 'security.firewall.map' shared service.
  9552.      *
  9553.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  9554.      */
  9555.     protected function getSecurity_Firewall_MapService()
  9556.     {
  9557.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.WfO.0Vv'] ?? $this->get_ServiceLocator_WfO_0VvService()), new RewindableGenerator(function () {
  9558.             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)/')));
  9559.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.huI_Dm8'] ?? ($this->privates['.security.request_matcher.huI_Dm8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login$')));
  9560.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  9561.         }, 3));
  9562.     }
  9563.     /**
  9564.      * Gets the private 'security.firewall.map.context.api' shared service.
  9565.      *
  9566.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9567.      */
  9568.     protected function getSecurity_Firewall_Map_Context_ApiService()
  9569.     {
  9570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9574.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9575.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9576.             yield => ($this->privates['debug.security.firewall.authenticator.api'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiService());
  9577.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9578.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->privates['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())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['security.authenticator.jwt.api'] ?? $this->getSecurity_Authenticator_Jwt_ApiService()), 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'security.user.provider.concrete.app_user_provider'NULL'security.authenticator.jwt.api'NULLNULL, [=> 'jwt'=> 'refresh_jwt'], NULL));
  9579.     }
  9580.     /**
  9581.      * Gets the private 'security.firewall.map.context.dev' shared service.
  9582.      *
  9583.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9584.      */
  9585.     protected function getSecurity_Firewall_Map_Context_DevService()
  9586.     {
  9587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9589.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9590.             return new \EmptyIterator();
  9591.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  9592.     }
  9593.     /**
  9594.      * Gets the private 'security.firewall.map.context.login' shared service.
  9595.      *
  9596.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  9597.      */
  9598.     protected function getSecurity_Firewall_Map_Context_LoginService()
  9599.     {
  9600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  9601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  9602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  9603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  9604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  9605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  9606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  9607.         $a = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  9608.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  9609.         return $this->privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  9610.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  9611.             yield => ($this->privates['debug.security.firewall.authenticator.login'] ?? $this->getDebug_Security_Firewall_Authenticator_LoginService());
  9612.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  9613.         }, 3), 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())), $b'login'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.login'] ?? $this->getSecurity_EventDispatcher_LoginService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login''security.user_checker''.security.request_matcher.huI_Dm8'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'json_login'], NULL));
  9614.     }
  9615.     /**
  9616.      * Gets the private 'security.helper' shared service.
  9617.      *
  9618.      * @return \Symfony\Component\Security\Core\Security
  9619.      */
  9620.     protected function getSecurity_HelperService()
  9621.     {
  9622.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9623.             'security.authorization_checker' => ['privates''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  9624.             'security.token_storage' => ['privates''security.token_storage''getSecurity_TokenStorageService'false],
  9625.         ], [
  9626.             'security.authorization_checker' => '?',
  9627.             'security.token_storage' => '?',
  9628.         ]));
  9629.     }
  9630.     /**
  9631.      * Gets the private 'security.http_utils' shared service.
  9632.      *
  9633.      * @return \Symfony\Component\Security\Http\HttpUtils
  9634.      */
  9635.     protected function getSecurity_HttpUtilsService()
  9636.     {
  9637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  9638.         $a = ($this->services['router'] ?? $this->getRouterService());
  9639.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  9640.     }
  9641.     /**
  9642.      * Gets the private 'security.listener.api.user_provider' shared service.
  9643.      *
  9644.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  9645.      */
  9646.     protected function getSecurity_Listener_Api_UserProviderService()
  9647.     {
  9648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  9649.         return $this->privates['security.listener.api.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  9650.     }
  9651.     /**
  9652.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  9653.      *
  9654.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  9655.      */
  9656.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  9657.     {
  9658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  9659.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  9660.     }
  9661.     /**
  9662.      * Gets the private 'security.listener.csrf_protection' shared service.
  9663.      *
  9664.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  9665.      */
  9666.     protected function getSecurity_Listener_CsrfProtectionService()
  9667.     {
  9668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  9669.         return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->privates['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  9670.     }
  9671.     /**
  9672.      * Gets the private 'security.listener.login.user_provider' shared service.
  9673.      *
  9674.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  9675.      */
  9676.     protected function getSecurity_Listener_Login_UserProviderService()
  9677.     {
  9678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  9679.         return $this->privates['security.listener.login.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  9680.     }
  9681.     /**
  9682.      * Gets the private 'security.listener.password_migrating' shared service.
  9683.      *
  9684.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  9685.      */
  9686.     protected function getSecurity_Listener_PasswordMigratingService()
  9687.     {
  9688.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  9689.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  9690.     }
  9691.     /**
  9692.      * Gets the private 'security.listener.user_checker.api' shared service.
  9693.      *
  9694.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  9695.      */
  9696.     protected function getSecurity_Listener_UserChecker_ApiService()
  9697.     {
  9698.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  9699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9701.         return $this->privates['security.listener.user_checker.api'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  9702.     }
  9703.     /**
  9704.      * Gets the private 'security.listener.user_checker.login' shared service.
  9705.      *
  9706.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  9707.      */
  9708.     protected function getSecurity_Listener_UserChecker_LoginService()
  9709.     {
  9710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  9711.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9712.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9713.         return $this->privates['security.listener.user_checker.login'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  9714.     }
  9715.     /**
  9716.      * Gets the private 'security.listener.user_provider' shared service.
  9717.      *
  9718.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  9719.      */
  9720.     protected function getSecurity_Listener_UserProviderService()
  9721.     {
  9722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  9723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9724.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
  9725.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
  9726.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  9727.             yield => ($this->privates['security.user.provider.concrete.jwt'] ?? ($this->privates['security.user.provider.concrete.jwt'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\User\JWTUserProvider('App\\Entity\\User')));
  9728.         }, 2)));
  9729.     }
  9730.     /**
  9731.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  9732.      *
  9733.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  9734.      */
  9735.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  9736.     {
  9737.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  9738.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  9739.     }
  9740.     /**
  9741.      * Gets the private 'security.logout.listener.default.login' shared service.
  9742.      *
  9743.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  9744.      */
  9745.     protected function getSecurity_Logout_Listener_Default_LoginService()
  9746.     {
  9747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  9748.         return $this->privates['security.logout.listener.default.login'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  9749.     }
  9750.     /**
  9751.      * Gets the private 'security.logout_url_generator' shared service.
  9752.      *
  9753.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  9754.      */
  9755.     protected function getSecurity_LogoutUrlGeneratorService()
  9756.     {
  9757.         $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->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  9758.         $instance->registerListener('login''app_logout''logout''_csrf_token'NULLNULL);
  9759.         return $instance;
  9760.     }
  9761.     /**
  9762.      * Gets the private 'security.password_hasher_factory' shared service.
  9763.      *
  9764.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  9765.      */
  9766.     protected function getSecurity_PasswordHasherFactoryService()
  9767.     {
  9768.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  9769.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  9770.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['Symfony\\Component\\Security\\Core\\User\\PasswordAuthenticatedUserInterface' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  9771.     }
  9772.     /**
  9773.      * Gets the private 'security.role_hierarchy' shared service.
  9774.      *
  9775.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  9776.      */
  9777.     protected function getSecurity_RoleHierarchyService()
  9778.     {
  9779.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  9780.     }
  9781.     /**
  9782.      * Gets the private 'security.token_storage' shared service.
  9783.      *
  9784.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  9785.      */
  9786.     protected function getSecurity_TokenStorageService()
  9787.     {
  9788.         return $this->privates['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, [
  9789.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9790.         ], [
  9791.             'request_stack' => '?',
  9792.         ]));
  9793.     }
  9794.     /**
  9795.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  9796.      *
  9797.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  9798.      */
  9799.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  9800.     {
  9801.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9802.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  9803.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  9804.     }
  9805.     /**
  9806.      * Gets the private 'security.user_password_hasher' shared service.
  9807.      *
  9808.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  9809.      */
  9810.     protected function getSecurity_UserPasswordHasherService()
  9811.     {
  9812.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  9813.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  9814.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  9815.     }
  9816.     /**
  9817.      * Gets the private 'security.validator.user_password' shared service.
  9818.      *
  9819.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  9820.      */
  9821.     protected function getSecurity_Validator_UserPasswordService()
  9822.     {
  9823.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9824.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9825.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  9826.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  9827.     }
  9828.     /**
  9829.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  9830.      *
  9831.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  9832.      */
  9833.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  9834.     {
  9835.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9836.     }
  9837.     /**
  9838.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  9839.      *
  9840.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  9841.      */
  9842.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  9843.     {
  9844.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  9845.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  9846.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  9847.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  9848.     }
  9849.     /**
  9850.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  9851.      *
  9852.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  9853.      */
  9854.     protected function getSensioFrameworkExtra_Security_ListenerService()
  9855.     {
  9856.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  9857.         $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())));
  9858.         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())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9859.     }
  9860.     /**
  9861.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  9862.      *
  9863.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  9864.      */
  9865.     protected function getSensioFrameworkExtra_View_ListenerService()
  9866.     {
  9867.         $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))));
  9868.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9869.             'twig' => ['privates''twig''getTwigService'false],
  9870.         ], [
  9871.             'twig' => 'Twig\\Environment',
  9872.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  9873.         return $instance;
  9874.     }
  9875.     /**
  9876.      * Gets the private 'serializer' shared service.
  9877.      *
  9878.      * @return \Symfony\Component\Serializer\Serializer
  9879.      */
  9880.     protected function getSerializerService()
  9881.     {
  9882.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  9883.         $b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  9884.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9885.         $d = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  9886.         $e = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$c)], [=> $d]));
  9887.         $f = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($e);
  9888.         $g = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  9889.         $h = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  9890.         $i = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  9891.         $j = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  9892.         $k = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  9893.         $l = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($g$h$i, ($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$jNULLfalse'oauth2''application''''', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), false'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], $kNULLtrue$e));
  9894.         $m = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  9895.         $n = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  9896.         $o = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  9897.         $p = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  9898.         $q = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  9899.         $r = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  9900.         $s = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  9901.         $t = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  9902.         $u = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($r);
  9903.         $v = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($r$n$a$c$uNULL);
  9904.         return $this->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \App\EventListener\FileDenormalizer(), => new \App\Serializer\ChangeNormalizer($b), => new \App\Serializer\CompanyNormalizer($b), => new \App\Serializer\FileNormalizer($b, ($this->privates['App\\Service\\TransFile'] ?? $this->getTransFileService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\File\\FileFactureRepository'] ?? $this->getFileFactureRepositoryService())), => new \App\Serializer\ProjectNormalizer($b), => $f=> $l=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($m, [], $n), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $n), 10 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ValidationExceptionNormalizer($this->parameters['api_platform.exception_to_status']), 11 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\HttpExceptionNormalizer(), 12 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\RuntimeExceptionNormalizer(), 13 => $l14 => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ErrorNormalizer(), 15 => $f16 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g$h$i$oNULL$mNULL$n), 17 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g$p$m), 18 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($mtrue), 19 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 20 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 22 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 23 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g$h$i$p$o$q$a$n$r, [], new RewindableGenerator(function () {
  9905.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  9906.         }, 1), $s), 24 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($h$i$p$k$o$a$n$r$tfalseNULL, new RewindableGenerator(function () {
  9907.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  9908.         }, 1), $g), 25 => new \ApiPlatform\Serializer\ItemNormalizer($h$i$p$o$a$n$r$tfalseNULL, new RewindableGenerator(function () {
  9909.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  9910.         }, 1), $g$s), 26 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 27 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $n), 28 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($r$n$c$uNULL)), 29 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 30 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 31 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 32 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 33 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 34 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 35 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q$o$pNULL), 'page''pagination'$g$a), $g$o$j), 36 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 37 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($v$p$q), 38 => new \ApiPlatform\Core\GraphQl\Serializer\ObjectNormalizer($v$p$k), 39 => $v], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $d=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  9911.     }
  9912.     /**
  9913.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  9914.      *
  9915.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  9916.      */
  9917.     protected function getSerializer_Mapping_CacheWarmerService()
  9918.     {
  9919.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  9922.         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'));
  9923.     }
  9924.     /**
  9925.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  9926.      *
  9927.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  9928.      */
  9929.     protected function getSerializer_NameConverter_MetadataAwareService()
  9930.     {
  9931.         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()));
  9932.     }
  9933.     /**
  9934.      * Gets the private 'session.factory' shared service.
  9935.      *
  9936.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  9937.      */
  9938.     protected function getSession_FactoryService()
  9939.     {
  9940.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  9941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  9942.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  9943.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  9944.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  9945.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  9946.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  9947.     }
  9948.     /**
  9949.      * Gets the private 'session_listener' shared service.
  9950.      *
  9951.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9952.      */
  9953.     protected function getSessionListenerService()
  9954.     {
  9955.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9956.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9957.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  9958.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  9959.         ], [
  9960.             'logger' => '?',
  9961.             'session_collector' => '?',
  9962.             'session_factory' => '?',
  9963.         ]), true$this->parameters['session.storage.options']);
  9964.     }
  9965.     /**
  9966.      * Gets the private 'texter.transports' shared service.
  9967.      *
  9968.      * @return \Symfony\Component\Notifier\Transport\Transports
  9969.      */
  9970.     protected function getTexter_TransportsService()
  9971.     {
  9972.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  9973.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  9974.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  9975.         return $this->privates['texter.transports'] = (new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  9976.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  9977.         }, 1)))->fromStrings([]);
  9978.     }
  9979.     /**
  9980.      * Gets the private 'translation.extractor' shared service.
  9981.      *
  9982.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  9983.      */
  9984.     protected function getTranslation_ExtractorService()
  9985.     {
  9986.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  9987.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  9988.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  9989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  9990.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  9991.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  9992.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  9993.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->privates['twig'] ?? $this->getTwigService())));
  9994.         return $instance;
  9995.     }
  9996.     /**
  9997.      * Gets the private 'translation.loader.csv' shared service.
  9998.      *
  9999.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  10000.      */
  10001.     protected function getTranslation_Loader_CsvService()
  10002.     {
  10003.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10006.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10007.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  10008.     }
  10009.     /**
  10010.      * Gets the private 'translation.loader.dat' shared service.
  10011.      *
  10012.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  10013.      */
  10014.     protected function getTranslation_Loader_DatService()
  10015.     {
  10016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10017.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10018.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10019.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  10020.     }
  10021.     /**
  10022.      * Gets the private 'translation.loader.ini' shared service.
  10023.      *
  10024.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  10025.      */
  10026.     protected function getTranslation_Loader_IniService()
  10027.     {
  10028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10030.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10032.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  10033.     }
  10034.     /**
  10035.      * Gets the private 'translation.loader.json' shared service.
  10036.      *
  10037.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  10038.      */
  10039.     protected function getTranslation_Loader_JsonService()
  10040.     {
  10041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10043.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10044.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10045.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  10046.     }
  10047.     /**
  10048.      * Gets the private 'translation.loader.mo' shared service.
  10049.      *
  10050.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  10051.      */
  10052.     protected function getTranslation_Loader_MoService()
  10053.     {
  10054.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10055.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10056.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10057.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10058.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  10059.     }
  10060.     /**
  10061.      * Gets the private 'translation.loader.php' shared service.
  10062.      *
  10063.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  10064.      */
  10065.     protected function getTranslation_Loader_PhpService()
  10066.     {
  10067.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10070.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10071.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  10072.     }
  10073.     /**
  10074.      * Gets the private 'translation.loader.po' shared service.
  10075.      *
  10076.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  10077.      */
  10078.     protected function getTranslation_Loader_PoService()
  10079.     {
  10080.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10081.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10082.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10084.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  10085.     }
  10086.     /**
  10087.      * Gets the private 'translation.loader.qt' shared service.
  10088.      *
  10089.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  10090.      */
  10091.     protected function getTranslation_Loader_QtService()
  10092.     {
  10093.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10094.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10095.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  10096.     }
  10097.     /**
  10098.      * Gets the private 'translation.loader.res' shared service.
  10099.      *
  10100.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  10101.      */
  10102.     protected function getTranslation_Loader_ResService()
  10103.     {
  10104.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10106.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  10107.     }
  10108.     /**
  10109.      * Gets the private 'translation.loader.xliff' shared service.
  10110.      *
  10111.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  10112.      */
  10113.     protected function getTranslation_Loader_XliffService()
  10114.     {
  10115.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10117.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  10118.     }
  10119.     /**
  10120.      * Gets the private 'translation.loader.yml' shared service.
  10121.      *
  10122.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  10123.      */
  10124.     protected function getTranslation_Loader_YmlService()
  10125.     {
  10126.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10127.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10128.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10130.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  10131.     }
  10132.     /**
  10133.      * Gets the private 'translation.provider_collection' shared service.
  10134.      *
  10135.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  10136.      */
  10137.     protected function getTranslation_ProviderCollectionService()
  10138.     {
  10139.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  10140.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  10141.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  10142.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  10143.         }, 1), []))->fromConfig([]);
  10144.     }
  10145.     /**
  10146.      * Gets the private 'translation.reader' shared service.
  10147.      *
  10148.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  10149.      */
  10150.     protected function getTranslation_ReaderService()
  10151.     {
  10152.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  10153.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  10154.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  10155.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  10156.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  10157.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  10158.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  10159.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  10160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  10161.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  10162.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  10163.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  10164.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  10165.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  10166.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  10167.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  10168.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  10169.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  10170.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  10171.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  10172.         $instance->addLoader('yaml'$a);
  10173.         $instance->addLoader('yml'$a);
  10174.         $instance->addLoader('xlf'$b);
  10175.         $instance->addLoader('xliff'$b);
  10176.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  10177.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  10178.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  10179.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  10180.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  10181.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  10182.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  10183.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  10184.         return $instance;
  10185.     }
  10186.     /**
  10187.      * Gets the private 'translation.warmer' shared service.
  10188.      *
  10189.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  10190.      */
  10191.     protected function getTranslation_WarmerService()
  10192.     {
  10193.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10194.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  10195.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10196.             'translator' => ['services''translator''getTranslatorService'false],
  10197.         ], [
  10198.             'translator' => '?',
  10199.         ]))->withContext('translation.warmer'$this));
  10200.     }
  10201.     /**
  10202.      * Gets the private 'translation.writer' shared service.
  10203.      *
  10204.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  10205.      */
  10206.     protected function getTranslation_WriterService()
  10207.     {
  10208.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  10209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  10210.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  10211.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  10212.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  10213.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  10214.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  10215.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  10216.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  10217.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  10218.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  10219.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  10220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  10221.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  10222.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  10223.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  10224.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  10225.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  10226.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  10227.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  10228.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  10229.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  10230.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  10231.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  10232.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  10233.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  10234.         return $instance;
  10235.     }
  10236.     /**
  10237.      * Gets the private 'translator.default' shared service.
  10238.      *
  10239.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  10240.      */
  10241.     protected function getTranslator_DefaultService()
  10242.     {
  10243.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10244.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  10245.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  10246.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  10247.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  10248.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  10249.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  10250.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  10251.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  10252.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  10253.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  10254.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  10255.         ], [
  10256.             'translation.loader.csv' => '?',
  10257.             'translation.loader.dat' => '?',
  10258.             'translation.loader.ini' => '?',
  10259.             'translation.loader.json' => '?',
  10260.             'translation.loader.mo' => '?',
  10261.             'translation.loader.php' => '?',
  10262.             'translation.loader.po' => '?',
  10263.             'translation.loader.qt' => '?',
  10264.             'translation.loader.res' => '?',
  10265.             'translation.loader.xliff' => '?',
  10266.             'translation.loader.yml' => '?',
  10267.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], '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')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\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/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')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\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')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\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')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\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/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')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\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')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\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/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')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'10 => 'vendor/symfony/web-profiler-bundle/translations'11 => 'vendor/twig/extra-bundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/sensio/framework-extra-bundle/src/translations'16 => 'vendor/nelmio/cors-bundle/translations'17 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'18 => 'vendor/symfony/mercure-bundle/src/translations'19 => 'vendor/lexik/jwt-authentication-bundle/translations'20 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations']]], []);
  10268.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10269.         $instance->setFallbackLocales([=> 'en']);
  10270.         return $instance;
  10271.     }
  10272.     /**
  10273.      * Gets the private 'twig' shared service.
  10274.      *
  10275.      * @return \Twig\Environment
  10276.      */
  10277.     protected function getTwigService()
  10278.     {
  10279.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  10280.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  10281.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  10282.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  10283.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  10284.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  10285.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  10286.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  10287.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  10288.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  10289.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  10290.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  10291.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  10292.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
  10293.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
  10294.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  10295.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  10296.         $a->addPath((\dirname(__DIR__4).'/templates'));
  10297.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  10298.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  10299.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  10300.         $this->privates['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  10301.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  10302.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  10303.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10304.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  10305.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  10306.         $g = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  10307.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  10308.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  10309.         $i = ($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService());
  10310.         $j = new \Symfony\Bridge\Twig\AppVariable();
  10311.         $j->setEnvironment('dev');
  10312.         $j->setDebug(true);
  10313.         $j->setTokenStorage($g);
  10314.         if ($this->has('request_stack')) {
  10315.             $j->setRequestStack($d);
  10316.         }
  10317.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  10318.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  10319.         $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())));
  10320.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  10321.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  10322.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  10323.             return new \EmptyIterator();
  10324.         }, 0))));
  10325.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  10326.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  10327.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  10328.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  10329.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  10330.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  10331.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  10332.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  10333.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  10334.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  10335.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  10336.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  10337.         $instance->addExtension(new \App\Twig\ViteAssetExtension($this->getEnv('VITE_DEV'), (\dirname(__DIR__4).'/public/assets/manifest.json'), ($this->privates['vite_cache_pool'] ?? $this->getViteCachePoolService())));
  10338.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  10339.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  10340.         $instance->addExtension(new \Symfony\Component\Mercure\Twig\MercureExtension($i, new \Symfony\Component\Mercure\Authorization($iNULL), $d));
  10341.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  10342.         $instance->addGlobal('app'$j);
  10343.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10344.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  10345.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  10346.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  10347.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  10348.         ], [
  10349.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  10350.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  10351.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  10352.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  10353.         ])));
  10354.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  10355.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  10356.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  10357.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  10358.         return $instance;
  10359.     }
  10360.     /**
  10361.      * Gets the private 'twig.command.debug' shared service.
  10362.      *
  10363.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  10364.      */
  10365.     protected function getTwig_Command_DebugService()
  10366.     {
  10367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10368.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  10369.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->privates['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  10370.         $instance->setName('debug:twig');
  10371.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  10372.         return $instance;
  10373.     }
  10374.     /**
  10375.      * Gets the private 'twig.command.lint' shared service.
  10376.      *
  10377.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  10378.      */
  10379.     protected function getTwig_Command_LintService()
  10380.     {
  10381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10382.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  10383.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  10384.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->privates['twig'] ?? $this->getTwigService()));
  10385.         $instance->setName('lint:twig');
  10386.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  10387.         return $instance;
  10388.     }
  10389.     /**
  10390.      * Gets the private 'twig.form.engine' shared service.
  10391.      *
  10392.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  10393.      */
  10394.     protected function getTwig_Form_EngineService()
  10395.     {
  10396.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  10397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  10398.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  10399.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->privates['twig'] ?? $this->getTwigService()));
  10400.     }
  10401.     /**
  10402.      * Gets the private 'twig.form.renderer' shared service.
  10403.      *
  10404.      * @return \Symfony\Component\Form\FormRenderer
  10405.      */
  10406.     protected function getTwig_Form_RendererService()
  10407.     {
  10408.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  10409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  10410.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->privates['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  10411.     }
  10412.     /**
  10413.      * Gets the private 'twig.mailer.message_listener' shared service.
  10414.      *
  10415.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10416.      */
  10417.     protected function getTwig_Mailer_MessageListenerService()
  10418.     {
  10419.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10420.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10421.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10422.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->privates['twig'] ?? $this->getTwigService())));
  10423.     }
  10424.     /**
  10425.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10426.      *
  10427.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10428.      */
  10429.     protected function getTwig_Runtime_HttpkernelService()
  10430.     {
  10431.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10432.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  10433.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  10434.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  10435.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  10436.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  10437.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10438.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10439.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  10440.         ], [
  10441.             'inline' => '?',
  10442.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  10443.     }
  10444.     /**
  10445.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10446.      *
  10447.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10448.      */
  10449.     protected function getTwig_Runtime_SecurityCsrfService()
  10450.     {
  10451.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10452.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->privates['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  10453.     }
  10454.     /**
  10455.      * Gets the private 'twig.runtime.serializer' shared service.
  10456.      *
  10457.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  10458.      */
  10459.     protected function getTwig_Runtime_SerializerService()
  10460.     {
  10461.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  10462.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  10463.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->privates['serializer'] ?? $this->getSerializerService()));
  10464.     }
  10465.     /**
  10466.      * Gets the private 'twig.template_cache_warmer' shared service.
  10467.      *
  10468.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  10469.      */
  10470.     protected function getTwig_TemplateCacheWarmerService()
  10471.     {
  10472.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10473.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  10474.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  10475.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10476.             'twig' => ['privates''twig''getTwigService'false],
  10477.         ], [
  10478.             'twig' => 'Twig\\Environment',
  10479.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\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')));
  10480.     }
  10481.     /**
  10482.      * Gets the private 'validator.builder' shared service.
  10483.      *
  10484.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10485.      */
  10486.     protected function getValidator_BuilderService()
  10487.     {
  10488.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10489.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10490.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10491.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10492.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10493.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10494.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10495.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10496.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10497.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10498.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10499.         ], [
  10500.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10501.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10502.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10503.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10504.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10505.             'doctrine.orm.validator.unique' => '?',
  10506.             'security.validator.user_password' => '?',
  10507.             'validator.expression' => '?',
  10508.         ])));
  10509.         if ($this->has('translator')) {
  10510.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  10511.         }
  10512.         $instance->setTranslationDomain('validators');
  10513.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  10514.         $instance->enableAnnotationMapping(true);
  10515.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10516.         $instance->addMethodMapping('loadValidatorMetadata');
  10517.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  10518.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10519.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10520.         return $instance;
  10521.     }
  10522.     /**
  10523.      * Gets the private 'validator.email' shared service.
  10524.      *
  10525.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10526.      */
  10527.     protected function getValidator_EmailService()
  10528.     {
  10529.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10531.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  10532.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10533.     }
  10534.     /**
  10535.      * Gets the private 'validator.expression' shared service.
  10536.      *
  10537.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10538.      */
  10539.     protected function getValidator_ExpressionService()
  10540.     {
  10541.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10542.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10543.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  10544.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  10545.     }
  10546.     /**
  10547.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10548.      *
  10549.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10550.      */
  10551.     protected function getValidator_Mapping_CacheWarmerService()
  10552.     {
  10553.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10556.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10557.     }
  10558.     /**
  10559.      * Gets the private 'validator.not_compromised_password' shared service.
  10560.      *
  10561.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10562.      */
  10563.     protected function getValidator_NotCompromisedPasswordService()
  10564.     {
  10565.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10566.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10567.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10568.         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);
  10569.     }
  10570.     /**
  10571.      * Gets the private 'var_dumper.command.server_dump' shared service.
  10572.      *
  10573.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  10574.      */
  10575.     protected function getVarDumper_Command_ServerDumpService()
  10576.     {
  10577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10578.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  10579.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  10580.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  10581.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  10582.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  10583.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  10584.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10585.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10586.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10587.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10588.         $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()))]);
  10589.         $instance->setName('server:dump');
  10590.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  10591.         return $instance;
  10592.     }
  10593.     /**
  10594.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  10595.      *
  10596.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  10597.      */
  10598.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  10599.     {
  10600.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  10601.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10602.         return $instance;
  10603.     }
  10604.     /**
  10605.      * Gets the private 'var_dumper.html_dumper' shared service.
  10606.      *
  10607.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  10608.      */
  10609.     protected function getVarDumper_HtmlDumperService()
  10610.     {
  10611.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  10612.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10613.         return $instance;
  10614.     }
  10615.     /**
  10616.      * Gets the private 'var_dumper.server_connection' shared service.
  10617.      *
  10618.      * @return \Symfony\Component\VarDumper\Server\Connection
  10619.      */
  10620.     protected function getVarDumper_ServerConnectionService()
  10621.     {
  10622.         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()]);
  10623.     }
  10624.     /**
  10625.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  10626.      *
  10627.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  10628.      */
  10629.     protected function getVichUploader_Command_MappingDebugService()
  10630.     {
  10631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10632.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  10633.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  10634.         $instance->setName('vich:mapping:debug');
  10635.         return $instance;
  10636.     }
  10637.     /**
  10638.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  10639.      *
  10640.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  10641.      */
  10642.     protected function getVichUploader_Command_MappingDebugClassService()
  10643.     {
  10644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10645.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  10646.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  10647.         $instance->setName('vich:mapping:debug-class');
  10648.         return $instance;
  10649.     }
  10650.     /**
  10651.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  10652.      *
  10653.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  10654.      */
  10655.     protected function getVichUploader_Command_MappingListClassesService()
  10656.     {
  10657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10658.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  10659.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  10660.         $instance->setName('vich:mapping:list-classes');
  10661.         return $instance;
  10662.     }
  10663.     /**
  10664.      * Gets the private 'vich_uploader.listener.clean.file_path' shared service.
  10665.      *
  10666.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10667.      */
  10668.     protected function getVichUploader_Listener_Clean_FilePathService()
  10669.     {
  10670.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10671.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10672.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10673.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10674.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10675.         return $this->privates['vich_uploader.listener.clean.file_path'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('file_path', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10676.     }
  10677.     /**
  10678.      * Gets the private 'vich_uploader.listener.clean.project_image' shared service.
  10679.      *
  10680.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  10681.      */
  10682.     protected function getVichUploader_Listener_Clean_ProjectImageService()
  10683.     {
  10684.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10685.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10686.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  10687.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10688.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10689.         return $this->privates['vich_uploader.listener.clean.project_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('project_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10690.     }
  10691.     /**
  10692.      * Gets the private 'vich_uploader.listener.remove.file_path' shared service.
  10693.      *
  10694.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10695.      */
  10696.     protected function getVichUploader_Listener_Remove_FilePathService()
  10697.     {
  10698.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10699.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10700.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10701.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10702.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10703.         return $this->privates['vich_uploader.listener.remove.file_path'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('file_path', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10704.     }
  10705.     /**
  10706.      * Gets the private 'vich_uploader.listener.remove.project_image' shared service.
  10707.      *
  10708.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  10709.      */
  10710.     protected function getVichUploader_Listener_Remove_ProjectImageService()
  10711.     {
  10712.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10713.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10714.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  10715.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10716.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10717.         return $this->privates['vich_uploader.listener.remove.project_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('project_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10718.     }
  10719.     /**
  10720.      * Gets the private 'vich_uploader.listener.upload.file_path' shared service.
  10721.      *
  10722.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10723.      */
  10724.     protected function getVichUploader_Listener_Upload_FilePathService()
  10725.     {
  10726.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10727.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10728.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10729.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10730.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10731.         return $this->privates['vich_uploader.listener.upload.file_path'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('file_path', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10732.     }
  10733.     /**
  10734.      * Gets the private 'vich_uploader.listener.upload.project_image' shared service.
  10735.      *
  10736.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  10737.      */
  10738.     protected function getVichUploader_Listener_Upload_ProjectImageService()
  10739.     {
  10740.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  10741.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  10742.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  10743.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  10744.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  10745.         return $this->privates['vich_uploader.listener.upload.project_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('project_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  10746.     }
  10747.     /**
  10748.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  10749.      *
  10750.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  10751.      */
  10752.     protected function getVichUploader_MetadataReaderService()
  10753.     {
  10754.         $a = new \Metadata\Driver\FileLocator([]);
  10755.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Vich\UploaderBundle\Metadata\Driver\AttributeReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  10756.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  10757.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  10758.     }
  10759.     /**
  10760.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  10761.      *
  10762.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  10763.      */
  10764.     protected function getVichUploader_PropertyMappingFactoryService()
  10765.     {
  10766.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  10767.     }
  10768.     /**
  10769.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  10770.      *
  10771.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  10772.      */
  10773.     protected function getVichUploader_Storage_FileSystemService()
  10774.     {
  10775.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  10776.     }
  10777.     /**
  10778.      * Gets the private 'vite_cache_pool' shared service.
  10779.      *
  10780.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  10781.      */
  10782.     protected function getViteCachePoolService()
  10783.     {
  10784.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('j4aCarg1LP'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  10785.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  10786.         return $this->privates['vite_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  10787.     }
  10788.     /**
  10789.      * Gets the public 'profiler' alias.
  10790.      *
  10791.      * @return object The ".container.private.profiler" service.
  10792.      */
  10793.     protected function getProfilerService()
  10794.     {
  10795.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  10796.         return $this->get('.container.private.profiler');
  10797.     }
  10798.     public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  10799.     {
  10800.         if (isset($this->buildParameters[$name])) {
  10801.             return $this->buildParameters[$name];
  10802.         }
  10803.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  10804.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  10805.         }
  10806.         if (isset($this->loadedDynamicParameters[$name])) {
  10807.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10808.         }
  10809.         return $this->parameters[$name];
  10810.     }
  10811.     public function hasParameter(string $name): bool
  10812.     {
  10813.         if (isset($this->buildParameters[$name])) {
  10814.             return true;
  10815.         }
  10816.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  10817.     }
  10818.     public function setParameter(string $name$value): void
  10819.     {
  10820.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  10821.     }
  10822.     public function getParameterBag(): ParameterBagInterface
  10823.     {
  10824.         if (null === $this->parameterBag) {
  10825.             $parameters $this->parameters;
  10826.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  10827.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10828.             }
  10829.             foreach ($this->buildParameters as $name => $value) {
  10830.                 $parameters[$name] = $value;
  10831.             }
  10832.             $this->parameterBag = new FrozenParameterBag($parameters);
  10833.         }
  10834.         return $this->parameterBag;
  10835.     }
  10836.     private $loadedDynamicParameters = [
  10837.         'kernel.runtime_environment' => false,
  10838.         'kernel.build_dir' => false,
  10839.         'kernel.cache_dir' => false,
  10840.         'kernel.secret' => false,
  10841.         'debug.container.dump' => false,
  10842.         'serializer.mapping.cache.file' => false,
  10843.         'session.save_path' => false,
  10844.         'validator.mapping.cache.file' => false,
  10845.         'profiler.storage.dsn' => false,
  10846.         'doctrine.orm.proxy_dir' => false,
  10847.         'nelmio_cors.defaults' => false,
  10848.         'mercure.hubs' => false,
  10849.         'mercure.default_hub' => false,
  10850.         'lexik_jwt_authentication.pass_phrase' => false,
  10851.     ];
  10852.     private $dynamicParameters = [];
  10853.     private function getDynamicParameter(string $name)
  10854.     {
  10855.         switch ($name) {
  10856.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  10857.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  10858.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  10859.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  10860.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  10861.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  10862.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  10863.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  10864.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  10865.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  10866.             case 'nelmio_cors.defaults'$value = [
  10867.                 'allow_origin' => [
  10868.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  10869.                 ],
  10870.                 'allow_credentials' => false,
  10871.                 'allow_headers' => [
  10872.                     => 'content-type',
  10873.                     => 'authorization',
  10874.                 ],
  10875.                 'expose_headers' => [
  10876.                     => 'Link',
  10877.                 ],
  10878.                 'allow_methods' => [
  10879.                     => 'GET',
  10880.                     => 'OPTIONS',
  10881.                     => 'POST',
  10882.                     => 'PUT',
  10883.                     => 'PATCH',
  10884.                     => 'DELETE',
  10885.                 ],
  10886.                 'max_age' => 3600,
  10887.                 'hosts' => [
  10888.                 ],
  10889.                 'origin_regex' => true,
  10890.                 'forced_allow_origin_value' => NULL,
  10891.             ]; break;
  10892.             case 'mercure.hubs'$value = [
  10893.                 'default' => $this->getEnv('MERCURE_URL'),
  10894.             ]; break;
  10895.             case 'mercure.default_hub'$value $this->getEnv('MERCURE_URL'); break;
  10896.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  10897.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  10898.         }
  10899.         $this->loadedDynamicParameters[$name] = true;
  10900.         return $this->dynamicParameters[$name] = $value;
  10901.     }
  10902.     protected function getDefaultParameters(): array
  10903.     {
  10904.         return [
  10905.             'kernel.project_dir' => \dirname(__DIR__4),
  10906.             'kernel.environment' => 'dev',
  10907.             'kernel.debug' => true,
  10908.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  10909.             'kernel.bundles' => [
  10910.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  10911.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  10912.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  10913.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  10914.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  10915.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  10916.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  10917.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  10918.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  10919.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  10920.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  10921.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  10922.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  10923.                 'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
  10924.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  10925.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  10926.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  10927.             ],
  10928.             'kernel.bundles_metadata' => [
  10929.                 'FrameworkBundle' => [
  10930.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  10931.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  10932.                 ],
  10933.                 'DoctrineBundle' => [
  10934.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  10935.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  10936.                 ],
  10937.                 'DoctrineMigrationsBundle' => [
  10938.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  10939.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  10940.                 ],
  10941.                 'DebugBundle' => [
  10942.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  10943.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  10944.                 ],
  10945.                 'TwigBundle' => [
  10946.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  10947.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  10948.                 ],
  10949.                 'WebProfilerBundle' => [
  10950.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  10951.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  10952.                 ],
  10953.                 'TwigExtraBundle' => [
  10954.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  10955.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  10956.                 ],
  10957.                 'SecurityBundle' => [
  10958.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  10959.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  10960.                 ],
  10961.                 'MonologBundle' => [
  10962.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  10963.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  10964.                 ],
  10965.                 'MakerBundle' => [
  10966.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  10967.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  10968.                 ],
  10969.                 'SensioFrameworkExtraBundle' => [
  10970.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  10971.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  10972.                 ],
  10973.                 'NelmioCorsBundle' => [
  10974.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  10975.                     'namespace' => 'Nelmio\\CorsBundle',
  10976.                 ],
  10977.                 'ApiPlatformBundle' => [
  10978.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  10979.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  10980.                 ],
  10981.                 'MercureBundle' => [
  10982.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src'),
  10983.                     'namespace' => 'Symfony\\Bundle\\MercureBundle',
  10984.                 ],
  10985.                 'VichUploaderBundle' => [
  10986.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  10987.                     'namespace' => 'Vich\\UploaderBundle',
  10988.                 ],
  10989.                 'LexikJWTAuthenticationBundle' => [
  10990.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  10991.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  10992.                 ],
  10993.                 'GesdinetJWTRefreshTokenBundle' => [
  10994.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  10995.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  10996.                 ],
  10997.             ],
  10998.             'kernel.charset' => 'UTF-8',
  10999.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  11000.             'container.dumper.inline_factories' => true,
  11001.             'event_dispatcher.event_aliases' => [
  11002.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  11003.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  11004.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  11005.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  11006.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  11007.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  11008.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  11009.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  11010.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  11011.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  11012.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  11013.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  11014.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  11015.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  11016.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  11017.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  11018.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  11019.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  11020.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  11021.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  11022.             ],
  11023.             'fragment.renderer.hinclude.global_template' => NULL,
  11024.             'fragment.path' => '/_fragment',
  11025.             'kernel.http_method_override' => false,
  11026.             'kernel.trusted_hosts' => [
  11027.             ],
  11028.             'kernel.default_locale' => 'en',
  11029.             'kernel.enabled_locales' => [
  11030.             ],
  11031.             'kernel.error_controller' => 'error_controller',
  11032.             'debug.file_link_format' => NULL,
  11033.             'asset.request_context.base_path' => NULL,
  11034.             'asset.request_context.secure' => NULL,
  11035.             'translator.logging' => false,
  11036.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  11037.             'debug.error_handler.throw_at' => -1,
  11038.             'router.request_context.host' => 'localhost',
  11039.             'router.request_context.scheme' => 'http',
  11040.             'router.request_context.base_url' => '',
  11041.             'router.resource' => 'kernel::loadRoutes',
  11042.             'request_listener.http_port' => 80,
  11043.             'request_listener.https_port' => 443,
  11044.             'session.metadata.storage_key' => '_sf2_meta',
  11045.             'session.storage.options' => [
  11046.                 'cache_limiter' => '0',
  11047.                 'cookie_secure' => 'auto',
  11048.                 'cookie_httponly' => true,
  11049.                 'cookie_samesite' => 'lax',
  11050.                 'gc_probability' => 1,
  11051.             ],
  11052.             'session.metadata.update_threshold' => 0,
  11053.             'form.type_extension.csrf.enabled' => true,
  11054.             'form.type_extension.csrf.field_name' => '_token',
  11055.             'validator.translation_domain' => 'validators',
  11056.             'profiler_listener.only_exceptions' => false,
  11057.             'profiler_listener.only_main_requests' => false,
  11058.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  11059.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  11060.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  11061.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  11062.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  11063.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  11064.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  11065.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  11066.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  11067.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  11068.             'doctrine.entity_managers' => [
  11069.                 'default' => 'doctrine.orm.default_entity_manager',
  11070.             ],
  11071.             'doctrine.default_entity_manager' => 'default',
  11072.             'doctrine.dbal.connection_factory.types' => [
  11073.             ],
  11074.             'doctrine.connections' => [
  11075.                 'default' => 'doctrine.dbal.default_connection',
  11076.             ],
  11077.             'doctrine.default_connection' => 'default',
  11078.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  11079.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  11080.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  11081.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  11082.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  11083.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  11084.             'doctrine.orm.cache.memcache_host' => 'localhost',
  11085.             'doctrine.orm.cache.memcache_port' => 11211,
  11086.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  11087.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  11088.             'doctrine.orm.cache.memcached_host' => 'localhost',
  11089.             'doctrine.orm.cache.memcached_port' => 11211,
  11090.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  11091.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  11092.             'doctrine.orm.cache.redis_host' => 'localhost',
  11093.             'doctrine.orm.cache.redis_port' => 6379,
  11094.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  11095.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  11096.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  11097.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  11098.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  11099.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  11100.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  11101.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  11102.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  11103.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  11104.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  11105.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  11106.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  11107.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  11108.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  11109.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  11110.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  11111.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  11112.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  11113.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  11114.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  11115.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  11116.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  11117.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  11118.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  11119.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  11120.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  11121.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  11122.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  11123.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  11124.             'doctrine.orm.auto_generate_proxy_classes' => true,
  11125.             'doctrine.orm.proxy_namespace' => 'Proxies',
  11126.             'doctrine.migrations.preferred_em' => NULL,
  11127.             'doctrine.migrations.preferred_connection' => NULL,
  11128.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  11129.             'twig.form.resources' => [
  11130.                 => '@VichUploader/Form/fields.html.twig',
  11131.                 => 'form_div_layout.html.twig',
  11132.             ],
  11133.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  11134.             'security.role_hierarchy.roles' => [
  11135.                 'ROLE_CHEF' => [
  11136.                     => 'ROLE_USER',
  11137.                 ],
  11138.                 'ROLE_SECRITARY' => [
  11139.                     => 'ROLE_USER',
  11140.                 ],
  11141.                 'ROLE_ADMIN' => [
  11142.                     => 'ROLE_CHEF',
  11143.                     => 'ROLE_SECRETARY',
  11144.                 ],
  11145.                 'ROLE_SUPER_ADMIN' => [
  11146.                     => 'ROLE_ADMIN',
  11147.                 ],
  11148.             ],
  11149.             'security.access.denied_url' => NULL,
  11150.             'security.authentication.manager.erase_credentials' => true,
  11151.             'security.authentication.session_strategy.strategy' => 'migrate',
  11152.             'security.authentication.hide_user_not_found' => true,
  11153.             'security.firewalls' => [
  11154.                 => 'dev',
  11155.                 => 'login',
  11156.                 => 'api',
  11157.             ],
  11158.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  11159.             'monolog.use_microseconds' => true,
  11160.             'monolog.swift_mailer.handlers' => [
  11161.             ],
  11162.             'monolog.handlers_to_channels' => [
  11163.                 'monolog.handler.console' => [
  11164.                     'type' => 'exclusive',
  11165.                     'elements' => [
  11166.                         => 'event',
  11167.                         => 'doctrine',
  11168.                         => 'console',
  11169.                     ],
  11170.                 ],
  11171.                 'monolog.handler.main' => [
  11172.                     'type' => 'exclusive',
  11173.                     'elements' => [
  11174.                         => 'event',
  11175.                     ],
  11176.                 ],
  11177.             ],
  11178.             'nelmio_cors.map' => [
  11179.                 '^/' => [
  11180.                 ],
  11181.             ],
  11182.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  11183.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  11184.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  11185.             'api_platform.metadata_backward_compatibility_layer' => true,
  11186.             'api_platform.enable_entrypoint' => true,
  11187.             'api_platform.enable_docs' => true,
  11188.             'api_platform.title' => 'DOD Api',
  11189.             'api_platform.description' => '',
  11190.             'api_platform.version' => '1.0.0',
  11191.             'api_platform.show_webby' => false,
  11192.             'api_platform.url_generation_strategy' => 1,
  11193.             'api_platform.exception_to_status' => [
  11194.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  11195.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  11196.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  11197.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  11198.             ],
  11199.             'api_platform.formats' => [
  11200.                 'jsonld' => [
  11201.                     => 'application/ld+json',
  11202.                 ],
  11203.                 'json' => [
  11204.                     => 'application/json',
  11205.                 ],
  11206.                 'html' => [
  11207.                     => 'text/html',
  11208.                 ],
  11209.                 'xml' => [
  11210.                     => 'application/xml',
  11211.                     => 'application/soap+xml',
  11212.                     => 'text/xml',
  11213.                 ],
  11214.                 'yaml' => [
  11215.                     => 'application/x-yaml',
  11216.                 ],
  11217.                 'csv' => [
  11218.                     => 'text/csv',
  11219.                 ],
  11220.                 'pdf' => [
  11221.                     => 'application/pdf',
  11222.                 ],
  11223.                 'multipart' => [
  11224.                     => 'multipart/form-data',
  11225.                     => 'multipart/related',
  11226.                     => 'multipart/alternative',
  11227.                     => 'multipart/signed',
  11228.                     => 'multipart/encrypted',
  11229.                 ],
  11230.             ],
  11231.             'api_platform.patch_formats' => [
  11232.                 'json' => [
  11233.                     => 'application/json',
  11234.                     => 'application/merge-patch+json',
  11235.                 ],
  11236.                 'jsonld' => [
  11237.                     => 'application/ld+json',
  11238.                 ],
  11239.             ],
  11240.             'api_platform.error_formats' => [
  11241.                 'jsonproblem' => [
  11242.                     => 'application/problem+json',
  11243.                 ],
  11244.                 'jsonld' => [
  11245.                     => 'application/ld+json',
  11246.                 ],
  11247.             ],
  11248.             'api_platform.allow_plain_identifiers' => false,
  11249.             'api_platform.eager_loading.enabled' => true,
  11250.             'api_platform.eager_loading.max_joins' => 100,
  11251.             'api_platform.eager_loading.fetch_partial' => true,
  11252.             'api_platform.eager_loading.force_eager' => true,
  11253.             'api_platform.collection.exists_parameter_name' => 'exists',
  11254.             'api_platform.collection.order' => 'ASC',
  11255.             'api_platform.collection.order_parameter_name' => 'order',
  11256.             'api_platform.collection.order_nulls_comparison' => NULL,
  11257.             'api_platform.collection.pagination.enabled' => false,
  11258.             'api_platform.collection.pagination.partial' => false,
  11259.             'api_platform.collection.pagination.client_enabled' => false,
  11260.             'api_platform.collection.pagination.client_items_per_page' => false,
  11261.             'api_platform.collection.pagination.client_partial' => false,
  11262.             'api_platform.collection.pagination.items_per_page' => 30,
  11263.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  11264.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  11265.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  11266.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  11267.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  11268.             'api_platform.collection.pagination' => [
  11269.                 'enabled' => false,
  11270.                 'partial' => false,
  11271.                 'client_enabled' => false,
  11272.                 'client_items_per_page' => false,
  11273.                 'client_partial' => false,
  11274.                 'items_per_page' => 30,
  11275.                 'maximum_items_per_page' => NULL,
  11276.                 'page_parameter_name' => 'page',
  11277.                 'enabled_parameter_name' => 'pagination',
  11278.                 'items_per_page_parameter_name' => 'itemsPerPage',
  11279.                 'partial_parameter_name' => 'partial',
  11280.             ],
  11281.             'api_platform.http_cache.etag' => true,
  11282.             'api_platform.http_cache.max_age' => 0,
  11283.             'api_platform.http_cache.shared_max_age' => 3600,
  11284.             'api_platform.http_cache.vary' => [
  11285.                 => 'Content-Type',
  11286.                 => 'Authorization',
  11287.                 => 'Origin',
  11288.             ],
  11289.             'api_platform.http_cache.public' => true,
  11290.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  11291.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  11292.             'api_platform.asset_package' => NULL,
  11293.             'api_platform.defaults' => [
  11294.                 'attributes' => [
  11295.                     'cache_headers' => [
  11296.                         'max_age' => 0,
  11297.                         'shared_max_age' => 3600,
  11298.                         'vary' => [
  11299.                             => 'Content-Type',
  11300.                             => 'Authorization',
  11301.                             => 'Origin',
  11302.                         ],
  11303.                     ],
  11304.                 ],
  11305.             ],
  11306.             'api_platform.resource_class_directories' => [
  11307.                 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  11308.                 => (\dirname(__DIR__4).'/src/Entity'),
  11309.             ],
  11310.             'api_platform.oauth.enabled' => false,
  11311.             'api_platform.oauth.clientId' => '',
  11312.             'api_platform.oauth.clientSecret' => '',
  11313.             'api_platform.oauth.type' => 'oauth2',
  11314.             'api_platform.oauth.flow' => 'application',
  11315.             'api_platform.oauth.tokenUrl' => '',
  11316.             'api_platform.oauth.authorizationUrl' => '',
  11317.             'api_platform.oauth.refreshUrl' => '',
  11318.             'api_platform.oauth.scopes' => [
  11319.             ],
  11320.             'api_platform.oauth.pkce' => false,
  11321.             'api_platform.openapi.termsOfService' => NULL,
  11322.             'api_platform.openapi.contact.name' => NULL,
  11323.             'api_platform.openapi.contact.url' => NULL,
  11324.             'api_platform.openapi.contact.email' => NULL,
  11325.             'api_platform.openapi.license.name' => NULL,
  11326.             'api_platform.openapi.license.url' => NULL,
  11327.             'api_platform.swagger.versions' => [
  11328.                 => 3,
  11329.             ],
  11330.             'api_platform.enable_swagger_ui' => true,
  11331.             'api_platform.enable_re_doc' => true,
  11332.             'api_platform.swagger.api_keys' => [
  11333.             ],
  11334.             'api_platform.swagger_ui.extra_configuration' => [
  11335.             ],
  11336.             'api_platform.graphql.enabled' => true,
  11337.             'api_platform.graphql.graphiql.enabled' => false,
  11338.             'api_platform.graphql.graphql_playground.enabled' => false,
  11339.             'api_platform.graphql.collection.pagination' => [
  11340.                 'enabled' => true,
  11341.             ],
  11342.             'api_platform.graphql.default_ide' => 'graphiql',
  11343.             'api_platform.graphql.nesting_separator' => '_',
  11344.             'api_platform.validator.serialize_payload_fields' => [
  11345.             ],
  11346.             'api_platform.validator.query_parameter_validation' => true,
  11347.             'api_platform.elasticsearch.enabled' => false,
  11348.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  11349.             'vich_uploader.mappings' => [
  11350.                 'project_image' => [
  11351.                     'uri_prefix' => '/upload/images/projects',
  11352.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/images/projects'),
  11353.                     'namer' => [
  11354.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.project_image',
  11355.                         'options' => [
  11356.                         ],
  11357.                     ],
  11358.                     'inject_on_load' => false,
  11359.                     'delete_on_update' => true,
  11360.                     'delete_on_remove' => true,
  11361.                     'directory_namer' => [
  11362.                         'service' => NULL,
  11363.                         'options' => NULL,
  11364.                     ],
  11365.                     'db_driver' => 'orm',
  11366.                 ],
  11367.                 'file_path' => [
  11368.                     'uri_prefix' => '/upload/files',
  11369.                     'upload_destination' => (\dirname(__DIR__4).'/public/upload/files'),
  11370.                     'namer' => [
  11371.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.file_path',
  11372.                         'options' => [
  11373.                         ],
  11374.                     ],
  11375.                     'inject_on_load' => false,
  11376.                     'delete_on_update' => true,
  11377.                     'delete_on_remove' => true,
  11378.                     'directory_namer' => [
  11379.                         'service' => NULL,
  11380.                         'options' => NULL,
  11381.                     ],
  11382.                     'db_driver' => 'orm',
  11383.                 ],
  11384.             ],
  11385.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  11386.             'lexik_jwt_authentication.token_ttl' => 3600,
  11387.             'lexik_jwt_authentication.clock_skew' => 0,
  11388.             'lexik_jwt_authentication.user_identity_field' => 'username',
  11389.             'lexik_jwt_authentication.allow_no_expiration' => false,
  11390.             'lexik_jwt_authentication.user_id_claim' => 'username',
  11391.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  11392.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  11393.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  11394.             'gesdinet_jwt_refresh_token.ttl_update' => true,
  11395.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  11396.             'gesdinet_jwt_refresh_token.user_provider' => 'security.user.provider.concrete.app_user_provider',
  11397.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  11398.             'gesdinet_jwt_refresh_token.single_use' => true,
  11399.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  11400.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  11401.             'gesdinet_jwt_refresh_token.cookie' => [
  11402.                 'enabled' => false,
  11403.                 'same_site' => 'lax',
  11404.                 'path' => '/',
  11405.                 'domain' => NULL,
  11406.                 'http_only' => true,
  11407.                 'secure' => true,
  11408.                 'remove_token_from_body' => true,
  11409.             ],
  11410.             'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  11411.             'gesdinet_jwt_refresh_token.return_expiration' => true,
  11412.             'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  11413.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'App\\Entity\\RefreshToken',
  11414.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  11415.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  11416.             'data_collector.templates' => [
  11417.                 'data_collector.request' => [
  11418.                     => 'request',
  11419.                     => '@WebProfiler/Collector/request.html.twig',
  11420.                 ],
  11421.                 'api_platform.data_collector.request' => [
  11422.                     => 'api_platform.data_collector.request',
  11423.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  11424.                 ],
  11425.                 'data_collector.time' => [
  11426.                     => 'time',
  11427.                     => '@WebProfiler/Collector/time.html.twig',
  11428.                 ],
  11429.                 'data_collector.memory' => [
  11430.                     => 'memory',
  11431.                     => '@WebProfiler/Collector/memory.html.twig',
  11432.                 ],
  11433.                 'data_collector.validator' => [
  11434.                     => 'validator',
  11435.                     => '@WebProfiler/Collector/validator.html.twig',
  11436.                 ],
  11437.                 'data_collector.ajax' => [
  11438.                     => 'ajax',
  11439.                     => '@WebProfiler/Collector/ajax.html.twig',
  11440.                 ],
  11441.                 'data_collector.form' => [
  11442.                     => 'form',
  11443.                     => '@WebProfiler/Collector/form.html.twig',
  11444.                 ],
  11445.                 'data_collector.exception' => [
  11446.                     => 'exception',
  11447.                     => '@WebProfiler/Collector/exception.html.twig',
  11448.                 ],
  11449.                 'data_collector.logger' => [
  11450.                     => 'logger',
  11451.                     => '@WebProfiler/Collector/logger.html.twig',
  11452.                 ],
  11453.                 'data_collector.events' => [
  11454.                     => 'events',
  11455.                     => '@WebProfiler/Collector/events.html.twig',
  11456.                 ],
  11457.                 'data_collector.router' => [
  11458.                     => 'router',
  11459.                     => '@WebProfiler/Collector/router.html.twig',
  11460.                 ],
  11461.                 'data_collector.cache' => [
  11462.                     => 'cache',
  11463.                     => '@WebProfiler/Collector/cache.html.twig',
  11464.                 ],
  11465.                 'data_collector.translation' => [
  11466.                     => 'translation',
  11467.                     => '@WebProfiler/Collector/translation.html.twig',
  11468.                 ],
  11469.                 'data_collector.security' => [
  11470.                     => 'security',
  11471.                     => '@Security/Collector/security.html.twig',
  11472.                 ],
  11473.                 'data_collector.twig' => [
  11474.                     => 'twig',
  11475.                     => '@WebProfiler/Collector/twig.html.twig',
  11476.                 ],
  11477.                 'data_collector.http_client' => [
  11478.                     => 'http_client',
  11479.                     => '@WebProfiler/Collector/http_client.html.twig',
  11480.                 ],
  11481.                 'data_collector.doctrine' => [
  11482.                     => 'db',
  11483.                     => '@Doctrine/Collector/db.html.twig',
  11484.                 ],
  11485.                 'doctrine_migrations.migrations_collector' => [
  11486.                     => 'doctrine_migrations',
  11487.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  11488.                 ],
  11489.                 'data_collector.dump' => [
  11490.                     => 'dump',
  11491.                     => '@Debug/Profiler/dump.html.twig',
  11492.                 ],
  11493.                 'data_collector.messenger' => [
  11494.                     => 'messenger',
  11495.                     => '@WebProfiler/Collector/messenger.html.twig',
  11496.                 ],
  11497.                 'mailer.data_collector' => [
  11498.                     => 'mailer',
  11499.                     => '@WebProfiler/Collector/mailer.html.twig',
  11500.                 ],
  11501.                 'notifier.data_collector' => [
  11502.                     => 'notifier',
  11503.                     => '@WebProfiler/Collector/notifier.html.twig',
  11504.                 ],
  11505.                 'data_collector.mercure' => [
  11506.                     => 'mercure',
  11507.                     => '@Mercure/Collector/mercure.html.twig',
  11508.                 ],
  11509.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  11510.                     => 'vich_uploader.mapping_collector',
  11511.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  11512.                 ],
  11513.                 'data_collector.config' => [
  11514.                     => 'config',
  11515.                     => '@WebProfiler/Collector/config.html.twig',
  11516.                 ],
  11517.             ],
  11518.             'console.command.ids' => [
  11519.             ],
  11520.         ];
  11521.     }
  11522. }