var/cache/dev/ContainerNXQk10b/srcApp_KernelDevDebugContainer.php line 4160

Open in your IDE?
  1. <?php
  2. namespace ContainerNXQk10b;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\AdminPanelController' => 'getAdminPanelControllerService',
  37.             'App\\Controller\\ApiController' => 'getApiControllerService',
  38.             'App\\Controller\\AutocompleteController' => 'getAutocompleteControllerService',
  39.             'App\\Controller\\NotificationController' => 'getNotificationControllerService',
  40.             'App\\Controller\\OscController' => 'getOscControllerService',
  41.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  42.             'App\\Controller\\ProjectController' => 'getProjectControllerService',
  43.             'App\\Controller\\ReportController' => 'getReportControllerService',
  44.             'App\\Controller\\ScanController' => 'getScanControllerService',
  45.             'App\\Controller\\ScanResultController' => 'getScanResultControllerService',
  46.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  47.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  48.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  49.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  50.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  51.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  52.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  53.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  54.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  55.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  56.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  57.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  58.             'cache.app' => 'getCache_AppService',
  59.             'cache.app_clearer' => 'getCache_AppClearerService',
  60.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  61.             'cache.system' => 'getCache_SystemService',
  62.             'cache.system_clearer' => 'getCache_SystemClearerService',
  63.             'cache_clearer' => 'getCacheClearerService',
  64.             'cache_warmer' => 'getCacheWarmerService',
  65.             'console.command_loader' => 'getConsole_CommandLoaderService',
  66.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  67.             'data_collector.dump' => 'getDataCollector_DumpService',
  68.             'doctrine' => 'getDoctrineService',
  69.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  70.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  71.             'error_controller' => 'getErrorControllerService',
  72.             'event_dispatcher' => 'getEventDispatcherService',
  73.             'filesystem' => 'getFilesystemService',
  74.             'form.factory' => 'getForm_FactoryService',
  75.             'form.type.file' => 'getForm_Type_FileService',
  76.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  77.             'http_kernel' => 'getHttpKernelService',
  78.             'jms_serializer' => 'getJmsSerializerService',
  79.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  80.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  81.             'profiler' => 'getProfilerService',
  82.             'request_stack' => 'getRequestStackService',
  83.             'router' => 'getRouterService',
  84.             'routing.loader' => 'getRouting_LoaderService',
  85.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  86.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  87.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  88.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  89.             'security.token_storage' => 'getSecurity_TokenStorageService',
  90.             'serializer' => 'getSerializerService',
  91.             'services_resetter' => 'getServicesResetterService',
  92.             'session' => 'getSessionService',
  93.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  94.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  95.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  96.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  97.             'translator' => 'getTranslatorService',
  98.             'twig' => 'getTwigService',
  99.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  100.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  101.             'validator' => 'getValidatorService',
  102.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  103.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  104.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  105.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  106.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  107.         ];
  108.         $this->aliases = [
  109.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  110.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  111.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  112.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  113.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  114.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  115.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  116.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  117.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  118.             'database_connection' => 'doctrine.dbal.default_connection',
  119.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  120.             'jms_serializer.authorization_checker' => 'security.authorization_checker',
  121.             'jms_serializer.instances.default' => 'jms_serializer',
  122.             'mailer' => 'swiftmailer.mailer.default',
  123.         ];
  124.         $this->privates['service_container'] = function () {
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  131.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  146.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  162.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  169.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  222.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  229.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  246.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  283.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  286.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  294.             include_once \dirname(__DIR__4).'/src/Service/Api/SwaggerDecorator.php';
  295.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  296.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  297.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  298.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  299.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  300.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  303.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  304.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  305.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  306.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  307.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  321.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  339.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  342.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  343.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/RequestBodyParamConverter.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  347.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  350.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  351.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  352.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  394.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  399.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  427.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-chartjs/Twig/ChartExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  433.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  436.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  442.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  443.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  444.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  456.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  459.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  461.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  462.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  497.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  575.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  576.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  577.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  578.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  580.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Normalizer/ArrayNormalizerInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Normalizer/CamelKeysNormalizer.php';
  582.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/FormatListener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Negotiation/FormatNegotiator.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  586.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
  587.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
  589.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
  590.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
  591.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
  592.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
  593.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  594.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  596.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  597.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  599.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/AllowedMethodsListener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsLoaderInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Response/AllowedMethodsLoader/AllowedMethodsRouterLoader.php';
  603.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ZoneMatcherListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  606.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  607.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  608.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  610.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  613.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  616.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  617.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  618.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  621.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  622.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  624.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  626.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  627.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  628.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  631.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  645.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  648.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  651.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  654.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  656.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  658.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  659.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  661.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  662.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  663.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  664.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  665.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  666.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  667.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  677.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  678.         };
  679.     }
  680.     public function compile(): void
  681.     {
  682.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  683.     }
  684.     public function isCompiled(): bool
  685.     {
  686.         return true;
  687.     }
  688.     public function getRemovedIds(): array
  689.     {
  690.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  691.     }
  692.     protected function createProxy($class\Closure $factory)
  693.     {
  694.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  695.         return $factory();
  696.     }
  697.     /**
  698.      * Gets the public 'App\Controller\AdminPanelController' shared autowired service.
  699.      *
  700.      * @return \App\Controller\AdminPanelController
  701.      */
  702.     protected function getAdminPanelControllerService()
  703.     {
  704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  705.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  706.         include_once \dirname(__DIR__4).'/src/Controller/AdminPanelController.php';
  707.         $this->services['App\\Controller\\AdminPanelController'] = $instance = new \App\Controller\AdminPanelController();
  708.         $instance->setContainer(($this->privates['.service_locator.AVaUqzz'] ?? $this->get_ServiceLocator_AVaUqzzService())->withContext('App\\Controller\\AdminPanelController'$this));
  709.         return $instance;
  710.     }
  711.     /**
  712.      * Gets the public 'App\Controller\ApiController' shared autowired service.
  713.      *
  714.      * @return \App\Controller\ApiController
  715.      */
  716.     protected function getApiControllerService()
  717.     {
  718.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  719.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  720.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  721.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  722.         include_once \dirname(__DIR__4).'/src/Controller/AbstractApiController.php';
  723.         include_once \dirname(__DIR__4).'/src/Controller/ApiController.php';
  724.         include_once \dirname(__DIR__4).'/src/Service/Traits/Cpe23Convertor.php';
  725.         include_once \dirname(__DIR__4).'/src/Service/Api/OperationsService.php';
  726.         include_once \dirname(__DIR__4).'/src/Mapper/Elasticsearch/CPEMapper.php';
  727.         $a = ($this->privates['App\\Model\\Api\\ModelApiFactory'] ?? $this->getModelApiFactoryService());
  728.         $b = ($this->privates['App\\Service\\ProjectService'] ?? $this->getProjectServiceService());
  729.         $this->services['App\\Controller\\ApiController'] = $instance = new \App\Controller\ApiController(new \App\Service\Api\OperationsService(($this->privates['App\\Service\\Elasticsearch\\ElasticsearchService'] ?? $this->getElasticsearchServiceService()), ($this->privates['App\\Mapper\\Elasticsearch\\CPEMapper'] ?? ($this->privates['App\\Mapper\\Elasticsearch\\CPEMapper'] = new \App\Mapper\Elasticsearch\CPEMapper())), $a$b, ($this->privates['App\\Service\\ScanService'] ?? $this->getScanServiceService())), $a$b);
  730.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  731.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  732.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  733.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  734.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  735.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  736.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  737.             'router' => ['services''router''getRouterService'false],
  738.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  739.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  740.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  741.             'serializer' => ['services''serializer''getSerializerService'false],
  742.             'session' => ['services''session''getSessionService'false],
  743.             'twig' => ['services''twig''getTwigService'false],
  744.         ], [
  745.             'doctrine' => '?',
  746.             'form.factory' => '?',
  747.             'fos_rest.view_handler' => '?',
  748.             'http_kernel' => '?',
  749.             'parameter_bag' => '?',
  750.             'request_stack' => '?',
  751.             'router' => '?',
  752.             'security.authorization_checker' => '?',
  753.             'security.csrf.token_manager' => '?',
  754.             'security.token_storage' => '?',
  755.             'serializer' => '?',
  756.             'session' => '?',
  757.             'twig' => '?',
  758.         ]))->withContext('App\\Controller\\ApiController'$this));
  759.         return $instance;
  760.     }
  761.     /**
  762.      * Gets the public 'App\Controller\AutocompleteController' shared autowired service.
  763.      *
  764.      * @return \App\Controller\AutocompleteController
  765.      */
  766.     protected function getAutocompleteControllerService()
  767.     {
  768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  770.         include_once \dirname(__DIR__4).'/src/Controller/AutocompleteController.php';
  771.         include_once \dirname(__DIR__4).'/src/Service/CpeService.php';
  772.         $this->services['App\\Controller\\AutocompleteController'] = $instance = new \App\Controller\AutocompleteController(new \App\Service\CpeService($this->getEnv('string:ELASTIC_CPE_INDEX'), ($this->privates['App\\Service\\Elasticsearch\\ElasticsearchService'] ?? $this->getElasticsearchServiceService()), ($this->privates['App\\Model\\View\\ModelViewFactory'] ?? $this->getModelViewFactoryService())), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()));
  773.         $instance->setContainer(($this->privates['.service_locator.AVaUqzz'] ?? $this->get_ServiceLocator_AVaUqzzService())->withContext('App\\Controller\\AutocompleteController'$this));
  774.         return $instance;
  775.     }
  776.     /**
  777.      * Gets the public 'App\Controller\NotificationController' shared autowired service.
  778.      *
  779.      * @return \App\Controller\NotificationController
  780.      */
  781.     protected function getNotificationControllerService()
  782.     {
  783.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  784.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  785.         include_once \dirname(__DIR__4).'/src/Controller/NotificationController.php';
  786.         $this->services['App\\Controller\\NotificationController'] = $instance = new \App\Controller\NotificationController(($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Service\\ScanResultService'] ?? $this->getScanResultServiceService()));
  787.         $instance->setContainer(($this->privates['.service_locator.AVaUqzz'] ?? $this->get_ServiceLocator_AVaUqzzService())->withContext('App\\Controller\\NotificationController'$this));
  788.         return $instance;
  789.     }
  790.     /**
  791.      * Gets the public 'App\Controller\OscController' shared autowired service.
  792.      *
  793.      * @return \App\Controller\OscController
  794.      */
  795.     protected function getOscControllerService()
  796.     {
  797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  799.         include_once \dirname(__DIR__4).'/src/Controller/OscController.php';
  800.         $this->services['App\\Controller\\OscController'] = $instance = new \App\Controller\OscController(($this->privates['App\\Service\\ScanService'] ?? $this->getScanServiceService()), ($this->privates['App\\Service\\ScanResultService'] ?? $this->getScanResultServiceService()), ($this->privates['App\\Service\\CveService'] ?? $this->getCveServiceService()));
  801.         $instance->setContainer(($this->privates['.service_locator.AVaUqzz'] ?? $this->get_ServiceLocator_AVaUqzzService())->withContext('App\\Controller\\OscController'$this));
  802.         return $instance;
  803.     }
  804.     /**
  805.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  806.      *
  807.      * @return \App\Controller\ProfileController
  808.      */
  809.     protected function getProfileControllerService()
  810.     {
  811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  813.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  814.         $this->services['App\\Controller\\ProfileController'] = $instance = new \App\Controller\ProfileController();
  815.         $instance->setContainer(($this->privates['.service_locator.AVaUqzz'] ?? $this->get_ServiceLocator_AVaUqzzService())->withContext('App\\Controller\\ProfileController'$this));
  816.         return $instance;
  817.     }
  818.     /**
  819.      * Gets the public 'App\Controller\ProjectController' shared autowired service.
  820.      *
  821.      * @return \App\Controller\ProjectController
  822.      */
  823.     protected function getProjectControllerService()
  824.     {
  825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  827.         include_once \dirname(__DIR__4).'/src/Controller/ProjectController.php';
  828.         $this->services['App\\Controller\\ProjectController'] = $instance = new \App\Controller\ProjectController(($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Service\\ProjectService'] ?? $this->getProjectServiceService()), ($this->privates['App\\Service\\ScanService'] ?? $this->getScanServiceService()));
  829.         $instance->setContainer(($this->privates['.service_locator.AVaUqzz'] ?? $this->get_ServiceLocator_AVaUqzzService())->withContext('App\\Controller\\ProjectController'$this));
  830.         return $instance;
  831.     }
  832.     /**
  833.      * Gets the public 'App\Controller\ReportController' shared autowired service.
  834.      *
  835.      * @return \App\Controller\ReportController
  836.      */
  837.     protected function getReportControllerService()
  838.     {
  839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  840.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  841.         include_once \dirname(__DIR__4).'/src/Controller/ReportController.php';
  842.         $this->services['App\\Controller\\ReportController'] = $instance = new \App\Controller\ReportController();
  843.         $instance->setContainer(($this->privates['.service_locator.AVaUqzz'] ?? $this->get_ServiceLocator_AVaUqzzService())->withContext('App\\Controller\\ReportController'$this));
  844.         return $instance;
  845.     }
  846.     /**
  847.      * Gets the public 'App\Controller\ScanController' shared autowired service.
  848.      *
  849.      * @return \App\Controller\ScanController
  850.      */
  851.     protected function getScanControllerService()
  852.     {
  853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  855.         include_once \dirname(__DIR__4).'/src/Controller/ScanController.php';
  856.         $this->services['App\\Controller\\ScanController'] = $instance = new \App\Controller\ScanController(($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->privates['App\\Service\\ScanService'] ?? $this->getScanServiceService()));
  857.         $instance->setContainer(($this->privates['.service_locator.AVaUqzz'] ?? $this->get_ServiceLocator_AVaUqzzService())->withContext('App\\Controller\\ScanController'$this));
  858.         return $instance;
  859.     }
  860.     /**
  861.      * Gets the public 'App\Controller\ScanResultController' shared autowired service.
  862.      *
  863.      * @return \App\Controller\ScanResultController
  864.      */
  865.     protected function getScanResultControllerService()
  866.     {
  867.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  869.         include_once \dirname(__DIR__4).'/src/Controller/ScanResultController.php';
  870.         $this->services['App\\Controller\\ScanResultController'] = $instance = new \App\Controller\ScanResultController();
  871.         $instance->setContainer(($this->privates['.service_locator.AVaUqzz'] ?? $this->get_ServiceLocator_AVaUqzzService())->withContext('App\\Controller\\ScanResultController'$this));
  872.         return $instance;
  873.     }
  874.     /**
  875.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  876.      *
  877.      * @return \App\Controller\SecurityController
  878.      */
  879.     protected function getSecurityControllerService()
  880.     {
  881.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  883.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  884.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  885.         $instance->setContainer(($this->privates['.service_locator.AVaUqzz'] ?? $this->get_ServiceLocator_AVaUqzzService())->withContext('App\\Controller\\SecurityController'$this));
  886.         return $instance;
  887.     }
  888.     /**
  889.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  890.      *
  891.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  892.      */
  893.     protected function getProfilerControllerService()
  894.     {
  895.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  896.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  897.     }
  898.     /**
  899.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  900.      *
  901.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  902.      */
  903.     protected function getRedirectControllerService()
  904.     {
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  906.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  907.     }
  908.     /**
  909.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  910.      *
  911.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  912.      */
  913.     protected function getTemplateControllerService()
  914.     {
  915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  916.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  917.     }
  918.     /**
  919.      * Gets the public 'api_platform.action.documentation' shared service.
  920.      *
  921.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  922.      */
  923.     protected function getApiPlatform_Action_DocumentationService()
  924.     {
  925.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  926.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()));
  927.     }
  928.     /**
  929.      * Gets the public 'api_platform.action.entrypoint' shared service.
  930.      *
  931.      * @return \ApiPlatform\Action\EntrypointAction
  932.      */
  933.     protected function getApiPlatform_Action_EntrypointService()
  934.     {
  935.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  936.         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()));
  937.     }
  938.     /**
  939.      * Gets the public 'api_platform.action.exception' shared service.
  940.      *
  941.      * @return \ApiPlatform\Action\ExceptionAction
  942.      */
  943.     protected function getApiPlatform_Action_ExceptionService()
  944.     {
  945.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  946.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->services['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status'], ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  947.     }
  948.     /**
  949.      * Gets the public 'api_platform.action.not_exposed' shared service.
  950.      *
  951.      * @return \ApiPlatform\Action\NotExposedAction
  952.      */
  953.     protected function getApiPlatform_Action_NotExposedService()
  954.     {
  955.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  956.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  957.     }
  958.     /**
  959.      * Gets the public 'api_platform.action.not_found' shared service.
  960.      *
  961.      * @return \ApiPlatform\Action\NotFoundAction
  962.      */
  963.     protected function getApiPlatform_Action_NotFoundService()
  964.     {
  965.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  966.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  967.     }
  968.     /**
  969.      * Gets the public 'api_platform.action.placeholder' shared service.
  970.      *
  971.      * @return \ApiPlatform\Action\PlaceholderAction
  972.      */
  973.     protected function getApiPlatform_Action_PlaceholderService()
  974.     {
  975.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  976.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  977.     }
  978.     /**
  979.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  980.      *
  981.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  982.      */
  983.     protected function getApiPlatform_Swagger_Action_UiService()
  984.     {
  985.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  986.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), '''''0.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''''', [], falsetruetruefalsefalsefalse$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
  987.     }
  988.     /**
  989.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  990.      *
  991.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  992.      */
  993.     protected function getApiPlatform_SwaggerUi_ActionService()
  994.     {
  995.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  996.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  997.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truefalsetruefalsefalsefalseNULL, []), $this->parameters['api_platform.formats'], ''''false);
  998.     }
  999.     /**
  1000.      * Gets the public 'cache.app' shared service.
  1001.      *
  1002.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1003.      */
  1004.     protected function getCache_AppService()
  1005.     {
  1006.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('X76Ek2hEMa'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1007.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1008.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1009.     }
  1010.     /**
  1011.      * Gets the public 'cache.app_clearer' shared service.
  1012.      *
  1013.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1014.      */
  1015.     protected function getCache_AppClearerService()
  1016.     {
  1017.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1018.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1019.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1020.     }
  1021.     /**
  1022.      * Gets the public 'cache.global_clearer' shared service.
  1023.      *
  1024.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1025.      */
  1026.     protected function getCache_GlobalClearerService()
  1027.     {
  1028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1029.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1030.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1031.     }
  1032.     /**
  1033.      * Gets the public 'cache.system' shared service.
  1034.      *
  1035.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1036.      */
  1037.     protected function getCache_SystemService()
  1038.     {
  1039.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Gsu6yCkOP5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1040.     }
  1041.     /**
  1042.      * Gets the public 'cache.system_clearer' shared service.
  1043.      *
  1044.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1045.      */
  1046.     protected function getCache_SystemClearerService()
  1047.     {
  1048.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1050.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1051.     }
  1052.     /**
  1053.      * Gets the public 'cache_clearer' shared service.
  1054.      *
  1055.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1056.      */
  1057.     protected function getCacheClearerService()
  1058.     {
  1059.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1060.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1061.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1062.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1063.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  1064.         }, 2));
  1065.     }
  1066.     /**
  1067.      * Gets the public 'cache_warmer' shared service.
  1068.      *
  1069.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1070.      */
  1071.     protected function getCacheWarmerService()
  1072.     {
  1073.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1074.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1075.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1076.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1077.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1078.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1079.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1080.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1081.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1082.             yield => ($this->privates['fos_rest.allowed_methods_loader'] ?? $this->getFosRest_AllowedMethodsLoaderService());
  1083.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  1084.         }, 9), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  1085.     }
  1086.     /**
  1087.      * Gets the public 'console.command_loader' shared service.
  1088.      *
  1089.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1090.      */
  1091.     protected function getConsole_CommandLoaderService()
  1092.     {
  1093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1095.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1096.             'App\\Command\\CpeImportCommand' => ['privates''App\\Command\\CpeImportCommand''getCpeImportCommandService'false],
  1097.             'App\\Command\\CveImportCommand' => ['privates''App\\Command\\CveImportCommand''getCveImportCommandService'false],
  1098.             'App\\Command\\DrupalSaImportCommand' => ['privates''App\\Command\\DrupalSaImportCommand''getDrupalSaImportCommandService'false],
  1099.             'App\\Command\\OscScanStartCommand' => ['privates''App\\Command\\OscScanStartCommand''getOscScanStartCommandService'false],
  1100.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1101.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  1102.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  1103.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  1104.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  1105.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1106.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1107.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1108.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1109.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1110.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1111.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1112.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1113.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1114.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1115.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1116.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1117.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1118.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1119.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1120.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1121.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1122.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1123.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1124.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1125.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1126.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1127.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1128.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1129.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1130.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1131.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1132.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1133.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1134.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1135.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1136.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1137.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1138.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1139.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1140.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1141.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1142.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1143.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1144.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1145.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1146.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1147.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1148.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1149.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1150.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1151.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1152.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1153.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1154.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1155.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1156.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1157.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1158.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1159.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1160.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1161.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1162.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1163.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1164.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1165.             'maker.auto_command.make_data_persister' => ['privates''maker.auto_command.make_data_persister''getMaker_AutoCommand_MakeDataPersisterService'false],
  1166.             'maker.auto_command.make_data_provider' => ['privates''maker.auto_command.make_data_provider''getMaker_AutoCommand_MakeDataProviderService'false],
  1167.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1168.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1169.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1170.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1171.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1172.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1173.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1174.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1175.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1176.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1177.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1178.             'maker.auto_command.make_state_processor' => ['privates''maker.auto_command.make_state_processor''getMaker_AutoCommand_MakeStateProcessorService'false],
  1179.             'maker.auto_command.make_state_provider' => ['privates''maker.auto_command.make_state_provider''getMaker_AutoCommand_MakeStateProviderService'false],
  1180.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1181.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1182.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1183.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1184.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1185.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1186.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1187.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1188.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1189.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1190.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1191.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1192.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1193.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1194.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  1195.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  1196.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  1197.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  1198.         ], [
  1199.             'App\\Command\\CpeImportCommand' => 'App\\Command\\CpeImportCommand',
  1200.             'App\\Command\\CveImportCommand' => 'App\\Command\\CveImportCommand',
  1201.             'App\\Command\\DrupalSaImportCommand' => 'App\\Command\\DrupalSaImportCommand',
  1202.             'App\\Command\\OscScanStartCommand' => 'App\\Command\\OscScanStartCommand',
  1203.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1204.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  1205.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  1206.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  1207.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  1208.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1209.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1210.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1211.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1212.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1213.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1214.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1215.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1216.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1217.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1218.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1219.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1220.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1221.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1222.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1223.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1224.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1225.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1226.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1227.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1228.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1229.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1230.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1231.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1232.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1233.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1234.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1235.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1236.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1237.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1238.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1239.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1240.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1241.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1242.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1243.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1244.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1245.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1246.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1247.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1248.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1249.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1250.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1251.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1252.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1253.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1254.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1255.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1256.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1257.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1258.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1259.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1260.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1261.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1262.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1263.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1264.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1265.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1266.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1267.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1268.             'maker.auto_command.make_data_persister' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1269.             'maker.auto_command.make_data_provider' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1270.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1271.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1272.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1273.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1274.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1275.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1276.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1277.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1278.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1279.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1280.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1281.             'maker.auto_command.make_state_processor' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1282.             'maker.auto_command.make_state_provider' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1283.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1284.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1285.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1286.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1287.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1288.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1289.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1290.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1291.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1292.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1293.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1294.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1295.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1296.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1297.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  1298.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  1299.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  1300.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  1301.         ]), ['osc:cpe:import' => 'App\\Command\\CpeImportCommand''osc:cve:import' => 'App\\Command\\CveImportCommand''osc:drupal:import' => 'App\\Command\\DrupalSaImportCommand''osc:scan:start' => 'App\\Command\\OscScanStartCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''api:upgrade-resource' => 'api_platform.upgrade_resource.command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:data-provider' => 'maker.auto_command.make_data_provider''make:data-persister' => 'maker.auto_command.make_data_persister''make:state-processor' => 'maker.auto_command.make_state_processor''make:state-provider' => 'maker.auto_command.make_state_provider']);
  1302.     }
  1303.     /**
  1304.      * Gets the public 'container.env_var_processors_locator' shared service.
  1305.      *
  1306.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1307.      */
  1308.     protected function getContainer_EnvVarProcessorsLocatorService()
  1309.     {
  1310.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1311.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1312.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1313.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1314.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1315.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1316.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1317.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1318.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1319.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1320.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1321.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1322.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1323.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1324.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1325.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1326.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1327.         ], [
  1328.             'base64' => '?',
  1329.             'bool' => '?',
  1330.             'const' => '?',
  1331.             'csv' => '?',
  1332.             'default' => '?',
  1333.             'file' => '?',
  1334.             'float' => '?',
  1335.             'int' => '?',
  1336.             'json' => '?',
  1337.             'key' => '?',
  1338.             'query_string' => '?',
  1339.             'require' => '?',
  1340.             'resolve' => '?',
  1341.             'string' => '?',
  1342.             'trim' => '?',
  1343.             'url' => '?',
  1344.         ]);
  1345.     }
  1346.     /**
  1347.      * Gets the public 'data_collector.dump' shared service.
  1348.      *
  1349.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1350.      */
  1351.     protected function getDataCollector_DumpService()
  1352.     {
  1353.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1354.     }
  1355.     /**
  1356.      * Gets the public 'doctrine' shared service.
  1357.      *
  1358.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1359.      */
  1360.     protected function getDoctrineService()
  1361.     {
  1362.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1363.     }
  1364.     /**
  1365.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1366.      *
  1367.      * @return \Doctrine\DBAL\Connection
  1368.      */
  1369.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1370.     {
  1371.         $a = new \Doctrine\DBAL\Configuration();
  1372.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1373.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1374.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1375.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1376.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1377.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1378.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1379.         ], [
  1380.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1381.         ]));
  1382.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1383.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'utf8mb4''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => ['collate' => 'utf8mb4_unicode_ci']], $a$c, []);
  1384.     }
  1385.     /**
  1386.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1387.      *
  1388.      * @return \Doctrine\ORM\EntityManager
  1389.      */
  1390.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1391.     {
  1392.         if ($lazyLoad) {
  1393.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1394.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1395.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1396.                     $proxy->setProxyInitializer(null);
  1397.                     return true;
  1398.                 });
  1399.             });
  1400.         }
  1401.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1402.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1403.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1404.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1405.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1406.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1407.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1408.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1409.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1410.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1411.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1412.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1413.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1414.         $a = new \Doctrine\ORM\Configuration();
  1415.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1416.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1417.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1418.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1419.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1420.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1421.         $a->setMetadataDriverImpl($b);
  1422.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1423.         $a->setProxyNamespace('Proxies');
  1424.         $a->setAutoGenerateProxyClasses(true);
  1425.         $a->setSchemaIgnoreClasses([]);
  1426.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1427.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1428.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1429.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1430.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1431.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1432.             'App\\Repository\\ComponentRepository' => ['privates''App\\Repository\\ComponentRepository''getComponentRepositoryService'false],
  1433.             'App\\Repository\\ComponentScanResultRepository' => ['privates''App\\Repository\\ComponentScanResultRepository''getComponentScanResultRepositoryService'false],
  1434.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1435.             'App\\Repository\\ProjectRepository' => ['privates''App\\Repository\\ProjectRepository''getProjectRepositoryService'false],
  1436.             'App\\Repository\\ScanComponentRepository' => ['privates''App\\Repository\\ScanComponentRepository''getScanComponentRepositoryService'false],
  1437.             'App\\Repository\\ScanRepository' => ['privates''App\\Repository\\ScanRepository''getScanRepositoryService'false],
  1438.             'App\\Repository\\ScanResultRepository' => ['privates''App\\Repository\\ScanResultRepository''getScanResultRepositoryService'false],
  1439.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1440.         ], [
  1441.             'App\\Repository\\ComponentRepository' => '?',
  1442.             'App\\Repository\\ComponentScanResultRepository' => '?',
  1443.             'App\\Repository\\NotificationRepository' => '?',
  1444.             'App\\Repository\\ProjectRepository' => '?',
  1445.             'App\\Repository\\ScanComponentRepository' => '?',
  1446.             'App\\Repository\\ScanRepository' => '?',
  1447.             'App\\Repository\\ScanResultRepository' => '?',
  1448.             'App\\Repository\\UserRepository' => '?',
  1449.         ])));
  1450.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1451.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1452.         return $instance;
  1453.     }
  1454.     /**
  1455.      * Gets the public 'error_controller' shared service.
  1456.      *
  1457.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1458.      */
  1459.     protected function getErrorControllerService()
  1460.     {
  1461.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1466.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1467.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1468.     }
  1469.     /**
  1470.      * Gets the public 'event_dispatcher' shared service.
  1471.      *
  1472.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1473.      */
  1474.     protected function getEventDispatcherService()
  1475.     {
  1476.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1477.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1478.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1479.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1480.         $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())));
  1481.         $instance->addListener('kernel.exception', [=> function () {
  1482.             return ($this->privates['App\\Listener\\ApiExceptionListener'] ?? ($this->privates['App\\Listener\\ApiExceptionListener'] = new \App\Listener\ApiExceptionListener()));
  1483.         }, => 'onKernelException'], 0);
  1484.         $instance->addListener('kernel.controller', [=> function () {
  1485.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1486.         }, => 'onKernelController'], 0);
  1487.         $instance->addListener('kernel.request', [=> function () {
  1488.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1489.         }, => 'onKernelRequest'], 250);
  1490.         $instance->addListener('kernel.response', [=> function () {
  1491.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1492.         }, => 'onKernelResponse'], 0);
  1493.         $instance->addListener('kernel.response', [=> function () {
  1494.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1495.         }, => 'onResponse'], 0);
  1496.         $instance->addListener('kernel.request', [=> function () {
  1497.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1498.         }, => 'onKernelRequest'], 28);
  1499.         $instance->addListener('kernel.request', [=> function () {
  1500.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1501.         }, => 'onKernelRequest'], 2);
  1502.         $instance->addListener('kernel.view', [=> function () {
  1503.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  1504.         }, => 'onKernelView'], 16);
  1505.         $instance->addListener('kernel.view', [=> function () {
  1506.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  1507.         }, => 'onKernelView'], 8);
  1508.         $instance->addListener('kernel.exception', [=> function () {
  1509.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  1510.         }, => 'onKernelException'], 0);
  1511.         $instance->addListener('kernel.exception', [=> function () {
  1512.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  1513.         }, => 'onKernelException'], -96);
  1514.         $instance->addListener('kernel.view', [=> function () {
  1515.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  1516.         }, => 'onKernelView'], 32);
  1517.         $instance->addListener('kernel.request', [=> function () {
  1518.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1519.         }, => 'onKernelRequest'], 4);
  1520.         $instance->addListener('kernel.request', [=> function () {
  1521.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1522.         }, => 'onKernelRequest'], 0);
  1523.         $instance->addListener('kernel.response', [=> function () {
  1524.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1525.         }, => 'onKernelResponse'], -1);
  1526.         $instance->addListener('kernel.view', [=> function () {
  1527.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  1528.         }, => 'onKernelView'], 64);
  1529.         $instance->addListener('kernel.request', [=> function () {
  1530.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1531.         }, => 'onKernelRequest'], 16);
  1532.         $instance->addListener('kernel.request', [=> function () {
  1533.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1534.         }, => 'onSecurity'], 3);
  1535.         $instance->addListener('kernel.request', [=> function () {
  1536.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1537.         }, => 'onSecurityPostDenormalize'], 1);
  1538.         $instance->addListener('kernel.view', [=> function () {
  1539.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1540.         }, => 'onSecurityPostValidation'], 63);
  1541.         $instance->addListener('kernel.request', [=> function () {
  1542.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1543.         }, => 'onKernelRequest'], 10);
  1544.         $instance->addListener('kernel.request', [=> function () {
  1545.             return ($this->privates['fos_rest.format_listener'] ?? $this->getFosRest_FormatListenerService());
  1546.         }, => 'onKernelRequest'], 34);
  1547.         $instance->addListener('kernel.request', [=> function () {
  1548.             return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
  1549.         }, => 'onKernelRequest'], 33);
  1550.         $instance->addListener('kernel.request', [=> function () {
  1551.             return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
  1552.         }, => 'onKernelRequest'], 31);
  1553.         $instance->addListener('kernel.controller', [=> function () {
  1554.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1555.         }, => 'onKernelController'], 5);
  1556.         $instance->addListener('kernel.response', [=> function () {
  1557.             return ($this->privates['fos_rest.allowed_methods_listener'] ?? $this->getFosRest_AllowedMethodsListenerService());
  1558.         }, => 'onKernelResponse'], 0);
  1559.         $instance->addListener('kernel.request', [=> function () {
  1560.             return ($this->privates['fos_rest.zone_matcher_listener'] ?? $this->getFosRest_ZoneMatcherListenerService());
  1561.         }, => 'onKernelRequest'], 248);
  1562.         $instance->addListener('kernel.exception', [=> function () {
  1563.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1564.         }, => 'onKernelException'], 0);
  1565.         $instance->addListener('kernel.response', [=> function () {
  1566.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1567.         }, => 'onKernelResponse'], 0);
  1568.         $instance->addListener('kernel.response', [=> function () {
  1569.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1570.         }, => 'onKernelResponse'], -1024);
  1571.         $instance->addListener('kernel.request', [=> function () {
  1572.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1573.         }, => 'setDefaultLocale'], 100);
  1574.         $instance->addListener('kernel.request', [=> function () {
  1575.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1576.         }, => 'onKernelRequest'], 16);
  1577.         $instance->addListener('kernel.finish_request', [=> function () {
  1578.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1579.         }, => 'onKernelFinishRequest'], 0);
  1580.         $instance->addListener('kernel.request', [=> function () {
  1581.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1582.         }, => 'onKernelRequest'], 256);
  1583.         $instance->addListener('kernel.request', [=> function () {
  1584.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1585.         }, => 'resolveControllerName'], 24);
  1586.         $instance->addListener('kernel.response', [=> function () {
  1587.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1588.         }, => 'onResponse'], -255);
  1589.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1590.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1591.         }, => 'onControllerArguments'], 0);
  1592.         $instance->addListener('kernel.exception', [=> function () {
  1593.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1594.         }, => 'logKernelException'], 0);
  1595.         $instance->addListener('kernel.exception', [=> function () {
  1596.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1597.         }, => 'onKernelException'], -128);
  1598.         $instance->addListener('kernel.request', [=> function () {
  1599.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1600.         }, => 'onKernelRequest'], 15);
  1601.         $instance->addListener('kernel.finish_request', [=> function () {
  1602.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1603.         }, => 'onKernelFinishRequest'], -15);
  1604.         $instance->addListener('console.error', [=> function () {
  1605.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1606.         }, => 'onConsoleError'], -128);
  1607.         $instance->addListener('console.terminate', [=> function () {
  1608.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1609.         }, => 'onConsoleTerminate'], -128);
  1610.         $instance->addListener('console.error', [=> function () {
  1611.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1612.         }, => 'onConsoleError'], 0);
  1613.         $instance->addListener('kernel.request', [=> function () {
  1614.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1615.         }, => 'onKernelRequest'], 128);
  1616.         $instance->addListener('kernel.response', [=> function () {
  1617.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1618.         }, => 'onKernelResponse'], -1000);
  1619.         $instance->addListener('kernel.finish_request', [=> function () {
  1620.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1621.         }, => 'onFinishRequest'], 0);
  1622.         $instance->addListener('kernel.response', [=> function () {
  1623.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1624.         }, => 'onKernelResponse'], -100);
  1625.         $instance->addListener('kernel.exception', [=> function () {
  1626.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1627.         }, => 'onKernelException'], 0);
  1628.         $instance->addListener('kernel.terminate', [=> function () {
  1629.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1630.         }, => 'onKernelTerminate'], -1024);
  1631.         $instance->addListener('kernel.controller', [=> function () {
  1632.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1633.         }, => 'onKernelController'], 0);
  1634.         $instance->addListener('kernel.response', [=> function () {
  1635.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1636.         }, => 'onKernelResponse'], 0);
  1637.         $instance->addListener('kernel.request', [=> function () {
  1638.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1639.         }, => 'configure'], 2048);
  1640.         $instance->addListener('console.command', [=> function () {
  1641.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1642.         }, => 'configure'], 2048);
  1643.         $instance->addListener('kernel.request', [=> function () {
  1644.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1645.         }, => 'onKernelRequest'], 32);
  1646.         $instance->addListener('kernel.finish_request', [=> function () {
  1647.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1648.         }, => 'onKernelFinishRequest'], 0);
  1649.         $instance->addListener('kernel.exception', [=> function () {
  1650.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1651.         }, => 'onKernelException'], -64);
  1652.         $instance->addListener('kernel.response', [=> function () {
  1653.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1654.         }, => 'onKernelResponse'], 0);
  1655.         $instance->addListener('kernel.controller', [=> function () {
  1656.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1657.         }, => 'onKernelController'], 0);
  1658.         $instance->addListener('kernel.controller', [=> function () {
  1659.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1660.         }, => 'onKernelController'], 0);
  1661.         $instance->addListener('kernel.controller', [=> function () {
  1662.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1663.         }, => 'onKernelController'], -128);
  1664.         $instance->addListener('kernel.view', [=> function () {
  1665.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1666.         }, => 'onKernelView'], 0);
  1667.         $instance->addListener('kernel.controller', [=> function () {
  1668.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1669.         }, => 'onKernelController'], 0);
  1670.         $instance->addListener('kernel.response', [=> function () {
  1671.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1672.         }, => 'onKernelResponse'], 0);
  1673.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1674.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1675.         }, => 'onKernelControllerArguments'], 0);
  1676.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1677.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1678.         }, => 'onKernelControllerArguments'], 0);
  1679.         $instance->addListener('kernel.response', [=> function () {
  1680.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1681.         }, => 'onKernelResponse'], 0);
  1682.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1683.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1684.         }, => 'onVoterVote'], 0);
  1685.         $instance->addListener('kernel.request', [=> function () {
  1686.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1687.         }, => 'configureLogoutUrlGenerator'], 8);
  1688.         $instance->addListener('kernel.request', [=> function () {
  1689.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1690.         }, => 'onKernelRequest'], 8);
  1691.         $instance->addListener('kernel.finish_request', [=> function () {
  1692.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1693.         }, => 'onKernelFinishRequest'], 0);
  1694.         $instance->addListener('kernel.exception', [=> function () {
  1695.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1696.         }, => 'onException'], 0);
  1697.         $instance->addListener('kernel.terminate', [=> function () {
  1698.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1699.         }, => 'onTerminate'], 0);
  1700.         $instance->addListener('console.error', [=> function () {
  1701.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1702.         }, => 'onException'], 0);
  1703.         $instance->addListener('console.terminate', [=> function () {
  1704.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  1705.         }, => 'onTerminate'], 0);
  1706.         $instance->addListener('kernel.response', [=> function () {
  1707.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1708.         }, => 'onKernelResponse'], -128);
  1709.         $instance->addListener('console.command', [=> function () {
  1710.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1711.         }, => 'onCommand'], 255);
  1712.         $instance->addListener('console.terminate', [=> function () {
  1713.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1714.         }, => 'onTerminate'], -255);
  1715.         $instance->addListener('console.command', [=> function () {
  1716.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1717.         }, => 'configure'], 1024);
  1718.         $instance->addListener('console.error', [=> function () {
  1719.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1720.         }, => 'onConsoleError'], 0);
  1721.         $instance->addListener('console.terminate', [=> function () {
  1722.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1723.         }, => 'onConsoleTerminate'], 0);
  1724.         $instance->addListener('kernel.view', [=> function () {
  1725.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  1726.         }, => 'onKernelView'], 30);
  1727.         $instance->addListener('kernel.finish_request', [=> function () {
  1728.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1729.         }, => 'resetAssets'], 0);
  1730.         return $instance;
  1731.     }
  1732.     /**
  1733.      * Gets the public 'filesystem' shared service.
  1734.      *
  1735.      * @return \Symfony\Component\Filesystem\Filesystem
  1736.      */
  1737.     protected function getFilesystemService()
  1738.     {
  1739.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1740.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1741.     }
  1742.     /**
  1743.      * Gets the public 'form.factory' shared service.
  1744.      *
  1745.      * @return \Symfony\Component\Form\FormFactory
  1746.      */
  1747.     protected function getForm_FactoryService()
  1748.     {
  1749.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1750.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1751.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1752.     }
  1753.     /**
  1754.      * Gets the public 'form.type.file' shared service.
  1755.      *
  1756.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1757.      */
  1758.     protected function getForm_Type_FileService()
  1759.     {
  1760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1761.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1763.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1764.     }
  1765.     /**
  1766.      * Gets the public 'fos_rest.view_handler' shared service.
  1767.      *
  1768.      * @return \FOS\RestBundle\View\ViewHandler
  1769.      */
  1770.     protected function getFosRest_ViewHandlerService()
  1771.     {
  1772.         return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false], 400204false, ['serializeNullStrategy' => false]);
  1773.     }
  1774.     /**
  1775.      * Gets the public 'http_kernel' shared service.
  1776.      *
  1777.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1778.      */
  1779.     protected function getHttpKernelService()
  1780.     {
  1781.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1782.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1783.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1784.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1785.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1786.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1787.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1788.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1789.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1790.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1791.         }, 8)), $a));
  1792.     }
  1793.     /**
  1794.      * Gets the public 'jms_serializer' shared service.
  1795.      *
  1796.      * @return \JMS\Serializer\Serializer
  1797.      */
  1798.     protected function getJmsSerializerService()
  1799.     {
  1800.         $a = ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService());
  1801.         $b = ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService());
  1802.         $c = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  1803.         $d = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($c);
  1804.         $e = ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService());
  1805.         $f = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1806.         $f->setOptions(1024);
  1807.         $g = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1808.         $g->setFormatOutput(true);
  1809.         $h = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  1810.         $h->setOptions(0);
  1811.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $d$e$c), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$d$e$c)], ['json' => $f'xml' => $g], ['json' => $h'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  1812.     }
  1813.     /**
  1814.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1815.      *
  1816.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1817.      */
  1818.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1819.     {
  1820.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1821.     }
  1822.     /**
  1823.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1824.      *
  1825.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1826.      */
  1827.     protected function getJmsSerializer_SerializationContextFactoryService()
  1828.     {
  1829.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1830.     }
  1831.     /**
  1832.      * Gets the public 'profiler' shared service.
  1833.      *
  1834.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1835.      */
  1836.     protected function getProfilerService()
  1837.     {
  1838.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1839.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1840.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1841.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1842.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1843.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1844.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1845.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1846.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1847.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1848.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1849.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1850.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1851.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1852.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1853.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1854.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1855.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1856.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1857.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1858.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1859.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1860.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1861.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1862.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1863.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1864.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1865.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1866.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1867.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1868.         if ($this->has('kernel')) {
  1869.             $g->setKernel($b);
  1870.         }
  1871.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1872.         $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())));
  1873.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1874.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1875.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1876.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1877.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1878.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1879.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1880.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1881.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1882.         $instance->add($d);
  1883.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1884.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1885.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1886.         $instance->add($e);
  1887.         $instance->add($f);
  1888.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1889.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1890.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector('default', [], ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
  1891.         $instance->add($g);
  1892.         return $instance;
  1893.     }
  1894.     /**
  1895.      * Gets the public 'request_stack' shared service.
  1896.      *
  1897.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1898.      */
  1899.     protected function getRequestStackService()
  1900.     {
  1901.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1902.     }
  1903.     /**
  1904.      * Gets the public 'router' shared service.
  1905.      *
  1906.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1907.      */
  1908.     protected function getRouterService()
  1909.     {
  1910.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1911.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1912.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1913.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1914.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1915.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1916.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1917.         ], [
  1918.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1919.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  1920.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1921.         return $instance;
  1922.     }
  1923.     /**
  1924.      * Gets the public 'routing.loader' shared service.
  1925.      *
  1926.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1927.      */
  1928.     protected function getRouting_LoaderService()
  1929.     {
  1930.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1934.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1935.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1936.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1937.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1938.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1939.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1940.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1941.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1942.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1943.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1944.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  1948.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  1949.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1951.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1952.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1953.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1954.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  1955.         $c = new \Symfony\Component\HttpKernel\Config\FileLocator($b, (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  1956.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1957.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c));
  1958.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c));
  1959.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c));
  1960.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c));
  1961.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c));
  1962.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1963.             'kernel' => ['services''kernel''getKernelService'false],
  1964.         ], [
  1965.             'kernel' => 'App\\Kernel',
  1966.         ]))));
  1967.         $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()), falsetruetruefalsefalse, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  1968.         $a->addLoader($d);
  1969.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  1970.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  1971.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  1972.     }
  1973.     /**
  1974.      * Gets the public 'security.authentication_utils' shared service.
  1975.      *
  1976.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1977.      */
  1978.     protected function getSecurity_AuthenticationUtilsService()
  1979.     {
  1980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1981.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1982.     }
  1983.     /**
  1984.      * Gets the public 'security.authorization_checker' shared service.
  1985.      *
  1986.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1987.      */
  1988.     protected function getSecurity_AuthorizationCheckerService()
  1989.     {
  1990.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1991.     }
  1992.     /**
  1993.      * Gets the public 'security.csrf.token_manager' shared service.
  1994.      *
  1995.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1996.      */
  1997.     protected function getSecurity_Csrf_TokenManagerService()
  1998.     {
  1999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2000.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2001.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2002.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2003.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2004.     }
  2005.     /**
  2006.      * Gets the public 'security.password_encoder' shared service.
  2007.      *
  2008.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2009.      */
  2010.     protected function getSecurity_PasswordEncoderService()
  2011.     {
  2012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2014.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2015.     }
  2016.     /**
  2017.      * Gets the public 'security.token_storage' shared service.
  2018.      *
  2019.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2020.      */
  2021.     protected function getSecurity_TokenStorageService()
  2022.     {
  2023.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2024.             'session' => ['services''session''getSessionService'false],
  2025.         ], [
  2026.             'session' => '?',
  2027.         ]));
  2028.     }
  2029.     /**
  2030.      * Gets the public 'serializer' shared service.
  2031.      *
  2032.      * @return \Symfony\Component\Serializer\Serializer
  2033.      */
  2034.     protected function getSerializerService()
  2035.     {
  2036.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2037.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2038.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  2039.         $d = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  2040.         $e = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($d);
  2041.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2042.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2043.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2044.         $i = new \App\Service\Api\SwaggerDecorator(new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f$g$h, ($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_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, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), NULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$d)), (\dirname(__DIR__4).'/config/api/custom_info.json'), (\dirname(__DIR__4).'/config/api/custom_methods.json'));
  2045.         $j = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  2046.         $k = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  2047.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => $e=> $i=> new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $j), => $i=> $e=> new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \ApiPlatform\Serializer\ItemNormalizer($g$h, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), $a$j$k, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  2048.             return new \EmptyIterator();
  2049.         }, 0), $f, ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService())), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $j), 11 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 14 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($k$j$a$b, new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($k), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  2050.     }
  2051.     /**
  2052.      * Gets the public 'services_resetter' shared service.
  2053.      *
  2054.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2055.      */
  2056.     protected function getServicesResetterService()
  2057.     {
  2058.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2059.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2060.             if (isset($this->services['cache.app'])) {
  2061.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2062.             }
  2063.             if (isset($this->services['cache.system'])) {
  2064.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2065.             }
  2066.             if (isset($this->privates['cache.validator'])) {
  2067.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2068.             }
  2069.             if (isset($this->privates['cache.serializer'])) {
  2070.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2071.             }
  2072.             if (isset($this->privates['cache.annotations'])) {
  2073.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2074.             }
  2075.             if (isset($this->privates['cache.property_info'])) {
  2076.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2077.             }
  2078.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2079.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2080.             }
  2081.             if (isset($this->services['profiler'])) {
  2082.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2083.             }
  2084.             if (isset($this->services['validator'])) {
  2085.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2086.             }
  2087.             if (isset($this->privates['debug.stopwatch'])) {
  2088.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2089.             }
  2090.             if (isset($this->services['event_dispatcher'])) {
  2091.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2092.             }
  2093.             if (isset($this->services['doctrine'])) {
  2094.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2095.             }
  2096.             if (isset($this->privates['form.type.entity'])) {
  2097.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2098.             }
  2099.             if (isset($this->services['security.token_storage'])) {
  2100.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2101.             }
  2102.             if (isset($this->privates['cache.security_expression_language'])) {
  2103.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2104.             }
  2105.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2106.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2107.             }
  2108.             if (isset($this->privates['twig.form.engine'])) {
  2109.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2110.             }
  2111.             if (isset($this->privates['monolog.handler.main'])) {
  2112.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2113.             }
  2114.             if (isset($this->privates['monolog.handler.console'])) {
  2115.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2116.             }
  2117.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  2118.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  2119.             }
  2120.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  2121.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  2122.             }
  2123.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
  2124.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
  2125.             }
  2126.             if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
  2127.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
  2128.             }
  2129.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  2130.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  2131.             }
  2132.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  2133.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  2134.             }
  2135.             if (isset($this->services['fos_rest.view_handler'])) {
  2136.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  2137.             }
  2138.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2139.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2140.             }
  2141.             if (isset($this->privates['cache.webpack_encore'])) {
  2142.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2143.             }
  2144.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2145.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2146.             }
  2147.             if (isset($this->privates['.debug.http_client'])) {
  2148.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2149.             }
  2150.         }, function () {
  2151.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.legacy'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['.debug.http_client']));
  2152.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.resource.legacy' => [=> 'reset'], 'api_platform.cache.metadata.property.legacy' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2153.     }
  2154.     /**
  2155.      * Gets the public 'session' shared service.
  2156.      *
  2157.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2158.      */
  2159.     protected function getSessionService()
  2160.     {
  2161.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2162.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2163.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  2164.     }
  2165.     /**
  2166.      * Gets the public 'swiftmailer.mailer.default' shared service.
  2167.      *
  2168.      * @return \Swift_Mailer
  2169.      */
  2170.     protected function getSwiftmailer_Mailer_DefaultService()
  2171.     {
  2172.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  2173.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  2174.     }
  2175.     /**
  2176.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  2177.      *
  2178.      * @return \Swift_Plugins_MessageLogger
  2179.      */
  2180.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  2181.     {
  2182.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2184.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2185.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  2186.     }
  2187.     /**
  2188.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  2189.      *
  2190.      * @return \Swift_Transport
  2191.      */
  2192.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  2193.     {
  2194.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2195.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  2196.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2197.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2198.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  2199.     }
  2200.     /**
  2201.      * Gets the public 'swiftmailer.transport' shared service.
  2202.      *
  2203.      * @return \Swift_Transport_SpoolTransport
  2204.      */
  2205.     protected function getSwiftmailer_TransportService()
  2206.     {
  2207.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  2208.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  2209.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  2210.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  2212.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  2213.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  2214.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  2215.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  2216.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_MemorySpool());
  2217.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  2218.         return $instance;
  2219.     }
  2220.     /**
  2221.      * Gets the public 'translator' shared service.
  2222.      *
  2223.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2224.      */
  2225.     protected function getTranslatorService()
  2226.     {
  2227.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2228.     }
  2229.     /**
  2230.      * Gets the public 'twig' shared service.
  2231.      *
  2232.      * @return \Twig\Environment
  2233.      */
  2234.     protected function getTwigService()
  2235.     {
  2236.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  2237.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  2238.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  2239.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2240.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2241.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2242.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2243.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  2244.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  2245.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  2246.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  2247.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2248.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2249.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2250.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2251.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  2252.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  2253.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  2254.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  2255.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2256.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2257.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2258.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2259.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  2260.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2261.         $c = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2262.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2263.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2264.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $c]);
  2265.         $f = new \Symfony\Bridge\Twig\AppVariable();
  2266.         $f->setEnvironment('dev');
  2267.         $f->setDebug(true);
  2268.         if ($this->has('security.token_storage')) {
  2269.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2270.         }
  2271.         if ($this->has('request_stack')) {
  2272.             $f->setRequestStack($d);
  2273.         }
  2274.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2275.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2276.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  2277.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  2278.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  2279.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  2280.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($c\dirname(__DIR__4), 'UTF-8'));
  2281.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  2282.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2283.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2284.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2285.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2286.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  2287.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  2288.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  2289.         $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())));
  2290.         $instance->addExtension(new \Twig_Extensions_Extension_Text());
  2291.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2292.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  2293.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  2294.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2295.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  2296.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  2297.         ], [
  2298.             'webpack_encore.entrypoint_lookup_collection' => '?',
  2299.             'webpack_encore.tag_renderer' => '?',
  2300.         ])));
  2301.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  2302.         $instance->addExtension(new \Symfony\UX\Chartjs\Twig\ChartExtension());
  2303.         $instance->addGlobal('app'$f);
  2304.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2305.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  2306.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  2307.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  2308.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  2309.         ], [
  2310.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  2311.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2312.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2313.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2314.         ])));
  2315.         $instance->addGlobal('domain'$this->getEnv('string:APP_DOMAIN'));
  2316.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2317.         return $instance;
  2318.     }
  2319.     /**
  2320.      * Gets the public 'twig.controller.exception' shared service.
  2321.      *
  2322.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  2323.      *
  2324.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  2325.      */
  2326.     protected function getTwig_Controller_ExceptionService()
  2327.     {
  2328.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2329.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  2330.     }
  2331.     /**
  2332.      * Gets the public 'twig.controller.preview_error' shared service.
  2333.      *
  2334.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  2335.      *
  2336.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  2337.      */
  2338.     protected function getTwig_Controller_PreviewErrorService()
  2339.     {
  2340.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2341.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'twig.controller.exception::showAction');
  2342.     }
  2343.     /**
  2344.      * Gets the public 'validator' shared service.
  2345.      *
  2346.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2347.      */
  2348.     protected function getValidatorService()
  2349.     {
  2350.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2351.     }
  2352.     /**
  2353.      * Gets the public 'var_dumper.cloner' shared service.
  2354.      *
  2355.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2356.      */
  2357.     protected function getVarDumper_ClonerService()
  2358.     {
  2359.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2360.         $instance->setMaxItems(2500);
  2361.         $instance->setMinDepth(1);
  2362.         $instance->setMaxString(-1);
  2363.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2364.         return $instance;
  2365.     }
  2366.     /**
  2367.      * Gets the public 'web_profiler.controller.exception' shared service.
  2368.      *
  2369.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  2370.      *
  2371.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  2372.      */
  2373.     protected function getWebProfiler_Controller_ExceptionService()
  2374.     {
  2375.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  2376.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  2377.     }
  2378.     /**
  2379.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2380.      *
  2381.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2382.      */
  2383.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2384.     {
  2385.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2386.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  2387.     }
  2388.     /**
  2389.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2390.      *
  2391.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2392.      */
  2393.     protected function getWebProfiler_Controller_ProfilerService()
  2394.     {
  2395.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2396.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2397.     }
  2398.     /**
  2399.      * Gets the public 'web_profiler.controller.router' shared service.
  2400.      *
  2401.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2402.      */
  2403.     protected function getWebProfiler_Controller_RouterService()
  2404.     {
  2405.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2406.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2407.             return new \EmptyIterator();
  2408.         }, 0));
  2409.     }
  2410.     /**
  2411.      * Gets the private '.debug.http_client' shared service.
  2412.      *
  2413.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2414.      */
  2415.     protected function get_Debug_HttpClientService()
  2416.     {
  2417.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2418.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2419.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2420.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2421.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2422.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2423.         $a->setLogger($b);
  2424.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  2425.     }
  2426.     /**
  2427.      * Gets the private '.errored..service_locator.1Wu8gZY.Symfony\Component\Validator\ConstraintViolationListInterface' shared service.
  2428.      *
  2429.      * @return \Symfony\Component\Validator\ConstraintViolationListInterface
  2430.      */
  2431.     protected function getConstraintViolationListInterfaceService()
  2432.     {
  2433.         $this->throw('Cannot autowire service ".service_locator.1Wu8gZY": it references interface "Symfony\\Component\\Validator\\ConstraintViolationListInterface" but no such service exists. Did you create a class that implements this interface?');
  2434.     }
  2435.     /**
  2436.      * Gets the private '.errored..service_locator.3irVYRi.App\Entity\Project' shared service.
  2437.      *
  2438.      * @return \App\Entity\Project
  2439.      */
  2440.     protected function getProjectService()
  2441.     {
  2442.         $this->throw('Cannot autowire service ".service_locator.3irVYRi": it references class "App\\Entity\\Project" but no such service exists.');
  2443.     }
  2444.     /**
  2445.      * Gets the private '.errored..service_locator.3irVYRi.App\Entity\User' shared service.
  2446.      *
  2447.      * @return \App\Entity\User
  2448.      */
  2449.     protected function getUserService()
  2450.     {
  2451.         $this->throw('Cannot autowire service ".service_locator.3irVYRi": it references class "App\\Entity\\User" but no such service exists.');
  2452.     }
  2453.     /**
  2454.      * Gets the private '.errored..service_locator.3it8zVo.App\Entity\Scan' shared service.
  2455.      *
  2456.      * @return \App\Entity\Scan
  2457.      */
  2458.     protected function getScanService()
  2459.     {
  2460.         $this->throw('Cannot autowire service ".service_locator.3it8zVo": it references class "App\\Entity\\Scan" but no such service exists.');
  2461.     }
  2462.     /**
  2463.      * Gets the private '.errored..service_locator.8Rpl1r7.App\Entity\Component' shared service.
  2464.      *
  2465.      * @return \App\Entity\Component
  2466.      */
  2467.     protected function getComponentService()
  2468.     {
  2469.         $this->throw('Cannot autowire service ".service_locator.8Rpl1r7": it references class "App\\Entity\\Component" but no such service exists.');
  2470.     }
  2471.     /**
  2472.      * Gets the private '.errored..service_locator.8Rpl1r7.App\Entity\Project' shared service.
  2473.      *
  2474.      * @return \App\Entity\Project
  2475.      */
  2476.     protected function getProject2Service()
  2477.     {
  2478.         $this->throw('Cannot autowire service ".service_locator.8Rpl1r7": it references class "App\\Entity\\Project" but no such service exists.');
  2479.     }
  2480.     /**
  2481.      * Gets the private '.errored..service_locator.Ck5qUgz.App\Entity\Project' shared service.
  2482.      *
  2483.      * @return \App\Entity\Project
  2484.      */
  2485.     protected function getProject3Service()
  2486.     {
  2487.         $this->throw('Cannot autowire service ".service_locator.Ck5qUgz": it references class "App\\Entity\\Project" but no such service exists.');
  2488.     }
  2489.     /**
  2490.      * Gets the private '.errored..service_locator.MlqMzoQ.App\Entity\Project' shared service.
  2491.      *
  2492.      * @return \App\Entity\Project
  2493.      */
  2494.     protected function getProject4Service()
  2495.     {
  2496.         $this->throw('Cannot autowire service ".service_locator.MlqMzoQ": it references class "App\\Entity\\Project" but no such service exists.');
  2497.     }
  2498.     /**
  2499.      * Gets the private '.errored..service_locator.RgyeiKa.Symfony\Component\Validator\ConstraintViolationListInterface' shared service.
  2500.      *
  2501.      * @return \Symfony\Component\Validator\ConstraintViolationListInterface
  2502.      */
  2503.     protected function getConstraintViolationListInterface2Service()
  2504.     {
  2505.         $this->throw('Cannot autowire service ".service_locator.RgyeiKa": it references interface "Symfony\\Component\\Validator\\ConstraintViolationListInterface" but no such service exists. Did you create a class that implements this interface?');
  2506.     }
  2507.     /**
  2508.      * Gets the private '.errored..service_locator.TRNZ8bc.App\Entity\ScanResult' shared service.
  2509.      *
  2510.      * @return \App\Entity\ScanResult
  2511.      */
  2512.     protected function getScanResultService()
  2513.     {
  2514.         $this->throw('Cannot autowire service ".service_locator.TRNZ8bc": it references class "App\\Entity\\ScanResult" but no such service exists.');
  2515.     }
  2516.     /**
  2517.      * Gets the private '.errored..service_locator.TV._wZn.App\Entity\Notification' shared service.
  2518.      *
  2519.      * @return \App\Entity\Notification
  2520.      */
  2521.     protected function getNotificationService()
  2522.     {
  2523.         $this->throw('Cannot autowire service ".service_locator.TV._wZn": it references class "App\\Entity\\Notification" but no such service exists.');
  2524.     }
  2525.     /**
  2526.      * Gets the private '.errored..service_locator.UyPM9pP.App\Entity\Project' shared service.
  2527.      *
  2528.      * @return \App\Entity\Project
  2529.      */
  2530.     protected function getProject5Service()
  2531.     {
  2532.         $this->throw('Cannot autowire service ".service_locator.UyPM9pP": it references class "App\\Entity\\Project" but no such service exists.');
  2533.     }
  2534.     /**
  2535.      * Gets the private '.errored..service_locator.eZHShmj.Symfony\Component\Validator\ConstraintViolationListInterface' shared service.
  2536.      *
  2537.      * @return \Symfony\Component\Validator\ConstraintViolationListInterface
  2538.      */
  2539.     protected function getConstraintViolationListInterface3Service()
  2540.     {
  2541.         $this->throw('Cannot autowire service ".service_locator.eZHShmj": it references interface "Symfony\\Component\\Validator\\ConstraintViolationListInterface" but no such service exists. Did you create a class that implements this interface?');
  2542.     }
  2543.     /**
  2544.      * Gets the private '.errored..service_locator.fDCnc0d.App\Entity\Scan' shared service.
  2545.      *
  2546.      * @return \App\Entity\Scan
  2547.      */
  2548.     protected function getScan2Service()
  2549.     {
  2550.         $this->throw('Cannot autowire service ".service_locator.fDCnc0d": it references class "App\\Entity\\Scan" but no such service exists.');
  2551.     }
  2552.     /**
  2553.      * Gets the private '.errored..service_locator.mVgoe_M.App\Entity\Project' shared service.
  2554.      *
  2555.      * @return \App\Entity\Project
  2556.      */
  2557.     protected function getProject6Service()
  2558.     {
  2559.         $this->throw('Cannot autowire service ".service_locator.mVgoe_M": it references class "App\\Entity\\Project" but no such service exists.');
  2560.     }
  2561.     /**
  2562.      * Gets the private '.errored..service_locator.mVgoe_M.App\Entity\User' shared service.
  2563.      *
  2564.      * @return \App\Entity\User
  2565.      */
  2566.     protected function getUser2Service()
  2567.     {
  2568.         $this->throw('Cannot autowire service ".service_locator.mVgoe_M": it references class "App\\Entity\\User" but no such service exists.');
  2569.     }
  2570.     /**
  2571.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2572.      *
  2573.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2574.      */
  2575.     protected function get_LegacyResolveControllerNameSubscriberService()
  2576.     {
  2577.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  2578.     }
  2579.     /**
  2580.      * Gets the private '.service_locator.1Wu8gZY' shared service.
  2581.      *
  2582.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2583.      */
  2584.     protected function get_ServiceLocator_1Wu8gZYService()
  2585.     {
  2586.         return $this->privates['.service_locator.1Wu8gZY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2587.             'body' => ['privates''App\\Model\\Api\\Request\\CreateProjectDependenciesRequest''getCreateProjectDependenciesRequestService'false],
  2588.             'projectService' => ['privates''App\\Service\\ProjectService''getProjectServiceService'false],
  2589.             'validationErrors' => ['privates''.errored..service_locator.1Wu8gZY.Symfony\\Component\\Validator\\ConstraintViolationListInterface'NULL'Cannot autowire service ".service_locator.1Wu8gZY": it references interface "Symfony\\Component\\Validator\\ConstraintViolationListInterface" but no such service exists. Did you create a class that implements this interface?'],
  2590.         ], [
  2591.             'body' => 'App\\Model\\Api\\Request\\CreateProjectDependenciesRequest',
  2592.             'projectService' => 'App\\Service\\ProjectService',
  2593.             'validationErrors' => 'Symfony\\Component\\Validator\\ConstraintViolationListInterface',
  2594.         ]);
  2595.     }
  2596.     /**
  2597.      * Gets the private '.service_locator.3irVYRi' shared service.
  2598.      *
  2599.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2600.      */
  2601.     protected function get_ServiceLocator_3irVYRiService()
  2602.     {
  2603.         return $this->privates['.service_locator.3irVYRi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2604.             'member' => ['privates''.errored..service_locator.3irVYRi.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.3irVYRi": it references class "App\\Entity\\User" but no such service exists.'],
  2605.             'project' => ['privates''.errored..service_locator.3irVYRi.App\\Entity\\Project'NULL'Cannot autowire service ".service_locator.3irVYRi": it references class "App\\Entity\\Project" but no such service exists.'],
  2606.         ], [
  2607.             'member' => 'App\\Entity\\User',
  2608.             'project' => 'App\\Entity\\Project',
  2609.         ]);
  2610.     }
  2611.     /**
  2612.      * Gets the private '.service_locator.3it8zVo' shared service.
  2613.      *
  2614.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2615.      */
  2616.     protected function get_ServiceLocator_3it8zVoService()
  2617.     {
  2618.         return $this->privates['.service_locator.3it8zVo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2619.             'scan' => ['privates''.errored..service_locator.3it8zVo.App\\Entity\\Scan'NULL'Cannot autowire service ".service_locator.3it8zVo": it references class "App\\Entity\\Scan" but no such service exists.'],
  2620.             'scanService' => ['privates''App\\Service\\ScanService''getScanServiceService'false],
  2621.         ], [
  2622.             'scan' => 'App\\Entity\\Scan',
  2623.             'scanService' => 'App\\Service\\ScanService',
  2624.         ]);
  2625.     }
  2626.     /**
  2627.      * Gets the private '.service_locator.8NnFmku' shared service.
  2628.      *
  2629.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2630.      */
  2631.     protected function get_ServiceLocator_8NnFmkuService()
  2632.     {
  2633.         return $this->privates['.service_locator.8NnFmku'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2634.             'projectService' => ['privates''App\\Service\\ProjectService''getProjectServiceService'false],
  2635.         ], [
  2636.             'projectService' => 'App\\Service\\ProjectService',
  2637.         ]);
  2638.     }
  2639.     /**
  2640.      * Gets the private '.service_locator.8Rpl1r7' shared service.
  2641.      *
  2642.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2643.      */
  2644.     protected function get_ServiceLocator_8Rpl1r7Service()
  2645.     {
  2646.         return $this->privates['.service_locator.8Rpl1r7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2647.             'component' => ['privates''.errored..service_locator.8Rpl1r7.App\\Entity\\Component'NULL'Cannot autowire service ".service_locator.8Rpl1r7": it references class "App\\Entity\\Component" but no such service exists.'],
  2648.             'project' => ['privates''.errored..service_locator.8Rpl1r7.App\\Entity\\Project'NULL'Cannot autowire service ".service_locator.8Rpl1r7": it references class "App\\Entity\\Project" but no such service exists.'],
  2649.         ], [
  2650.             'component' => 'App\\Entity\\Component',
  2651.             'project' => 'App\\Entity\\Project',
  2652.         ]);
  2653.     }
  2654.     /**
  2655.      * Gets the private '.service_locator.AVaUqzz' shared service.
  2656.      *
  2657.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2658.      */
  2659.     protected function get_ServiceLocator_AVaUqzzService()
  2660.     {
  2661.         return $this->privates['.service_locator.AVaUqzz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2662.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2663.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2664.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2665.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2666.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2667.             'router' => ['services''router''getRouterService'false],
  2668.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2669.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2670.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2671.             'serializer' => ['services''serializer''getSerializerService'false],
  2672.             'session' => ['services''session''getSessionService'false],
  2673.             'twig' => ['services''twig''getTwigService'false],
  2674.         ], [
  2675.             'doctrine' => '?',
  2676.             'form.factory' => '?',
  2677.             'http_kernel' => '?',
  2678.             'parameter_bag' => '?',
  2679.             'request_stack' => '?',
  2680.             'router' => '?',
  2681.             'security.authorization_checker' => '?',
  2682.             'security.csrf.token_manager' => '?',
  2683.             'security.token_storage' => '?',
  2684.             'serializer' => '?',
  2685.             'session' => '?',
  2686.             'twig' => '?',
  2687.         ]);
  2688.     }
  2689.     /**
  2690.      * Gets the private '.service_locator.Ck5qUgz' shared service.
  2691.      *
  2692.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2693.      */
  2694.     protected function get_ServiceLocator_Ck5qUgzService()
  2695.     {
  2696.         return $this->privates['.service_locator.Ck5qUgz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2697.             'project' => ['privates''.errored..service_locator.Ck5qUgz.App\\Entity\\Project'NULL'Cannot autowire service ".service_locator.Ck5qUgz": it references class "App\\Entity\\Project" but no such service exists.'],
  2698.         ], [
  2699.             'project' => 'App\\Entity\\Project',
  2700.         ]);
  2701.     }
  2702.     /**
  2703.      * Gets the private '.service_locator.G0nTMvi' shared service.
  2704.      *
  2705.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2706.      */
  2707.     protected function get_ServiceLocator_G0nTMviService()
  2708.     {
  2709.         return $this->privates['.service_locator.G0nTMvi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2710.             'App\\Controller\\AdminPanelController::adminAction' => ['privates''.service_locator.RxASn.T''get_ServiceLocator_RxASn_TService'false],
  2711.             'App\\Controller\\ApiController::createProjectDependencies' => ['privates''.service_locator.1Wu8gZY''get_ServiceLocator_1Wu8gZYService'false],
  2712.             'App\\Controller\\ApiController::replaceProjectDependencies' => ['privates''.service_locator.RgyeiKa''get_ServiceLocator_RgyeiKaService'false],
  2713.             'App\\Controller\\ApiController::setViewHandler' => ['privates''.service_locator._QjC7JD''get_ServiceLocator_QjC7JDService'false],
  2714.             'App\\Controller\\ApiController::updateProjectDependencies' => ['privates''.service_locator.eZHShmj''get_ServiceLocator_EZHShmjService'false],
  2715.             'App\\Controller\\AutocompleteController::autoCompleteComponents' => ['privates''.service_locator.JHoCUfp''get_ServiceLocator_JHoCUfpService'false],
  2716.             'App\\Controller\\NotificationController::delete' => ['privates''.service_locator.TV._wZn''get_ServiceLocator_TV_WZnService'false],
  2717.             'App\\Controller\\NotificationController::show' => ['privates''.service_locator.TV._wZn''get_ServiceLocator_TV_WZnService'false],
  2718.             'App\\Controller\\ProfileController::profile' => ['privates''.service_locator.RxASn.T''get_ServiceLocator_RxASn_TService'false],
  2719.             'App\\Controller\\ProjectController::addComponents' => ['privates''.service_locator.MlqMzoQ''get_ServiceLocator_MlqMzoQService'false],
  2720.             'App\\Controller\\ProjectController::addMembers' => ['privates''.service_locator.Ck5qUgz''get_ServiceLocator_Ck5qUgzService'false],
  2721.             'App\\Controller\\ProjectController::addUsers' => ['privates''.service_locator.Ck5qUgz''get_ServiceLocator_Ck5qUgzService'false],
  2722.             'App\\Controller\\ProjectController::deleteComponentProject' => ['privates''.service_locator.8Rpl1r7''get_ServiceLocator_8Rpl1r7Service'false],
  2723.             'App\\Controller\\ProjectController::deleteMemberProject' => ['privates''.service_locator.3irVYRi''get_ServiceLocator_3irVYRiService'false],
  2724.             'App\\Controller\\ProjectController::deleteOwnerProject' => ['privates''.service_locator.mVgoe_M''get_ServiceLocator_MVgoeMService'false],
  2725.             'App\\Controller\\ProjectController::deleteProject' => ['privates''.service_locator.Ck5qUgz''get_ServiceLocator_Ck5qUgzService'false],
  2726.             'App\\Controller\\ProjectController::generateSecretKey' => ['privates''.service_locator.8NnFmku''get_ServiceLocator_8NnFmkuService'false],
  2727.             'App\\Controller\\ProjectController::showProject' => ['privates''.service_locator.UyPM9pP''get_ServiceLocator_UyPM9pPService'false],
  2728.             'App\\Controller\\ReportController::getReportFromScan' => ['privates''.service_locator.3it8zVo''get_ServiceLocator_3it8zVoService'false],
  2729.             'App\\Controller\\ScanController::activeScan' => ['privates''.service_locator.fDCnc0d''get_ServiceLocator_FDCnc0dService'false],
  2730.             'App\\Controller\\ScanController::addScan' => ['privates''.service_locator.H17vKFP''get_ServiceLocator_H17vKFPService'false],
  2731.             'App\\Controller\\ScanController::editScan' => ['privates''.service_locator.fDCnc0d''get_ServiceLocator_FDCnc0dService'false],
  2732.             'App\\Controller\\ScanController::removeScan' => ['privates''.service_locator.fDCnc0d''get_ServiceLocator_FDCnc0dService'false],
  2733.             'App\\Controller\\ScanController::startImmediateScan' => ['privates''.service_locator.Ck5qUgz''get_ServiceLocator_Ck5qUgzService'false],
  2734.             'App\\Controller\\ScanResultController::show' => ['privates''.service_locator.TRNZ8bc''get_ServiceLocator_TRNZ8bcService'false],
  2735.             'App\\Controller\\AdminPanelController:adminAction' => ['privates''.service_locator.RxASn.T''get_ServiceLocator_RxASn_TService'false],
  2736.             'App\\Controller\\ApiController:createProjectDependencies' => ['privates''.service_locator.1Wu8gZY''get_ServiceLocator_1Wu8gZYService'false],
  2737.             'App\\Controller\\ApiController:replaceProjectDependencies' => ['privates''.service_locator.RgyeiKa''get_ServiceLocator_RgyeiKaService'false],
  2738.             'App\\Controller\\ApiController:setViewHandler' => ['privates''.service_locator._QjC7JD''get_ServiceLocator_QjC7JDService'false],
  2739.             'App\\Controller\\ApiController:updateProjectDependencies' => ['privates''.service_locator.eZHShmj''get_ServiceLocator_EZHShmjService'false],
  2740.             'App\\Controller\\AutocompleteController:autoCompleteComponents' => ['privates''.service_locator.JHoCUfp''get_ServiceLocator_JHoCUfpService'false],
  2741.             'App\\Controller\\NotificationController:delete' => ['privates''.service_locator.TV._wZn''get_ServiceLocator_TV_WZnService'false],
  2742.             'App\\Controller\\NotificationController:show' => ['privates''.service_locator.TV._wZn''get_ServiceLocator_TV_WZnService'false],
  2743.             'App\\Controller\\ProfileController:profile' => ['privates''.service_locator.RxASn.T''get_ServiceLocator_RxASn_TService'false],
  2744.             'App\\Controller\\ProjectController:addComponents' => ['privates''.service_locator.MlqMzoQ''get_ServiceLocator_MlqMzoQService'false],
  2745.             'App\\Controller\\ProjectController:addMembers' => ['privates''.service_locator.Ck5qUgz''get_ServiceLocator_Ck5qUgzService'false],
  2746.             'App\\Controller\\ProjectController:addUsers' => ['privates''.service_locator.Ck5qUgz''get_ServiceLocator_Ck5qUgzService'false],
  2747.             'App\\Controller\\ProjectController:deleteComponentProject' => ['privates''.service_locator.8Rpl1r7''get_ServiceLocator_8Rpl1r7Service'false],
  2748.             'App\\Controller\\ProjectController:deleteMemberProject' => ['privates''.service_locator.3irVYRi''get_ServiceLocator_3irVYRiService'false],
  2749.             'App\\Controller\\ProjectController:deleteOwnerProject' => ['privates''.service_locator.mVgoe_M''get_ServiceLocator_MVgoeMService'false],
  2750.             'App\\Controller\\ProjectController:deleteProject' => ['privates''.service_locator.Ck5qUgz''get_ServiceLocator_Ck5qUgzService'false],
  2751.             'App\\Controller\\ProjectController:generateSecretKey' => ['privates''.service_locator.8NnFmku''get_ServiceLocator_8NnFmkuService'false],
  2752.             'App\\Controller\\ProjectController:showProject' => ['privates''.service_locator.UyPM9pP''get_ServiceLocator_UyPM9pPService'false],
  2753.             'App\\Controller\\ReportController:getReportFromScan' => ['privates''.service_locator.3it8zVo''get_ServiceLocator_3it8zVoService'false],
  2754.             'App\\Controller\\ScanController:activeScan' => ['privates''.service_locator.fDCnc0d''get_ServiceLocator_FDCnc0dService'false],
  2755.             'App\\Controller\\ScanController:addScan' => ['privates''.service_locator.H17vKFP''get_ServiceLocator_H17vKFPService'false],
  2756.             'App\\Controller\\ScanController:editScan' => ['privates''.service_locator.fDCnc0d''get_ServiceLocator_FDCnc0dService'false],
  2757.             'App\\Controller\\ScanController:removeScan' => ['privates''.service_locator.fDCnc0d''get_ServiceLocator_FDCnc0dService'false],
  2758.             'App\\Controller\\ScanController:startImmediateScan' => ['privates''.service_locator.Ck5qUgz''get_ServiceLocator_Ck5qUgzService'false],
  2759.             'App\\Controller\\ScanResultController:show' => ['privates''.service_locator.TRNZ8bc''get_ServiceLocator_TRNZ8bcService'false],
  2760.         ], [
  2761.             'App\\Controller\\AdminPanelController::adminAction' => '?',
  2762.             'App\\Controller\\ApiController::createProjectDependencies' => '?',
  2763.             'App\\Controller\\ApiController::replaceProjectDependencies' => '?',
  2764.             'App\\Controller\\ApiController::setViewHandler' => '?',
  2765.             'App\\Controller\\ApiController::updateProjectDependencies' => '?',
  2766.             'App\\Controller\\AutocompleteController::autoCompleteComponents' => '?',
  2767.             'App\\Controller\\NotificationController::delete' => '?',
  2768.             'App\\Controller\\NotificationController::show' => '?',
  2769.             'App\\Controller\\ProfileController::profile' => '?',
  2770.             'App\\Controller\\ProjectController::addComponents' => '?',
  2771.             'App\\Controller\\ProjectController::addMembers' => '?',
  2772.             'App\\Controller\\ProjectController::addUsers' => '?',
  2773.             'App\\Controller\\ProjectController::deleteComponentProject' => '?',
  2774.             'App\\Controller\\ProjectController::deleteMemberProject' => '?',
  2775.             'App\\Controller\\ProjectController::deleteOwnerProject' => '?',
  2776.             'App\\Controller\\ProjectController::deleteProject' => '?',
  2777.             'App\\Controller\\ProjectController::generateSecretKey' => '?',
  2778.             'App\\Controller\\ProjectController::showProject' => '?',
  2779.             'App\\Controller\\ReportController::getReportFromScan' => '?',
  2780.             'App\\Controller\\ScanController::activeScan' => '?',
  2781.             'App\\Controller\\ScanController::addScan' => '?',
  2782.             'App\\Controller\\ScanController::editScan' => '?',
  2783.             'App\\Controller\\ScanController::removeScan' => '?',
  2784.             'App\\Controller\\ScanController::startImmediateScan' => '?',
  2785.             'App\\Controller\\ScanResultController::show' => '?',
  2786.             'App\\Controller\\AdminPanelController:adminAction' => '?',
  2787.             'App\\Controller\\ApiController:createProjectDependencies' => '?',
  2788.             'App\\Controller\\ApiController:replaceProjectDependencies' => '?',
  2789.             'App\\Controller\\ApiController:setViewHandler' => '?',
  2790.             'App\\Controller\\ApiController:updateProjectDependencies' => '?',
  2791.             'App\\Controller\\AutocompleteController:autoCompleteComponents' => '?',
  2792.             'App\\Controller\\NotificationController:delete' => '?',
  2793.             'App\\Controller\\NotificationController:show' => '?',
  2794.             'App\\Controller\\ProfileController:profile' => '?',
  2795.             'App\\Controller\\ProjectController:addComponents' => '?',
  2796.             'App\\Controller\\ProjectController:addMembers' => '?',
  2797.             'App\\Controller\\ProjectController:addUsers' => '?',
  2798.             'App\\Controller\\ProjectController:deleteComponentProject' => '?',
  2799.             'App\\Controller\\ProjectController:deleteMemberProject' => '?',
  2800.             'App\\Controller\\ProjectController:deleteOwnerProject' => '?',
  2801.             'App\\Controller\\ProjectController:deleteProject' => '?',
  2802.             'App\\Controller\\ProjectController:generateSecretKey' => '?',
  2803.             'App\\Controller\\ProjectController:showProject' => '?',
  2804.             'App\\Controller\\ReportController:getReportFromScan' => '?',
  2805.             'App\\Controller\\ScanController:activeScan' => '?',
  2806.             'App\\Controller\\ScanController:addScan' => '?',
  2807.             'App\\Controller\\ScanController:editScan' => '?',
  2808.             'App\\Controller\\ScanController:removeScan' => '?',
  2809.             'App\\Controller\\ScanController:startImmediateScan' => '?',
  2810.             'App\\Controller\\ScanResultController:show' => '?',
  2811.         ]);
  2812.     }
  2813.     /**
  2814.      * Gets the private '.service_locator.H17vKFP' shared service.
  2815.      *
  2816.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2817.      */
  2818.     protected function get_ServiceLocator_H17vKFPService()
  2819.     {
  2820.         return $this->privates['.service_locator.H17vKFP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2821.             'projectService' => ['privates''App\\Service\\ProjectService''getProjectServiceService'false],
  2822.         ], [
  2823.             'projectService' => 'App\\Service\\ProjectService',
  2824.         ]);
  2825.     }
  2826.     /**
  2827.      * Gets the private '.service_locator.JHoCUfp' shared service.
  2828.      *
  2829.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2830.      */
  2831.     protected function get_ServiceLocator_JHoCUfpService()
  2832.     {
  2833.         return $this->privates['.service_locator.JHoCUfp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2834.             'cpeMapper' => ['privates''App\\Mapper\\Elasticsearch\\CPEMapper''getCPEMapperService'false],
  2835.             'elasticService' => ['privates''App\\Service\\Elasticsearch\\ElasticsearchService''getElasticsearchServiceService'false],
  2836.         ], [
  2837.             'cpeMapper' => 'App\\Mapper\\Elasticsearch\\CPEMapper',
  2838.             'elasticService' => 'App\\Service\\Elasticsearch\\ElasticsearchService',
  2839.         ]);
  2840.     }
  2841.     /**
  2842.      * Gets the private '.service_locator.MlqMzoQ' shared service.
  2843.      *
  2844.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2845.      */
  2846.     protected function get_ServiceLocator_MlqMzoQService()
  2847.     {
  2848.         return $this->privates['.service_locator.MlqMzoQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2849.             'modelApiFactory' => ['privates''App\\Model\\Api\\ModelApiFactory''getModelApiFactoryService'false],
  2850.             'project' => ['privates''.errored..service_locator.MlqMzoQ.App\\Entity\\Project'NULL'Cannot autowire service ".service_locator.MlqMzoQ": it references class "App\\Entity\\Project" but no such service exists.'],
  2851.         ], [
  2852.             'modelApiFactory' => 'App\\Model\\Api\\ModelApiFactory',
  2853.             'project' => 'App\\Entity\\Project',
  2854.         ]);
  2855.     }
  2856.     /**
  2857.      * Gets the private '.service_locator.RgyeiKa' shared service.
  2858.      *
  2859.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2860.      */
  2861.     protected function get_ServiceLocator_RgyeiKaService()
  2862.     {
  2863.         return $this->privates['.service_locator.RgyeiKa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2864.             'body' => ['privates''App\\Model\\Api\\Request\\CreateProjectDependenciesRequest''getCreateProjectDependenciesRequestService'false],
  2865.             'validationErrors' => ['privates''.errored..service_locator.RgyeiKa.Symfony\\Component\\Validator\\ConstraintViolationListInterface'NULL'Cannot autowire service ".service_locator.RgyeiKa": it references interface "Symfony\\Component\\Validator\\ConstraintViolationListInterface" but no such service exists. Did you create a class that implements this interface?'],
  2866.         ], [
  2867.             'body' => 'App\\Model\\Api\\Request\\CreateProjectDependenciesRequest',
  2868.             'validationErrors' => 'Symfony\\Component\\Validator\\ConstraintViolationListInterface',
  2869.         ]);
  2870.     }
  2871.     /**
  2872.      * Gets the private '.service_locator.RxASn.T' shared service.
  2873.      *
  2874.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2875.      */
  2876.     protected function get_ServiceLocator_RxASn_TService()
  2877.     {
  2878.         return $this->privates['.service_locator.RxASn.T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2879.             'userService' => ['privates''App\\Service\\UserService''getUserServiceService'false],
  2880.         ], [
  2881.             'userService' => 'App\\Service\\UserService',
  2882.         ]);
  2883.     }
  2884.     /**
  2885.      * Gets the private '.service_locator.TRNZ8bc' shared service.
  2886.      *
  2887.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2888.      */
  2889.     protected function get_ServiceLocator_TRNZ8bcService()
  2890.     {
  2891.         return $this->privates['.service_locator.TRNZ8bc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2892.             'deltaScansService' => ['privates''App\\Service\\DeltaScansService''getDeltaScansServiceService'false],
  2893.             'resultService' => ['privates''App\\Service\\ScanResultService''getScanResultServiceService'false],
  2894.             'scanResult' => ['privates''.errored..service_locator.TRNZ8bc.App\\Entity\\ScanResult'NULL'Cannot autowire service ".service_locator.TRNZ8bc": it references class "App\\Entity\\ScanResult" but no such service exists.'],
  2895.             'userService' => ['privates''App\\Service\\UserService''getUserServiceService'false],
  2896.         ], [
  2897.             'deltaScansService' => 'App\\Service\\DeltaScansService',
  2898.             'resultService' => 'App\\Service\\ScanResultService',
  2899.             'scanResult' => 'App\\Entity\\ScanResult',
  2900.             'userService' => 'App\\Service\\UserService',
  2901.         ]);
  2902.     }
  2903.     /**
  2904.      * Gets the private '.service_locator.TV._wZn' shared service.
  2905.      *
  2906.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2907.      */
  2908.     protected function get_ServiceLocator_TV_WZnService()
  2909.     {
  2910.         return $this->privates['.service_locator.TV._wZn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2911.             'notification' => ['privates''.errored..service_locator.TV._wZn.App\\Entity\\Notification'NULL'Cannot autowire service ".service_locator.TV._wZn": it references class "App\\Entity\\Notification" but no such service exists.'],
  2912.         ], [
  2913.             'notification' => 'App\\Entity\\Notification',
  2914.         ]);
  2915.     }
  2916.     /**
  2917.      * Gets the private '.service_locator.UyPM9pP' shared service.
  2918.      *
  2919.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2920.      */
  2921.     protected function get_ServiceLocator_UyPM9pPService()
  2922.     {
  2923.         return $this->privates['.service_locator.UyPM9pP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2924.             'deltaScansService' => ['privates''App\\Service\\DeltaScansService''getDeltaScansServiceService'false],
  2925.             'project' => ['privates''.errored..service_locator.UyPM9pP.App\\Entity\\Project'NULL'Cannot autowire service ".service_locator.UyPM9pP": it references class "App\\Entity\\Project" but no such service exists.'],
  2926.             'projectService' => ['privates''App\\Service\\ProjectService''getProjectServiceService'false],
  2927.         ], [
  2928.             'deltaScansService' => 'App\\Service\\DeltaScansService',
  2929.             'project' => 'App\\Entity\\Project',
  2930.             'projectService' => 'App\\Service\\ProjectService',
  2931.         ]);
  2932.     }
  2933.     /**
  2934.      * Gets the private '.service_locator._QjC7JD' shared service.
  2935.      *
  2936.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2937.      */
  2938.     protected function get_ServiceLocator_QjC7JDService()
  2939.     {
  2940.         return $this->privates['.service_locator._QjC7JD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2941.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  2942.         ], [
  2943.             'viewhandler' => '?',
  2944.         ]);
  2945.     }
  2946.     /**
  2947.      * Gets the private '.service_locator.eZHShmj' shared service.
  2948.      *
  2949.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2950.      */
  2951.     protected function get_ServiceLocator_EZHShmjService()
  2952.     {
  2953.         return $this->privates['.service_locator.eZHShmj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2954.             'body' => ['privates''App\\Model\\Api\\Request\\Update''getUpdateService'false],
  2955.             'validationErrors' => ['privates''.errored..service_locator.eZHShmj.Symfony\\Component\\Validator\\ConstraintViolationListInterface'NULL'Cannot autowire service ".service_locator.eZHShmj": it references interface "Symfony\\Component\\Validator\\ConstraintViolationListInterface" but no such service exists. Did you create a class that implements this interface?'],
  2956.         ], [
  2957.             'body' => 'App\\Model\\Api\\Request\\Update',
  2958.             'validationErrors' => 'Symfony\\Component\\Validator\\ConstraintViolationListInterface',
  2959.         ]);
  2960.     }
  2961.     /**
  2962.      * Gets the private '.service_locator.fDCnc0d' shared service.
  2963.      *
  2964.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2965.      */
  2966.     protected function get_ServiceLocator_FDCnc0dService()
  2967.     {
  2968.         return $this->privates['.service_locator.fDCnc0d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2969.             'scan' => ['privates''.errored..service_locator.fDCnc0d.App\\Entity\\Scan'NULL'Cannot autowire service ".service_locator.fDCnc0d": it references class "App\\Entity\\Scan" but no such service exists.'],
  2970.         ], [
  2971.             'scan' => 'App\\Entity\\Scan',
  2972.         ]);
  2973.     }
  2974.     /**
  2975.      * Gets the private '.service_locator.mVgoe_M' shared service.
  2976.      *
  2977.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2978.      */
  2979.     protected function get_ServiceLocator_MVgoeMService()
  2980.     {
  2981.         return $this->privates['.service_locator.mVgoe_M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2982.             'owner' => ['privates''.errored..service_locator.mVgoe_M.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.mVgoe_M": it references class "App\\Entity\\User" but no such service exists.'],
  2983.             'project' => ['privates''.errored..service_locator.mVgoe_M.App\\Entity\\Project'NULL'Cannot autowire service ".service_locator.mVgoe_M": it references class "App\\Entity\\Project" but no such service exists.'],
  2984.         ], [
  2985.             'owner' => 'App\\Entity\\User',
  2986.             'project' => 'App\\Entity\\Project',
  2987.         ]);
  2988.     }
  2989.     /**
  2990.      * Gets the private 'App\Command\CpeImportCommand' shared autowired service.
  2991.      *
  2992.      * @return \App\Command\CpeImportCommand
  2993.      */
  2994.     protected function getCpeImportCommandService()
  2995.     {
  2996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2997.         include_once \dirname(__DIR__4).'/src/Command/CpeImportCommand.php';
  2998.         include_once \dirname(__DIR__4).'/src/Service/Indexer/FileIndexer.php';
  2999.         include_once \dirname(__DIR__4).'/src/Service/Indexer/CpeIndexerService.php';
  3000.         include_once \dirname(__DIR__4).'/src/Service/DownloaderService.php';
  3001.         $this->privates['App\\Command\\CpeImportCommand'] = $instance = new \App\Command\CpeImportCommand($this->getEnv('string:CPE_URL'), ($this->privates['App\\Service\\DownloaderService'] ?? ($this->privates['App\\Service\\DownloaderService'] = new \App\Service\DownloaderService((\dirname(__DIR__4).$this->getEnv('string:CPE_CVE_DESTINATION_PATH'))))), new \App\Service\Indexer\CpeIndexerService($this->getEnv('string:ELASTIC_CPE_INDEX'), (\dirname(__DIR__4).'/config/elasticsearch/cpe-mapping.json'), ($this->privates['App\\Service\\Elasticsearch\\ElasticsearchService'] ?? $this->getElasticsearchServiceService())));
  3002.         $instance->setName('osc:cpe:import');
  3003.         return $instance;
  3004.     }
  3005.     /**
  3006.      * Gets the private 'App\Command\CveImportCommand' shared autowired service.
  3007.      *
  3008.      * @return \App\Command\CveImportCommand
  3009.      */
  3010.     protected function getCveImportCommandService()
  3011.     {
  3012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3013.         include_once \dirname(__DIR__4).'/src/Command/CveImportCommand.php';
  3014.         include_once \dirname(__DIR__4).'/src/Service/Indexer/FileIndexer.php';
  3015.         include_once \dirname(__DIR__4).'/src/Service/Indexer/CveIndexerService.php';
  3016.         include_once \dirname(__DIR__4).'/src/Service/Parser/Parser.php';
  3017.         include_once \dirname(__DIR__4).'/src/Service/Parser/JsonParser.php';
  3018.         include_once \dirname(__DIR__4).'/src/Service/DownloaderService.php';
  3019.         $this->privates['App\\Command\\CveImportCommand'] = $instance = new \App\Command\CveImportCommand($this->getEnv('string:CVE_BASE_URL'), $this->getEnv('string:CVE_UPDATE_URL'), ($this->privates['App\\Service\\DownloaderService'] ?? ($this->privates['App\\Service\\DownloaderService'] = new \App\Service\DownloaderService((\dirname(__DIR__4).$this->getEnv('string:CPE_CVE_DESTINATION_PATH'))))), new \App\Service\Indexer\CveIndexerService($this->getEnv('string:ELASTIC_CVE_INDEX'), (\dirname(__DIR__4).'/config/elasticsearch/cve-mapping.json'), new \App\Service\Parser\JsonParser(), ($this->privates['App\\Service\\Elasticsearch\\ElasticsearchService'] ?? $this->getElasticsearchServiceService())));
  3020.         $instance->setName('osc:cve:import');
  3021.         return $instance;
  3022.     }
  3023.     /**
  3024.      * Gets the private 'App\Command\DrupalSaImportCommand' shared autowired service.
  3025.      *
  3026.      * @return \App\Command\DrupalSaImportCommand
  3027.      */
  3028.     protected function getDrupalSaImportCommandService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3031.         include_once \dirname(__DIR__4).'/src/Command/DrupalSaImportCommand.php';
  3032.         include_once \dirname(__DIR__4).'/src/Service/Indexer/DrupalSaIndexer.php';
  3033.         include_once \dirname(__DIR__4).'/src/Service/Indexer/DrupalProjectIndexer.php';
  3034.         $a = ($this->privates['App\\Service\\Elasticsearch\\ElasticsearchService'] ?? $this->getElasticsearchServiceService());
  3035.         $this->privates['App\\Command\\DrupalSaImportCommand'] = $instance = new \App\Command\DrupalSaImportCommand($this->getEnv('string:SA_DRUPAL_URL'), new \App\Service\Indexer\DrupalSaIndexer($this->getEnv('string:ELASTIC_DRUPAL_SA_INDEX'), (\dirname(__DIR__4).'/config/elasticsearch/drupal-cve-mapping.json'), $a, new \App\Service\Indexer\DrupalProjectIndexer($this->getEnv('string:ELASTIC_CPE_INDEX'), (\dirname(__DIR__4).'/config/elasticsearch/cpe-mapping.json'), $a)));
  3036.         $instance->setName('osc:drupal:import');
  3037.         return $instance;
  3038.     }
  3039.     /**
  3040.      * Gets the private 'App\Command\OscScanStartCommand' shared autowired service.
  3041.      *
  3042.      * @return \App\Command\OscScanStartCommand
  3043.      */
  3044.     protected function getOscScanStartCommandService()
  3045.     {
  3046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3047.         include_once \dirname(__DIR__4).'/src/Command/OscScanStartCommand.php';
  3048.         $this->privates['App\\Command\\OscScanStartCommand'] = $instance = new \App\Command\OscScanStartCommand(($this->privates['App\\Service\\ScanService'] ?? $this->getScanServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3049.         $instance->setName('osc:scan:start');
  3050.         return $instance;
  3051.     }
  3052.     /**
  3053.      * Gets the private 'App\Form\ProjectForm' shared autowired service.
  3054.      *
  3055.      * @return \App\Form\ProjectForm
  3056.      */
  3057.     protected function getProjectFormService()
  3058.     {
  3059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3061.         include_once \dirname(__DIR__4).'/src/Form/ProjectForm.php';
  3062.         return $this->privates['App\\Form\\ProjectForm'] = new \App\Form\ProjectForm();
  3063.     }
  3064.     /**
  3065.      * Gets the private 'App\Form\ProjectType' shared autowired service.
  3066.      *
  3067.      * @return \App\Form\ProjectType
  3068.      */
  3069.     protected function getProjectTypeService()
  3070.     {
  3071.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3072.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3073.         include_once \dirname(__DIR__4).'/src/Form/ProjectType.php';
  3074.         return $this->privates['App\\Form\\ProjectType'] = new \App\Form\ProjectType();
  3075.     }
  3076.     /**
  3077.      * Gets the private 'App\Form\ScanType' shared autowired service.
  3078.      *
  3079.      * @return \App\Form\ScanType
  3080.      */
  3081.     protected function getScanTypeService()
  3082.     {
  3083.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3084.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3085.         include_once \dirname(__DIR__4).'/src/Form/ScanType.php';
  3086.         return $this->privates['App\\Form\\ScanType'] = new \App\Form\ScanType();
  3087.     }
  3088.     /**
  3089.      * Gets the private 'App\Form\UserType' shared autowired service.
  3090.      *
  3091.      * @return \App\Form\UserType
  3092.      */
  3093.     protected function getUserTypeService()
  3094.     {
  3095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3097.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  3098.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  3099.     }
  3100.     /**
  3101.      * Gets the private 'App\Mapper\Elasticsearch\CPEMapper' shared autowired service.
  3102.      *
  3103.      * @return \App\Mapper\Elasticsearch\CPEMapper
  3104.      */
  3105.     protected function getCPEMapperService()
  3106.     {
  3107.         include_once \dirname(__DIR__4).'/src/Mapper/Elasticsearch/CPEMapper.php';
  3108.         return $this->privates['App\\Mapper\\Elasticsearch\\CPEMapper'] = new \App\Mapper\Elasticsearch\CPEMapper();
  3109.     }
  3110.     /**
  3111.      * Gets the private 'App\Mapper\Source\DrupalSource' shared autowired service.
  3112.      *
  3113.      * @return \App\Mapper\Source\DrupalSource
  3114.      */
  3115.     protected function getDrupalSourceService()
  3116.     {
  3117.         include_once \dirname(__DIR__4).'/src/Mapper/Source/SourceInterface.php';
  3118.         include_once \dirname(__DIR__4).'/src/Mapper/Source/DrupalSource.php';
  3119.         $this->privates['App\\Mapper\\Source\\DrupalSource'] = $instance = new \App\Mapper\Source\DrupalSource();
  3120.         $instance->setDrupalIndex($this->getEnv('string:ELASTIC_DRUPAL_SA_INDEX'));
  3121.         return $instance;
  3122.     }
  3123.     /**
  3124.      * Gets the private 'App\Mapper\Source\NistSource' shared autowired service.
  3125.      *
  3126.      * @return \App\Mapper\Source\NistSource
  3127.      */
  3128.     protected function getNistSourceService()
  3129.     {
  3130.         include_once \dirname(__DIR__4).'/src/Mapper/Source/SourceInterface.php';
  3131.         include_once \dirname(__DIR__4).'/src/Mapper/Source/NistSource.php';
  3132.         $this->privates['App\\Mapper\\Source\\NistSource'] = $instance = new \App\Mapper\Source\NistSource();
  3133.         $instance->setCveIndex($this->getEnv('string:ELASTIC_CVE_INDEX'));
  3134.         return $instance;
  3135.     }
  3136.     /**
  3137.      * Gets the private 'App\Model\Api\ModelApiFactory' shared autowired service.
  3138.      *
  3139.      * @return \App\Model\Api\ModelApiFactory
  3140.      */
  3141.     protected function getModelApiFactoryService()
  3142.     {
  3143.         include_once \dirname(__DIR__4).'/src/Service/Traits/Cpe23Convertor.php';
  3144.         include_once \dirname(__DIR__4).'/src/Model/Api/ModelApiFactory.php';
  3145.         include_once \dirname(__DIR__4).'/src/Mapper/Elasticsearch/CPEMapper.php';
  3146.         include_once \dirname(__DIR__4).'/src/Mapper/Elasticsearch/MapperInterface.php';
  3147.         include_once \dirname(__DIR__4).'/src/Mapper/Elasticsearch/Nist/CVEMapper.php';
  3148.         return $this->privates['App\\Model\\Api\\ModelApiFactory'] = new \App\Model\Api\ModelApiFactory($this->getEnv('string:ELASTIC_CVE_INDEX'), $this->getEnv('string:ELASTIC_DRUPAL_SA_INDEX'), ($this->privates['App\\Service\\Elasticsearch\\ElasticsearchService'] ?? $this->getElasticsearchServiceService()), ($this->privates['App\\Mapper\\Elasticsearch\\CPEMapper'] ?? ($this->privates['App\\Mapper\\Elasticsearch\\CPEMapper'] = new \App\Mapper\Elasticsearch\CPEMapper())), ($this->privates['App\\Mapper\\Elasticsearch\\Nist\\CVEMapper'] ?? ($this->privates['App\\Mapper\\Elasticsearch\\Nist\\CVEMapper'] = new \App\Mapper\Elasticsearch\Nist\CVEMapper())), ($this->privates['App\\Service\\SourceService'] ?? $this->getSourceServiceService()));
  3149.     }
  3150.     /**
  3151.      * Gets the private 'App\Model\Api\Request\CreateProjectDependenciesRequest' shared autowired service.
  3152.      *
  3153.      * @return \App\Model\Api\Request\CreateProjectDependenciesRequest
  3154.      */
  3155.     protected function getCreateProjectDependenciesRequestService()
  3156.     {
  3157.         include_once \dirname(__DIR__4).'/src/Model/Api/Request/CreateProjectDependenciesRequest.php';
  3158.         return $this->privates['App\\Model\\Api\\Request\\CreateProjectDependenciesRequest'] = new \App\Model\Api\Request\CreateProjectDependenciesRequest();
  3159.     }
  3160.     /**
  3161.      * Gets the private 'App\Model\Api\Request\Update' shared autowired service.
  3162.      *
  3163.      * @return \App\Model\Api\Request\Update
  3164.      */
  3165.     protected function getUpdateService()
  3166.     {
  3167.         include_once \dirname(__DIR__4).'/src/Model/Api/Request/Update.php';
  3168.         return $this->privates['App\\Model\\Api\\Request\\Update'] = new \App\Model\Api\Request\Update();
  3169.     }
  3170.     /**
  3171.      * Gets the private 'App\Model\View\ModelViewFactory' shared autowired service.
  3172.      *
  3173.      * @return \App\Model\View\ModelViewFactory
  3174.      */
  3175.     protected function getModelViewFactoryService()
  3176.     {
  3177.         include_once \dirname(__DIR__4).'/src/Model/View/ModelViewFactory.php';
  3178.         include_once \dirname(__DIR__4).'/src/Mapper/Elasticsearch/MapperInterface.php';
  3179.         include_once \dirname(__DIR__4).'/src/Mapper/Elasticsearch/Drupal/SAMapper.php';
  3180.         include_once \dirname(__DIR__4).'/src/Mapper/Elasticsearch/CPEMapper.php';
  3181.         include_once \dirname(__DIR__4).'/src/Mapper/Elasticsearch/Nist/CVEMapper.php';
  3182.         return $this->privates['App\\Model\\View\\ModelViewFactory'] = new \App\Model\View\ModelViewFactory(($this->privates['App\\Mapper\\Elasticsearch\\CPEMapper'] ?? ($this->privates['App\\Mapper\\Elasticsearch\\CPEMapper'] = new \App\Mapper\Elasticsearch\CPEMapper())), ($this->privates['App\\Mapper\\Elasticsearch\\Nist\\CVEMapper'] ?? ($this->privates['App\\Mapper\\Elasticsearch\\Nist\\CVEMapper'] = new \App\Mapper\Elasticsearch\Nist\CVEMapper())), new \App\Mapper\Elasticsearch\Drupal\SAMapper(), ($this->privates['App\\Mapper\\Source\\NistSource'] ?? $this->getNistSourceService()), ($this->privates['App\\Mapper\\Source\\DrupalSource'] ?? $this->getDrupalSourceService()));
  3183.     }
  3184.     /**
  3185.      * Gets the private 'App\Repository\ComponentRepository' shared autowired service.
  3186.      *
  3187.      * @return \App\Repository\ComponentRepository
  3188.      */
  3189.     protected function getComponentRepositoryService()
  3190.     {
  3191.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3192.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3193.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3195.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3196.         include_once \dirname(__DIR__4).'/src/Repository/ComponentRepository.php';
  3197.         return $this->privates['App\\Repository\\ComponentRepository'] = new \App\Repository\ComponentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3198.     }
  3199.     /**
  3200.      * Gets the private 'App\Repository\ComponentScanResultRepository' shared autowired service.
  3201.      *
  3202.      * @return \App\Repository\ComponentScanResultRepository
  3203.      */
  3204.     protected function getComponentScanResultRepositoryService()
  3205.     {
  3206.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3207.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3208.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3209.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3210.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3211.         include_once \dirname(__DIR__4).'/src/Repository/ComponentScanResultRepository.php';
  3212.         return $this->privates['App\\Repository\\ComponentScanResultRepository'] = new \App\Repository\ComponentScanResultRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3213.     }
  3214.     /**
  3215.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  3216.      *
  3217.      * @return \App\Repository\NotificationRepository
  3218.      */
  3219.     protected function getNotificationRepositoryService()
  3220.     {
  3221.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3223.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3226.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  3227.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3228.     }
  3229.     /**
  3230.      * Gets the private 'App\Repository\ProjectRepository' shared autowired service.
  3231.      *
  3232.      * @return \App\Repository\ProjectRepository
  3233.      */
  3234.     protected function getProjectRepositoryService()
  3235.     {
  3236.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3237.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3238.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3241.         include_once \dirname(__DIR__4).'/src/Repository/ProjectRepository.php';
  3242.         return $this->privates['App\\Repository\\ProjectRepository'] = new \App\Repository\ProjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3243.     }
  3244.     /**
  3245.      * Gets the private 'App\Repository\ScanComponentRepository' shared autowired service.
  3246.      *
  3247.      * @return \App\Repository\ScanComponentRepository
  3248.      */
  3249.     protected function getScanComponentRepositoryService()
  3250.     {
  3251.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3253.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3254.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3255.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3256.         include_once \dirname(__DIR__4).'/src/Repository/ScanComponentRepository.php';
  3257.         return $this->privates['App\\Repository\\ScanComponentRepository'] = new \App\Repository\ScanComponentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3258.     }
  3259.     /**
  3260.      * Gets the private 'App\Repository\ScanRepository' shared autowired service.
  3261.      *
  3262.      * @return \App\Repository\ScanRepository
  3263.      */
  3264.     protected function getScanRepositoryService()
  3265.     {
  3266.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3267.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3268.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3269.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3270.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3271.         include_once \dirname(__DIR__4).'/src/Repository/ScanRepository.php';
  3272.         return $this->privates['App\\Repository\\ScanRepository'] = new \App\Repository\ScanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3273.     }
  3274.     /**
  3275.      * Gets the private 'App\Repository\ScanResultRepository' shared autowired service.
  3276.      *
  3277.      * @return \App\Repository\ScanResultRepository
  3278.      */
  3279.     protected function getScanResultRepositoryService()
  3280.     {
  3281.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3282.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3283.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3285.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3286.         include_once \dirname(__DIR__4).'/src/Repository/ScanResultRepository.php';
  3287.         return $this->privates['App\\Repository\\ScanResultRepository'] = new \App\Repository\ScanResultRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3288.     }
  3289.     /**
  3290.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3291.      *
  3292.      * @return \App\Repository\UserRepository
  3293.      */
  3294.     protected function getUserRepositoryService()
  3295.     {
  3296.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3301.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  3302.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3303.     }
  3304.     /**
  3305.      * Gets the private 'App\Security\GitLabAuthenticator' shared autowired service.
  3306.      *
  3307.      * @return \App\Security\GitLabAuthenticator
  3308.      */
  3309.     protected function getGitLabAuthenticatorService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  3314.         include_once \dirname(__DIR__4).'/src/Security/GitLabAuthenticator.php';
  3315.         include_once \dirname(__DIR__4).'/src/Security/GitLabUserProvider.php';
  3316.         return $this->privates['App\\Security\\GitLabAuthenticator'] = new \App\Security\GitLabAuthenticator(new \App\Security\GitLabUserProvider($this->getEnv('string:GITLAB_URL').'/oauth/token?client_id='.$this->getEnv('string:string:GITLAB_OAUTH_CLIENT_ID').'&client_secret='.$this->getEnv('string:string:GITLAB_OAUTH_CLIENT_SECRET').'&code={code}&grant_type=authorization_code&redirect_uri='.$this->getEnv('string:string:GITLAB_OAUTH_REDIRECT_URL'), $this->getEnv('string:string:GITLAB_URL').'/api/v4/user?access_token={token}', ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService())), ($this->services['router'] ?? $this->getRouterService()));
  3317.     }
  3318.     /**
  3319.      * Gets the private 'App\Service\CveService' shared autowired service.
  3320.      *
  3321.      * @return \App\Service\CveService
  3322.      */
  3323.     protected function getCveServiceService()
  3324.     {
  3325.         include_once \dirname(__DIR__4).'/src/Service/CveService.php';
  3326.         return $this->privates['App\\Service\\CveService'] = new \App\Service\CveService(($this->privates['App\\Service\\Elasticsearch\\ElasticsearchService'] ?? $this->getElasticsearchServiceService()), ($this->privates['App\\Model\\View\\ModelViewFactory'] ?? $this->getModelViewFactoryService()), ($this->privates['App\\Mapper\\Source\\NistSource'] ?? $this->getNistSourceService()), ($this->privates['App\\Mapper\\Source\\DrupalSource'] ?? $this->getDrupalSourceService()));
  3327.     }
  3328.     /**
  3329.      * Gets the private 'App\Service\DeltaScansService' shared autowired service.
  3330.      *
  3331.      * @return \App\Service\DeltaScansService
  3332.      */
  3333.     protected function getDeltaScansServiceService()
  3334.     {
  3335.         include_once \dirname(__DIR__4).'/src/Service/DeltaScansService.php';
  3336.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-chartjs/Builder/ChartBuilderInterface.php';
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-chartjs/Builder/ChartBuilder.php';
  3338.         return $this->privates['App\\Service\\DeltaScansService'] = new \App\Service\DeltaScansService(($this->privates['App\\Repository\\ScanRepository'] ?? $this->getScanRepositoryService()), ($this->privates['App\\Service\\ScanResultService'] ?? $this->getScanResultServiceService()), new \Symfony\UX\Chartjs\Builder\ChartBuilder(), ($this->services['translator'] ?? $this->getTranslatorService()));
  3339.     }
  3340.     /**
  3341.      * Gets the private 'App\Service\Elasticsearch\ElasticsearchService' shared autowired service.
  3342.      *
  3343.      * @return \App\Service\Elasticsearch\ElasticsearchService
  3344.      */
  3345.     protected function getElasticsearchServiceService()
  3346.     {
  3347.         include_once \dirname(__DIR__4).'/src/Service/Elasticsearch/ElasticsearchService.php';
  3348.         include_once \dirname(__DIR__4).'/src/Mapper/Elasticsearch/CPEMapper.php';
  3349.         return $this->privates['App\\Service\\Elasticsearch\\ElasticsearchService'] = new \App\Service\Elasticsearch\ElasticsearchService([=> $this->getEnv('string:ELASTIC_HOSTNAME')], $this->getEnv('string:ELASTIC_CPE_INDEX'), ($this->privates['App\\Mapper\\Elasticsearch\\CPEMapper'] ?? ($this->privates['App\\Mapper\\Elasticsearch\\CPEMapper'] = new \App\Mapper\Elasticsearch\CPEMapper())));
  3350.     }
  3351.     /**
  3352.      * Gets the private 'App\Service\NotificationService' shared autowired service.
  3353.      *
  3354.      * @return \App\Service\NotificationService
  3355.      */
  3356.     protected function getNotificationServiceService()
  3357.     {
  3358.         include_once \dirname(__DIR__4).'/src/Service/NotificationService.php';
  3359.         return $this->privates['App\\Service\\NotificationService'] = new \App\Service\NotificationService(($this->privates['App\\Repository\\NotificationRepository'] ?? $this->getNotificationRepositoryService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->privates['App\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  3360.     }
  3361.     /**
  3362.      * Gets the private 'App\Service\ProjectService' shared autowired service.
  3363.      *
  3364.      * @return \App\Service\ProjectService
  3365.      */
  3366.     protected function getProjectServiceService()
  3367.     {
  3368.         include_once \dirname(__DIR__4).'/src/Service/Traits/Cpe23Convertor.php';
  3369.         include_once \dirname(__DIR__4).'/src/Service/ProjectService.php';
  3370.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3371.         return $this->privates['App\\Service\\ProjectService'] = new \App\Service\ProjectService((\dirname(__DIR__4).'/public/osc-default-project-logo.png'), $this->getEnv('string:LOGO_DIRECTORY'), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['App\\Service\\ScanService'] ?? $this->getScanServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Elasticsearch\\ElasticsearchService'] ?? $this->getElasticsearchServiceService()), ($this->privates['App\\Model\\Api\\ModelApiFactory'] ?? $this->getModelApiFactoryService()));
  3372.     }
  3373.     /**
  3374.      * Gets the private 'App\Service\ScanResultService' shared autowired service.
  3375.      *
  3376.      * @return \App\Service\ScanResultService
  3377.      */
  3378.     protected function getScanResultServiceService()
  3379.     {
  3380.         include_once \dirname(__DIR__4).'/src/Service/ScanResultService.php';
  3381.         return $this->privates['App\\Service\\ScanResultService'] = new \App\Service\ScanResultService(($this->privates['App\\Repository\\ScanResultRepository'] ?? $this->getScanResultRepositoryService()), ($this->privates['App\\Service\\CveService'] ?? $this->getCveServiceService()));
  3382.     }
  3383.     /**
  3384.      * Gets the private 'App\Service\ScanService' shared autowired service.
  3385.      *
  3386.      * @return \App\Service\ScanService
  3387.      */
  3388.     protected function getScanServiceService()
  3389.     {
  3390.         include_once \dirname(__DIR__4).'/src/Service/ScanService.php';
  3391.         include_once \dirname(__DIR__4).'/src/Service/ReportService.php';
  3392.         return $this->privates['App\\Service\\ScanService'] = new \App\Service\ScanService(($this->privates['App\\Repository\\ScanRepository'] ?? $this->getScanRepositoryService()), ($this->privates['App\\Service\\CveService'] ?? $this->getCveServiceService()), ($this->privates['App\\Service\\NotificationService'] ?? $this->getNotificationServiceService()), ($this->privates['App\\Service\\ScanResultService'] ?? $this->getScanResultServiceService()), ($this->privates['App\\Model\\View\\ModelViewFactory'] ?? $this->getModelViewFactoryService()), new \App\Service\ReportService(($this->services['twig'] ?? $this->getTwigService())), ($this->privates['App\\Service\\Elasticsearch\\ElasticsearchService'] ?? $this->getElasticsearchServiceService()), ($this->privates['App\\Service\\SourceService'] ?? $this->getSourceServiceService()), ($this->privates['App\\Service\\DeltaScansService'] ?? $this->getDeltaScansServiceService()));
  3393.     }
  3394.     /**
  3395.      * Gets the private 'App\Service\SourceService' shared autowired service.
  3396.      *
  3397.      * @return \App\Service\SourceService
  3398.      */
  3399.     protected function getSourceServiceService()
  3400.     {
  3401.         include_once \dirname(__DIR__4).'/src/Service/SourceService.php';
  3402.         return $this->privates['App\\Service\\SourceService'] = new \App\Service\SourceService(new RewindableGenerator(function () {
  3403.             yield => ($this->privates['App\\Mapper\\Source\\DrupalSource'] ?? $this->getDrupalSourceService());
  3404.             yield => ($this->privates['App\\Mapper\\Source\\NistSource'] ?? $this->getNistSourceService());
  3405.         }, 2), ($this->privates['App\\Mapper\\Source\\NistSource'] ?? $this->getNistSourceService()), ($this->privates['App\\Mapper\\Source\\DrupalSource'] ?? $this->getDrupalSourceService()));
  3406.     }
  3407.     /**
  3408.      * Gets the private 'App\Service\UserService' shared autowired service.
  3409.      *
  3410.      * @return \App\Service\UserService
  3411.      */
  3412.     protected function getUserServiceService()
  3413.     {
  3414.         include_once \dirname(__DIR__4).'/src/Service/UserService.php';
  3415.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3416.         $this->privates['App\\Service\\UserService'] = $instance = new \App\Service\UserService($this->getEnv('string:AVATARS_DIRECTORY'), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3417.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3418.         return $instance;
  3419.     }
  3420.     /**
  3421.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3422.      *
  3423.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3424.      */
  3425.     protected function getManagerRegistryAwareConnectionProviderService()
  3426.     {
  3427.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3429.         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'));
  3430.     }
  3431.     /**
  3432.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3433.      *
  3434.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3435.      */
  3436.     protected function getRunSqlCommandService()
  3437.     {
  3438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3439.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3440.         $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()));
  3441.         $instance->setName('dbal:run-sql');
  3442.         return $instance;
  3443.     }
  3444.     /**
  3445.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3446.      *
  3447.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3448.      */
  3449.     protected function getResetAssetsEventListenerService()
  3450.     {
  3451.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  3452.     }
  3453.     /**
  3454.      * Gets the private 'annotations.cache_adapter' shared service.
  3455.      *
  3456.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3457.      */
  3458.     protected function getAnnotations_CacheAdapterService()
  3459.     {
  3460.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3461.     }
  3462.     /**
  3463.      * Gets the private 'annotations.cache_warmer' shared service.
  3464.      *
  3465.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  3466.      */
  3467.     protected function getAnnotations_CacheWarmerService()
  3468.     {
  3469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  3470.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  3471.         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);
  3472.     }
  3473.     /**
  3474.      * Gets the private 'annotations.cached_reader' shared service.
  3475.      *
  3476.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3477.      */
  3478.     protected function getAnnotations_CachedReaderService()
  3479.     {
  3480.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3481.     }
  3482.     /**
  3483.      * Gets the private 'annotations.reader' shared service.
  3484.      *
  3485.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3486.      */
  3487.     protected function getAnnotations_ReaderService()
  3488.     {
  3489.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3490.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3491.         $a->registerUniqueLoader('class_exists');
  3492.         $instance->addGlobalIgnoredName('required'$a);
  3493.         return $instance;
  3494.     }
  3495.     /**
  3496.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  3497.      *
  3498.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3499.      */
  3500.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  3501.     {
  3502.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0crWNYD+yP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3503.     }
  3504.     /**
  3505.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  3506.      *
  3507.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3508.      */
  3509.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  3510.     {
  3511.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('8ErciIubLT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3512.     }
  3513.     /**
  3514.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  3515.      *
  3516.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3517.      */
  3518.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  3519.     {
  3520.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kGDL5svaWv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3521.     }
  3522.     /**
  3523.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  3524.      *
  3525.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3526.      */
  3527.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  3528.     {
  3529.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MsZyTLWcLn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3530.     }
  3531.     /**
  3532.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  3533.      *
  3534.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3535.      */
  3536.     protected function getApiPlatform_Cache_RouteNameResolverService()
  3537.     {
  3538.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ib0UUrZH8h'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3539.     }
  3540.     /**
  3541.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  3542.      *
  3543.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3544.      */
  3545.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  3546.     {
  3547.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gMqPGYHBeX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3548.     }
  3549.     /**
  3550.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  3551.      *
  3552.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  3553.      */
  3554.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  3555.     {
  3556.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  3557.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3558.     }
  3559.     /**
  3560.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  3561.      *
  3562.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  3563.      */
  3564.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  3565.     {
  3566.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  3567.         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 () {
  3568.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  3569.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  3570.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  3571.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  3572.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  3573.         }, 5));
  3574.     }
  3575.     /**
  3576.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  3577.      *
  3578.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  3579.      */
  3580.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  3581.     {
  3582.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  3585.         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 () {
  3586.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  3587.         }, 1), NULL);
  3588.     }
  3589.     /**
  3590.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  3591.      *
  3592.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  3593.      */
  3594.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  3595.     {
  3596.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  3598.         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 () {
  3599.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  3600.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  3601.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  3602.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  3603.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  3604.         }, 5), new RewindableGenerator(function () {
  3605.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  3606.         }, 1), NULL);
  3607.     }
  3608.     /**
  3609.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  3610.      *
  3611.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  3612.      */
  3613.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  3614.     {
  3615.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  3617.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  3618.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  3619.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  3620.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 30trueNULLNULLfalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  3621.     }
  3622.     /**
  3623.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  3624.      *
  3625.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  3626.      */
  3627.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  3628.     {
  3629.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  3631.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  3632.         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, [], []))));
  3633.     }
  3634.     /**
  3635.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  3636.      *
  3637.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  3638.      */
  3639.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  3640.     {
  3641.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  3642.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  3643.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  3644.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  3645.         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()));
  3646.     }
  3647.     /**
  3648.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  3649.      *
  3650.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  3651.      */
  3652.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  3653.     {
  3654.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  3655.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  3657.         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()));
  3658.     }
  3659.     /**
  3660.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  3661.      *
  3662.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  3663.      */
  3664.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  3665.     {
  3666.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  3670.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
  3671.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  3672.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, new \ApiPlatform\Core\DataProvider\Pagination($a$this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
  3673.     }
  3674.     /**
  3675.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  3676.      *
  3677.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  3678.      */
  3679.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  3680.     {
  3681.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  3682.     }
  3683.     /**
  3684.      * Gets the private 'api_platform.identifier.converter' shared service.
  3685.      *
  3686.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  3687.      */
  3688.     protected function getApiPlatform_Identifier_ConverterService()
  3689.     {
  3690.         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 () {
  3691.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  3692.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  3693.         }, 2));
  3694.     }
  3695.     /**
  3696.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  3697.      *
  3698.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  3699.      */
  3700.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  3701.     {
  3702.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  3703.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  3704.         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);
  3705.     }
  3706.     /**
  3707.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  3708.      *
  3709.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  3710.      */
  3711.     protected function getApiPlatform_IriConverter_LegacyService()
  3712.     {
  3713.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  3714.         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()));
  3715.     }
  3716.     /**
  3717.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  3718.      *
  3719.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  3720.      */
  3721.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  3722.     {
  3723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3724.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  3725.         $this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  3726.         $instance->setName('api:json-schema:generate');
  3727.         return $instance;
  3728.     }
  3729.     /**
  3730.      * Gets the private 'api_platform.json_schema.schema_factory' shared service.
  3731.      *
  3732.      * @return \ApiPlatform\Core\JsonSchema\SchemaFactory
  3733.      */
  3734.     protected function getApiPlatform_JsonSchema_SchemaFactoryService()
  3735.     {
  3736.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  3737.         if (isset($this->privates['api_platform.json_schema.schema_factory'])) {
  3738.             return $this->privates['api_platform.json_schema.schema_factory'];
  3739.         }
  3740.         return $this->privates['api_platform.json_schema.schema_factory'] = 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()));
  3741.     }
  3742.     /**
  3743.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  3744.      *
  3745.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  3746.      */
  3747.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  3748.     {
  3749.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  3750.         $instance->setSchemaFactory(($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService()));
  3751.         return $instance;
  3752.     }
  3753.     /**
  3754.      * Gets the private 'api_platform.listener.exception' shared service.
  3755.      *
  3756.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  3757.      */
  3758.     protected function getApiPlatform_Listener_ExceptionService()
  3759.     {
  3760.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  3761.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  3762.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Symfony\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, new \ApiPlatform\Symfony\EventListener\ErrorListener('api_platform.action.exception', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true));
  3763.     }
  3764.     /**
  3765.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  3766.      *
  3767.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  3768.      */
  3769.     protected function getApiPlatform_Listener_Exception_ValidationService()
  3770.     {
  3771.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  3772.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener(($this->services['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  3773.     }
  3774.     /**
  3775.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  3776.      *
  3777.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  3778.      */
  3779.     protected function getApiPlatform_Listener_Request_AddFormatService()
  3780.     {
  3781.         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']);
  3782.     }
  3783.     /**
  3784.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  3785.      *
  3786.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  3787.      */
  3788.     protected function getApiPlatform_Listener_Request_DeserializeService()
  3789.     {
  3790.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  3791.     }
  3792.     /**
  3793.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  3794.      *
  3795.      * @return \ApiPlatform\Core\EventListener\ReadListener
  3796.      */
  3797.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  3798.     {
  3799.         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()));
  3800.     }
  3801.     /**
  3802.      * Gets the private 'api_platform.listener.view.respond' shared service.
  3803.      *
  3804.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  3805.      */
  3806.     protected function getApiPlatform_Listener_View_RespondService()
  3807.     {
  3808.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  3809.         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);
  3810.     }
  3811.     /**
  3812.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  3813.      *
  3814.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  3815.      */
  3816.     protected function getApiPlatform_Listener_View_SerializeService()
  3817.     {
  3818.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  3819.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  3820.     }
  3821.     /**
  3822.      * Gets the private 'api_platform.listener.view.validate' shared service.
  3823.      *
  3824.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  3825.      */
  3826.     protected function getApiPlatform_Listener_View_ValidateService()
  3827.     {
  3828.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  3831.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(new \ApiPlatform\Symfony\Validator\Validator(($this->services['validator'] ?? $this->getValidatorService()), $this), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  3832.     }
  3833.     /**
  3834.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  3835.      *
  3836.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  3837.      */
  3838.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  3839.     {
  3840.         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);
  3841.     }
  3842.     /**
  3843.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  3844.      *
  3845.      * @return \ApiPlatform\Core\EventListener\WriteListener
  3846.      */
  3847.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  3848.     {
  3849.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  3850.         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()));
  3851.     }
  3852.     /**
  3853.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  3854.      *
  3855.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  3856.      */
  3857.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  3858.     {
  3859.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3860.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['validator'] ?? $this->getValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  3861.             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()));
  3862.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  3863.             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()));
  3864.             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()));
  3865.             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()));
  3866.             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()));
  3867.             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()));
  3868.             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()));
  3869.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  3870.             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()));
  3871.             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()));
  3872.             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()));
  3873.             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()));
  3874.         }, 13)));
  3875.     }
  3876.     /**
  3877.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  3878.      *
  3879.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  3880.      */
  3881.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  3882.     {
  3883.         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()))));
  3884.     }
  3885.     /**
  3886.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  3887.      *
  3888.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  3889.      */
  3890.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  3891.     {
  3892.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  3893.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  3894.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  3895.             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()));
  3896.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  3897.             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()));
  3898.             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()));
  3899.             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()));
  3900.             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()));
  3901.             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()));
  3902.             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()));
  3903.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  3904.             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()));
  3905.             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()));
  3906.             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()));
  3907.             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()));
  3908.         }, 13));
  3909.     }
  3910.     /**
  3911.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  3912.      *
  3913.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  3914.      */
  3915.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  3916.     {
  3917.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  3918.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  3919.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  3920.             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()));
  3921.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  3922.             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()));
  3923.             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()));
  3924.             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()));
  3925.             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()));
  3926.             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()));
  3927.             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()));
  3928.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  3929.             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()));
  3930.             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()));
  3931.             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()));
  3932.             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()));
  3933.         }, 13));
  3934.     }
  3935.     /**
  3936.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  3937.      *
  3938.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  3939.      */
  3940.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  3941.     {
  3942.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  3943.         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.formats'], []));
  3944.     }
  3945.     /**
  3946.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  3947.      *
  3948.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  3949.      */
  3950.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  3951.     {
  3952.         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)))))));
  3953.     }
  3954.     /**
  3955.      * Gets the private 'api_platform.openapi.command' shared service.
  3956.      *
  3957.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  3958.      */
  3959.     protected function getApiPlatform_Openapi_CommandService()
  3960.     {
  3961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3962.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  3963.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  3964.         $instance->setName('api:openapi:export');
  3965.         return $instance;
  3966.     }
  3967.     /**
  3968.      * Gets the private 'api_platform.openapi.factory.legacy' shared service.
  3969.      *
  3970.      * @return \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory
  3971.      */
  3972.     protected function getApiPlatform_Openapi_Factory_LegacyService()
  3973.     {
  3974.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  3975.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
  3976.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  3977.         return $this->privates['api_platform.openapi.factory.legacy'] = new \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\State\Pagination\PaginationOptions(true'page'false'itemsPerPage'false'pagination'30NULLfalsefalse'partial'));
  3978.     }
  3979.     /**
  3980.      * Gets the private 'api_platform.openapi.options' shared service.
  3981.      *
  3982.      * @return \ApiPlatform\OpenApi\Options
  3983.      */
  3984.     protected function getApiPlatform_Openapi_OptionsService()
  3985.     {
  3986.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  3987.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('''''0.0.0'false'oauth2''application''''''', [], $this->parameters['api_platform.swagger.api_keys'], NULLNULLNULLNULLNULLNULL);
  3988.     }
  3989.     /**
  3990.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  3991.      *
  3992.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  3993.      */
  3994.     protected function getApiPlatform_OperationPathResolver_CustomService()
  3995.     {
  3996.         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()))));
  3997.     }
  3998.     /**
  3999.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  4000.      *
  4001.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  4002.      */
  4003.     protected function getApiPlatform_OperationPathResolver_RouterService()
  4004.     {
  4005.         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()));
  4006.     }
  4007.     /**
  4008.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  4009.      *
  4010.      * @return \ApiPlatform\Api\ResourceClassResolver
  4011.      */
  4012.     protected function getApiPlatform_ResourceClassResolverService()
  4013.     {
  4014.         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()));
  4015.     }
  4016.     /**
  4017.      * Gets the private 'api_platform.router' shared service.
  4018.      *
  4019.      * @return \ApiPlatform\Symfony\Routing\Router
  4020.      */
  4021.     protected function getApiPlatform_RouterService()
  4022.     {
  4023.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  4024.     }
  4025.     /**
  4026.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  4027.      *
  4028.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  4029.      */
  4030.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  4031.     {
  4032.         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()));
  4033.     }
  4034.     /**
  4035.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  4036.      *
  4037.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  4038.      */
  4039.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  4040.     {
  4041.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4042.     }
  4043.     /**
  4044.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  4045.      *
  4046.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  4047.      */
  4048.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  4049.     {
  4050.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  4051.         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));
  4052.     }
  4053.     /**
  4054.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  4055.      *
  4056.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  4057.      */
  4058.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  4059.     {
  4060.         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()))])));
  4061.     }
  4062.     /**
  4063.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  4064.      *
  4065.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  4066.      */
  4067.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  4068.     {
  4069.         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())));
  4070.     }
  4071.     /**
  4072.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  4073.      *
  4074.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  4075.      */
  4076.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  4077.     {
  4078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  4080.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), '''''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], true);
  4081.         $instance->setName('api:swagger:export');
  4082.         return $instance;
  4083.     }
  4084.     /**
  4085.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  4086.      *
  4087.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  4088.      */
  4089.     protected function getApiPlatform_UpgradeResource_CommandService()
  4090.     {
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  4094.         $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()));
  4095.         $instance->setName('api:upgrade-resource');
  4096.         return $instance;
  4097.     }
  4098.     /**
  4099.      * Gets the private 'assets.packages' shared service.
  4100.      *
  4101.      * @return \Symfony\Component\Asset\Packages
  4102.      */
  4103.     protected function getAssets_PackagesService()
  4104.     {
  4105.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  4106.     }
  4107.     /**
  4108.      * Gets the private 'cache.annotations' shared service.
  4109.      *
  4110.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4111.      */
  4112.     protected function getCache_AnnotationsService()
  4113.     {
  4114.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BenQpjLpZq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4115.     }
  4116.     /**
  4117.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4118.      *
  4119.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4120.      */
  4121.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4122.     {
  4123.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4124.     }
  4125.     /**
  4126.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4127.      *
  4128.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4129.      */
  4130.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4131.     {
  4132.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4133.     }
  4134.     /**
  4135.      * Gets the private 'cache.property_info' shared service.
  4136.      *
  4137.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4138.      */
  4139.     protected function getCache_PropertyInfoService()
  4140.     {
  4141.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('t3TWlyNr+q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4142.     }
  4143.     /**
  4144.      * Gets the private 'cache.security_expression_language' shared service.
  4145.      *
  4146.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4147.      */
  4148.     protected function getCache_SecurityExpressionLanguageService()
  4149.     {
  4150.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('34BzeKDoeo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4151.     }
  4152.     /**
  4153.      * Gets the private 'cache.serializer' shared service.
  4154.      *
  4155.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4156.      */
  4157.     protected function getCache_SerializerService()
  4158.     {
  4159.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Wif5PqtmdY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4160.     }
  4161.     /**
  4162.      * Gets the private 'cache.validator' shared service.
  4163.      *
  4164.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4165.      */
  4166.     protected function getCache_ValidatorService()
  4167.     {
  4168.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rZF2xov3uJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4169.     }
  4170.     /**
  4171.      * Gets the private 'cache.webpack_encore' shared service.
  4172.      *
  4173.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4174.      */
  4175.     protected function getCache_WebpackEncoreService()
  4176.     {
  4177.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aTa1zt8e5K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4178.     }
  4179.     /**
  4180.      * Gets the private 'config_cache_factory' shared service.
  4181.      *
  4182.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4183.      */
  4184.     protected function getConfigCacheFactoryService()
  4185.     {
  4186.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4187.             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)));
  4188.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4189.         }, 2));
  4190.     }
  4191.     /**
  4192.      * Gets the private 'console.command.about' shared service.
  4193.      *
  4194.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  4195.      */
  4196.     protected function getConsole_Command_AboutService()
  4197.     {
  4198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  4200.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  4201.         $instance->setName('about');
  4202.         return $instance;
  4203.     }
  4204.     /**
  4205.      * Gets the private 'console.command.assets_install' shared service.
  4206.      *
  4207.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  4208.      */
  4209.     protected function getConsole_Command_AssetsInstallService()
  4210.     {
  4211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4214.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  4215.         $instance->setName('assets:install');
  4216.         return $instance;
  4217.     }
  4218.     /**
  4219.      * Gets the private 'console.command.cache_clear' shared service.
  4220.      *
  4221.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  4222.      */
  4223.     protected function getConsole_Command_CacheClearService()
  4224.     {
  4225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  4227.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4228.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  4229.         $instance->setName('cache:clear');
  4230.         return $instance;
  4231.     }
  4232.     /**
  4233.      * Gets the private 'console.command.cache_pool_clear' shared service.
  4234.      *
  4235.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  4236.      */
  4237.     protected function getConsole_Command_CachePoolClearService()
  4238.     {
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  4241.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  4242.         $instance->setName('cache:pool:clear');
  4243.         return $instance;
  4244.     }
  4245.     /**
  4246.      * Gets the private 'console.command.cache_pool_delete' shared service.
  4247.      *
  4248.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  4249.      */
  4250.     protected function getConsole_Command_CachePoolDeleteService()
  4251.     {
  4252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  4254.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  4255.         $instance->setName('cache:pool:delete');
  4256.         return $instance;
  4257.     }
  4258.     /**
  4259.      * Gets the private 'console.command.cache_pool_list' shared service.
  4260.      *
  4261.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  4262.      */
  4263.     protected function getConsole_Command_CachePoolListService()
  4264.     {
  4265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  4267.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'=> 'api_platform.cache.route_name_resolver'10 => 'api_platform.cache.metadata.resource'11 => 'api_platform.cache.metadata.resource.legacy'12 => 'api_platform.cache.metadata.property.legacy'13 => 'api_platform.cache.subresource_operation_factory'14 => 'api_platform.cache.identifiers_extractor'15 => 'cache.webpack_encore']);
  4268.         $instance->setName('cache:pool:list');
  4269.         return $instance;
  4270.     }
  4271.     /**
  4272.      * Gets the private 'console.command.cache_pool_prune' shared service.
  4273.      *
  4274.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  4275.      */
  4276.     protected function getConsole_Command_CachePoolPruneService()
  4277.     {
  4278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  4280.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  4281.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  4282.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  4283.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  4284.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  4285.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  4286.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  4287.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4288.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4289.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4290.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  4291.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  4292.             yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
  4293.             yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
  4294.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  4295.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  4296.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  4297.         }, 16));
  4298.         $instance->setName('cache:pool:prune');
  4299.         return $instance;
  4300.     }
  4301.     /**
  4302.      * Gets the private 'console.command.cache_warmup' shared service.
  4303.      *
  4304.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4305.      */
  4306.     protected function getConsole_Command_CacheWarmupService()
  4307.     {
  4308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  4310.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  4311.         $instance->setName('cache:warmup');
  4312.         return $instance;
  4313.     }
  4314.     /**
  4315.      * Gets the private 'console.command.config_debug' shared service.
  4316.      *
  4317.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4318.      */
  4319.     protected function getConsole_Command_ConfigDebugService()
  4320.     {
  4321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4322.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4324.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  4325.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  4326.         $instance->setName('debug:config');
  4327.         return $instance;
  4328.     }
  4329.     /**
  4330.      * Gets the private 'console.command.config_dump_reference' shared service.
  4331.      *
  4332.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  4333.      */
  4334.     protected function getConsole_Command_ConfigDumpReferenceService()
  4335.     {
  4336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4337.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  4339.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  4340.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  4341.         $instance->setName('config:dump-reference');
  4342.         return $instance;
  4343.     }
  4344.     /**
  4345.      * Gets the private 'console.command.container_debug' shared service.
  4346.      *
  4347.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  4348.      */
  4349.     protected function getConsole_Command_ContainerDebugService()
  4350.     {
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4353.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  4354.         $instance->setName('debug:container');
  4355.         return $instance;
  4356.     }
  4357.     /**
  4358.      * Gets the private 'console.command.container_lint' shared service.
  4359.      *
  4360.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  4361.      */
  4362.     protected function getConsole_Command_ContainerLintService()
  4363.     {
  4364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  4366.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  4367.         $instance->setName('lint:container');
  4368.         return $instance;
  4369.     }
  4370.     /**
  4371.      * Gets the private 'console.command.debug_autowiring' shared service.
  4372.      *
  4373.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  4374.      */
  4375.     protected function getConsole_Command_DebugAutowiringService()
  4376.     {
  4377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4378.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  4379.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  4380.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  4381.         $instance->setName('debug:autowiring');
  4382.         return $instance;
  4383.     }
  4384.     /**
  4385.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  4386.      *
  4387.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  4388.      */
  4389.     protected function getConsole_Command_EventDispatcherDebugService()
  4390.     {
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  4393.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4394.         $instance->setName('debug:event-dispatcher');
  4395.         return $instance;
  4396.     }
  4397.     /**
  4398.      * Gets the private 'console.command.form_debug' shared service.
  4399.      *
  4400.      * @return \Symfony\Component\Form\Command\DebugCommand
  4401.      */
  4402.     protected function getConsole_Command_FormDebugService()
  4403.     {
  4404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  4406.         $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'], [=> 'App\\Form\\ProjectForm'=> 'App\\Form\\ProjectType'=> 'App\\Form\\ScanType'=> 'App\\Form\\UserType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> '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()));
  4407.         $instance->setName('debug:form');
  4408.         return $instance;
  4409.     }
  4410.     /**
  4411.      * Gets the private 'console.command.router_debug' shared service.
  4412.      *
  4413.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  4414.      */
  4415.     protected function getConsole_Command_RouterDebugService()
  4416.     {
  4417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4418.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  4419.         $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()));
  4420.         $instance->setName('debug:router');
  4421.         return $instance;
  4422.     }
  4423.     /**
  4424.      * Gets the private 'console.command.router_match' shared service.
  4425.      *
  4426.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  4427.      */
  4428.     protected function getConsole_Command_RouterMatchService()
  4429.     {
  4430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  4432.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  4433.         $instance->setName('router:match');
  4434.         return $instance;
  4435.     }
  4436.     /**
  4437.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  4438.      *
  4439.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  4440.      */
  4441.     protected function getConsole_Command_SecretsDecryptToLocalService()
  4442.     {
  4443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  4445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4446.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4447.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4449.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4450.         $instance->setName('secrets:decrypt-to-local');
  4451.         return $instance;
  4452.     }
  4453.     /**
  4454.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  4455.      *
  4456.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  4457.      */
  4458.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  4459.     {
  4460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4464.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4466.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4467.         $instance->setName('secrets:encrypt-from-local');
  4468.         return $instance;
  4469.     }
  4470.     /**
  4471.      * Gets the private 'console.command.secrets_generate_key' shared service.
  4472.      *
  4473.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  4474.      */
  4475.     protected function getConsole_Command_SecretsGenerateKeyService()
  4476.     {
  4477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4478.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  4479.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4480.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4481.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4483.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4484.         $instance->setName('secrets:generate-keys');
  4485.         return $instance;
  4486.     }
  4487.     /**
  4488.      * Gets the private 'console.command.secrets_list' shared service.
  4489.      *
  4490.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  4491.      */
  4492.     protected function getConsole_Command_SecretsListService()
  4493.     {
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4500.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4501.         $instance->setName('secrets:list');
  4502.         return $instance;
  4503.     }
  4504.     /**
  4505.      * Gets the private 'console.command.secrets_remove' shared service.
  4506.      *
  4507.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  4508.      */
  4509.     protected function getConsole_Command_SecretsRemoveService()
  4510.     {
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4514.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4517.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4518.         $instance->setName('secrets:remove');
  4519.         return $instance;
  4520.     }
  4521.     /**
  4522.      * Gets the private 'console.command.secrets_set' shared service.
  4523.      *
  4524.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  4525.      */
  4526.     protected function getConsole_Command_SecretsSetService()
  4527.     {
  4528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  4533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  4534.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  4535.         $instance->setName('secrets:set');
  4536.         return $instance;
  4537.     }
  4538.     /**
  4539.      * Gets the private 'console.command.translation_debug' shared service.
  4540.      *
  4541.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  4542.      */
  4543.     protected function getConsole_Command_TranslationDebugService()
  4544.     {
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  4547.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Service/DeltaScansService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.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/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php')]);
  4548.         $instance->setName('debug:translation');
  4549.         return $instance;
  4550.     }
  4551.     /**
  4552.      * Gets the private 'console.command.translation_update' shared service.
  4553.      *
  4554.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  4555.      */
  4556.     protected function getConsole_Command_TranslationUpdateService()
  4557.     {
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  4562.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  4563.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  4564.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  4565.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  4566.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  4567.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  4568.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  4570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  4571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  4572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  4574.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  4575.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  4576.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  4577.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  4578.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  4579.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  4580.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  4581.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  4582.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  4583.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  4584.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  4585.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  4586.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Service/DeltaScansService.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.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/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php')]);
  4587.         $instance->setName('translation:update');
  4588.         return $instance;
  4589.     }
  4590.     /**
  4591.      * Gets the private 'console.command.xliff_lint' shared service.
  4592.      *
  4593.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  4594.      */
  4595.     protected function getConsole_Command_XliffLintService()
  4596.     {
  4597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4598.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  4599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  4600.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  4601.         $instance->setName('lint:xliff');
  4602.         return $instance;
  4603.     }
  4604.     /**
  4605.      * Gets the private 'console.command.yaml_lint' shared service.
  4606.      *
  4607.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  4608.      */
  4609.     protected function getConsole_Command_YamlLintService()
  4610.     {
  4611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  4614.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  4615.         $instance->setName('lint:yaml');
  4616.         return $instance;
  4617.     }
  4618.     /**
  4619.      * Gets the private 'console.error_listener' shared service.
  4620.      *
  4621.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  4622.      */
  4623.     protected function getConsole_ErrorListenerService()
  4624.     {
  4625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  4626.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  4627.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4628.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4629.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4630.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  4631.     }
  4632.     /**
  4633.      * Gets the private 'container.env_var_processor' shared service.
  4634.      *
  4635.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  4636.      */
  4637.     protected function getContainer_EnvVarProcessorService()
  4638.     {
  4639.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  4641.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  4642.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  4643.         }, 1));
  4644.     }
  4645.     /**
  4646.      * Gets the private 'data_collector.form' shared service.
  4647.      *
  4648.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  4649.      */
  4650.     protected function getDataCollector_FormService()
  4651.     {
  4652.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  4653.     }
  4654.     /**
  4655.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  4656.      *
  4657.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  4658.      */
  4659.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  4660.     {
  4661.         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 () {
  4662.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  4663.         }, 1)));
  4664.     }
  4665.     /**
  4666.      * Gets the private 'debug.api_platform.data_persister' shared service.
  4667.      *
  4668.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  4669.      */
  4670.     protected function getDebug_ApiPlatform_DataPersisterService()
  4671.     {
  4672.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  4673.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  4674.         }, 1)));
  4675.     }
  4676.     /**
  4677.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  4678.      *
  4679.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  4680.      */
  4681.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  4682.     {
  4683.         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 () {
  4684.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  4685.         }, 1)));
  4686.     }
  4687.     /**
  4688.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  4689.      *
  4690.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  4691.      */
  4692.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  4693.     {
  4694.         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 () {
  4695.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  4696.         }, 1)));
  4697.     }
  4698.     /**
  4699.      * Gets the private 'debug.argument_resolver.default' shared service.
  4700.      *
  4701.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4702.      */
  4703.     protected function getDebug_ArgumentResolver_DefaultService()
  4704.     {
  4705.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  4708.         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))));
  4709.     }
  4710.     /**
  4711.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  4712.      *
  4713.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4714.      */
  4715.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  4716.     {
  4717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  4720.         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.G0nTMvi'] ?? $this->get_ServiceLocator_G0nTMviService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4721.     }
  4722.     /**
  4723.      * Gets the private 'debug.argument_resolver.request' shared service.
  4724.      *
  4725.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4726.      */
  4727.     protected function getDebug_ArgumentResolver_RequestService()
  4728.     {
  4729.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4730.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4731.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  4732.         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))));
  4733.     }
  4734.     /**
  4735.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  4736.      *
  4737.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4738.      */
  4739.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  4740.     {
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4743.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  4744.         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))));
  4745.     }
  4746.     /**
  4747.      * Gets the private 'debug.argument_resolver.service' shared service.
  4748.      *
  4749.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4750.      */
  4751.     protected function getDebug_ArgumentResolver_ServiceService()
  4752.     {
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  4756.         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.G0nTMvi'] ?? $this->get_ServiceLocator_G0nTMviService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4757.     }
  4758.     /**
  4759.      * Gets the private 'debug.argument_resolver.session' shared service.
  4760.      *
  4761.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4762.      */
  4763.     protected function getDebug_ArgumentResolver_SessionService()
  4764.     {
  4765.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  4768.         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))));
  4769.     }
  4770.     /**
  4771.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  4772.      *
  4773.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4774.      */
  4775.     protected function getDebug_ArgumentResolver_VariadicService()
  4776.     {
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4779.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  4780.         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))));
  4781.     }
  4782.     /**
  4783.      * Gets the private 'debug.debug_handlers_listener' shared service.
  4784.      *
  4785.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  4786.      */
  4787.     protected function getDebug_DebugHandlersListenerService()
  4788.     {
  4789.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  4790.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4791.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4792.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4793.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4794.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  4795.     }
  4796.     /**
  4797.      * Gets the private 'debug.dump_listener' shared service.
  4798.      *
  4799.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  4800.      */
  4801.     protected function getDebug_DumpListenerService()
  4802.     {
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  4805.         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()));
  4806.     }
  4807.     /**
  4808.      * Gets the private 'debug.file_link_formatter' shared service.
  4809.      *
  4810.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  4811.      */
  4812.     protected function getDebug_FileLinkFormatterService()
  4813.     {
  4814.         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 () {
  4815.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  4816.         });
  4817.     }
  4818.     /**
  4819.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  4820.      *
  4821.      * @return \string
  4822.      */
  4823.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  4824.     {
  4825.         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');
  4826.     }
  4827.     /**
  4828.      * Gets the private 'debug.log_processor' shared service.
  4829.      *
  4830.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  4831.      */
  4832.     protected function getDebug_LogProcessorService()
  4833.     {
  4834.         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())));
  4835.     }
  4836.     /**
  4837.      * Gets the private 'debug.security.access.decision_manager' shared service.
  4838.      *
  4839.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  4840.      */
  4841.     protected function getDebug_Security_Access_DecisionManagerService()
  4842.     {
  4843.         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 () {
  4844.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  4845.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  4846.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  4847.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\ScanVoter'] ?? $this->getScanVoterService());
  4848.         }, 4), 'affirmative'falsetrue));
  4849.     }
  4850.     /**
  4851.      * Gets the private 'debug.security.firewall' shared service.
  4852.      *
  4853.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  4854.      */
  4855.     protected function getDebug_Security_FirewallService()
  4856.     {
  4857.         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()));
  4858.     }
  4859.     /**
  4860.      * Gets the private 'debug.security.user_value_resolver' shared service.
  4861.      *
  4862.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  4863.      */
  4864.     protected function getDebug_Security_UserValueResolverService()
  4865.     {
  4866.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  4867.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  4868.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  4869.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  4870.     }
  4871.     /**
  4872.      * Gets the private 'debug.security.voter.App\Security\Voter\ScanVoter' shared service.
  4873.      *
  4874.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4875.      */
  4876.     protected function getScanVoterService()
  4877.     {
  4878.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  4881.         include_once \dirname(__DIR__4).'/src/Security/Voter/ScanVoter.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  4883.         return $this->privates['debug.security.voter.App\\Security\\Voter\\ScanVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\ScanVoter(new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4884.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  4885.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  4886.         ], [
  4887.             'security.authorization_checker' => '?',
  4888.             'security.token_storage' => '?',
  4889.         ]))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4890.     }
  4891.     /**
  4892.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  4893.      *
  4894.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4895.      */
  4896.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  4897.     {
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  4901.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4902.     }
  4903.     /**
  4904.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  4905.      *
  4906.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4907.      */
  4908.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  4909.     {
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  4913.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4914.     }
  4915.     /**
  4916.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  4917.      *
  4918.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  4919.      */
  4920.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  4921.     {
  4922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  4925.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4926.     }
  4927.     /**
  4928.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  4929.      *
  4930.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  4931.      */
  4932.     protected function getDebug_Security_Voter_VoteListenerService()
  4933.     {
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  4935.         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()));
  4936.     }
  4937.     /**
  4938.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  4939.      *
  4940.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  4941.      */
  4942.     protected function getDoctrine_CacheClearMetadataCommandService()
  4943.     {
  4944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4945.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  4949.         $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()));
  4950.         $instance->setName('doctrine:cache:clear-metadata');
  4951.         return $instance;
  4952.     }
  4953.     /**
  4954.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  4955.      *
  4956.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  4957.      */
  4958.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  4959.     {
  4960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4962.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4964.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  4965.         $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()));
  4966.         $instance->setName('doctrine:cache:clear-query');
  4967.         return $instance;
  4968.     }
  4969.     /**
  4970.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  4971.      *
  4972.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  4973.      */
  4974.     protected function getDoctrine_CacheClearResultCommandService()
  4975.     {
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  4979.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4980.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  4981.         $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()));
  4982.         $instance->setName('doctrine:cache:clear-result');
  4983.         return $instance;
  4984.     }
  4985.     /**
  4986.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  4987.      *
  4988.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  4989.      */
  4990.     protected function getDoctrine_CacheCollectionRegionCommandService()
  4991.     {
  4992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4994.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  4995.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4996.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  4997.         $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()));
  4998.         $instance->setName('doctrine:cache:clear-collection-region');
  4999.         return $instance;
  5000.     }
  5001.     /**
  5002.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5003.      *
  5004.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  5005.      */
  5006.     protected function getDoctrine_ClearEntityRegionCommandService()
  5007.     {
  5008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5009.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5010.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  5013.         $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()));
  5014.         $instance->setName('doctrine:cache:clear-entity-region');
  5015.         return $instance;
  5016.     }
  5017.     /**
  5018.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5019.      *
  5020.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  5021.      */
  5022.     protected function getDoctrine_ClearQueryRegionCommandService()
  5023.     {
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  5029.         $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()));
  5030.         $instance->setName('doctrine:cache:clear-query-region');
  5031.         return $instance;
  5032.     }
  5033.     /**
  5034.      * Gets the private 'doctrine.database_create_command' shared service.
  5035.      *
  5036.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5037.      */
  5038.     protected function getDoctrine_DatabaseCreateCommandService()
  5039.     {
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5043.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5044.         $instance->setName('doctrine:database:create');
  5045.         return $instance;
  5046.     }
  5047.     /**
  5048.      * Gets the private 'doctrine.database_drop_command' shared service.
  5049.      *
  5050.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5051.      */
  5052.     protected function getDoctrine_DatabaseDropCommandService()
  5053.     {
  5054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5056.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5057.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5058.         $instance->setName('doctrine:database:drop');
  5059.         return $instance;
  5060.     }
  5061.     /**
  5062.      * Gets the private 'doctrine.database_import_command' shared service.
  5063.      *
  5064.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  5065.      */
  5066.     protected function getDoctrine_DatabaseImportCommandService()
  5067.     {
  5068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5069.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  5071.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  5072.         $instance->setName('doctrine:database:import');
  5073.         return $instance;
  5074.     }
  5075.     /**
  5076.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5077.      *
  5078.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  5079.      */
  5080.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5081.     {
  5082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  5087.         $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()));
  5088.         $instance->setName('doctrine:ensure-production-settings');
  5089.         return $instance;
  5090.     }
  5091.     /**
  5092.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  5093.      *
  5094.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  5095.      */
  5096.     protected function getDoctrine_MappingConvertCommandService()
  5097.     {
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5099.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5100.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  5103.         $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()));
  5104.         $instance->setName('doctrine:mapping:convert');
  5105.         return $instance;
  5106.     }
  5107.     /**
  5108.      * Gets the private 'doctrine.mapping_import_command' shared service.
  5109.      *
  5110.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5111.      */
  5112.     protected function getDoctrine_MappingImportCommandService()
  5113.     {
  5114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5115.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5116.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5117.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5118.         $instance->setName('doctrine:mapping:import');
  5119.         return $instance;
  5120.     }
  5121.     /**
  5122.      * Gets the private 'doctrine.mapping_info_command' shared service.
  5123.      *
  5124.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  5125.      */
  5126.     protected function getDoctrine_MappingInfoCommandService()
  5127.     {
  5128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5129.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  5131.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5132.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  5133.         $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()));
  5134.         $instance->setName('doctrine:mapping:info');
  5135.         return $instance;
  5136.     }
  5137.     /**
  5138.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  5139.      *
  5140.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  5141.      */
  5142.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  5143.     {
  5144.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  5146.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5147.     }
  5148.     /**
  5149.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  5150.      *
  5151.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  5152.      */
  5153.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  5154.     {
  5155.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  5156.     }
  5157.     /**
  5158.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5159.      *
  5160.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5161.      */
  5162.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5163.     {
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5165.         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()));
  5166.     }
  5167.     /**
  5168.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5169.      *
  5170.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5171.      */
  5172.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5173.     {
  5174.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  5175.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5176.     }
  5177.     /**
  5178.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5179.      *
  5180.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5181.      */
  5182.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5183.     {
  5184.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5185.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5186.     }
  5187.     /**
  5188.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  5189.      *
  5190.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5191.      */
  5192.     protected function getDoctrine_Orm_Validator_UniqueService()
  5193.     {
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5197.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5198.     }
  5199.     /**
  5200.      * Gets the private 'doctrine.query_dql_command' shared service.
  5201.      *
  5202.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  5203.      */
  5204.     protected function getDoctrine_QueryDqlCommandService()
  5205.     {
  5206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5207.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5208.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  5211.         $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()));
  5212.         $instance->setName('doctrine:query:dql');
  5213.         return $instance;
  5214.     }
  5215.     /**
  5216.      * Gets the private 'doctrine.query_sql_command' shared service.
  5217.      *
  5218.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5219.      */
  5220.     protected function getDoctrine_QuerySqlCommandService()
  5221.     {
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5225.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5226.         $instance->setName('doctrine:query:sql');
  5227.         return $instance;
  5228.     }
  5229.     /**
  5230.      * Gets the private 'doctrine.schema_create_command' shared service.
  5231.      *
  5232.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  5233.      */
  5234.     protected function getDoctrine_SchemaCreateCommandService()
  5235.     {
  5236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5237.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5238.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5239.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5241.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  5242.         $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()));
  5243.         $instance->setName('doctrine:schema:create');
  5244.         return $instance;
  5245.     }
  5246.     /**
  5247.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5248.      *
  5249.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  5250.      */
  5251.     protected function getDoctrine_SchemaDropCommandService()
  5252.     {
  5253.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5256.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  5259.         $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()));
  5260.         $instance->setName('doctrine:schema:drop');
  5261.         return $instance;
  5262.     }
  5263.     /**
  5264.      * Gets the private 'doctrine.schema_update_command' shared service.
  5265.      *
  5266.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  5267.      */
  5268.     protected function getDoctrine_SchemaUpdateCommandService()
  5269.     {
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5271.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5272.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5273.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5274.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5275.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  5276.         $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()));
  5277.         $instance->setName('doctrine:schema:update');
  5278.         return $instance;
  5279.     }
  5280.     /**
  5281.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5282.      *
  5283.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  5284.      */
  5285.     protected function getDoctrine_SchemaValidateCommandService()
  5286.     {
  5287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  5291.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  5292.         $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()));
  5293.         $instance->setName('doctrine:schema:validate');
  5294.         return $instance;
  5295.     }
  5296.     /**
  5297.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5298.      *
  5299.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  5300.      */
  5301.     protected function getDoctrineMigrations_DiffCommandService()
  5302.     {
  5303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5305.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5306.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  5307.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  5308.         $instance->setName('doctrine:migrations:diff');
  5309.         return $instance;
  5310.     }
  5311.     /**
  5312.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5313.      *
  5314.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  5315.      */
  5316.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  5317.     {
  5318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5321.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  5322.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  5323.         $instance->setName('doctrine:migrations:dump-schema');
  5324.         return $instance;
  5325.     }
  5326.     /**
  5327.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  5328.      *
  5329.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  5330.      */
  5331.     protected function getDoctrineMigrations_ExecuteCommandService()
  5332.     {
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  5337.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  5338.         $instance->setName('doctrine:migrations:execute');
  5339.         return $instance;
  5340.     }
  5341.     /**
  5342.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  5343.      *
  5344.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  5345.      */
  5346.     protected function getDoctrineMigrations_GenerateCommandService()
  5347.     {
  5348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5349.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  5352.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  5353.         $instance->setName('doctrine:migrations:generate');
  5354.         return $instance;
  5355.     }
  5356.     /**
  5357.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  5358.      *
  5359.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  5360.      */
  5361.     protected function getDoctrineMigrations_LatestCommandService()
  5362.     {
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  5367.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  5368.         $instance->setName('doctrine:migrations:latest');
  5369.         return $instance;
  5370.     }
  5371.     /**
  5372.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  5373.      *
  5374.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  5375.      */
  5376.     protected function getDoctrineMigrations_MigrateCommandService()
  5377.     {
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  5382.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  5383.         $instance->setName('doctrine:migrations:migrate');
  5384.         return $instance;
  5385.     }
  5386.     /**
  5387.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  5388.      *
  5389.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  5390.      */
  5391.     protected function getDoctrineMigrations_RollupCommandService()
  5392.     {
  5393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5394.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  5397.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  5398.         $instance->setName('doctrine:migrations:rollup');
  5399.         return $instance;
  5400.     }
  5401.     /**
  5402.      * Gets the private 'doctrine_migrations.status_command' shared service.
  5403.      *
  5404.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  5405.      */
  5406.     protected function getDoctrineMigrations_StatusCommandService()
  5407.     {
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  5412.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  5413.         $instance->setName('doctrine:migrations:status');
  5414.         return $instance;
  5415.     }
  5416.     /**
  5417.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  5418.      *
  5419.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  5420.      */
  5421.     protected function getDoctrineMigrations_UpToDateCommandService()
  5422.     {
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  5427.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  5428.         $instance->setName('doctrine:migrations:up-to-date');
  5429.         return $instance;
  5430.     }
  5431.     /**
  5432.      * Gets the private 'doctrine_migrations.version_command' shared service.
  5433.      *
  5434.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  5435.      */
  5436.     protected function getDoctrineMigrations_VersionCommandService()
  5437.     {
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  5442.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  5443.         $instance->setName('doctrine:migrations:version');
  5444.         return $instance;
  5445.     }
  5446.     /**
  5447.      * Gets the private 'error_handler.error_renderer.html' shared service.
  5448.      *
  5449.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  5450.      */
  5451.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  5452.     {
  5453.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5454.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5455.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5456.         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()));
  5457.     }
  5458.     /**
  5459.      * Gets the private 'exception_listener' shared service.
  5460.      *
  5461.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  5462.      */
  5463.     protected function getExceptionListenerService()
  5464.     {
  5465.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  5466.     }
  5467.     /**
  5468.      * Gets the private 'form.choice_list_factory.cached' shared service.
  5469.      *
  5470.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  5471.      */
  5472.     protected function getForm_ChoiceListFactory_CachedService()
  5473.     {
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  5478.         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())));
  5479.     }
  5480.     /**
  5481.      * Gets the private 'form.registry' shared service.
  5482.      *
  5483.      * @return \Symfony\Component\Form\FormRegistry
  5484.      */
  5485.     protected function getForm_RegistryService()
  5486.     {
  5487.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  5488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  5489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  5494.         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, [
  5495.             'App\\Form\\ProjectForm' => ['privates''App\\Form\\ProjectForm''getProjectFormService'false],
  5496.             'App\\Form\\ProjectType' => ['privates''App\\Form\\ProjectType''getProjectTypeService'false],
  5497.             'App\\Form\\ScanType' => ['privates''App\\Form\\ScanType''getScanTypeService'false],
  5498.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  5499.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  5500.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  5501.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  5502.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  5503.         ], [
  5504.             'App\\Form\\ProjectForm' => '?',
  5505.             'App\\Form\\ProjectType' => '?',
  5506.             'App\\Form\\ScanType' => '?',
  5507.             'App\\Form\\UserType' => '?',
  5508.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  5509.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  5510.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  5511.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  5512.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  5513.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  5514.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  5515.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  5516.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  5517.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  5518.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  5519.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  5520.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  5521.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  5522.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  5523.         }, 1)], new RewindableGenerator(function () {
  5524.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  5525.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  5526.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  5527.     }
  5528.     /**
  5529.      * Gets the private 'form.server_params' shared service.
  5530.      *
  5531.      * @return \Symfony\Component\Form\Util\ServerParams
  5532.      */
  5533.     protected function getForm_ServerParamsService()
  5534.     {
  5535.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  5536.         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())));
  5537.     }
  5538.     /**
  5539.      * Gets the private 'form.type.choice' shared service.
  5540.      *
  5541.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  5542.      */
  5543.     protected function getForm_Type_ChoiceService()
  5544.     {
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  5548.         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()));
  5549.     }
  5550.     /**
  5551.      * Gets the private 'form.type.entity' shared service.
  5552.      *
  5553.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  5554.      */
  5555.     protected function getForm_Type_EntityService()
  5556.     {
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  5560.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  5561.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5562.     }
  5563.     /**
  5564.      * Gets the private 'form.type.form' shared service.
  5565.      *
  5566.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  5567.      */
  5568.     protected function getForm_Type_FormService()
  5569.     {
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5572.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  5574.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5575.     }
  5576.     /**
  5577.      * Gets the private 'form.type_extension.csrf' shared service.
  5578.      *
  5579.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  5580.      */
  5581.     protected function getForm_TypeExtension_CsrfService()
  5582.     {
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  5586.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  5587.     }
  5588.     /**
  5589.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  5590.      *
  5591.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  5592.      */
  5593.     protected function getForm_TypeExtension_Form_DataCollectorService()
  5594.     {
  5595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  5598.         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()));
  5599.     }
  5600.     /**
  5601.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  5602.      *
  5603.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  5604.      */
  5605.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  5606.     {
  5607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  5610.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  5611.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  5612.         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())));
  5613.     }
  5614.     /**
  5615.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  5616.      *
  5617.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  5618.      */
  5619.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  5620.     {
  5621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  5624.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  5625.     }
  5626.     /**
  5627.      * Gets the private 'form.type_extension.form.validator' shared service.
  5628.      *
  5629.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  5630.      */
  5631.     protected function getForm_TypeExtension_Form_ValidatorService()
  5632.     {
  5633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  5637.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  5638.     }
  5639.     /**
  5640.      * Gets the private 'form.type_extension.upload.validator' shared service.
  5641.      *
  5642.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  5643.      */
  5644.     protected function getForm_TypeExtension_Upload_ValidatorService()
  5645.     {
  5646.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5647.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  5649.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  5650.     }
  5651.     /**
  5652.      * Gets the private 'form.type_guesser.doctrine' shared service.
  5653.      *
  5654.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  5655.      */
  5656.     protected function getForm_TypeGuesser_DoctrineService()
  5657.     {
  5658.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  5660.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5661.     }
  5662.     /**
  5663.      * Gets the private 'form.type_guesser.validator' shared service.
  5664.      *
  5665.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  5666.      */
  5667.     protected function getForm_TypeGuesser_ValidatorService()
  5668.     {
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  5670.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  5671.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  5672.     }
  5673.     /**
  5674.      * Gets the private 'fos_rest.allowed_methods_listener' shared service.
  5675.      *
  5676.      * @return \FOS\RestBundle\EventListener\AllowedMethodsListener
  5677.      */
  5678.     protected function getFosRest_AllowedMethodsListenerService()
  5679.     {
  5680.         return $this->privates['fos_rest.allowed_methods_listener'] = new \FOS\RestBundle\EventListener\AllowedMethodsListener(($this->privates['fos_rest.allowed_methods_loader'] ?? $this->getFosRest_AllowedMethodsLoaderService()));
  5681.     }
  5682.     /**
  5683.      * Gets the private 'fos_rest.allowed_methods_loader' shared service.
  5684.      *
  5685.      * @return \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader
  5686.      */
  5687.     protected function getFosRest_AllowedMethodsLoaderService()
  5688.     {
  5689.         return $this->privates['fos_rest.allowed_methods_loader'] = new \FOS\RestBundle\Response\AllowedMethodsLoader\AllowedMethodsRouterLoader(($this->services['router'] ?? $this->getRouterService()), ($this->targetDir.''.'/fos_rest'), true);
  5690.     }
  5691.     /**
  5692.      * Gets the private 'fos_rest.body_listener' shared service.
  5693.      *
  5694.      * @return \FOS\RestBundle\EventListener\BodyListener
  5695.      */
  5696.     protected function getFosRest_BodyListenerService()
  5697.     {
  5698.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5699.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  5700.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  5701.         ], [
  5702.             'fos_rest.decoder.json' => '?',
  5703.             'fos_rest.decoder.xml' => '?',
  5704.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false, new \FOS\RestBundle\Normalizer\CamelKeysNormalizer(), false);
  5705.         $instance->setDefaultFormat(NULL);
  5706.         return $instance;
  5707.     }
  5708.     /**
  5709.      * Gets the private 'fos_rest.decoder.json' shared service.
  5710.      *
  5711.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  5712.      */
  5713.     protected function getFosRest_Decoder_JsonService()
  5714.     {
  5715.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  5717.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  5718.     }
  5719.     /**
  5720.      * Gets the private 'fos_rest.decoder.xml' shared service.
  5721.      *
  5722.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  5723.      */
  5724.     protected function getFosRest_Decoder_XmlService()
  5725.     {
  5726.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  5728.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  5729.     }
  5730.     /**
  5731.      * Gets the private 'fos_rest.format_listener' shared service.
  5732.      *
  5733.      * @return \FOS\RestBundle\EventListener\FormatListener
  5734.      */
  5735.     protected function getFosRest_FormatListenerService()
  5736.     {
  5737.         $a = new \FOS\RestBundle\Negotiation\FormatNegotiator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5738.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler|_wdt/'NULLNULLNULL, []), ['methods' => NULL'priorities' => [=> 'html'=> 'json'], 'fallback_format' => 'html''attributes' => [], 'prefer_extension' => '2.0']);
  5739.         $a->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'NULLNULLNULL, []), ['prefer_extension' => '2.0''fallback_format' => 'json''priorities' => [=> 'json'], 'methods' => NULL'attributes' => [], 'stop' => false]);
  5740.         return $this->privates['fos_rest.format_listener'] = new \FOS\RestBundle\EventListener\FormatListener($a);
  5741.     }
  5742.     /**
  5743.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  5744.      *
  5745.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  5746.      */
  5747.     protected function getFosRest_ParamFetcherListenerService()
  5748.     {
  5749.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['validator'] ?? $this->getValidatorService())), false);
  5750.     }
  5751.     /**
  5752.      * Gets the private 'fos_rest.serializer.form_error_handler' shared service.
  5753.      *
  5754.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  5755.      */
  5756.     protected function getFosRest_Serializer_FormErrorHandlerService()
  5757.     {
  5758.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  5761.         return $this->privates['fos_rest.serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators'));
  5762.     }
  5763.     /**
  5764.      * Gets the private 'fos_rest.serializer.jms' shared service.
  5765.      *
  5766.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  5767.      */
  5768.     protected function getFosRest_Serializer_JmsService()
  5769.     {
  5770.         return $this->privates['fos_rest.serializer.jms'] = new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  5771.     }
  5772.     /**
  5773.      * Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
  5774.      *
  5775.      * @return \FOS\RestBundle\EventListener\VersionExclusionListener
  5776.      */
  5777.     protected function getFosRest_Versioning_ExclusionListenerService()
  5778.     {
  5779.         return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));
  5780.     }
  5781.     /**
  5782.      * Gets the private 'fos_rest.versioning.listener' shared service.
  5783.      *
  5784.      * @return \FOS\RestBundle\EventListener\VersionListener
  5785.      */
  5786.     protected function getFosRest_Versioning_ListenerService()
  5787.     {
  5788.         $a = new \FOS\RestBundle\Version\ChainVersionResolver([]);
  5789.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
  5790.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
  5791.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
  5792.         return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener($aNULL);
  5793.     }
  5794.     /**
  5795.      * Gets the private 'fos_rest.view_response_listener' shared service.
  5796.      *
  5797.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  5798.      */
  5799.     protected function getFosRest_ViewResponseListenerService()
  5800.     {
  5801.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  5802.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), false);
  5803.     }
  5804.     /**
  5805.      * Gets the private 'fos_rest.zone_matcher_listener' shared service.
  5806.      *
  5807.      * @return \FOS\RestBundle\EventListener\ZoneMatcherListener
  5808.      */
  5809.     protected function getFosRest_ZoneMatcherListenerService()
  5810.     {
  5811.         $this->privates['fos_rest.zone_matcher_listener'] = $instance = new \FOS\RestBundle\EventListener\ZoneMatcherListener();
  5812.         $instance->addRequestMatcher(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/*'));
  5813.         return $instance;
  5814.     }
  5815.     /**
  5816.      * Gets the private 'fragment.renderer.inline' shared service.
  5817.      *
  5818.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  5819.      */
  5820.     protected function getFragment_Renderer_InlineService()
  5821.     {
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  5825.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5826.         $instance->setFragmentPath('/_fragment');
  5827.         return $instance;
  5828.     }
  5829.     /**
  5830.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  5831.      *
  5832.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  5833.      */
  5834.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  5835.     {
  5836.         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())));
  5837.     }
  5838.     /**
  5839.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  5840.      *
  5841.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  5842.      */
  5843.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  5844.     {
  5845.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  5846.     }
  5847.     /**
  5848.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  5849.      *
  5850.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  5851.      */
  5852.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  5853.     {
  5854.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  5856.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  5857.     }
  5858.     /**
  5859.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  5860.      *
  5861.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  5862.      */
  5863.     protected function getJmsSerializer_Cache_CacheClearerService()
  5864.     {
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  5866.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  5867.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
  5868.     }
  5869.     /**
  5870.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  5871.      *
  5872.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  5873.      */
  5874.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  5875.     {
  5876.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  5878.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  5879.     }
  5880.     /**
  5881.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  5882.      *
  5883.      * @return \JMS\Serializer\Handler\DateHandler
  5884.      */
  5885.     protected function getJmsSerializer_DatetimeHandlerService()
  5886.     {
  5887.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  5888.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  5889.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true);
  5890.     }
  5891.     /**
  5892.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  5893.      *
  5894.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  5895.      */
  5896.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  5897.     {
  5898.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  5900.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  5901.     }
  5902.     /**
  5903.      * Gets the private 'jms_serializer.event_dispatcher' shared service.
  5904.      *
  5905.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  5906.      */
  5907.     protected function getJmsSerializer_EventDispatcherService()
  5908.     {
  5909.         $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5910.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  5911.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  5912.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  5913.         ], [
  5914.             'jms_serializer.stopwatch_subscriber' => '?',
  5915.             'jms_serializer.traceable_runs_listener' => '?',
  5916.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  5917.         ]));
  5918.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  5919.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  5920.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  5921.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  5922.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  5923.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  5924.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  5925.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  5926.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  5927.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  5928.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  5929.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  5930.         return $instance;
  5931.     }
  5932.     /**
  5933.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  5934.      *
  5935.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  5936.      */
  5937.     protected function getJmsSerializer_ExpressionEvaluatorService()
  5938.     {
  5939.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  5940.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  5941.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  5942.     }
  5943.     /**
  5944.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  5945.      *
  5946.      * @return \JMS\Serializer\Handler\IteratorHandler
  5947.      */
  5948.     protected function getJmsSerializer_IteratorHandlerService()
  5949.     {
  5950.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  5952.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  5953.     }
  5954.     /**
  5955.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  5956.      *
  5957.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  5958.      */
  5959.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  5960.     {
  5961.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator([]));
  5962.     }
  5963.     /**
  5964.      * Gets the private 'jms_serializer.metadata.typed_properties_driver' shared service.
  5965.      *
  5966.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  5967.      */
  5968.     protected function getJmsSerializer_Metadata_TypedPropertiesDriverService()
  5969.     {
  5970.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  5971.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  5972.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  5973.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  5974.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  5975.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  5978.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  5979.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
  5984.         $a = ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService());
  5985.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  5986.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  5987.         $d = ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService());
  5988.         return $this->privates['jms_serializer.metadata.typed_properties_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c$d), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c$d), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(new \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), $b$c$d)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  5989.     }
  5990.     /**
  5991.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  5992.      *
  5993.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  5994.      */
  5995.     protected function getJmsSerializer_StopwatchSubscriberService()
  5996.     {
  5997.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  5999.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'jms_serializer.default');
  6000.     }
  6001.     /**
  6002.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  6003.      *
  6004.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  6005.      */
  6006.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  6007.     {
  6008.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6009.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  6010.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  6011.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  6012.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  6013.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'false],
  6014.         ], [
  6015.             'jms_serializer.array_collection_handler' => '?',
  6016.             'jms_serializer.constraint_violation_handler' => '?',
  6017.             'jms_serializer.datetime_handler' => '?',
  6018.             'jms_serializer.iterator_handler' => '?',
  6019.             'fos_rest.serializer.form_error_handler' => '?',
  6020.         ])));
  6021.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6022.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6023.         $instance->registerHandler(1'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6024.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6025.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6026.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6027.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6028.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6029.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6030.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6031.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6032.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6033.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6034.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6035.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  6036.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  6037.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  6038.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  6039.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  6040.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  6041.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  6042.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  6043.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  6044.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  6045.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  6046.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  6047.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  6048.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  6049.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  6050.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  6051.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  6052.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  6053.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  6054.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  6055.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  6056.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  6057.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  6058.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  6059.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  6060.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6061.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6062.         $instance->registerHandler(2'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6063.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6064.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6065.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6066.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6067.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6068.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6069.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6070.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6071.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6072.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6073.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6074.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  6075.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  6076.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  6077.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  6078.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  6079.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  6080.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  6081.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  6082.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  6083.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  6084.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  6085.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  6086.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  6087.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  6088.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  6089.         return $instance;
  6090.     }
  6091.     /**
  6092.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  6093.      *
  6094.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  6095.      */
  6096.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  6097.     {
  6098.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6099.             'metadata_driver' => ['privates''jms_serializer.metadata.typed_properties_driver''getJmsSerializer_Metadata_TypedPropertiesDriverService'false],
  6100.         ], [
  6101.             'metadata_driver' => '?',
  6102.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  6103.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
  6104.         $a->setIncludeInterfaces(false);
  6105.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  6106.     }
  6107.     /**
  6108.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  6109.      *
  6110.      * @return \JMS\SerializerBundle\Debug\RunsListener
  6111.      */
  6112.     protected function getJmsSerializer_TraceableRunsListenerService()
  6113.     {
  6114.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  6115.     }
  6116.     /**
  6117.      * Gets the private 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  6118.      *
  6119.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  6120.      */
  6121.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  6122.     {
  6123.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  6124.         return $this->privates['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  6125.     }
  6126.     /**
  6127.      * Gets the private 'locale_aware_listener' shared service.
  6128.      *
  6129.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  6130.      */
  6131.     protected function getLocaleAwareListenerService()
  6132.     {
  6133.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  6134.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  6135.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6136.     }
  6137.     /**
  6138.      * Gets the private 'locale_listener' shared service.
  6139.      *
  6140.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  6141.      */
  6142.     protected function getLocaleListenerService()
  6143.     {
  6144.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()));
  6145.     }
  6146.     /**
  6147.      * Gets the private 'maker.auto_command.make_auth' shared service.
  6148.      *
  6149.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6150.      */
  6151.     protected function getMaker_AutoCommand_MakeAuthService()
  6152.     {
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6160.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6161.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6162.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  6163.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  6164.         $instance->setName('make:auth');
  6165.         return $instance;
  6166.     }
  6167.     /**
  6168.      * Gets the private 'maker.auto_command.make_command' shared service.
  6169.      *
  6170.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6171.      */
  6172.     protected function getMaker_AutoCommand_MakeCommandService()
  6173.     {
  6174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  6179.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6180.         $instance->setDescription('Creates a new console command class');
  6181.         $instance->setName('make:command');
  6182.         return $instance;
  6183.     }
  6184.     /**
  6185.      * Gets the private 'maker.auto_command.make_controller' shared service.
  6186.      *
  6187.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6188.      */
  6189.     protected function getMaker_AutoCommand_MakeControllerService()
  6190.     {
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  6196.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6197.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6198.         $instance->setDescription('Creates a new controller class');
  6199.         $instance->setName('make:controller');
  6200.         return $instance;
  6201.     }
  6202.     /**
  6203.      * Gets the private 'maker.auto_command.make_crud' shared service.
  6204.      *
  6205.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6206.      */
  6207.     protected function getMaker_AutoCommand_MakeCrudService()
  6208.     {
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6210.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6211.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  6214.         $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()));
  6215.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  6216.         $instance->setName('make:crud');
  6217.         return $instance;
  6218.     }
  6219.     /**
  6220.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  6221.      *
  6222.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6223.      */
  6224.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  6225.     {
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6228.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6229.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6230.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  6231.         $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()));
  6232.         $instance->setDescription('Creates an API Platform data persister');
  6233.         $instance->setName('make:data-persister');
  6234.         return $instance;
  6235.     }
  6236.     /**
  6237.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  6238.      *
  6239.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6240.      */
  6241.     protected function getMaker_AutoCommand_MakeDataProviderService()
  6242.     {
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6246.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6247.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  6248.         $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()));
  6249.         $instance->setDescription('Creates an API Platform data provider');
  6250.         $instance->setName('make:data-provider');
  6251.         return $instance;
  6252.     }
  6253.     /**
  6254.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  6255.      *
  6256.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6257.      */
  6258.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  6259.     {
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6263.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6264.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  6265.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6266.         $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()));
  6267.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  6268.         $instance->setName('make:docker:database');
  6269.         return $instance;
  6270.     }
  6271.     /**
  6272.      * Gets the private 'maker.auto_command.make_entity' shared service.
  6273.      *
  6274.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6275.      */
  6276.     protected function getMaker_AutoCommand_MakeEntityService()
  6277.     {
  6278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6282.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  6284.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6285.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  6286.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  6287.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  6288.         $instance->setName('make:entity');
  6289.         return $instance;
  6290.     }
  6291.     /**
  6292.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  6293.      *
  6294.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6295.      */
  6296.     protected function getMaker_AutoCommand_MakeFixturesService()
  6297.     {
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  6303.         $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()));
  6304.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  6305.         $instance->setName('make:fixtures');
  6306.         return $instance;
  6307.     }
  6308.     /**
  6309.      * Gets the private 'maker.auto_command.make_form' shared service.
  6310.      *
  6311.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6312.      */
  6313.     protected function getMaker_AutoCommand_MakeFormService()
  6314.     {
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6316.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  6320.         $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()));
  6321.         $instance->setDescription('Creates a new form class');
  6322.         $instance->setName('make:form');
  6323.         return $instance;
  6324.     }
  6325.     /**
  6326.      * Gets the private 'maker.auto_command.make_message' shared service.
  6327.      *
  6328.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6329.      */
  6330.     protected function getMaker_AutoCommand_MakeMessageService()
  6331.     {
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  6337.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6338.         $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()));
  6339.         $instance->setDescription('Creates a new message and handler');
  6340.         $instance->setName('make:message');
  6341.         return $instance;
  6342.     }
  6343.     /**
  6344.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  6345.      *
  6346.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6347.      */
  6348.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  6349.     {
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  6355.         $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()));
  6356.         $instance->setDescription('Creates a new messenger middleware');
  6357.         $instance->setName('make:messenger-middleware');
  6358.         return $instance;
  6359.     }
  6360.     /**
  6361.      * Gets the private 'maker.auto_command.make_migration' shared service.
  6362.      *
  6363.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6364.      */
  6365.     protected function getMaker_AutoCommand_MakeMigrationService()
  6366.     {
  6367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  6373.         $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()));
  6374.         $instance->setDescription('Creates a new migration based on database changes');
  6375.         $instance->setName('make:migration');
  6376.         return $instance;
  6377.     }
  6378.     /**
  6379.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  6380.      *
  6381.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6382.      */
  6383.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  6384.     {
  6385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  6390.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6391.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6392.         $instance->setDescription('Creates a new registration form system');
  6393.         $instance->setName('make:registration-form');
  6394.         return $instance;
  6395.     }
  6396.     /**
  6397.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  6398.      *
  6399.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6400.      */
  6401.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  6402.     {
  6403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  6408.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6409.         $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()));
  6410.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  6411.         $instance->setName('make:reset-password');
  6412.         return $instance;
  6413.     }
  6414.     /**
  6415.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  6416.      *
  6417.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6418.      */
  6419.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  6420.     {
  6421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  6426.         $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()));
  6427.         $instance->setDescription('Creates a new serializer encoder class');
  6428.         $instance->setName('make:serializer:encoder');
  6429.         return $instance;
  6430.     }
  6431.     /**
  6432.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  6433.      *
  6434.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6435.      */
  6436.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  6437.     {
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6442.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  6443.         $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()));
  6444.         $instance->setDescription('Creates a new serializer normalizer class');
  6445.         $instance->setName('make:serializer:normalizer');
  6446.         return $instance;
  6447.     }
  6448.     /**
  6449.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  6450.      *
  6451.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6452.      */
  6453.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  6454.     {
  6455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6459.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  6460.         $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()));
  6461.         $instance->setDescription('Creates an API Platform state processor');
  6462.         $instance->setName('make:state-processor');
  6463.         return $instance;
  6464.     }
  6465.     /**
  6466.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  6467.      *
  6468.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6469.      */
  6470.     protected function getMaker_AutoCommand_MakeStateProviderService()
  6471.     {
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  6477.         $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()));
  6478.         $instance->setDescription('Creates an API Platform state provider');
  6479.         $instance->setName('make:state-provider');
  6480.         return $instance;
  6481.     }
  6482.     /**
  6483.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  6484.      *
  6485.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6486.      */
  6487.     protected function getMaker_AutoCommand_MakeSubscriberService()
  6488.     {
  6489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  6494.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  6495.         $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()));
  6496.         $instance->setDescription('Creates a new event subscriber class');
  6497.         $instance->setName('make:subscriber');
  6498.         return $instance;
  6499.     }
  6500.     /**
  6501.      * Gets the private 'maker.auto_command.make_test' shared service.
  6502.      *
  6503.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6504.      */
  6505.     protected function getMaker_AutoCommand_MakeTestService()
  6506.     {
  6507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6508.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6511.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  6513.         $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()));
  6514.         $instance->setDescription('Creates a new test class');
  6515.         $instance->setName('make:test');
  6516.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  6517.         return $instance;
  6518.     }
  6519.     /**
  6520.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  6521.      *
  6522.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6523.      */
  6524.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  6525.     {
  6526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6530.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  6531.         $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()));
  6532.         $instance->setDescription('Creates a new Twig extension class');
  6533.         $instance->setName('make:twig-extension');
  6534.         return $instance;
  6535.     }
  6536.     /**
  6537.      * Gets the private 'maker.auto_command.make_user' shared service.
  6538.      *
  6539.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6540.      */
  6541.     protected function getMaker_AutoCommand_MakeUserService()
  6542.     {
  6543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6544.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6545.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6546.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  6548.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  6549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  6550.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  6551.         $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()));
  6552.         $instance->setDescription('Creates a new security user class');
  6553.         $instance->setName('make:user');
  6554.         return $instance;
  6555.     }
  6556.     /**
  6557.      * Gets the private 'maker.auto_command.make_validator' shared service.
  6558.      *
  6559.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6560.      */
  6561.     protected function getMaker_AutoCommand_MakeValidatorService()
  6562.     {
  6563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  6568.         $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()));
  6569.         $instance->setDescription('Creates a new validator and constraint class');
  6570.         $instance->setName('make:validator');
  6571.         return $instance;
  6572.     }
  6573.     /**
  6574.      * Gets the private 'maker.auto_command.make_voter' shared service.
  6575.      *
  6576.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  6577.      */
  6578.     protected function getMaker_AutoCommand_MakeVoterService()
  6579.     {
  6580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6581.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  6582.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  6583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  6584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  6585.         $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()));
  6586.         $instance->setDescription('Creates a new security voter class');
  6587.         $instance->setName('make:voter');
  6588.         return $instance;
  6589.     }
  6590.     /**
  6591.      * Gets the private 'maker.doctrine_helper' shared service.
  6592.      *
  6593.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  6594.      */
  6595.     protected function getMaker_DoctrineHelperService()
  6596.     {
  6597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  6598.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  6599.     }
  6600.     /**
  6601.      * Gets the private 'maker.entity_class_generator' shared service.
  6602.      *
  6603.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  6604.      */
  6605.     protected function getMaker_EntityClassGeneratorService()
  6606.     {
  6607.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  6608.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  6609.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  6610.         return $instance;
  6611.     }
  6612.     /**
  6613.      * Gets the private 'maker.file_manager' shared service.
  6614.      *
  6615.      * @return \Symfony\Bundle\MakerBundle\FileManager
  6616.      */
  6617.     protected function getMaker_FileManagerService()
  6618.     {
  6619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  6620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  6622.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  6623.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  6624.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  6625.     }
  6626.     /**
  6627.      * Gets the private 'maker.generator' shared service.
  6628.      *
  6629.      * @return \Symfony\Bundle\MakerBundle\Generator
  6630.      */
  6631.     protected function getMaker_GeneratorService()
  6632.     {
  6633.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  6635.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  6636.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  6637.     }
  6638.     /**
  6639.      * Gets the private 'maker.php_compat_util' shared service.
  6640.      *
  6641.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  6642.      */
  6643.     protected function getMaker_PhpCompatUtilService()
  6644.     {
  6645.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  6646.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  6647.     }
  6648.     /**
  6649.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  6650.      *
  6651.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  6652.      */
  6653.     protected function getMaker_Renderer_FormTypeRendererService()
  6654.     {
  6655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  6656.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  6657.     }
  6658.     /**
  6659.      * Gets the private 'mime_types' shared service.
  6660.      *
  6661.      * @return \Symfony\Component\Mime\MimeTypes
  6662.      */
  6663.     protected function getMimeTypesService()
  6664.     {
  6665.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  6666.         $instance->setDefault($instance);
  6667.         return $instance;
  6668.     }
  6669.     /**
  6670.      * Gets the private 'monolog.command.server_log' shared service.
  6671.      *
  6672.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  6673.      */
  6674.     protected function getMonolog_Command_ServerLogService()
  6675.     {
  6676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  6678.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  6679.         $instance->setName('server:log');
  6680.         return $instance;
  6681.     }
  6682.     /**
  6683.      * Gets the private 'monolog.handler.console' shared service.
  6684.      *
  6685.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  6686.      */
  6687.     protected function getMonolog_Handler_ConsoleService()
  6688.     {
  6689.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  6690.     }
  6691.     /**
  6692.      * Gets the private 'monolog.handler.main' shared service.
  6693.      *
  6694.      * @return \Monolog\Handler\StreamHandler
  6695.      */
  6696.     protected function getMonolog_Handler_MainService()
  6697.     {
  6698.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  6699.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  6700.         return $instance;
  6701.     }
  6702.     /**
  6703.      * Gets the private 'monolog.logger' shared service.
  6704.      *
  6705.      * @return \Symfony\Bridge\Monolog\Logger
  6706.      */
  6707.     protected function getMonolog_LoggerService()
  6708.     {
  6709.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  6710.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6711.         $instance->useMicrosecondTimestamps(true);
  6712.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6713.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6714.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6715.         return $instance;
  6716.     }
  6717.     /**
  6718.      * Gets the private 'monolog.logger.cache' shared service.
  6719.      *
  6720.      * @return \Symfony\Bridge\Monolog\Logger
  6721.      */
  6722.     protected function getMonolog_Logger_CacheService()
  6723.     {
  6724.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  6725.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6726.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6727.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6728.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6729.         return $instance;
  6730.     }
  6731.     /**
  6732.      * Gets the private 'monolog.logger.request' shared service.
  6733.      *
  6734.      * @return \Symfony\Bridge\Monolog\Logger
  6735.      */
  6736.     protected function getMonolog_Logger_RequestService()
  6737.     {
  6738.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  6739.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6740.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6741.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6742.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6743.         return $instance;
  6744.     }
  6745.     /**
  6746.      * Gets the private 'monolog.logger.security' shared service.
  6747.      *
  6748.      * @return \Symfony\Bridge\Monolog\Logger
  6749.      */
  6750.     protected function getMonolog_Logger_SecurityService()
  6751.     {
  6752.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  6753.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6754.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6755.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6756.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  6757.         return $instance;
  6758.     }
  6759.     /**
  6760.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  6761.      *
  6762.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  6763.      */
  6764.     protected function getNelmioCors_CorsListenerService()
  6765.     {
  6766.         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'))]));
  6767.     }
  6768.     /**
  6769.      * Gets the private 'parameter_bag' shared service.
  6770.      *
  6771.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  6772.      */
  6773.     protected function getParameterBagService()
  6774.     {
  6775.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  6776.     }
  6777.     /**
  6778.      * Gets the private 'profiler_listener' shared service.
  6779.      *
  6780.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  6781.      */
  6782.     protected function getProfilerListenerService()
  6783.     {
  6784.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  6785.     }
  6786.     /**
  6787.      * Gets the private 'property_accessor' shared service.
  6788.      *
  6789.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  6790.      */
  6791.     protected function getPropertyAccessorService()
  6792.     {
  6793.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  6794.     }
  6795.     /**
  6796.      * Gets the private 'property_info' shared service.
  6797.      *
  6798.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  6799.      */
  6800.     protected function getPropertyInfoService()
  6801.     {
  6802.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  6803.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  6804.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6805.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6806.         }, 3), new RewindableGenerator(function () {
  6807.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6808.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6809.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6810.         }, 3), new RewindableGenerator(function () {
  6811.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  6812.         }, 1), new RewindableGenerator(function () {
  6813.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  6814.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6815.         }, 2), new RewindableGenerator(function () {
  6816.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  6817.         }, 1));
  6818.     }
  6819.     /**
  6820.      * Gets the private 'property_info.serializer_extractor' shared service.
  6821.      *
  6822.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  6823.      */
  6824.     protected function getPropertyInfo_SerializerExtractorService()
  6825.     {
  6826.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  6827.         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()));
  6828.     }
  6829.     /**
  6830.      * Gets the private 'router.cache_warmer' shared service.
  6831.      *
  6832.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  6833.      */
  6834.     protected function getRouter_CacheWarmerService()
  6835.     {
  6836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  6837.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6838.             'router' => ['services''router''getRouterService'false],
  6839.         ], [
  6840.             'router' => '?',
  6841.         ]))->withContext('router.cache_warmer'$this));
  6842.     }
  6843.     /**
  6844.      * Gets the private 'router.request_context' shared service.
  6845.      *
  6846.      * @return \Symfony\Component\Routing\RequestContext
  6847.      */
  6848.     protected function getRouter_RequestContextService()
  6849.     {
  6850.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  6851.     }
  6852.     /**
  6853.      * Gets the private 'router_listener' shared service.
  6854.      *
  6855.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  6856.      */
  6857.     protected function getRouterListenerService()
  6858.     {
  6859.         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);
  6860.     }
  6861.     /**
  6862.      * Gets the private 'security.access_listener' shared service.
  6863.      *
  6864.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  6865.      */
  6866.     protected function getSecurity_AccessListenerService()
  6867.     {
  6868.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6870.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  6872.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  6873.     }
  6874.     /**
  6875.      * Gets the private 'security.access_map' shared service.
  6876.      *
  6877.      * @return \Symfony\Component\Security\Http\AccessMap
  6878.      */
  6879.     protected function getSecurity_AccessMapService()
  6880.     {
  6881.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  6882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  6883.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  6884.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  6885.         return $instance;
  6886.     }
  6887.     /**
  6888.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  6889.      *
  6890.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  6891.      */
  6892.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  6893.     {
  6894.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6895.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6896.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6897.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  6898.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  6899.     }
  6900.     /**
  6901.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  6902.      *
  6903.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  6904.      */
  6905.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  6906.     {
  6907.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6908.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6909.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  6912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6913.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6914.         $a = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  6915.         $a->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  6916.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  6917.             yield => ($this->privates['App\\Security\\GitLabAuthenticator'] ?? $this->getGitLabAuthenticatorService());
  6918.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  6919.     }
  6920.     /**
  6921.      * Gets the private 'security.authentication.manager' shared service.
  6922.      *
  6923.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  6924.      */
  6925.     protected function getSecurity_Authentication_ManagerService()
  6926.     {
  6927.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  6928.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  6929.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  6930.         }, 2), true);
  6931.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6932.         return $instance;
  6933.     }
  6934.     /**
  6935.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  6936.      *
  6937.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  6938.      */
  6939.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  6940.     {
  6941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  6942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  6945.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  6946.             yield => ($this->privates['App\\Security\\GitLabAuthenticator'] ?? $this->getGitLabAuthenticatorService());
  6947.         }, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\UserChecker(), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  6948.     }
  6949.     /**
  6950.      * Gets the private 'security.channel_listener' shared service.
  6951.      *
  6952.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  6953.      */
  6954.     protected function getSecurity_ChannelListenerService()
  6955.     {
  6956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  6960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  6962.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  6963.     }
  6964.     /**
  6965.      * Gets the private 'security.command.user_password_encoder' shared service.
  6966.      *
  6967.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  6968.      */
  6969.     protected function getSecurity_Command_UserPasswordEncoderService()
  6970.     {
  6971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  6973.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  6974.         $instance->setName('security:encode-password');
  6975.         return $instance;
  6976.     }
  6977.     /**
  6978.      * Gets the private 'security.context_listener.0' shared service.
  6979.      *
  6980.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  6981.      */
  6982.     protected function getSecurity_ContextListener_0Service()
  6983.     {
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  6987.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  6988.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  6989.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  6990.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  6991.     }
  6992.     /**
  6993.      * Gets the private 'security.csrf.token_storage' shared service.
  6994.      *
  6995.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  6996.      */
  6997.     protected function getSecurity_Csrf_TokenStorageService()
  6998.     {
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  7000.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  7002.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  7003.     }
  7004.     /**
  7005.      * Gets the private 'security.encoder_factory.generic' shared service.
  7006.      *
  7007.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7008.      */
  7009.     protected function getSecurity_EncoderFactory_GenericService()
  7010.     {
  7011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  7012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  7013.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> 'argon2i']]]);
  7014.     }
  7015.     /**
  7016.      * Gets the private 'security.expression_language' shared service.
  7017.      *
  7018.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  7019.      */
  7020.     protected function getSecurity_ExpressionLanguageService()
  7021.     {
  7022.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  7023.         $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())));
  7024.         return $instance;
  7025.     }
  7026.     /**
  7027.      * Gets the private 'security.firewall.map' shared service.
  7028.      *
  7029.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7030.      */
  7031.     protected function getSecurity_Firewall_MapService()
  7032.     {
  7033.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7034.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  7035.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  7036.         ], [
  7037.             'security.firewall.map.context.dev' => '?',
  7038.             'security.firewall.map.context.main' => '?',
  7039.         ]), new RewindableGenerator(function () {
  7040.             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)/')));
  7041.             yield 'security.firewall.map.context.main' => NULL;
  7042.         }, 2));
  7043.     }
  7044.     /**
  7045.      * Gets the private 'security.firewall.map.context.dev' shared service.
  7046.      *
  7047.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7048.      */
  7049.     protected function getSecurity_Firewall_Map_Context_DevService()
  7050.     {
  7051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7052.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7053.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7054.             return new \EmptyIterator();
  7055.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  7056.     }
  7057.     /**
  7058.      * Gets the private 'security.firewall.map.context.main' shared service.
  7059.      *
  7060.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7061.      */
  7062.     protected function getSecurity_Firewall_Map_Context_MainService()
  7063.     {
  7064.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  7068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  7070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  7071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  7074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  7075.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  7076.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  7077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7078.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  7079.         $b = ($this->services['router'] ?? $this->getRouterService());
  7080.         $c = new \Symfony\Component\Security\Http\HttpUtils($b$b'{^https?://%s$}i''{^https://%s$}i');
  7081.         $d = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$c, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($c'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']);
  7082.         $d->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  7083.         $d->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  7084.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7085.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7086.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7087.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  7088.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  7089.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7090.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $c'main', ($this->privates['App\\Security\\GitLabAuthenticator'] ?? $this->getGitLabAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $d, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''App\\Security\\GitLabAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  7091.     }
  7092.     /**
  7093.      * Gets the private 'security.logout_url_generator' shared service.
  7094.      *
  7095.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7096.      */
  7097.     protected function getSecurity_LogoutUrlGeneratorService()
  7098.     {
  7099.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  7100.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  7101.         return $instance;
  7102.     }
  7103.     /**
  7104.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  7105.      *
  7106.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  7107.      */
  7108.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  7109.     {
  7110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  7112.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  7113.         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''username'NULL);
  7114.     }
  7115.     /**
  7116.      * Gets the private 'security.validator.user_password' shared service.
  7117.      *
  7118.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7119.      */
  7120.     protected function getSecurity_Validator_UserPasswordService()
  7121.     {
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7125.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  7126.     }
  7127.     /**
  7128.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7129.      *
  7130.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7131.      */
  7132.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  7133.     {
  7134.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7135.     }
  7136.     /**
  7137.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7138.      *
  7139.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7140.      */
  7141.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  7142.     {
  7143.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7144.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  7145.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  7146.         $a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), [], '', ($this->services['validator'] ?? $this->getValidatorService()), 'validationErrors'), -50'fos_rest.request_body');
  7147.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  7148.     }
  7149.     /**
  7150.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7151.      *
  7152.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7153.      */
  7154.     protected function getSensioFrameworkExtra_Security_ListenerService()
  7155.     {
  7156.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  7157.         $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())));
  7158.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7159.     }
  7160.     /**
  7161.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7162.      *
  7163.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7164.      */
  7165.     protected function getSensioFrameworkExtra_View_ListenerService()
  7166.     {
  7167.         $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))));
  7168.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7169.             'twig' => ['services''twig''getTwigService'false],
  7170.         ], [
  7171.             'twig' => 'Twig\\Environment',
  7172.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  7173.         return $instance;
  7174.     }
  7175.     /**
  7176.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  7177.      *
  7178.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  7179.      */
  7180.     protected function getSerializer_Mapping_CacheWarmerService()
  7181.     {
  7182.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7183.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  7184.         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'));
  7185.     }
  7186.     /**
  7187.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  7188.      *
  7189.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  7190.      */
  7191.     protected function getSerializer_NameConverter_MetadataAwareService()
  7192.     {
  7193.         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()));
  7194.     }
  7195.     /**
  7196.      * Gets the private 'session.storage.native' shared service.
  7197.      *
  7198.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  7199.      */
  7200.     protected function getSession_Storage_NativeService()
  7201.     {
  7202.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  7206.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  7207.     }
  7208.     /**
  7209.      * Gets the private 'session_listener' shared service.
  7210.      *
  7211.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7212.      */
  7213.     protected function getSessionListenerService()
  7214.     {
  7215.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7216.             'initialized_session' => ['services''session'NULLfalse],
  7217.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7218.             'session' => ['services''session''getSessionService'false],
  7219.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  7220.         ], [
  7221.             'initialized_session' => '?',
  7222.             'request_stack' => '?',
  7223.             'session' => '?',
  7224.             'session_storage' => '?',
  7225.         ]));
  7226.     }
  7227.     /**
  7228.      * Gets the private 'swiftmailer.command.debug' shared service.
  7229.      *
  7230.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  7231.      */
  7232.     protected function getSwiftmailer_Command_DebugService()
  7233.     {
  7234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  7237.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  7238.         $instance->setName('debug:swiftmailer');
  7239.         return $instance;
  7240.     }
  7241.     /**
  7242.      * Gets the private 'swiftmailer.command.new_email' shared service.
  7243.      *
  7244.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  7245.      */
  7246.     protected function getSwiftmailer_Command_NewEmailService()
  7247.     {
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7249.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  7250.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  7251.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  7252.         $instance->setName('swiftmailer:email:send');
  7253.         return $instance;
  7254.     }
  7255.     /**
  7256.      * Gets the private 'swiftmailer.command.send_email' shared service.
  7257.      *
  7258.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  7259.      */
  7260.     protected function getSwiftmailer_Command_SendEmailService()
  7261.     {
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  7264.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  7265.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  7266.         $instance->setName('swiftmailer:spool:send');
  7267.         return $instance;
  7268.     }
  7269.     /**
  7270.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  7271.      *
  7272.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  7273.      */
  7274.     protected function getSwiftmailer_EmailSender_ListenerService()
  7275.     {
  7276.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  7277.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7278.     }
  7279.     /**
  7280.      * Gets the private 'translation.extractor' shared service.
  7281.      *
  7282.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  7283.      */
  7284.     protected function getTranslation_ExtractorService()
  7285.     {
  7286.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  7287.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  7288.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  7289.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  7290.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  7291.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  7292.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  7293.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  7294.         return $instance;
  7295.     }
  7296.     /**
  7297.      * Gets the private 'translation.loader.csv' shared service.
  7298.      *
  7299.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  7300.      */
  7301.     protected function getTranslation_Loader_CsvService()
  7302.     {
  7303.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7304.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7305.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7307.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  7308.     }
  7309.     /**
  7310.      * Gets the private 'translation.loader.dat' shared service.
  7311.      *
  7312.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  7313.      */
  7314.     protected function getTranslation_Loader_DatService()
  7315.     {
  7316.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7317.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7319.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  7320.     }
  7321.     /**
  7322.      * Gets the private 'translation.loader.ini' shared service.
  7323.      *
  7324.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  7325.      */
  7326.     protected function getTranslation_Loader_IniService()
  7327.     {
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7330.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7332.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  7333.     }
  7334.     /**
  7335.      * Gets the private 'translation.loader.json' shared service.
  7336.      *
  7337.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  7338.      */
  7339.     protected function getTranslation_Loader_JsonService()
  7340.     {
  7341.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7342.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7343.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7345.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  7346.     }
  7347.     /**
  7348.      * Gets the private 'translation.loader.mo' shared service.
  7349.      *
  7350.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  7351.      */
  7352.     protected function getTranslation_Loader_MoService()
  7353.     {
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7358.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  7359.     }
  7360.     /**
  7361.      * Gets the private 'translation.loader.php' shared service.
  7362.      *
  7363.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  7364.      */
  7365.     protected function getTranslation_Loader_PhpService()
  7366.     {
  7367.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7368.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7371.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  7372.     }
  7373.     /**
  7374.      * Gets the private 'translation.loader.po' shared service.
  7375.      *
  7376.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  7377.      */
  7378.     protected function getTranslation_Loader_PoService()
  7379.     {
  7380.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7381.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7384.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  7385.     }
  7386.     /**
  7387.      * Gets the private 'translation.loader.qt' shared service.
  7388.      *
  7389.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  7390.      */
  7391.     protected function getTranslation_Loader_QtService()
  7392.     {
  7393.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7395.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  7396.     }
  7397.     /**
  7398.      * Gets the private 'translation.loader.res' shared service.
  7399.      *
  7400.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  7401.      */
  7402.     protected function getTranslation_Loader_ResService()
  7403.     {
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7406.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  7407.     }
  7408.     /**
  7409.      * Gets the private 'translation.loader.xliff' shared service.
  7410.      *
  7411.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  7412.      */
  7413.     protected function getTranslation_Loader_XliffService()
  7414.     {
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7417.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  7418.     }
  7419.     /**
  7420.      * Gets the private 'translation.loader.yml' shared service.
  7421.      *
  7422.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  7423.      */
  7424.     protected function getTranslation_Loader_YmlService()
  7425.     {
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7427.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7428.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7429.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7430.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  7431.     }
  7432.     /**
  7433.      * Gets the private 'translation.reader' shared service.
  7434.      *
  7435.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  7436.      */
  7437.     protected function getTranslation_ReaderService()
  7438.     {
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  7441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  7442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  7443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  7444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  7445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  7446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  7447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  7448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  7452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  7453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  7454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  7455.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  7456.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  7457.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  7458.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  7459.         $instance->addLoader('yaml'$a);
  7460.         $instance->addLoader('yml'$a);
  7461.         $instance->addLoader('xlf'$b);
  7462.         $instance->addLoader('xliff'$b);
  7463.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  7464.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  7465.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  7466.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  7467.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  7468.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  7469.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  7470.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  7471.         return $instance;
  7472.     }
  7473.     /**
  7474.      * Gets the private 'translation.warmer' shared service.
  7475.      *
  7476.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  7477.      */
  7478.     protected function getTranslation_WarmerService()
  7479.     {
  7480.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  7481.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7482.             'translator' => ['services''translator''getTranslatorService'false],
  7483.         ], [
  7484.             'translator' => '?',
  7485.         ]))->withContext('translation.warmer'$this));
  7486.     }
  7487.     /**
  7488.      * Gets the private 'translator.default' shared service.
  7489.      *
  7490.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  7491.      */
  7492.     protected function getTranslator_DefaultService()
  7493.     {
  7494.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7495.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  7496.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  7497.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  7498.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  7499.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  7500.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  7501.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  7502.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  7503.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  7504.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  7505.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  7506.         ], [
  7507.             'translation.loader.csv' => '?',
  7508.             'translation.loader.dat' => '?',
  7509.             'translation.loader.ini' => '?',
  7510.             'translation.loader.json' => '?',
  7511.             'translation.loader.mo' => '?',
  7512.             'translation.loader.php' => '?',
  7513.             'translation.loader.po' => '?',
  7514.             'translation.loader.qt' => '?',
  7515.             'translation.loader.res' => '?',
  7516.             'translation.loader.xliff' => '?',
  7517.             'translation.loader.yml' => '?',
  7518.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], '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')], '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')], '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')], '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')], '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).'/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')], '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')], '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).'/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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')]], '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).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/ApiPlatformBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/WebpackEncoreBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/symfony/ux-chartjs/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/ChartjsBundle/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'src/Resources/SensioFrameworkExtraBundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'src/Resources/DoctrineBundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'src/Resources/DoctrineMigrationsBundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'src/Resources/SecurityBundle/translations'14 => 'vendor/symfony/swiftmailer-bundle/translations'15 => 'src/Resources/SwiftmailerBundle/translations'16 => 'vendor/symfony/twig-bundle/translations'17 => 'src/Resources/TwigBundle/translations'18 => 'vendor/symfony/web-profiler-bundle/translations'19 => 'src/Resources/WebProfilerBundle/translations'20 => 'vendor/symfony/monolog-bundle/translations'21 => 'src/Resources/MonologBundle/translations'22 => 'vendor/symfony/debug-bundle/translations'23 => 'src/Resources/DebugBundle/translations'24 => 'vendor/symfony/maker-bundle/src/translations'25 => 'src/Resources/MakerBundle/translations'26 => 'vendor/symfony/web-server-bundle/translations'27 => 'src/Resources/WebServerBundle/translations'28 => 'vendor/nelmio/cors-bundle/translations'29 => 'src/Resources/NelmioCorsBundle/translations'30 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'31 => 'src/Resources/ApiPlatformBundle/translations'32 => 'vendor/friendsofsymfony/rest-bundle/translations'33 => 'src/Resources/FOSRestBundle/translations'34 => 'vendor/jms/serializer-bundle/translations'35 => 'src/Resources/JMSSerializerBundle/translations'36 => 'vendor/symfony/webpack-encore-bundle/src/translations'37 => 'src/Resources/WebpackEncoreBundle/translations'38 => 'vendor/symfony/ux-chartjs/translations'39 => 'src/Resources/ChartjsBundle/translations'40 => 'src/Resources/translations']]]);
  7519.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7520.         $instance->setFallbackLocales([=> 'fr']);
  7521.         return $instance;
  7522.     }
  7523.     /**
  7524.      * Gets the private 'twig.command.debug' shared service.
  7525.      *
  7526.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  7527.      */
  7528.     protected function getTwig_Command_DebugService()
  7529.     {
  7530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7531.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  7532.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  7533.         $instance->setName('debug:twig');
  7534.         return $instance;
  7535.     }
  7536.     /**
  7537.      * Gets the private 'twig.command.lint' shared service.
  7538.      *
  7539.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  7540.      */
  7541.     protected function getTwig_Command_LintService()
  7542.     {
  7543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7544.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  7545.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  7546.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  7547.         $instance->setName('lint:twig');
  7548.         return $instance;
  7549.     }
  7550.     /**
  7551.      * Gets the private 'twig.form.engine' shared service.
  7552.      *
  7553.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  7554.      */
  7555.     protected function getTwig_Form_EngineService()
  7556.     {
  7557.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  7558.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  7559.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  7560.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  7561.     }
  7562.     /**
  7563.      * Gets the private 'twig.form.renderer' shared service.
  7564.      *
  7565.      * @return \Symfony\Component\Form\FormRenderer
  7566.      */
  7567.     protected function getTwig_Form_RendererService()
  7568.     {
  7569.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  7571.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  7572.     }
  7573.     /**
  7574.      * Gets the private 'twig.runtime.httpkernel' shared service.
  7575.      *
  7576.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  7577.      */
  7578.     protected function getTwig_Runtime_HttpkernelService()
  7579.     {
  7580.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  7581.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7582.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7583.         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, [
  7584.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7585.         ], [
  7586.             'inline' => '?',
  7587.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  7588.     }
  7589.     /**
  7590.      * Gets the private 'twig.runtime.security_csrf' shared service.
  7591.      *
  7592.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  7593.      */
  7594.     protected function getTwig_Runtime_SecurityCsrfService()
  7595.     {
  7596.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  7597.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  7598.     }
  7599.     /**
  7600.      * Gets the private 'twig.template_cache_warmer' shared service.
  7601.      *
  7602.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  7603.      */
  7604.     protected function getTwig_TemplateCacheWarmerService()
  7605.     {
  7606.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  7607.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  7608.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  7609.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7610.             'twig' => ['services''twig''getTwigService'false],
  7611.         ], [
  7612.             'twig' => 'Twig\\Environment',
  7613.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  7614.     }
  7615.     /**
  7616.      * Gets the private 'validator.builder' shared service.
  7617.      *
  7618.      * @return \Symfony\Component\Validator\ValidatorBuilder
  7619.      */
  7620.     protected function getValidator_BuilderService()
  7621.     {
  7622.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  7623.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  7624.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7625.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7626.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7627.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  7628.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7629.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  7630.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7631.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  7632.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  7633.         ], [
  7634.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  7635.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  7636.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  7637.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  7638.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  7639.             'doctrine.orm.validator.unique' => '?',
  7640.             'security.validator.user_password' => '?',
  7641.             'validator.expression' => '?',
  7642.         ])));
  7643.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  7644.         $instance->setTranslationDomain('validators');
  7645.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  7646.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7647.         $instance->addMethodMapping('loadValidatorMetadata');
  7648.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  7649.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  7650.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  7651.         return $instance;
  7652.     }
  7653.     /**
  7654.      * Gets the private 'validator.email' shared service.
  7655.      *
  7656.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  7657.      */
  7658.     protected function getValidator_EmailService()
  7659.     {
  7660.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  7663.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  7664.     }
  7665.     /**
  7666.      * Gets the private 'validator.expression' shared service.
  7667.      *
  7668.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  7669.      */
  7670.     protected function getValidator_ExpressionService()
  7671.     {
  7672.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7673.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7674.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  7675.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  7676.     }
  7677.     /**
  7678.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  7679.      *
  7680.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  7681.      */
  7682.     protected function getValidator_Mapping_CacheWarmerService()
  7683.     {
  7684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7685.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  7686.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  7687.     }
  7688.     /**
  7689.      * Gets the private 'validator.not_compromised_password' shared service.
  7690.      *
  7691.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  7692.      */
  7693.     protected function getValidator_NotCompromisedPasswordService()
  7694.     {
  7695.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7696.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  7698.         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);
  7699.     }
  7700.     /**
  7701.      * Gets the private 'var_dumper.command.server_dump' shared service.
  7702.      *
  7703.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  7704.      */
  7705.     protected function getVarDumper_Command_ServerDumpService()
  7706.     {
  7707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7708.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  7709.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  7710.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  7711.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  7713.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  7714.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7715.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7716.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7717.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  7718.         $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()))]);
  7719.         $instance->setName('server:dump');
  7720.         return $instance;
  7721.     }
  7722.     /**
  7723.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  7724.      *
  7725.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  7726.      */
  7727.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  7728.     {
  7729.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  7730.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7731.         return $instance;
  7732.     }
  7733.     /**
  7734.      * Gets the private 'var_dumper.html_dumper' shared service.
  7735.      *
  7736.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  7737.      */
  7738.     protected function getVarDumper_HtmlDumperService()
  7739.     {
  7740.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  7741.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  7742.         return $instance;
  7743.     }
  7744.     /**
  7745.      * Gets the private 'var_dumper.server_connection' shared service.
  7746.      *
  7747.      * @return \Symfony\Component\VarDumper\Server\Connection
  7748.      */
  7749.     protected function getVarDumper_ServerConnectionService()
  7750.     {
  7751.         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()]);
  7752.     }
  7753.     /**
  7754.      * Gets the private 'web_profiler.csp.handler' shared service.
  7755.      *
  7756.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  7757.      */
  7758.     protected function getWebProfiler_Csp_HandlerService()
  7759.     {
  7760.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  7761.     }
  7762.     /**
  7763.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  7764.      *
  7765.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  7766.      */
  7767.     protected function getWebProfiler_DebugToolbarService()
  7768.     {
  7769.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  7770.     }
  7771.     /**
  7772.      * Gets the private 'web_server.command.server_run' shared service.
  7773.      *
  7774.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  7775.      */
  7776.     protected function getWebServer_Command_ServerRunService()
  7777.     {
  7778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7779.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  7780.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev'\dirname(__DIR__2));
  7781.         $instance->setName('server:run');
  7782.         return $instance;
  7783.     }
  7784.     /**
  7785.      * Gets the private 'web_server.command.server_start' shared service.
  7786.      *
  7787.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  7788.      */
  7789.     protected function getWebServer_Command_ServerStartService()
  7790.     {
  7791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7792.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  7793.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev'\dirname(__DIR__2));
  7794.         $instance->setName('server:start');
  7795.         return $instance;
  7796.     }
  7797.     /**
  7798.      * Gets the private 'web_server.command.server_status' shared service.
  7799.      *
  7800.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  7801.      */
  7802.     protected function getWebServer_Command_ServerStatusService()
  7803.     {
  7804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7805.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  7806.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__2));
  7807.         $instance->setName('server:status');
  7808.         return $instance;
  7809.     }
  7810.     /**
  7811.      * Gets the private 'web_server.command.server_stop' shared service.
  7812.      *
  7813.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  7814.      */
  7815.     protected function getWebServer_Command_ServerStopService()
  7816.     {
  7817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7818.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  7819.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__2));
  7820.         $instance->setName('server:stop');
  7821.         return $instance;
  7822.     }
  7823.     /**
  7824.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  7825.      *
  7826.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  7827.      */
  7828.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  7829.     {
  7830.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  7833.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  7834.     }
  7835.     /**
  7836.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  7837.      *
  7838.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  7839.      */
  7840.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  7841.     {
  7842.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7843.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  7844.         ], [
  7845.             '_default' => '?',
  7846.         ]), '_default');
  7847.     }
  7848.     /**
  7849.      * Gets the private 'webpack_encore.exception_listener' shared service.
  7850.      *
  7851.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  7852.      */
  7853.     protected function getWebpackEncore_ExceptionListenerService()
  7854.     {
  7855.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  7856.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  7857.     }
  7858.     /**
  7859.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  7860.      *
  7861.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  7862.      */
  7863.     protected function getWebpackEncore_TagRendererService()
  7864.     {
  7865.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  7866.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7867.     }
  7868.     /**
  7869.      * @return array|bool|float|int|string|\UnitEnum|null
  7870.      */
  7871.     public function getParameter($name)
  7872.     {
  7873.         $name = (string) $name;
  7874.         if (isset($this->buildParameters[$name])) {
  7875.             return $this->buildParameters[$name];
  7876.         }
  7877.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  7878.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  7879.         }
  7880.         if (isset($this->loadedDynamicParameters[$name])) {
  7881.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7882.         }
  7883.         return $this->parameters[$name];
  7884.     }
  7885.     public function hasParameter($name): bool
  7886.     {
  7887.         $name = (string) $name;
  7888.         if (isset($this->buildParameters[$name])) {
  7889.             return true;
  7890.         }
  7891.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  7892.     }
  7893.     public function setParameter($name$value): void
  7894.     {
  7895.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  7896.     }
  7897.     public function getParameterBag(): ParameterBagInterface
  7898.     {
  7899.         if (null === $this->parameterBag) {
  7900.             $parameters $this->parameters;
  7901.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  7902.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  7903.             }
  7904.             foreach ($this->buildParameters as $name => $value) {
  7905.                 $parameters[$name] = $value;
  7906.             }
  7907.             $this->parameterBag = new FrozenParameterBag($parameters);
  7908.         }
  7909.         return $this->parameterBag;
  7910.     }
  7911.     private $loadedDynamicParameters = [
  7912.         'kernel.cache_dir' => false,
  7913.         'domain' => false,
  7914.         'logo_directory' => false,
  7915.         'avatars_directory' => false,
  7916.         'elastic.hostname' => false,
  7917.         'elastic.cve_index' => false,
  7918.         'elastic.drupal_sa_index' => false,
  7919.         'elastic.cpe_index' => false,
  7920.         'gitlab_oauth.base_url' => false,
  7921.         'gitlab_oauth.access_url' => false,
  7922.         'gitlab_oauth.get_user_url' => false,
  7923.         'gitlab_oauth.redirect_url' => false,
  7924.         'gitlab_oauth.client_id' => false,
  7925.         'gitlab_oauth.client_secret' => false,
  7926.         'gitlab_oauth.state_hash' => false,
  7927.         'cpe_cve_destination_path' => false,
  7928.         'cve_base_url' => false,
  7929.         'cve_update_url' => false,
  7930.         'cpe_url' => false,
  7931.         'sa_drupal_endpoint' => false,
  7932.         'kernel.secret' => false,
  7933.         'session.save_path' => false,
  7934.         'validator.mapping.cache.file' => false,
  7935.         'profiler.storage.dsn' => false,
  7936.         'debug.container.dump' => false,
  7937.         'serializer.mapping.cache.file' => false,
  7938.         'doctrine.orm.proxy_dir' => false,
  7939.         'swiftmailer.spool.default.memory.path' => false,
  7940.         'nelmio_cors.defaults' => false,
  7941.     ];
  7942.     private $dynamicParameters = [];
  7943.     private function getDynamicParameter(string $name)
  7944.     {
  7945.         switch ($name) {
  7946.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  7947.             case 'domain'$value $this->getEnv('string:APP_DOMAIN'); break;
  7948.             case 'logo_directory'$value $this->getEnv('string:LOGO_DIRECTORY'); break;
  7949.             case 'avatars_directory'$value $this->getEnv('string:AVATARS_DIRECTORY'); break;
  7950.             case 'elastic.hostname'$value $this->getEnv('string:ELASTIC_HOSTNAME'); break;
  7951.             case 'elastic.cve_index'$value $this->getEnv('string:ELASTIC_CVE_INDEX'); break;
  7952.             case 'elastic.drupal_sa_index'$value $this->getEnv('string:ELASTIC_DRUPAL_SA_INDEX'); break;
  7953.             case 'elastic.cpe_index'$value $this->getEnv('string:ELASTIC_CPE_INDEX'); break;
  7954.             case 'gitlab_oauth.base_url'$value $this->getEnv('string:GITLAB_URL').'/oauth/authorize?client_id='.$this->getEnv('string:string:GITLAB_OAUTH_CLIENT_ID').'&redirect_uri='.$this->getEnv('string:string:GITLAB_OAUTH_REDIRECT_URL').'&response_type=code&state='.$this->getEnv('string:string:GITLAB_OAUTH_STATE_HASH'); break;
  7955.             case 'gitlab_oauth.access_url'$value $this->getEnv('string:GITLAB_URL').'/oauth/token?client_id='.$this->getEnv('string:string:GITLAB_OAUTH_CLIENT_ID').'&client_secret='.$this->getEnv('string:string:GITLAB_OAUTH_CLIENT_SECRET').'&code={code}&grant_type=authorization_code&redirect_uri='.$this->getEnv('string:string:GITLAB_OAUTH_REDIRECT_URL'); break;
  7956.             case 'gitlab_oauth.get_user_url'$value $this->getEnv('string:string:GITLAB_URL').'/api/v4/user?access_token={token}'; break;
  7957.             case 'gitlab_oauth.redirect_url'$value $this->getEnv('string:GITLAB_OAUTH_REDIRECT_URL'); break;
  7958.             case 'gitlab_oauth.client_id'$value $this->getEnv('string:GITLAB_OAUTH_CLIENT_ID'); break;
  7959.             case 'gitlab_oauth.client_secret'$value $this->getEnv('string:GITLAB_OAUTH_CLIENT_SECRET'); break;
  7960.             case 'gitlab_oauth.state_hash'$value $this->getEnv('string:GITLAB_OAUTH_STATE_HASH'); break;
  7961.             case 'cpe_cve_destination_path'$value = (\dirname(__DIR__4).$this->getEnv('string:CPE_CVE_DESTINATION_PATH')); break;
  7962.             case 'cve_base_url'$value $this->getEnv('string:CVE_BASE_URL'); break;
  7963.             case 'cve_update_url'$value $this->getEnv('string:CVE_UPDATE_URL'); break;
  7964.             case 'cpe_url'$value $this->getEnv('string:CPE_URL'); break;
  7965.             case 'sa_drupal_endpoint'$value $this->getEnv('string:SA_DRUPAL_URL'); break;
  7966.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  7967.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  7968.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  7969.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  7970.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  7971.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  7972.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  7973.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  7974.             case 'nelmio_cors.defaults'$value = [
  7975.                 'allow_origin' => [
  7976.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  7977.                 ],
  7978.                 'allow_credentials' => false,
  7979.                 'allow_headers' => [
  7980.                     => 'content-type',
  7981.                     => 'authorization',
  7982.                 ],
  7983.                 'expose_headers' => [
  7984.                     => 'Link',
  7985.                 ],
  7986.                 'allow_methods' => [
  7987.                     => 'GET',
  7988.                     => 'OPTIONS',
  7989.                     => 'POST',
  7990.                     => 'PUT',
  7991.                     => 'PATCH',
  7992.                     => 'DELETE',
  7993.                 ],
  7994.                 'max_age' => 3600,
  7995.                 'hosts' => [
  7996.                 ],
  7997.                 'origin_regex' => true,
  7998.                 'forced_allow_origin_value' => NULL,
  7999.             ]; break;
  8000.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8001.         }
  8002.         $this->loadedDynamicParameters[$name] = true;
  8003.         return $this->dynamicParameters[$name] = $value;
  8004.     }
  8005.     protected function getDefaultParameters(): array
  8006.     {
  8007.         return [
  8008.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  8009.             'kernel.project_dir' => \dirname(__DIR__4),
  8010.             'kernel.environment' => 'dev',
  8011.             'kernel.debug' => true,
  8012.             'kernel.name' => 'src',
  8013.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8014.             'kernel.bundles' => [
  8015.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8016.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8017.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8018.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8019.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8020.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  8021.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8022.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8023.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8024.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8025.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  8026.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  8027.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  8028.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  8029.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  8030.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  8031.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  8032.                 'ChartjsBundle' => 'Symfony\\UX\\Chartjs\\ChartjsBundle',
  8033.             ],
  8034.             'kernel.bundles_metadata' => [
  8035.                 'FrameworkBundle' => [
  8036.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8037.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8038.                 ],
  8039.                 'SensioFrameworkExtraBundle' => [
  8040.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8041.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8042.                 ],
  8043.                 'DoctrineBundle' => [
  8044.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8045.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8046.                 ],
  8047.                 'DoctrineMigrationsBundle' => [
  8048.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8049.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8050.                 ],
  8051.                 'SecurityBundle' => [
  8052.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8053.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8054.                 ],
  8055.                 'SwiftmailerBundle' => [
  8056.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  8057.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  8058.                 ],
  8059.                 'TwigBundle' => [
  8060.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8061.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8062.                 ],
  8063.                 'WebProfilerBundle' => [
  8064.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8065.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8066.                 ],
  8067.                 'MonologBundle' => [
  8068.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8069.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8070.                 ],
  8071.                 'DebugBundle' => [
  8072.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8073.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8074.                 ],
  8075.                 'MakerBundle' => [
  8076.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  8077.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  8078.                 ],
  8079.                 'WebServerBundle' => [
  8080.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  8081.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  8082.                 ],
  8083.                 'NelmioCorsBundle' => [
  8084.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  8085.                     'namespace' => 'Nelmio\\CorsBundle',
  8086.                 ],
  8087.                 'ApiPlatformBundle' => [
  8088.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  8089.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  8090.                 ],
  8091.                 'FOSRestBundle' => [
  8092.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  8093.                     'namespace' => 'FOS\\RestBundle',
  8094.                 ],
  8095.                 'JMSSerializerBundle' => [
  8096.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  8097.                     'namespace' => 'JMS\\SerializerBundle',
  8098.                 ],
  8099.                 'WebpackEncoreBundle' => [
  8100.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  8101.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  8102.                 ],
  8103.                 'ChartjsBundle' => [
  8104.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-chartjs'),
  8105.                     'namespace' => 'Symfony\\UX\\Chartjs',
  8106.                 ],
  8107.             ],
  8108.             'kernel.charset' => 'UTF-8',
  8109.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  8110.             'container.dumper.inline_class_loader' => true,
  8111.             'container.dumper.inline_factories' => true,
  8112.             'locale' => 'fr',
  8113.             'default_project_logo_path' => (\dirname(__DIR__4).'/public/osc-default-project-logo.png'),
  8114.             'elastic.index' => 'cve',
  8115.             'event_dispatcher.event_aliases' => [
  8116.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8117.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8118.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8119.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8120.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8121.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8122.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8123.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8124.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8125.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8126.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8127.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8128.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8129.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8130.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8131.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8132.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  8133.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  8134.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  8135.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  8136.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  8137.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  8138.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  8139.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8140.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8141.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8142.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8143.             ],
  8144.             'fragment.renderer.hinclude.global_template' => '',
  8145.             'fragment.path' => '/_fragment',
  8146.             'kernel.http_method_override' => true,
  8147.             'kernel.trusted_hosts' => [
  8148.             ],
  8149.             'kernel.default_locale' => 'fr',
  8150.             'kernel.error_controller' => 'error_controller',
  8151.             'templating.helper.code.file_link_format' => NULL,
  8152.             'debug.file_link_format' => NULL,
  8153.             'session.metadata.storage_key' => '_sf2_meta',
  8154.             'session.storage.options' => [
  8155.                 'cache_limiter' => '0',
  8156.                 'cookie_secure' => 'auto',
  8157.                 'cookie_httponly' => true,
  8158.                 'cookie_samesite' => 'lax',
  8159.                 'gc_probability' => 1,
  8160.             ],
  8161.             'session.metadata.update_threshold' => 0,
  8162.             'form.type_extension.csrf.enabled' => true,
  8163.             'form.type_extension.csrf.field_name' => '_token',
  8164.             'asset.request_context.base_path' => '',
  8165.             'asset.request_context.secure' => false,
  8166.             'validator.translation_domain' => 'validators',
  8167.             'translator.logging' => false,
  8168.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8169.             'profiler_listener.only_exceptions' => false,
  8170.             'profiler_listener.only_master_requests' => false,
  8171.             'debug.error_handler.throw_at' => -1,
  8172.             'router.request_context.host' => 'localhost',
  8173.             'router.request_context.scheme' => 'http',
  8174.             'router.request_context.base_url' => '',
  8175.             'router.resource' => 'kernel::loadRoutes',
  8176.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  8177.             'request_listener.http_port' => 80,
  8178.             'request_listener.https_port' => 443,
  8179.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  8180.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  8181.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  8182.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8183.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8184.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8185.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8186.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8187.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8188.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8189.             'doctrine.entity_managers' => [
  8190.                 'default' => 'doctrine.orm.default_entity_manager',
  8191.             ],
  8192.             'doctrine.default_entity_manager' => 'default',
  8193.             'doctrine.dbal.connection_factory.types' => [
  8194.             ],
  8195.             'doctrine.connections' => [
  8196.                 'default' => 'doctrine.dbal.default_connection',
  8197.             ],
  8198.             'doctrine.default_connection' => 'default',
  8199.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8200.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8201.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8202.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8203.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8204.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8205.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8206.             'doctrine.orm.cache.memcache_port' => 11211,
  8207.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8208.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8209.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8210.             'doctrine.orm.cache.memcached_port' => 11211,
  8211.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8212.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8213.             'doctrine.orm.cache.redis_host' => 'localhost',
  8214.             'doctrine.orm.cache.redis_port' => 6379,
  8215.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8216.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8217.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8218.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8219.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8220.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8221.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8222.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8223.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8224.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8225.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8226.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8227.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8228.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8229.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8230.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8231.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8232.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8233.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8234.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8235.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8236.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8237.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8238.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8239.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8240.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8241.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8242.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8243.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8244.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8245.             'doctrine.orm.auto_generate_proxy_classes' => true,
  8246.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8247.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  8248.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  8249.             'doctrine_migrations.name' => 'Application Migrations',
  8250.             'doctrine_migrations.migrations_paths' => [
  8251.             ],
  8252.             'doctrine_migrations.table_name' => 'migration_versions',
  8253.             'doctrine_migrations.column_name' => 'version',
  8254.             'doctrine_migrations.column_length' => 14,
  8255.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  8256.             'doctrine_migrations.all_or_nothing' => false,
  8257.             'doctrine_migrations.custom_template' => NULL,
  8258.             'doctrine_migrations.organize_migrations' => false,
  8259.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  8260.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  8261.             'security.role_hierarchy.roles' => [
  8262.             ],
  8263.             'security.access.denied_url' => NULL,
  8264.             'security.authentication.manager.erase_credentials' => true,
  8265.             'security.authentication.session_strategy.strategy' => 'migrate',
  8266.             'security.access.always_authenticate_before_granting' => false,
  8267.             'security.authentication.hide_user_not_found' => true,
  8268.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  8269.             'swiftmailer.mailer.default.spool.enabled' => true,
  8270.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  8271.             'swiftmailer.mailer.default.single_address' => NULL,
  8272.             'swiftmailer.mailer.default.delivery.enabled' => true,
  8273.             'swiftmailer.spool.enabled' => true,
  8274.             'swiftmailer.delivery.enabled' => true,
  8275.             'swiftmailer.single_address' => NULL,
  8276.             'swiftmailer.mailers' => [
  8277.                 'default' => 'swiftmailer.mailer.default',
  8278.             ],
  8279.             'swiftmailer.default_mailer' => 'default',
  8280.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  8281.             'twig.form.resources' => [
  8282.                 => 'form_div_layout.html.twig',
  8283.                 => 'bootstrap_4_layout.html.twig',
  8284.             ],
  8285.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  8286.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8287.             'web_profiler.debug_toolbar.mode' => 2,
  8288.             'monolog.use_microseconds' => true,
  8289.             'monolog.swift_mailer.handlers' => [
  8290.             ],
  8291.             'monolog.handlers_to_channels' => [
  8292.                 'monolog.handler.console' => [
  8293.                     'type' => 'exclusive',
  8294.                     'elements' => [
  8295.                         => 'event',
  8296.                         => 'doctrine',
  8297.                         => 'console',
  8298.                     ],
  8299.                 ],
  8300.                 'monolog.handler.main' => [
  8301.                     'type' => 'exclusive',
  8302.                     'elements' => [
  8303.                         => 'event',
  8304.                     ],
  8305.                 ],
  8306.             ],
  8307.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8308.             'nelmio_cors.map' => [
  8309.                 '^/' => [
  8310.                 ],
  8311.             ],
  8312.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  8313.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  8314.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  8315.             'api_platform.metadata_backward_compatibility_layer' => true,
  8316.             'api_platform.enable_entrypoint' => true,
  8317.             'api_platform.enable_docs' => true,
  8318.             'api_platform.title' => '',
  8319.             'api_platform.description' => '',
  8320.             'api_platform.version' => '0.0.0',
  8321.             'api_platform.show_webby' => false,
  8322.             'api_platform.url_generation_strategy' => 1,
  8323.             'api_platform.exception_to_status' => [
  8324.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  8325.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  8326.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  8327.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  8328.             ],
  8329.             'api_platform.formats' => [
  8330.                 'json' => [
  8331.                     => 'application/json',
  8332.                 ],
  8333.                 'html' => [
  8334.                     => 'text/html',
  8335.                 ],
  8336.             ],
  8337.             'api_platform.patch_formats' => [
  8338.             ],
  8339.             'api_platform.error_formats' => [
  8340.                 'jsonproblem' => [
  8341.                     => 'application/problem+json',
  8342.                 ],
  8343.                 'jsonld' => [
  8344.                     => 'application/ld+json',
  8345.                 ],
  8346.             ],
  8347.             'api_platform.allow_plain_identifiers' => false,
  8348.             'api_platform.eager_loading.enabled' => true,
  8349.             'api_platform.eager_loading.max_joins' => 30,
  8350.             'api_platform.eager_loading.fetch_partial' => false,
  8351.             'api_platform.eager_loading.force_eager' => true,
  8352.             'api_platform.collection.exists_parameter_name' => 'exists',
  8353.             'api_platform.collection.order' => 'ASC',
  8354.             'api_platform.collection.order_parameter_name' => 'order',
  8355.             'api_platform.collection.order_nulls_comparison' => NULL,
  8356.             'api_platform.collection.pagination.enabled' => true,
  8357.             'api_platform.collection.pagination.partial' => false,
  8358.             'api_platform.collection.pagination.client_enabled' => false,
  8359.             'api_platform.collection.pagination.client_items_per_page' => false,
  8360.             'api_platform.collection.pagination.client_partial' => false,
  8361.             'api_platform.collection.pagination.items_per_page' => 30,
  8362.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  8363.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  8364.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  8365.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  8366.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  8367.             'api_platform.collection.pagination' => [
  8368.                 'enabled' => true,
  8369.                 'partial' => false,
  8370.                 'client_enabled' => false,
  8371.                 'client_items_per_page' => false,
  8372.                 'client_partial' => false,
  8373.                 'items_per_page' => 30,
  8374.                 'maximum_items_per_page' => NULL,
  8375.                 'page_parameter_name' => 'page',
  8376.                 'enabled_parameter_name' => 'pagination',
  8377.                 'items_per_page_parameter_name' => 'itemsPerPage',
  8378.                 'partial_parameter_name' => 'partial',
  8379.             ],
  8380.             'api_platform.http_cache.etag' => true,
  8381.             'api_platform.http_cache.max_age' => NULL,
  8382.             'api_platform.http_cache.shared_max_age' => NULL,
  8383.             'api_platform.http_cache.vary' => [
  8384.                 => 'Accept',
  8385.             ],
  8386.             'api_platform.http_cache.public' => NULL,
  8387.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  8388.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  8389.             'api_platform.asset_package' => NULL,
  8390.             'api_platform.defaults' => [
  8391.                 'attributes' => [
  8392.                 ],
  8393.             ],
  8394.             'api_platform.resource_class_directories' => [
  8395.                 => (\dirname(__DIR__4).'/src/Model/Api'),
  8396.                 => (\dirname(__DIR__4).'/src/Model/Api'),
  8397.             ],
  8398.             'api_platform.oauth.enabled' => false,
  8399.             'api_platform.oauth.clientId' => '',
  8400.             'api_platform.oauth.clientSecret' => '',
  8401.             'api_platform.oauth.type' => 'oauth2',
  8402.             'api_platform.oauth.flow' => 'application',
  8403.             'api_platform.oauth.tokenUrl' => '',
  8404.             'api_platform.oauth.authorizationUrl' => '',
  8405.             'api_platform.oauth.refreshUrl' => '',
  8406.             'api_platform.oauth.scopes' => [
  8407.             ],
  8408.             'api_platform.oauth.pkce' => false,
  8409.             'api_platform.openapi.termsOfService' => NULL,
  8410.             'api_platform.openapi.contact.name' => NULL,
  8411.             'api_platform.openapi.contact.url' => NULL,
  8412.             'api_platform.openapi.contact.email' => NULL,
  8413.             'api_platform.openapi.license.name' => NULL,
  8414.             'api_platform.openapi.license.url' => NULL,
  8415.             'api_platform.swagger.versions' => [
  8416.                 => 2,
  8417.             ],
  8418.             'api_platform.enable_swagger_ui' => true,
  8419.             'api_platform.enable_re_doc' => true,
  8420.             'api_platform.swagger.api_keys' => [
  8421.                 'apiKey' => [
  8422.                     'name' => 'x-api-key',
  8423.                     'type' => 'header',
  8424.                 ],
  8425.             ],
  8426.             'api_platform.swagger_ui.extra_configuration' => [
  8427.             ],
  8428.             'api_platform.graphql.enabled' => false,
  8429.             'api_platform.graphql.graphiql.enabled' => false,
  8430.             'api_platform.graphql.graphql_playground.enabled' => false,
  8431.             'api_platform.graphql.collection.pagination' => [
  8432.                 'enabled' => true,
  8433.             ],
  8434.             'api_platform.validator.serialize_payload_fields' => [
  8435.             ],
  8436.             'api_platform.validator.query_parameter_validation' => true,
  8437.             'api_platform.elasticsearch.enabled' => false,
  8438.             'fos_rest.format_listener.rules' => NULL,
  8439.             'jms_serializer.twig_enabled' => 'default',
  8440.             'maker.compatible_check.doctrine.supports_attributes' => true,
  8441.             'data_collector.templates' => [
  8442.                 'data_collector.request' => [
  8443.                     => 'request',
  8444.                     => '@WebProfiler/Collector/request.html.twig',
  8445.                 ],
  8446.                 'api_platform.data_collector.request' => [
  8447.                     => 'api_platform.data_collector.request',
  8448.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  8449.                 ],
  8450.                 'data_collector.time' => [
  8451.                     => 'time',
  8452.                     => '@WebProfiler/Collector/time.html.twig',
  8453.                 ],
  8454.                 'data_collector.memory' => [
  8455.                     => 'memory',
  8456.                     => '@WebProfiler/Collector/memory.html.twig',
  8457.                 ],
  8458.                 'data_collector.validator' => [
  8459.                     => 'validator',
  8460.                     => '@WebProfiler/Collector/validator.html.twig',
  8461.                 ],
  8462.                 'data_collector.ajax' => [
  8463.                     => 'ajax',
  8464.                     => '@WebProfiler/Collector/ajax.html.twig',
  8465.                 ],
  8466.                 'data_collector.form' => [
  8467.                     => 'form',
  8468.                     => '@WebProfiler/Collector/form.html.twig',
  8469.                 ],
  8470.                 'data_collector.exception' => [
  8471.                     => 'exception',
  8472.                     => '@WebProfiler/Collector/exception.html.twig',
  8473.                 ],
  8474.                 'data_collector.logger' => [
  8475.                     => 'logger',
  8476.                     => '@WebProfiler/Collector/logger.html.twig',
  8477.                 ],
  8478.                 'data_collector.events' => [
  8479.                     => 'events',
  8480.                     => '@WebProfiler/Collector/events.html.twig',
  8481.                 ],
  8482.                 'data_collector.router' => [
  8483.                     => 'router',
  8484.                     => '@WebProfiler/Collector/router.html.twig',
  8485.                 ],
  8486.                 'data_collector.cache' => [
  8487.                     => 'cache',
  8488.                     => '@WebProfiler/Collector/cache.html.twig',
  8489.                 ],
  8490.                 'data_collector.translation' => [
  8491.                     => 'translation',
  8492.                     => '@WebProfiler/Collector/translation.html.twig',
  8493.                 ],
  8494.                 'data_collector.security' => [
  8495.                     => 'security',
  8496.                     => '@Security/Collector/security.html.twig',
  8497.                 ],
  8498.                 'data_collector.twig' => [
  8499.                     => 'twig',
  8500.                     => '@WebProfiler/Collector/twig.html.twig',
  8501.                 ],
  8502.                 'data_collector.http_client' => [
  8503.                     => 'http_client',
  8504.                     => '@WebProfiler/Collector/http_client.html.twig',
  8505.                 ],
  8506.                 'data_collector.doctrine' => [
  8507.                     => 'db',
  8508.                     => '@Doctrine/Collector/db.html.twig',
  8509.                 ],
  8510.                 'swiftmailer.data_collector' => [
  8511.                     => 'swiftmailer',
  8512.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  8513.                 ],
  8514.                 'data_collector.dump' => [
  8515.                     => 'dump',
  8516.                     => '@Debug/Profiler/dump.html.twig',
  8517.                 ],
  8518.                 'jms_serializer.data_collector' => [
  8519.                     => 'jms_serializer',
  8520.                     => '@JMSSerializer/Collector/panel.html.twig',
  8521.                 ],
  8522.                 'data_collector.config' => [
  8523.                     => 'config',
  8524.                     => '@WebProfiler/Collector/config.html.twig',
  8525.                 ],
  8526.             ],
  8527.             'console.command.ids' => [
  8528.             ],
  8529.         ];
  8530.     }
  8531.     protected function throw($message)
  8532.     {
  8533.         throw new RuntimeException($message);
  8534.     }
  8535. }
  8536. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  8537. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  8538. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  8539. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  8540. {
  8541.     /**
  8542.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  8543.      */
  8544.     private $valueHolder6e1ea null;
  8545.     /**
  8546.      * @var \Closure|null initializer responsible for generating the wrapped object
  8547.      */
  8548.     private $initializer8a146 null;
  8549.     /**
  8550.      * @var bool[] map of public properties of the parent class
  8551.      */
  8552.     private static $publicProperties8206f = [
  8553.         
  8554.     ];
  8555.     public function getConnection()
  8556.     {
  8557.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getConnection', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8558.         return $this->valueHolder6e1ea->getConnection();
  8559.     }
  8560.     public function getMetadataFactory()
  8561.     {
  8562.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getMetadataFactory', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8563.         return $this->valueHolder6e1ea->getMetadataFactory();
  8564.     }
  8565.     public function getExpressionBuilder()
  8566.     {
  8567.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getExpressionBuilder', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8568.         return $this->valueHolder6e1ea->getExpressionBuilder();
  8569.     }
  8570.     public function beginTransaction()
  8571.     {
  8572.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'beginTransaction', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8573.         return $this->valueHolder6e1ea->beginTransaction();
  8574.     }
  8575.     public function getCache()
  8576.     {
  8577.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getCache', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8578.         return $this->valueHolder6e1ea->getCache();
  8579.     }
  8580.     public function transactional($func)
  8581.     {
  8582.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'transactional', array('func' => $func), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8583.         return $this->valueHolder6e1ea->transactional($func);
  8584.     }
  8585.     public function wrapInTransaction(callable $func)
  8586.     {
  8587.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'wrapInTransaction', array('func' => $func), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8588.         return $this->valueHolder6e1ea->wrapInTransaction($func);
  8589.     }
  8590.     public function commit()
  8591.     {
  8592.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'commit', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8593.         return $this->valueHolder6e1ea->commit();
  8594.     }
  8595.     public function rollback()
  8596.     {
  8597.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'rollback', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8598.         return $this->valueHolder6e1ea->rollback();
  8599.     }
  8600.     public function getClassMetadata($className)
  8601.     {
  8602.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getClassMetadata', array('className' => $className), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8603.         return $this->valueHolder6e1ea->getClassMetadata($className);
  8604.     }
  8605.     public function createQuery($dql '')
  8606.     {
  8607.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'createQuery', array('dql' => $dql), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8608.         return $this->valueHolder6e1ea->createQuery($dql);
  8609.     }
  8610.     public function createNamedQuery($name)
  8611.     {
  8612.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'createNamedQuery', array('name' => $name), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8613.         return $this->valueHolder6e1ea->createNamedQuery($name);
  8614.     }
  8615.     public function createNativeQuery($sql\Doctrine\ORM\Query\ResultSetMapping $rsm)
  8616.     {
  8617.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8618.         return $this->valueHolder6e1ea->createNativeQuery($sql$rsm);
  8619.     }
  8620.     public function createNamedNativeQuery($name)
  8621.     {
  8622.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'createNamedNativeQuery', array('name' => $name), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8623.         return $this->valueHolder6e1ea->createNamedNativeQuery($name);
  8624.     }
  8625.     public function createQueryBuilder()
  8626.     {
  8627.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'createQueryBuilder', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8628.         return $this->valueHolder6e1ea->createQueryBuilder();
  8629.     }
  8630.     public function flush($entity null)
  8631.     {
  8632.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'flush', array('entity' => $entity), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8633.         return $this->valueHolder6e1ea->flush($entity);
  8634.     }
  8635.     public function find($className$id$lockMode null$lockVersion null)
  8636.     {
  8637.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8638.         return $this->valueHolder6e1ea->find($className$id$lockMode$lockVersion);
  8639.     }
  8640.     public function getReference($entityName$id)
  8641.     {
  8642.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8643.         return $this->valueHolder6e1ea->getReference($entityName$id);
  8644.     }
  8645.     public function getPartialReference($entityName$identifier)
  8646.     {
  8647.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8648.         return $this->valueHolder6e1ea->getPartialReference($entityName$identifier);
  8649.     }
  8650.     public function clear($entityName null)
  8651.     {
  8652.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'clear', array('entityName' => $entityName), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8653.         return $this->valueHolder6e1ea->clear($entityName);
  8654.     }
  8655.     public function close()
  8656.     {
  8657.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'close', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8658.         return $this->valueHolder6e1ea->close();
  8659.     }
  8660.     public function persist($entity)
  8661.     {
  8662.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'persist', array('entity' => $entity), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8663.         return $this->valueHolder6e1ea->persist($entity);
  8664.     }
  8665.     public function remove($entity)
  8666.     {
  8667.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'remove', array('entity' => $entity), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8668.         return $this->valueHolder6e1ea->remove($entity);
  8669.     }
  8670.     public function refresh($entity, ?int $lockMode null)
  8671.     {
  8672.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'refresh', array('entity' => $entity'lockMode' => $lockMode), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8673.         return $this->valueHolder6e1ea->refresh($entity$lockMode);
  8674.     }
  8675.     public function detach($entity)
  8676.     {
  8677.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'detach', array('entity' => $entity), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8678.         return $this->valueHolder6e1ea->detach($entity);
  8679.     }
  8680.     public function merge($entity)
  8681.     {
  8682.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'merge', array('entity' => $entity), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8683.         return $this->valueHolder6e1ea->merge($entity);
  8684.     }
  8685.     public function copy($entity$deep false)
  8686.     {
  8687.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8688.         return $this->valueHolder6e1ea->copy($entity$deep);
  8689.     }
  8690.     public function lock($entity$lockMode$lockVersion null)
  8691.     {
  8692.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8693.         return $this->valueHolder6e1ea->lock($entity$lockMode$lockVersion);
  8694.     }
  8695.     public function getRepository($entityName)
  8696.     {
  8697.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getRepository', array('entityName' => $entityName), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8698.         return $this->valueHolder6e1ea->getRepository($entityName);
  8699.     }
  8700.     public function contains($entity)
  8701.     {
  8702.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'contains', array('entity' => $entity), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8703.         return $this->valueHolder6e1ea->contains($entity);
  8704.     }
  8705.     public function getEventManager()
  8706.     {
  8707.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getEventManager', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8708.         return $this->valueHolder6e1ea->getEventManager();
  8709.     }
  8710.     public function getConfiguration()
  8711.     {
  8712.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getConfiguration', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8713.         return $this->valueHolder6e1ea->getConfiguration();
  8714.     }
  8715.     public function isOpen()
  8716.     {
  8717.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'isOpen', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8718.         return $this->valueHolder6e1ea->isOpen();
  8719.     }
  8720.     public function getUnitOfWork()
  8721.     {
  8722.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getUnitOfWork', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8723.         return $this->valueHolder6e1ea->getUnitOfWork();
  8724.     }
  8725.     public function getHydrator($hydrationMode)
  8726.     {
  8727.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8728.         return $this->valueHolder6e1ea->getHydrator($hydrationMode);
  8729.     }
  8730.     public function newHydrator($hydrationMode)
  8731.     {
  8732.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8733.         return $this->valueHolder6e1ea->newHydrator($hydrationMode);
  8734.     }
  8735.     public function getProxyFactory()
  8736.     {
  8737.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getProxyFactory', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8738.         return $this->valueHolder6e1ea->getProxyFactory();
  8739.     }
  8740.     public function initializeObject($obj)
  8741.     {
  8742.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'initializeObject', array('obj' => $obj), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8743.         return $this->valueHolder6e1ea->initializeObject($obj);
  8744.     }
  8745.     public function getFilters()
  8746.     {
  8747.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'getFilters', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8748.         return $this->valueHolder6e1ea->getFilters();
  8749.     }
  8750.     public function isFiltersStateClean()
  8751.     {
  8752.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'isFiltersStateClean', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8753.         return $this->valueHolder6e1ea->isFiltersStateClean();
  8754.     }
  8755.     public function hasFilters()
  8756.     {
  8757.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'hasFilters', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8758.         return $this->valueHolder6e1ea->hasFilters();
  8759.     }
  8760.     /**
  8761.      * Constructor for lazy initialization
  8762.      *
  8763.      * @param \Closure|null $initializer
  8764.      */
  8765.     public static function staticProxyConstructor($initializer)
  8766.     {
  8767.         static $reflection;
  8768.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  8769.         $instance   $reflection->newInstanceWithoutConstructor();
  8770.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8771.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8772.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  8773.         $instance->initializer8a146 $initializer;
  8774.         return $instance;
  8775.     }
  8776.     public function __construct(\Doctrine\DBAL\Connection $conn\Doctrine\ORM\Configuration $config, ?\Doctrine\Common\EventManager $eventManager null)
  8777.     {
  8778.         static $reflection;
  8779.         if (! $this->valueHolder6e1ea) {
  8780.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  8781.             $this->valueHolder6e1ea $reflection->newInstanceWithoutConstructor();
  8782.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8783.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8784.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  8785.         }
  8786.         $this->valueHolder6e1ea->__construct($conn$config$eventManager);
  8787.     }
  8788.     public function & __get($name)
  8789.     {
  8790.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'__get', ['name' => $name], $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8791.         if (isset(self::$publicProperties8206f[$name])) {
  8792.             return $this->valueHolder6e1ea->$name;
  8793.         }
  8794.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  8795.         if (! $realInstanceReflection->hasProperty($name)) {
  8796.             $targetObject $this->valueHolder6e1ea;
  8797.             $backtrace debug_backtrace(false1);
  8798.             trigger_error(
  8799.                 sprintf(
  8800.                     'Undefined property: %s::$%s in %s on line %s',
  8801.                     $realInstanceReflection->getName(),
  8802.                     $name,
  8803.                     $backtrace[0]['file'],
  8804.                     $backtrace[0]['line']
  8805.                 ),
  8806.                 \E_USER_NOTICE
  8807.             );
  8808.             return $targetObject->$name;
  8809.         }
  8810.         $targetObject $this->valueHolder6e1ea;
  8811.         $accessor = function & () use ($targetObject$name) {
  8812.             return $targetObject->$name;
  8813.         };
  8814.         $backtrace debug_backtrace(true2);
  8815.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8816.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8817.         $returnValue = & $accessor();
  8818.         return $returnValue;
  8819.     }
  8820.     public function __set($name$value)
  8821.     {
  8822.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'__set', array('name' => $name'value' => $value), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8823.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  8824.         if (! $realInstanceReflection->hasProperty($name)) {
  8825.             $targetObject $this->valueHolder6e1ea;
  8826.             $targetObject->$name $value;
  8827.             return $targetObject->$name;
  8828.         }
  8829.         $targetObject $this->valueHolder6e1ea;
  8830.         $accessor = function & () use ($targetObject$name$value) {
  8831.             $targetObject->$name $value;
  8832.             return $targetObject->$name;
  8833.         };
  8834.         $backtrace debug_backtrace(true2);
  8835.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8836.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8837.         $returnValue = & $accessor();
  8838.         return $returnValue;
  8839.     }
  8840.     public function __isset($name)
  8841.     {
  8842.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'__isset', array('name' => $name), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8843.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  8844.         if (! $realInstanceReflection->hasProperty($name)) {
  8845.             $targetObject $this->valueHolder6e1ea;
  8846.             return isset($targetObject->$name);
  8847.         }
  8848.         $targetObject $this->valueHolder6e1ea;
  8849.         $accessor = function () use ($targetObject$name) {
  8850.             return isset($targetObject->$name);
  8851.         };
  8852.         $backtrace debug_backtrace(true2);
  8853.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8854.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8855.         $returnValue $accessor();
  8856.         return $returnValue;
  8857.     }
  8858.     public function __unset($name)
  8859.     {
  8860.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'__unset', array('name' => $name), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8861.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  8862.         if (! $realInstanceReflection->hasProperty($name)) {
  8863.             $targetObject $this->valueHolder6e1ea;
  8864.             unset($targetObject->$name);
  8865.             return;
  8866.         }
  8867.         $targetObject $this->valueHolder6e1ea;
  8868.         $accessor = function () use ($targetObject$name) {
  8869.             unset($targetObject->$name);
  8870.             return;
  8871.         };
  8872.         $backtrace debug_backtrace(true2);
  8873.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  8874.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  8875.         $accessor();
  8876.     }
  8877.     public function __clone()
  8878.     {
  8879.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'__clone', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8880.         $this->valueHolder6e1ea = clone $this->valueHolder6e1ea;
  8881.     }
  8882.     public function __sleep()
  8883.     {
  8884.         $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'__sleep', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8885.         return array('valueHolder6e1ea');
  8886.     }
  8887.     public function __wakeup()
  8888.     {
  8889.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  8890.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  8891.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  8892.     }
  8893.     public function setProxyInitializer(\Closure $initializer null) : void
  8894.     {
  8895.         $this->initializer8a146 $initializer;
  8896.     }
  8897.     public function getProxyInitializer() : ?\Closure
  8898.     {
  8899.         return $this->initializer8a146;
  8900.     }
  8901.     public function initializeProxy() : bool
  8902.     {
  8903.         return $this->initializer8a146 && ($this->initializer8a146->__invoke($valueHolder6e1ea$this'initializeProxy', array(), $this->initializer8a146) || 1) && $this->valueHolder6e1ea $valueHolder6e1ea;
  8904.     }
  8905.     public function isProxyInitialized() : bool
  8906.     {
  8907.         return null !== $this->valueHolder6e1ea;
  8908.     }
  8909.     public function getWrappedValueHolderValue()
  8910.     {
  8911.         return $this->valueHolder6e1ea;
  8912.     }
  8913. }