var/cache/dev/ContainerDjaENOy/App_KernelDevDebugContainer.php line 1943

Open in your IDE?
  1. <?php
  2. namespace ContainerDjaENOy;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'doctrine' => 'getDoctrineService',
  43.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  44.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  45.             'event_dispatcher' => 'getEventDispatcherService',
  46.             'http_kernel' => 'getHttpKernelService',
  47.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  48.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  49.             'request_stack' => 'getRequestStackService',
  50.             'router' => 'getRouterService',
  51.             'translator' => 'getTranslatorService',
  52.             'cache_clearer' => 'getCacheClearerService',
  53.             'filesystem' => 'getFilesystemService',
  54.             'serializer' => 'getSerializerService',
  55.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  56.             'form.factory' => 'getForm_FactoryService',
  57.             'form.type.file' => 'getForm_Type_FileService',
  58.             'profiler' => 'getProfilerService',
  59.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  60.             'security.token_storage' => 'getSecurity_TokenStorageService',
  61.             'twig' => 'getTwigService',
  62.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  63.             'session' => 'getSessionService',
  64.             'validator' => 'getValidatorService',
  65.         ];
  66.         $this->fileMap = [
  67.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  68.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  69.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  70.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  71.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  72.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  73.             '.container.private.session' => 'get_Container_Private_SessionService',
  74.             'App\\Controller\\AppController' => 'getAppControllerService',
  75.             'App\\Controller\\BankManagement\\BankManagementController' => 'getBankManagementControllerService',
  76.             'App\\Controller\\Department\\DepartmentController' => 'getDepartmentControllerService',
  77.             'App\\Controller\\Notification\\NotificationController' => 'getNotificationControllerService',
  78.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  79.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  80.             'App\\Controller\\Report\\ReportController' => 'getReportControllerService',
  81.             'App\\Controller\\RequestManagement\\RequestManagementController' => 'getRequestManagementControllerService',
  82.             'App\\Controller\\RequestManagement\\RequestManagementFormsController' => 'getRequestManagementFormsControllerService',
  83.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  84.             'App\\Controller\\Services\\ServiceCategoryController' => 'getServiceCategoryControllerService',
  85.             'App\\Controller\\Services\\ServiceController' => 'getServiceControllerService',
  86.             'App\\Controller\\Services\\ServiceFieldsController' => 'getServiceFieldsControllerService',
  87.             'App\\Controller\\UserManagement\\UserController' => 'getUserControllerService',
  88.             'App\\Controller\\VendorManagement\\VendorManagementController' => 'getVendorManagementControllerService',
  89.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  90.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  91.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  92.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  93.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  94.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  95.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  96.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  97.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  98.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  99.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  100.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  101.             'cache.app_clearer' => 'getCache_AppClearerService',
  102.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  103.             'cache.system_clearer' => 'getCache_SystemClearerService',
  104.             'cache_warmer' => 'getCacheWarmerService',
  105.             'console.command_loader' => 'getConsole_CommandLoaderService',
  106.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  107.             'error_controller' => 'getErrorControllerService',
  108.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  109.             'jms_serializer' => 'getJmsSerializerService',
  110.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  111.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  112.             'knp_paginator' => 'getKnpPaginatorService',
  113.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  114.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  115.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  116.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  117.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  118.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  119.             'routing.loader' => 'getRouting_LoaderService',
  120.             'services_resetter' => 'getServicesResetterService',
  121.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  122.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  123.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  124.         ];
  125.         $this->aliases = [
  126.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  127.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  128.             'App\\Kernel' => 'kernel',
  129.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  130.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  131.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  132.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  133.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  134.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  135.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  136.             'database_connection' => 'doctrine.dbal.default_connection',
  137.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  138.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  139.             'jms_serializer.instances.default' => 'jms_serializer',
  140.         ];
  141.         $this->privates['service_container'] = function () {
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  148.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  149.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  150.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  151.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  152.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryUtilsInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/RepositoryInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/AbstractTreeRepository.php';
  155.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tool/ORM/Repository/EntityRepositoryCompat.php';
  156.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity/Repository/NestedTreeRepository.php';
  157.             include_once \dirname(__DIR__4).'/src/Repository/Departments/DepartmentsRepository.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  170.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  192.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  199.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  239.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  240.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  321.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  322.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  325.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  326.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  327.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  328.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  377.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  378.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  380.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  389.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  397.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  399.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  400.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  402.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  403.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  404.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  406.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  407.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  408.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  410.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  411.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  414.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  415.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  416.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  417.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  419.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  420.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  421.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  423.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  424.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  425.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  426.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  427.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  428.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  429.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  430.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  431.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  432.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  434.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  435.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  436.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  437.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  438.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  439.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  440.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  441.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  442.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  443.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  445.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  447.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  449.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  450.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  451.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  453.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  454.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  457.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  459.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  460.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  461.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  463.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  464.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  467.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  468.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  474.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  477.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  494.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  496.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  497.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  498.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  501.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  505.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  508.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  510.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  511.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  512.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  515.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  517.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  518.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  520.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  522.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  523.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  524.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  525.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  526.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  528.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  531.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  532.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  533.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  534.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  535.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  536.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  549.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  564.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  635.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  639.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  644.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  657.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  663.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  686.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  697.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  700.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  702.             include_once \dirname(__DIR__4).'/src/Service/DepartmentService.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  704.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  709.         };
  710.     }
  711.     public function compile(): void
  712.     {
  713.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  714.     }
  715.     public function isCompiled(): bool
  716.     {
  717.         return true;
  718.     }
  719.     public function getRemovedIds(): array
  720.     {
  721.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  722.     }
  723.     protected function load($file$lazyLoad true)
  724.     {
  725.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  726.             return $class::do($this$lazyLoad);
  727.         }
  728.         if ('.' === $file[-4]) {
  729.             $class substr($class0, -4);
  730.         } else {
  731.             $file .= '.php';
  732.         }
  733.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  734.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  735.     }
  736.     /**
  737.      * Gets the public '.container.private.profiler' shared service.
  738.      *
  739.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  740.      */
  741.     protected function get_Container_Private_ProfilerService()
  742.     {
  743.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  744.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  745.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  746.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  747.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  748.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  749.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  750.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  751.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  752.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  753.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  754.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  755.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  756.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  757.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  758.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  759.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  760.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  761.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  762.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  763.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  764.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  765.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  766.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  767.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  768.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  769.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  770.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  771.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  772.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  773.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  774.         if ($this->has('kernel')) {
  775.             $g->setKernel($b);
  776.         }
  777.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  778.         $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())));
  779.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  780.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  781.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  782.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  783.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  784.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  785.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  786.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  787.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  788.         $instance->add($d);
  789.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  790.         $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()), true));
  791.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  792.         $instance->add($e);
  793.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  794.         $instance->add($f);
  795.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  796.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  797.         $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()))));
  798.         $instance->add($g);
  799.         return $instance;
  800.     }
  801.     /**
  802.      * Gets the public '.container.private.security.authorization_checker' shared service.
  803.      *
  804.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  805.      */
  806.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  807.     {
  808.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  809.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  810.             return $this->services['.container.private.security.authorization_checker'];
  811.         }
  812.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  813.     }
  814.     /**
  815.      * Gets the public '.container.private.security.token_storage' shared service.
  816.      *
  817.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  818.      */
  819.     protected function get_Container_Private_Security_TokenStorageService()
  820.     {
  821.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  822.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  823.         ], [
  824.             'request_stack' => '?',
  825.         ]));
  826.     }
  827.     /**
  828.      * Gets the public '.container.private.serializer' shared service.
  829.      *
  830.      * @return \Symfony\Component\Serializer\Serializer
  831.      */
  832.     protected function get_Container_Private_SerializerService()
  833.     {
  834.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  835.         if (isset($this->services['.container.private.serializer'])) {
  836.             return $this->services['.container.private.serializer'];
  837.         }
  838.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  839.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  840.         $d = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  841.         $e = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$b$c)], [=> $d]));
  842.         $f = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($e);
  843.         $g = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  844.         $h = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  845.         $i = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  846.         $j = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  847.         $k = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($g$h$i, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$jNULLfalse'oauth2''application''''', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), 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$e));
  848.         $l = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  849.         $m = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  850.         $n = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  851.         $o = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  852.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  853.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  854.         $r = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q);
  855.         $s = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$m$b$c$rNULL, [], $c);
  856.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => $f=> $k=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), => $k=> $f=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($g$h$i$nNULL$lNULL$m), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($g$o$l), 10 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ltrue), 11 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 12 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 14 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 15 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($g$h$i$o$n$p$b$m$q, [], new RewindableGenerator(function () {
  857.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  858.         }, 1), $a), 16 => new \ApiPlatform\Serializer\ItemNormalizer($h$i$o$n$b$m$q, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  859.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  860.         }, 1), $g$a), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), 19 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($q$m$c$rNULL, [])), 20 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 24 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 25 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($p$n$oNULL), 'page''pagination'$g$b), $g$n$j), 26 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 27 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s$o$p), 28 => $s], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $d=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  861.     }
  862.     /**
  863.      * Gets the public '.container.private.twig' shared service.
  864.      *
  865.      * @return \Twig\Environment
  866.      */
  867.     protected function get_Container_Private_TwigService()
  868.     {
  869.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  870.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  871.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  872.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  873.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  874.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  875.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  876.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  877.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  878.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  879.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  880.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  881.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  882.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  883.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  884.         $a->addPath((\dirname(__DIR__4).'/templates'));
  885.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  886.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  887.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  888.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  889.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  890.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  891.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  892.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  893.         $f = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  894.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  895.         $h = ($this->services['router'] ?? $this->getRouterService());
  896.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  897.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  898.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  899.         $k = new \Symfony\Bridge\Twig\AppVariable();
  900.         $k->setEnvironment('dev');
  901.         $k->setDebug(true);
  902.         if ($this->has('.container.private.security.token_storage')) {
  903.             $k->setTokenStorage($c);
  904.         }
  905.         if ($this->has('request_stack')) {
  906.             $k->setRequestStack($b);
  907.         }
  908.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  909.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  910.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  911.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  912.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  913.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  914.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($b$f->getBaseUrl(), $f->isSecure())), new RewindableGenerator(function () {
  915.             return new \EmptyIterator();
  916.         }, 0))));
  917.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  918.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  919.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  920.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  921.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  922.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  923.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  924.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  925.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  926.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  927.         $instance->addExtension(new \App\Twig\AppExtension($i$h$c));
  928.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  929.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  930.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  931.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  932.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  933.         $instance->addGlobal('app'$k);
  934.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  935.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  936.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  937.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  938.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  939.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  940.         ], [
  941.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  942.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  943.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  944.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  945.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  946.         ])));
  947.         $instance->addGlobal('departmentService', new \App\Service\DepartmentService($i, new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  948.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  949.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  950.         ], [
  951.             'security.authorization_checker' => '?',
  952.             'security.token_storage' => '?',
  953.         ])), ($this->privates['App\\Repository\\Departments\\DepartmentsRepository'] ?? $this->getDepartmentsRepositoryService())));
  954.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  955.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  956.         $instance->registerUndefinedTokenParserCallback([=> $l=> 'suggestTag']);
  957.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  958.         return $instance;
  959.     }
  960.     /**
  961.      * Gets the public '.container.private.validator' shared service.
  962.      *
  963.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  964.      */
  965.     protected function get_Container_Private_ValidatorService()
  966.     {
  967.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  968.     }
  969.     /**
  970.      * Gets the public 'cache.app' shared service.
  971.      *
  972.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  973.      */
  974.     protected function getCache_AppService()
  975.     {
  976.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('yvEbAo4ZL+'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  977.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  978.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  979.     }
  980.     /**
  981.      * Gets the public 'cache.system' shared service.
  982.      *
  983.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  984.      */
  985.     protected function getCache_SystemService()
  986.     {
  987.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('J4uda5Mcox'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  988.     }
  989.     /**
  990.      * Gets the public 'cache.validator_expression_language' shared service.
  991.      *
  992.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  993.      */
  994.     protected function getCache_ValidatorExpressionLanguageService()
  995.     {
  996.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5f3gvDnvqD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  997.     }
  998.     /**
  999.      * Gets the public 'doctrine' shared service.
  1000.      *
  1001.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1002.      */
  1003.     protected function getDoctrineService()
  1004.     {
  1005.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1006.     }
  1007.     /**
  1008.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1009.      *
  1010.      * @return \Doctrine\DBAL\Connection
  1011.      */
  1012.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1013.     {
  1014.         $a = new \Doctrine\DBAL\Configuration();
  1015.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1016.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1017.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1018.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1019.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1020.         $c->setConnectionName('default');
  1021.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1022.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1023.         $this->services['doctrine.dbal.default_connection'] = $instance = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'use_savepoints' => true'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  1024.         $instance->setNestTransactionsWithSavepoints(true);
  1025.         return $instance;
  1026.     }
  1027.     /**
  1028.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1029.      *
  1030.      * @return \Doctrine\ORM\EntityManager
  1031.      */
  1032.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1033.     {
  1034.         $a = new \Doctrine\ORM\Configuration();
  1035.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1036.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1037.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1038.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1039.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1040.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1041.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1042.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1043.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1044.         ], [
  1045.             'doctrine.ulid_generator' => '?',
  1046.             'doctrine.uuid_generator' => '?',
  1047.         ])));
  1048.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1049.         $a->setProxyNamespace('Proxies');
  1050.         $a->setAutoGenerateProxyClasses(true);
  1051.         $a->setSchemaIgnoreClasses([]);
  1052.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1053.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1054.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1055.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1056.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1057.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1058.         $a->setLazyGhostObjectEnabled(false);
  1059.         $a->setIdentityGenerationPreferences([]);
  1060.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1061.             'App\\Repository\\BanksRepository' => ['privates''App\\Repository\\BanksRepository''getBanksRepositoryService'true],
  1062.             'App\\Repository\\CommentsThreadRepository' => ['privates''App\\Repository\\CommentsThreadRepository''getCommentsThreadRepositoryService'true],
  1063.             'App\\Repository\\Fields\\DependentFieldActivationRepository' => ['privates''App\\Repository\\Fields\\DependentFieldActivationRepository''getDependentFieldActivationRepositoryService'true],
  1064.             'App\\Repository\\Fields\\FieldChoicesRepository' => ['privates''App\\Repository\\Fields\\FieldChoicesRepository''getFieldChoicesRepositoryService'true],
  1065.             'App\\Repository\\Fields\\FieldsRepository' => ['privates''App\\Repository\\Fields\\FieldsRepository''getFieldsRepositoryService'true],
  1066.             'App\\Repository\\Notification\\NotificationRepository' => ['privates''App\\Repository\\Notification\\NotificationRepository''getNotificationRepositoryService'true],
  1067.             'App\\Repository\\RequestListRepository' => ['privates''App\\Repository\\RequestListRepository''getRequestListRepositoryService'true],
  1068.             'App\\Repository\\RolesRepository' => ['privates''App\\Repository\\RolesRepository''getRolesRepositoryService'true],
  1069.             'App\\Repository\\Services\\CollectionRepository' => ['privates''App\\Repository\\Services\\CollectionRepository''getCollectionRepositoryService'true],
  1070.             'App\\Repository\\Services\\ServiceCategoryRepository' => ['privates''App\\Repository\\Services\\ServiceCategoryRepository''getServiceCategoryRepositoryService'true],
  1071.             'App\\Repository\\Services\\ServiceRepository' => ['privates''App\\Repository\\Services\\ServiceRepository''getServiceRepositoryService'true],
  1072.             'App\\Repository\\Services\\ServiceRequqestLogsRepository' => ['privates''App\\Repository\\Services\\ServiceRequqestLogsRepository''getServiceRequqestLogsRepositoryService'true],
  1073.             'App\\Repository\\Services\\ServiceSectionFieldsRepository' => ['privates''App\\Repository\\Services\\ServiceSectionFieldsRepository''getServiceSectionFieldsRepositoryService'true],
  1074.             'App\\Repository\\Services\\ServiceSectionsRepository' => ['privates''App\\Repository\\Services\\ServiceSectionsRepository''getServiceSectionsRepositoryService'true],
  1075.             'App\\Repository\\Services\\ServiceStageRepository' => ['privates''App\\Repository\\Services\\ServiceStageRepository''getServiceStageRepositoryService'true],
  1076.             'App\\Repository\\Services\\SubServiceSectionFieldRepository' => ['privates''App\\Repository\\Services\\SubServiceSectionFieldRepository''getSubServiceSectionFieldRepositoryService'true],
  1077.             'App\\Repository\\Services\\SubServicesRepository' => ['privates''App\\Repository\\Services\\SubServicesRepository''getSubServicesRepositoryService'true],
  1078.             'App\\Repository\\StaffUsersRepository' => ['privates''App\\Repository\\StaffUsersRepository''getStaffUsersRepositoryService'true],
  1079.             'App\\Repository\\SubmissionsRepository' => ['privates''App\\Repository\\SubmissionsRepository''getSubmissionsRepositoryService'true],
  1080.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1081.             'App\\Repository\\VendorsRepository' => ['privates''App\\Repository\\VendorsRepository''getVendorsRepositoryService'true],
  1082.         ], [
  1083.             'App\\Repository\\BanksRepository' => '?',
  1084.             'App\\Repository\\CommentsThreadRepository' => '?',
  1085.             'App\\Repository\\Fields\\DependentFieldActivationRepository' => '?',
  1086.             'App\\Repository\\Fields\\FieldChoicesRepository' => '?',
  1087.             'App\\Repository\\Fields\\FieldsRepository' => '?',
  1088.             'App\\Repository\\Notification\\NotificationRepository' => '?',
  1089.             'App\\Repository\\RequestListRepository' => '?',
  1090.             'App\\Repository\\RolesRepository' => '?',
  1091.             'App\\Repository\\Services\\CollectionRepository' => '?',
  1092.             'App\\Repository\\Services\\ServiceCategoryRepository' => '?',
  1093.             'App\\Repository\\Services\\ServiceRepository' => '?',
  1094.             'App\\Repository\\Services\\ServiceRequqestLogsRepository' => '?',
  1095.             'App\\Repository\\Services\\ServiceSectionFieldsRepository' => '?',
  1096.             'App\\Repository\\Services\\ServiceSectionsRepository' => '?',
  1097.             'App\\Repository\\Services\\ServiceStageRepository' => '?',
  1098.             'App\\Repository\\Services\\SubServiceSectionFieldRepository' => '?',
  1099.             'App\\Repository\\Services\\SubServicesRepository' => '?',
  1100.             'App\\Repository\\StaffUsersRepository' => '?',
  1101.             'App\\Repository\\SubmissionsRepository' => '?',
  1102.             'App\\Repository\\UserRepository' => '?',
  1103.             'App\\Repository\\VendorsRepository' => '?',
  1104.         ])));
  1105.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1106.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1107.         return $instance;
  1108.     }
  1109.     /**
  1110.      * Gets the public 'event_dispatcher' shared service.
  1111.      *
  1112.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1113.      */
  1114.     protected function getEventDispatcherService()
  1115.     {
  1116.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1117.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1118.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1119.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1120.         $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())));
  1121.         $instance->addListener('kernel.controller', [=> function () {
  1122.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1123.         }, => 'onKernelController'], 0);
  1124.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1125.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1126.         }, => 'checkPassport'], 1024);
  1127.         $instance->addListener('kernel.response', [=> function () {
  1128.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1129.         }, => 'onKernelResponse'], 0);
  1130.         $instance->addListener('kernel.response', [=> function () {
  1131.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1132.         }, => 'onKernelResponse'], 0);
  1133.         $instance->addListener('kernel.request', [=> function () {
  1134.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1135.         }, => 'onKernelRequest'], 0);
  1136.         $instance->addListener('kernel.request', [=> function () {
  1137.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1138.         }, => 'onKernelRequest'], 28);
  1139.         $instance->addListener('kernel.request', [=> function () {
  1140.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1141.         }, => 'onKernelRequest'], 2);
  1142.         $instance->addListener('kernel.view', [=> function () {
  1143.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1144.         }, => 'onKernelView'], 16);
  1145.         $instance->addListener('kernel.view', [=> function () {
  1146.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1147.         }, => 'onKernelView'], 8);
  1148.         $instance->addListener('kernel.exception', [=> function () {
  1149.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1150.         }, => 'onKernelException'], 0);
  1151.         $instance->addListener('kernel.exception', [=> function () {
  1152.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1153.         }, => 'onKernelException'], -96);
  1154.         $instance->addListener('kernel.view', [=> function () {
  1155.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1156.         }, => 'onKernelView'], 32);
  1157.         $instance->addListener('kernel.request', [=> function () {
  1158.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1159.         }, => 'onKernelRequest'], 4);
  1160.         $instance->addListener('kernel.request', [=> function () {
  1161.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1162.         }, => 'onKernelRequest'], 0);
  1163.         $instance->addListener('kernel.response', [=> function () {
  1164.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1165.         }, => 'onKernelResponse'], 0);
  1166.         $instance->addListener('kernel.response', [=> function () {
  1167.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1168.         }, => 'onKernelResponse'], -1);
  1169.         $instance->addListener('kernel.view', [=> function () {
  1170.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1171.         }, => 'onKernelView'], 64);
  1172.         $instance->addListener('kernel.request', [=> function () {
  1173.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1174.         }, => 'onKernelRequest'], 16);
  1175.         $instance->addListener('kernel.request', [=> function () {
  1176.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1177.         }, => 'onSecurity'], 3);
  1178.         $instance->addListener('kernel.request', [=> function () {
  1179.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1180.         }, => 'onSecurityPostDenormalize'], 1);
  1181.         $instance->addListener('kernel.view', [=> function () {
  1182.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1183.         }, => 'onSecurityPostValidation'], 63);
  1184.         $instance->addListener('kernel.request', [=> function () {
  1185.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1186.         }, => 'onKernelRequest'], 250);
  1187.         $instance->addListener('kernel.response', [=> function () {
  1188.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1189.         }, => 'onKernelResponse'], 0);
  1190.         $instance->addListener('kernel.response', [=> function () {
  1191.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1192.         }, => 'onResponse'], -10);
  1193.         $instance->addListener('kernel.response', [=> function () {
  1194.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1195.         }, => 'onKernelResponse'], 0);
  1196.         $instance->addListener('kernel.response', [=> function () {
  1197.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1198.         }, => 'onKernelResponse'], -1024);
  1199.         $instance->addListener('kernel.request', [=> function () {
  1200.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1201.         }, => 'setDefaultLocale'], 100);
  1202.         $instance->addListener('kernel.request', [=> function () {
  1203.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1204.         }, => 'onKernelRequest'], 16);
  1205.         $instance->addListener('kernel.finish_request', [=> function () {
  1206.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1207.         }, => 'onKernelFinishRequest'], 0);
  1208.         $instance->addListener('kernel.request', [=> function () {
  1209.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1210.         }, => 'onKernelRequest'], 256);
  1211.         $instance->addListener('kernel.response', [=> function () {
  1212.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1213.         }, => 'onResponse'], -255);
  1214.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1215.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1216.         }, => 'onControllerArguments'], 0);
  1217.         $instance->addListener('kernel.exception', [=> function () {
  1218.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1219.         }, => 'logKernelException'], 0);
  1220.         $instance->addListener('kernel.exception', [=> function () {
  1221.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1222.         }, => 'onKernelException'], -128);
  1223.         $instance->addListener('kernel.response', [=> function () {
  1224.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1225.         }, => 'removeCspHeader'], -128);
  1226.         $instance->addListener('kernel.request', [=> function () {
  1227.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1228.         }, => 'onKernelRequest'], 15);
  1229.         $instance->addListener('kernel.finish_request', [=> function () {
  1230.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1231.         }, => 'onKernelFinishRequest'], -15);
  1232.         $instance->addListener('console.error', [=> function () {
  1233.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1234.         }, => 'onConsoleError'], -128);
  1235.         $instance->addListener('console.terminate', [=> function () {
  1236.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1237.         }, => 'onConsoleTerminate'], -128);
  1238.         $instance->addListener('console.error', [=> function () {
  1239.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1240.         }, => 'onConsoleError'], 0);
  1241.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1242.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1243.         }, => 'onMessage'], -255);
  1244.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1245.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1246.         }, => 'onMessage'], -255);
  1247.         $instance->addListener('kernel.request', [=> function () {
  1248.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1249.         }, => 'configure'], 2048);
  1250.         $instance->addListener('console.command', [=> function () {
  1251.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1252.         }, => 'configure'], 2048);
  1253.         $instance->addListener('kernel.request', [=> function () {
  1254.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1255.         }, => 'onKernelRequest'], 32);
  1256.         $instance->addListener('kernel.finish_request', [=> function () {
  1257.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1258.         }, => 'onKernelFinishRequest'], 0);
  1259.         $instance->addListener('kernel.exception', [=> function () {
  1260.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1261.         }, => 'onKernelException'], -64);
  1262.         $instance->addListener('kernel.response', [=> function () {
  1263.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1264.         }, => 'onKernelResponse'], 0);
  1265.         $instance->addListener('kernel.request', [=> function () {
  1266.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1267.         }, => 'onKernelRequest'], 128);
  1268.         $instance->addListener('kernel.response', [=> function () {
  1269.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1270.         }, => 'onKernelResponse'], -1000);
  1271.         $instance->addListener('kernel.finish_request', [=> function () {
  1272.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1273.         }, => 'onFinishRequest'], 0);
  1274.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1275.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1276.         }, => 'onMessageFailed'], 100);
  1277.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1278.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1279.         }, => 'onMessageFailed'], 200);
  1280.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1281.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1282.         }, => 'onWorkerStarted'], 0);
  1283.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1284.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1285.         }, => 'onWorkerRunning'], 0);
  1286.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1287.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1288.         }, => 'onMessageFailed'], 0);
  1289.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1290.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1291.         }, => 'onWorkerRunning'], 0);
  1292.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1293.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1294.         }, => 'onNotification'], -255);
  1295.         $instance->addListener('kernel.response', [=> function () {
  1296.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1297.         }, => 'onKernelResponse'], -100);
  1298.         $instance->addListener('kernel.exception', [=> function () {
  1299.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1300.         }, => 'onKernelException'], 0);
  1301.         $instance->addListener('kernel.terminate', [=> function () {
  1302.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1303.         }, => 'onKernelTerminate'], -1024);
  1304.         $instance->addListener('kernel.controller', [=> function () {
  1305.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1306.         }, => 'onKernelController'], 0);
  1307.         $instance->addListener('kernel.response', [=> function () {
  1308.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1309.         }, => 'onKernelResponse'], 0);
  1310.         $instance->addListener('kernel.response', [=> function () {
  1311.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1312.         }, => 'onKernelResponse'], 0);
  1313.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1314.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1315.         }, => 'checkPassport'], 0);
  1316.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1317.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1318.         }, => 'onLoginSuccess'], 0);
  1319.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1320.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1321.         }, => 'onVoterVote'], 0);
  1322.         $instance->addListener('kernel.request', [=> function () {
  1323.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1324.         }, => 'configureLogoutUrlGenerator'], 8);
  1325.         $instance->addListener('kernel.request', [=> function () {
  1326.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1327.         }, => 'onKernelRequest'], 8);
  1328.         $instance->addListener('kernel.finish_request', [=> function () {
  1329.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1330.         }, => 'onKernelFinishRequest'], 0);
  1331.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1332.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1333.         }, => 'onMessage'], 0);
  1334.         $instance->addListener('kernel.response', [=> function () {
  1335.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1336.         }, => 'onKernelResponse'], -128);
  1337.         $instance->addListener('console.command', [=> function () {
  1338.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1339.         }, => 'onCommand'], 255);
  1340.         $instance->addListener('console.terminate', [=> function () {
  1341.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1342.         }, => 'onTerminate'], -255);
  1343.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1344.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1345.         }, => 'onWorkerMessageHandled'], 0);
  1346.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1347.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1348.         }, => 'onWorkerMessageFailed'], 0);
  1349.         $instance->addListener('console.error', [=> function () {
  1350.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1351.         }, => 'onConsoleError'], 0);
  1352.         $instance->addListener('console.terminate', [=> function () {
  1353.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1354.         }, => 'onConsoleTerminate'], 0);
  1355.         $instance->addListener('knp_pager.before', [=> function () {
  1356.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1357.         }, => 'before'], 0);
  1358.         $instance->addListener('knp_pager.pagination', [=> function () {
  1359.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1360.         }, => 'pagination'], 0);
  1361.         $instance->addListener('knp_pager.before', [=> function () {
  1362.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1363.         }, => 'before'], 1);
  1364.         $instance->addListener('knp_pager.before', [=> function () {
  1365.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1366.         }, => 'before'], 1);
  1367.         $instance->addListener('knp_pager.pagination', [=> function () {
  1368.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1369.         }, => 'pagination'], 1);
  1370.         $instance->addListener('kernel.controller', [=> function () {
  1371.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1372.         }, => 'onKernelController'], 0);
  1373.         $instance->addListener('kernel.controller', [=> function () {
  1374.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1375.         }, => 'onKernelController'], 0);
  1376.         $instance->addListener('kernel.controller', [=> function () {
  1377.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1378.         }, => 'onKernelController'], -128);
  1379.         $instance->addListener('kernel.view', [=> function () {
  1380.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1381.         }, => 'onKernelView'], 0);
  1382.         $instance->addListener('kernel.controller', [=> function () {
  1383.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1384.         }, => 'onKernelController'], 0);
  1385.         $instance->addListener('kernel.response', [=> function () {
  1386.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1387.         }, => 'onKernelResponse'], 0);
  1388.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1389.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1390.         }, => 'onKernelControllerArguments'], 0);
  1391.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1392.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1393.         }, => 'onKernelControllerArguments'], 0);
  1394.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1395.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1396.         }, => 'checkPassport'], 512);
  1397.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1398.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1399.         }, => 'onLogout'], 0);
  1400.         return $instance;
  1401.     }
  1402.     /**
  1403.      * Gets the public 'http_kernel' shared service.
  1404.      *
  1405.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1406.      */
  1407.     protected function getHttpKernelService()
  1408.     {
  1409.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1410.         if (isset($this->services['http_kernel'])) {
  1411.             return $this->services['http_kernel'];
  1412.         }
  1413.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1414.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  1415.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1416.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1417.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1418.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1419.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1420.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1421.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1422.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1423.         }, 8)), $b));
  1424.     }
  1425.     /**
  1426.      * Gets the public 'messenger.default_bus' shared service.
  1427.      *
  1428.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1429.      */
  1430.     protected function getMessenger_DefaultBusService()
  1431.     {
  1432.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1433.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1434.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1435.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1436.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1437.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1438.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1439.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1440.         }, 7)));
  1441.     }
  1442.     /**
  1443.      * Gets the public 'monolog.logger.deprecation' shared service.
  1444.      *
  1445.      * @return \Symfony\Bridge\Monolog\Logger
  1446.      */
  1447.     protected function getMonolog_Logger_DeprecationService()
  1448.     {
  1449.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1450.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1451.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1452.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1453.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1454.         return $instance;
  1455.     }
  1456.     /**
  1457.      * Gets the public 'request_stack' shared service.
  1458.      *
  1459.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1460.      */
  1461.     protected function getRequestStackService()
  1462.     {
  1463.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1464.     }
  1465.     /**
  1466.      * Gets the public 'router' shared service.
  1467.      *
  1468.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1469.      */
  1470.     protected function getRouterService()
  1471.     {
  1472.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1473.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1474.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1475.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1476.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1477.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1478.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1479.         ], [
  1480.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1481.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1482.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1483.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1484.         return $instance;
  1485.     }
  1486.     /**
  1487.      * Gets the public 'translator' shared service.
  1488.      *
  1489.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1490.      */
  1491.     protected function getTranslatorService()
  1492.     {
  1493.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1494.     }
  1495.     /**
  1496.      * Gets the private '.debug.http_client' shared service.
  1497.      *
  1498.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1499.      */
  1500.     protected function get_Debug_HttpClientService()
  1501.     {
  1502.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1503.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1504.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1505.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1506.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1507.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1508.         $a->setLogger($b);
  1509.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1510.     }
  1511.     /**
  1512.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1513.      *
  1514.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1515.      */
  1516.     protected function get_ServiceLocator_ZJyh7qSService()
  1517.     {
  1518.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1519.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1520.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1521.         ], [
  1522.             'security.firewall.map.context.dev' => '?',
  1523.             'security.firewall.map.context.main' => '?',
  1524.         ]);
  1525.     }
  1526.     /**
  1527.      * Gets the private 'App\Repository\Departments\DepartmentsRepository' shared autowired service.
  1528.      *
  1529.      * @return \App\Repository\Departments\DepartmentsRepository
  1530.      */
  1531.     protected function getDepartmentsRepositoryService()
  1532.     {
  1533.         return $this->privates['App\\Repository\\Departments\\DepartmentsRepository'] = new \App\Repository\Departments\DepartmentsRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1534.     }
  1535.     /**
  1536.      * Gets the private 'annotations.cache_adapter' shared service.
  1537.      *
  1538.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1539.      */
  1540.     protected function getAnnotations_CacheAdapterService()
  1541.     {
  1542.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1543.     }
  1544.     /**
  1545.      * Gets the private 'annotations.cached_reader' shared service.
  1546.      *
  1547.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1548.      */
  1549.     protected function getAnnotations_CachedReaderService()
  1550.     {
  1551.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1552.     }
  1553.     /**
  1554.      * Gets the private 'annotations.reader' shared service.
  1555.      *
  1556.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1557.      */
  1558.     protected function getAnnotations_ReaderService()
  1559.     {
  1560.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1561.         $instance->addGlobalIgnoredName('required'NULL);
  1562.         return $instance;
  1563.     }
  1564.     /**
  1565.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1566.      *
  1567.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1568.      */
  1569.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1570.     {
  1571.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('T+5HLofB0Q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1572.     }
  1573.     /**
  1574.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1575.      *
  1576.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1577.      */
  1578.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1579.     {
  1580.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uH5pjVKsUj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1581.     }
  1582.     /**
  1583.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1584.      *
  1585.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1586.      */
  1587.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1588.     {
  1589.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('36Qbb40d2j'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1590.     }
  1591.     /**
  1592.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1593.      *
  1594.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1595.      */
  1596.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1597.     {
  1598.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('icd3oZ91ZV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1599.     }
  1600.     /**
  1601.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1602.      *
  1603.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1604.      */
  1605.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1606.     {
  1607.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('n1bAAo7ikH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1608.     }
  1609.     /**
  1610.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1611.      *
  1612.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1613.      */
  1614.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1615.     {
  1616.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2VKBWsckQB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1617.     }
  1618.     /**
  1619.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1620.      *
  1621.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1622.      */
  1623.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1624.     {
  1625.         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()));
  1626.     }
  1627.     /**
  1628.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1629.      *
  1630.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1631.      */
  1632.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1633.     {
  1634.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1635.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1636.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1637.         }
  1638.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1639.     }
  1640.     /**
  1641.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1642.      *
  1643.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  1644.      */
  1645.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1646.     {
  1647.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1648.     }
  1649.     /**
  1650.      * Gets the private 'api_platform.identifier.converter' shared service.
  1651.      *
  1652.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1653.      */
  1654.     protected function getApiPlatform_Identifier_ConverterService()
  1655.     {
  1656.         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 () {
  1657.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1658.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1659.         }, 2));
  1660.     }
  1661.     /**
  1662.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1663.      *
  1664.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1665.      */
  1666.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1667.     {
  1668.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1669.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1670.         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);
  1671.     }
  1672.     /**
  1673.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1674.      *
  1675.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1676.      */
  1677.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1678.     {
  1679.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1680.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1681.         return $instance;
  1682.     }
  1683.     /**
  1684.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1685.      *
  1686.      * @return \ApiPlatform\JsonLd\ContextBuilder
  1687.      */
  1688.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1689.     {
  1690.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1691.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  1692.     }
  1693.     /**
  1694.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1695.      *
  1696.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  1697.      */
  1698.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1699.     {
  1700.         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']);
  1701.     }
  1702.     /**
  1703.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1704.      *
  1705.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  1706.      */
  1707.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1708.     {
  1709.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  1710.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  1711.             return $this->privates['api_platform.listener.request.deserialize'];
  1712.         }
  1713.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1714.     }
  1715.     /**
  1716.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  1717.      *
  1718.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1719.      */
  1720.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  1721.     {
  1722.         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()));
  1723.     }
  1724.     /**
  1725.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1726.      *
  1727.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  1728.      */
  1729.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1730.     {
  1731.         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);
  1732.     }
  1733.     /**
  1734.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  1735.      *
  1736.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1737.      */
  1738.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  1739.     {
  1740.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1741.         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['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  1742.             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()));
  1743.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  1744.             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()));
  1745.             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()));
  1746.             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()));
  1747.             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()));
  1748.             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()));
  1749.             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()));
  1750.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  1751.             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()));
  1752.             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()));
  1753.             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()));
  1754.             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()));
  1755.         }, 13)));
  1756.     }
  1757.     /**
  1758.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1759.      *
  1760.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1761.      */
  1762.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1763.     {
  1764.         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()))));
  1765.     }
  1766.     /**
  1767.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1768.      *
  1769.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1770.      */
  1771.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1772.     {
  1773.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1774.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  1775.     }
  1776.     /**
  1777.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1778.      *
  1779.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1780.      */
  1781.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1782.     {
  1783.         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)))))));
  1784.     }
  1785.     /**
  1786.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1787.      *
  1788.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  1789.      */
  1790.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1791.     {
  1792.         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()))));
  1793.     }
  1794.     /**
  1795.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  1796.      *
  1797.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  1798.      */
  1799.     protected function getApiPlatform_OperationPathResolver_RouterService()
  1800.     {
  1801.         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()));
  1802.     }
  1803.     /**
  1804.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1805.      *
  1806.      * @return \ApiPlatform\Api\ResourceClassResolver
  1807.      */
  1808.     protected function getApiPlatform_ResourceClassResolverService()
  1809.     {
  1810.         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()));
  1811.     }
  1812.     /**
  1813.      * Gets the private 'api_platform.router' shared service.
  1814.      *
  1815.      * @return \ApiPlatform\Symfony\Routing\Router
  1816.      */
  1817.     protected function getApiPlatform_RouterService()
  1818.     {
  1819.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  1820.     }
  1821.     /**
  1822.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1823.      *
  1824.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  1825.      */
  1826.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1827.     {
  1828.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1829.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  1830.             return $this->privates['api_platform.security.listener.request.deny_access'];
  1831.         }
  1832.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  1833.     }
  1834.     /**
  1835.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  1836.      *
  1837.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  1838.      */
  1839.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  1840.     {
  1841.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1842.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  1843.             return $this->privates['api_platform.security.resource_access_checker'];
  1844.         }
  1845.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  1846.     }
  1847.     /**
  1848.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1849.      *
  1850.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  1851.      */
  1852.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1853.     {
  1854.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1855.         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));
  1856.     }
  1857.     /**
  1858.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  1859.      *
  1860.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  1861.      */
  1862.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  1863.     {
  1864.         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()))])));
  1865.     }
  1866.     /**
  1867.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1868.      *
  1869.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1870.      */
  1871.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1872.     {
  1873.         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())));
  1874.     }
  1875.     /**
  1876.      * Gets the private 'cache.annotations' shared service.
  1877.      *
  1878.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1879.      */
  1880.     protected function getCache_AnnotationsService()
  1881.     {
  1882.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aImFqiDO3P'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1883.     }
  1884.     /**
  1885.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1886.      *
  1887.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1888.      */
  1889.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1890.     {
  1891.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1892.     }
  1893.     /**
  1894.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1895.      *
  1896.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1897.      */
  1898.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1899.     {
  1900.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1901.     }
  1902.     /**
  1903.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1904.      *
  1905.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1906.      */
  1907.     protected function getCache_Messenger_RestartWorkersSignalService()
  1908.     {
  1909.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('+mbEV+7Ndq'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1910.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1911.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1912.     }
  1913.     /**
  1914.      * Gets the private 'cache.property_info' shared service.
  1915.      *
  1916.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1917.      */
  1918.     protected function getCache_PropertyInfoService()
  1919.     {
  1920.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MAxKUWcHVY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1921.     }
  1922.     /**
  1923.      * Gets the private 'cache.security_expression_language' shared service.
  1924.      *
  1925.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1926.      */
  1927.     protected function getCache_SecurityExpressionLanguageService()
  1928.     {
  1929.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('x7CTSR+bYz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1930.     }
  1931.     /**
  1932.      * Gets the private 'cache.serializer' shared service.
  1933.      *
  1934.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1935.      */
  1936.     protected function getCache_SerializerService()
  1937.     {
  1938.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rE-Bn8LSxF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1939.     }
  1940.     /**
  1941.      * Gets the private 'cache.validator' shared service.
  1942.      *
  1943.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1944.      */
  1945.     protected function getCache_ValidatorService()
  1946.     {
  1947.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Nr1eGsmlYs'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1948.     }
  1949.     /**
  1950.      * Gets the private 'config_cache_factory' shared service.
  1951.      *
  1952.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1953.      */
  1954.     protected function getConfigCacheFactoryService()
  1955.     {
  1956.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1957.             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)));
  1958.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1959.         }, 2));
  1960.     }
  1961.     /**
  1962.      * Gets the private 'data_collector.form' shared service.
  1963.      *
  1964.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1965.      */
  1966.     protected function getDataCollector_FormService()
  1967.     {
  1968.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1969.     }
  1970.     /**
  1971.      * Gets the private 'data_collector.request' shared service.
  1972.      *
  1973.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1974.      */
  1975.     protected function getDataCollector_RequestService()
  1976.     {
  1977.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1978.     }
  1979.     /**
  1980.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  1981.      *
  1982.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  1983.      */
  1984.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  1985.     {
  1986.         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 () {
  1987.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  1988.         }, 1)));
  1989.     }
  1990.     /**
  1991.      * Gets the private 'debug.api_platform.data_persister' shared service.
  1992.      *
  1993.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  1994.      */
  1995.     protected function getDebug_ApiPlatform_DataPersisterService()
  1996.     {
  1997.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  1998.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  1999.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2000.         }, 2)));
  2001.     }
  2002.     /**
  2003.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2004.      *
  2005.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2006.      */
  2007.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2008.     {
  2009.         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 () {
  2010.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2011.         }, 1)));
  2012.     }
  2013.     /**
  2014.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2015.      *
  2016.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2017.      */
  2018.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2019.     {
  2020.         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 () {
  2021.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2022.         }, 1)));
  2023.     }
  2024.     /**
  2025.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2026.      *
  2027.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2028.      */
  2029.     protected function getDebug_DebugHandlersListenerService()
  2030.     {
  2031.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2032.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2033.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2034.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2035.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2036.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2037.     }
  2038.     /**
  2039.      * Gets the private 'debug.file_link_formatter' shared service.
  2040.      *
  2041.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2042.      */
  2043.     protected function getDebug_FileLinkFormatterService()
  2044.     {
  2045.         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 () {
  2046.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2047.         });
  2048.     }
  2049.     /**
  2050.      * Gets the private 'debug.log_processor' shared service.
  2051.      *
  2052.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2053.      */
  2054.     protected function getDebug_LogProcessorService()
  2055.     {
  2056.         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())));
  2057.     }
  2058.     /**
  2059.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2060.      *
  2061.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2062.      */
  2063.     protected function getDebug_Security_Access_DecisionManagerService()
  2064.     {
  2065.         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 () {
  2066.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2067.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2068.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2069.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2070.     }
  2071.     /**
  2072.      * Gets the private 'debug.security.firewall' shared service.
  2073.      *
  2074.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2075.      */
  2076.     protected function getDebug_Security_FirewallService()
  2077.     {
  2078.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2079.         if (isset($this->privates['debug.security.firewall'])) {
  2080.             return $this->privates['debug.security.firewall'];
  2081.         }
  2082.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2083.         if (isset($this->privates['debug.security.firewall'])) {
  2084.             return $this->privates['debug.security.firewall'];
  2085.         }
  2086.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2087.     }
  2088.     /**
  2089.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2090.      *
  2091.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2092.      */
  2093.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2094.     {
  2095.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2096.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2097.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2098.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2099.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2100.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2101.             'gedmo.listener.tree' => ['privates''gedmo.listener.tree''getGedmo_Listener_TreeService'true],
  2102.         ], [
  2103.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2104.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2105.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2106.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2107.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2108.             'gedmo.listener.tree' => '?',
  2109.         ]), [=> 'gedmo.listener.tree'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  2110.     }
  2111.     /**
  2112.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2113.      *
  2114.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2115.      */
  2116.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2117.     {
  2118.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], false);
  2119.     }
  2120.     /**
  2121.      * Gets the private 'exception_listener' shared service.
  2122.      *
  2123.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2124.      */
  2125.     protected function getExceptionListenerService()
  2126.     {
  2127.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2128.     }
  2129.     /**
  2130.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2131.      *
  2132.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2133.      */
  2134.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2135.     {
  2136.         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())));
  2137.     }
  2138.     /**
  2139.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2140.      *
  2141.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2142.      */
  2143.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2144.     {
  2145.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2146.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2147.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2148.         }
  2149.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2150.     }
  2151.     /**
  2152.      * Gets the private 'jms_serializer.event_dispatcher' shared service.
  2153.      *
  2154.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  2155.      */
  2156.     protected function getJmsSerializer_EventDispatcherService()
  2157.     {
  2158.         $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2159.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  2160.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  2161.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  2162.         ], [
  2163.             'jms_serializer.stopwatch_subscriber' => '?',
  2164.             'jms_serializer.traceable_runs_listener' => '?',
  2165.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2166.         ]));
  2167.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  2168.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2169.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2170.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2171.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  2172.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  2173.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  2174.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2175.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2176.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  2177.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2178.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  2179.         return $instance;
  2180.     }
  2181.     /**
  2182.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  2183.      *
  2184.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  2185.      */
  2186.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  2187.     {
  2188.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator([]));
  2189.     }
  2190.     /**
  2191.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  2192.      *
  2193.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  2194.      */
  2195.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  2196.     {
  2197.         $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, [
  2198.             'jms_serializer.union_handler' => ['privates''jms_serializer.union_handler''getJmsSerializer_UnionHandlerService'true],
  2199.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  2200.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  2201.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  2202.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  2203.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'true],
  2204.         ], [
  2205.             'jms_serializer.union_handler' => '?',
  2206.             'jms_serializer.array_collection_handler' => '?',
  2207.             'jms_serializer.datetime_handler' => '?',
  2208.             'jms_serializer.iterator_handler' => '?',
  2209.             'jms_serializer.constraint_violation_handler' => '?',
  2210.             'fos_rest.serializer.form_error_handler' => '?',
  2211.         ])));
  2212.         $instance->registerHandler(2'union''json', [=> 'jms_serializer.union_handler'=> 'deserializeUnion']);
  2213.         $instance->registerHandler(2'union''xml', [=> 'jms_serializer.union_handler'=> 'deserializeUnion']);
  2214.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2215.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2216.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2217.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2218.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2219.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2220.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2221.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2222.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2223.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2224.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  2225.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  2226.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  2227.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  2228.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  2229.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  2230.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  2231.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  2232.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2233.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2234.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2235.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2236.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2237.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2238.         $instance->registerHandler(1'union''json', [=> 'jms_serializer.union_handler'=> 'serializeUnion']);
  2239.         $instance->registerHandler(1'union''xml', [=> 'jms_serializer.union_handler'=> 'serializeUnion']);
  2240.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2241.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2242.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2243.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2244.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2245.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2246.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2247.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2248.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2249.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2250.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  2251.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  2252.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  2253.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  2254.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2255.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2256.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2257.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2258.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2259.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2260.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2261.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2262.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2263.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2264.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2265.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2266.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2267.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2268.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml']);
  2269.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']);
  2270.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToXml']);
  2271.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToJson']);
  2272.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  2273.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  2274.         return $instance;
  2275.     }
  2276.     /**
  2277.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  2278.      *
  2279.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  2280.      */
  2281.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  2282.     {
  2283.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2284.             'metadata_driver' => ['privates''jms_serializer.metadata.typed_properties_driver''getJmsSerializer_Metadata_TypedPropertiesDriverService'true],
  2285.         ], [
  2286.             'metadata_driver' => '?',
  2287.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2288.         $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')))));
  2289.         $a->setIncludeInterfaces(false);
  2290.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  2291.     }
  2292.     /**
  2293.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  2294.      *
  2295.      * @return \JMS\SerializerBundle\Debug\RunsListener
  2296.      */
  2297.     protected function getJmsSerializer_TraceableRunsListenerService()
  2298.     {
  2299.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  2300.     }
  2301.     /**
  2302.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2303.      *
  2304.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2305.      */
  2306.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2307.     {
  2308.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  2309.     }
  2310.     /**
  2311.      * Gets the private 'locale_aware_listener' shared service.
  2312.      *
  2313.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2314.      */
  2315.     protected function getLocaleAwareListenerService()
  2316.     {
  2317.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2318.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2319.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2320.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2321.     }
  2322.     /**
  2323.      * Gets the private 'locale_listener' shared service.
  2324.      *
  2325.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2326.      */
  2327.     protected function getLocaleListenerService()
  2328.     {
  2329.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2330.     }
  2331.     /**
  2332.      * Gets the private 'mime_types' shared service.
  2333.      *
  2334.      * @return \Symfony\Component\Mime\MimeTypes
  2335.      */
  2336.     protected function getMimeTypesService()
  2337.     {
  2338.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2339.         $instance->setDefault($instance);
  2340.         return $instance;
  2341.     }
  2342.     /**
  2343.      * Gets the private 'monolog.handler.console' shared service.
  2344.      *
  2345.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2346.      */
  2347.     protected function getMonolog_Handler_ConsoleService()
  2348.     {
  2349.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2350.     }
  2351.     /**
  2352.      * Gets the private 'monolog.handler.main' shared service.
  2353.      *
  2354.      * @return \Monolog\Handler\StreamHandler
  2355.      */
  2356.     protected function getMonolog_Handler_MainService()
  2357.     {
  2358.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2359.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2360.         return $instance;
  2361.     }
  2362.     /**
  2363.      * Gets the private 'monolog.logger' shared service.
  2364.      *
  2365.      * @return \Symfony\Bridge\Monolog\Logger
  2366.      */
  2367.     protected function getMonolog_LoggerService()
  2368.     {
  2369.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2370.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2371.         $instance->useMicrosecondTimestamps(true);
  2372.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2373.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2374.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2375.         return $instance;
  2376.     }
  2377.     /**
  2378.      * Gets the private 'monolog.logger.cache' shared service.
  2379.      *
  2380.      * @return \Symfony\Bridge\Monolog\Logger
  2381.      */
  2382.     protected function getMonolog_Logger_CacheService()
  2383.     {
  2384.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2385.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2386.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2387.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2388.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2389.         return $instance;
  2390.     }
  2391.     /**
  2392.      * Gets the private 'monolog.logger.request' shared service.
  2393.      *
  2394.      * @return \Symfony\Bridge\Monolog\Logger
  2395.      */
  2396.     protected function getMonolog_Logger_RequestService()
  2397.     {
  2398.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2399.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2400.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2401.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2402.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2403.         return $instance;
  2404.     }
  2405.     /**
  2406.      * Gets the private 'monolog.logger.security' shared service.
  2407.      *
  2408.      * @return \Symfony\Bridge\Monolog\Logger
  2409.      */
  2410.     protected function getMonolog_Logger_SecurityService()
  2411.     {
  2412.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2413.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2414.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2415.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2416.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2417.         return $instance;
  2418.     }
  2419.     /**
  2420.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2421.      *
  2422.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2423.      */
  2424.     protected function getNelmioCors_CorsListenerService()
  2425.     {
  2426.         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'))]));
  2427.     }
  2428.     /**
  2429.      * Gets the private 'parameter_bag' shared service.
  2430.      *
  2431.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2432.      */
  2433.     protected function getParameterBagService()
  2434.     {
  2435.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2436.     }
  2437.     /**
  2438.      * Gets the private 'profiler_listener' shared service.
  2439.      *
  2440.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2441.      */
  2442.     protected function getProfilerListenerService()
  2443.     {
  2444.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2445.         if (isset($this->privates['profiler_listener'])) {
  2446.             return $this->privates['profiler_listener'];
  2447.         }
  2448.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2449.     }
  2450.     /**
  2451.      * Gets the private 'property_accessor' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2454.      */
  2455.     protected function getPropertyAccessorService()
  2456.     {
  2457.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2458.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2459.     }
  2460.     /**
  2461.      * Gets the private 'property_info' shared service.
  2462.      *
  2463.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2464.      */
  2465.     protected function getPropertyInfoService()
  2466.     {
  2467.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2468.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2469.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2470.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2471.         }, 3), new RewindableGenerator(function () {
  2472.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2473.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2474.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2475.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2476.         }, 4), new RewindableGenerator(function () {
  2477.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2478.         }, 1), new RewindableGenerator(function () {
  2479.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2480.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2481.         }, 2), new RewindableGenerator(function () {
  2482.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2483.         }, 1));
  2484.     }
  2485.     /**
  2486.      * Gets the private 'router.expression_language_provider' shared service.
  2487.      *
  2488.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2489.      */
  2490.     protected function getRouter_ExpressionLanguageProviderService()
  2491.     {
  2492.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2493.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2494.         ], [
  2495.             'env' => 'Closure',
  2496.         ]));
  2497.     }
  2498.     /**
  2499.      * Gets the private 'router.request_context' shared service.
  2500.      *
  2501.      * @return \Symfony\Component\Routing\RequestContext
  2502.      */
  2503.     protected function getRouter_RequestContextService()
  2504.     {
  2505.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2506.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2507.         return $instance;
  2508.     }
  2509.     /**
  2510.      * Gets the private 'router_listener' shared service.
  2511.      *
  2512.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2513.      */
  2514.     protected function getRouterListenerService()
  2515.     {
  2516.         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);
  2517.     }
  2518.     /**
  2519.      * Gets the private 'security.context_listener.0' shared service.
  2520.      *
  2521.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2522.      */
  2523.     protected function getSecurity_ContextListener_0Service()
  2524.     {
  2525.         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 () {
  2526.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2527.         }, 1), 'dev', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.dev'] ?? $this->getSecurity_EventDispatcher_DevService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2528.     }
  2529.     /**
  2530.      * Gets the private 'security.context_listener.1' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2533.      */
  2534.     protected function getSecurity_ContextListener_1Service()
  2535.     {
  2536.         return $this->privates['security.context_listener.1'] = 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 () {
  2537.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2538.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2539.     }
  2540.     /**
  2541.      * Gets the private 'security.event_dispatcher.dev' shared service.
  2542.      *
  2543.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2544.      */
  2545.     protected function getSecurity_EventDispatcher_DevService()
  2546.     {
  2547.         $this->privates['security.event_dispatcher.dev'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2548.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2549.             return ($this->privates['security.listener.session.dev'] ?? $this->load('getSecurity_Listener_Session_DevService'));
  2550.         }, => 'onSuccessfulLogin'], 0);
  2551.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2552.             return ($this->privates['security.listener.user_checker.dev'] ?? $this->load('getSecurity_Listener_UserChecker_DevService'));
  2553.         }, => 'preCheckCredentials'], 256);
  2554.         $instance->addListener('security.authentication.success', [=> function () {
  2555.             return ($this->privates['security.listener.user_checker.dev'] ?? $this->load('getSecurity_Listener_UserChecker_DevService'));
  2556.         }, => 'postCheckCredentials'], 256);
  2557.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2558.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2559.         }, => 'checkPassport'], 1024);
  2560.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2561.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2562.         }, => 'checkPassport'], 0);
  2563.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2564.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2565.         }, => 'onLoginSuccess'], 0);
  2566.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2567.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2568.         }, => 'checkPassport'], 512);
  2569.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2570.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2571.         }, => 'onLogout'], 0);
  2572.         return $instance;
  2573.     }
  2574.     /**
  2575.      * Gets the private 'security.event_dispatcher.main' shared service.
  2576.      *
  2577.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2578.      */
  2579.     protected function getSecurity_EventDispatcher_MainService()
  2580.     {
  2581.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2582.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2583.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2584.         }, => 'checkPassport'], 2048);
  2585.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2586.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2587.         }, => 'onSuccessfulLogin'], 0);
  2588.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2589.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2590.         }, => 'onLogout'], 64);
  2591.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2592.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2593.         }, => 'onLogout'], 0);
  2594.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2595.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2596.         }, => 'preCheckCredentials'], 256);
  2597.         $instance->addListener('security.authentication.success', [=> function () {
  2598.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2599.         }, => 'postCheckCredentials'], 256);
  2600.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2601.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2602.         }, => 'checkPassport'], 1024);
  2603.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2604.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2605.         }, => 'checkPassport'], 0);
  2606.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2607.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2608.         }, => 'onLoginSuccess'], 0);
  2609.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2610.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2611.         }, => 'checkPassport'], 512);
  2612.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2613.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2614.         }, => 'onLogout'], 0);
  2615.         return $instance;
  2616.     }
  2617.     /**
  2618.      * Gets the private 'security.expression_language' shared service.
  2619.      *
  2620.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2621.      */
  2622.     protected function getSecurity_ExpressionLanguageService()
  2623.     {
  2624.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2625.         $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())));
  2626.         return $instance;
  2627.     }
  2628.     /**
  2629.      * Gets the private 'security.firewall.map' shared service.
  2630.      *
  2631.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2632.      */
  2633.     protected function getSecurity_Firewall_MapService()
  2634.     {
  2635.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2636.         if (isset($this->privates['security.firewall.map'])) {
  2637.             return $this->privates['security.firewall.map'];
  2638.         }
  2639.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2640.             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)/')));
  2641.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2642.         }, 2));
  2643.     }
  2644.     /**
  2645.      * Gets the private 'security.logout_url_generator' shared service.
  2646.      *
  2647.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2648.      */
  2649.     protected function getSecurity_LogoutUrlGeneratorService()
  2650.     {
  2651.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2652.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  2653.         return $instance;
  2654.     }
  2655.     /**
  2656.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2657.      *
  2658.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2659.      */
  2660.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2661.     {
  2662.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2663.     }
  2664.     /**
  2665.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2666.      *
  2667.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2668.      */
  2669.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2670.     {
  2671.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2672.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2673.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2674.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2675.     }
  2676.     /**
  2677.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2678.      *
  2679.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2680.      */
  2681.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2682.     {
  2683.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2684.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2685.             return $this->privates['sensio_framework_extra.security.listener'];
  2686.         }
  2687.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2688.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2689.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2690.     }
  2691.     /**
  2692.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2693.      *
  2694.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2695.      */
  2696.     protected function getSensioFrameworkExtra_View_ListenerService()
  2697.     {
  2698.         $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))));
  2699.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2700.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2701.         ], [
  2702.             'twig' => '?',
  2703.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2704.         return $instance;
  2705.     }
  2706.     /**
  2707.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2708.      *
  2709.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2710.      */
  2711.     protected function getSerializer_NameConverter_MetadataAwareService()
  2712.     {
  2713.         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()));
  2714.     }
  2715.     /**
  2716.      * Gets the private 'session_listener' shared service.
  2717.      *
  2718.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2719.      */
  2720.     protected function getSessionListenerService()
  2721.     {
  2722.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2723.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2724.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2725.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2726.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2727.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2728.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2729.         ], [
  2730.             'initialized_session' => '?',
  2731.             'logger' => '?',
  2732.             'request_stack' => '?',
  2733.             'session' => '?',
  2734.             'session_collector' => '?',
  2735.             'session_factory' => '?',
  2736.         ]), true$this->parameters['session.storage.options']);
  2737.     }
  2738.     /**
  2739.      * Gets the private 'translator.default' shared service.
  2740.      *
  2741.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2742.      */
  2743.     protected function getTranslator_DefaultService()
  2744.     {
  2745.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2746.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2747.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2748.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2749.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2750.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2751.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2752.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2753.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2754.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2755.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2756.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2757.         ], [
  2758.             'translation.loader.csv' => '?',
  2759.             'translation.loader.dat' => '?',
  2760.             'translation.loader.ini' => '?',
  2761.             'translation.loader.json' => '?',
  2762.             'translation.loader.mo' => '?',
  2763.             'translation.loader.php' => '?',
  2764.             'translation.loader.po' => '?',
  2765.             'translation.loader.qt' => '?',
  2766.             'translation.loader.res' => '?',
  2767.             'translation.loader.xliff' => '?',
  2768.             'translation.loader.yml' => '?',
  2769.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.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).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-server-bundle/translations'10 => 'vendor/symfony/web-profiler-bundle/translations'11 => 'vendor/symfony/monolog-bundle/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'vendor/doctrine/doctrine-migrations-bundle/translations'14 => 'vendor/twig/extra-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'17 => 'vendor/friendsofsymfony/rest-bundle/translations'18 => 'vendor/jms/serializer-bundle/translations'19 => 'vendor/lexik/jwt-authentication-bundle/translations'20 => 'vendor/nelmio/cors-bundle/translations'21 => 'vendor/sensio/framework-extra-bundle/src/translations'22 => 'vendor/stof/doctrine-extensions-bundle/src/translations'23 => 'vendor/knplabs/knp-snappy-bundle/src/translations']]], []);
  2770.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2771.         $instance->setFallbackLocales([=> 'en']);
  2772.         return $instance;
  2773.     }
  2774.     /**
  2775.      * Gets the private 'validator.builder' shared service.
  2776.      *
  2777.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2778.      */
  2779.     protected function getValidator_BuilderService()
  2780.     {
  2781.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2782.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2783.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2784.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2785.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2786.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2787.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2788.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2789.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2790.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2791.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2792.         ], [
  2793.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2794.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2795.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2796.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2797.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2798.             'doctrine.orm.validator.unique' => '?',
  2799.             'security.validator.user_password' => '?',
  2800.             'validator.expression' => '?',
  2801.         ])));
  2802.         if ($this->has('translator')) {
  2803.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2804.         }
  2805.         $instance->setTranslationDomain('validators');
  2806.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2807.         $instance->enableAnnotationMapping(true);
  2808.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2809.         $instance->addMethodMapping('loadValidatorMetadata');
  2810.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2811.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2812.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2813.         return $instance;
  2814.     }
  2815.     /**
  2816.      * Gets the private 'web_profiler.csp.handler' shared service.
  2817.      *
  2818.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2819.      */
  2820.     protected function getWebProfiler_Csp_HandlerService()
  2821.     {
  2822.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2823.     }
  2824.     /**
  2825.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2826.      *
  2827.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2828.      */
  2829.     protected function getWebProfiler_DebugToolbarService()
  2830.     {
  2831.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2832.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2833.             return $this->privates['web_profiler.debug_toolbar'];
  2834.         }
  2835.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  2836.     }
  2837.     /**
  2838.      * Gets the public 'cache_clearer' alias.
  2839.      *
  2840.      * @return object The ".container.private.cache_clearer" service.
  2841.      */
  2842.     protected function getCacheClearerService()
  2843.     {
  2844.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2845.         return $this->get('.container.private.cache_clearer');
  2846.     }
  2847.     /**
  2848.      * Gets the public 'filesystem' alias.
  2849.      *
  2850.      * @return object The ".container.private.filesystem" service.
  2851.      */
  2852.     protected function getFilesystemService()
  2853.     {
  2854.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2855.         return $this->get('.container.private.filesystem');
  2856.     }
  2857.     /**
  2858.      * Gets the public 'serializer' alias.
  2859.      *
  2860.      * @return object The ".container.private.serializer" service.
  2861.      */
  2862.     protected function getSerializerService()
  2863.     {
  2864.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2865.         return $this->get('.container.private.serializer');
  2866.     }
  2867.     /**
  2868.      * Gets the public 'security.csrf.token_manager' alias.
  2869.      *
  2870.      * @return object The ".container.private.security.csrf.token_manager" service.
  2871.      */
  2872.     protected function getSecurity_Csrf_TokenManagerService()
  2873.     {
  2874.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2875.         return $this->get('.container.private.security.csrf.token_manager');
  2876.     }
  2877.     /**
  2878.      * Gets the public 'form.factory' alias.
  2879.      *
  2880.      * @return object The ".container.private.form.factory" service.
  2881.      */
  2882.     protected function getForm_FactoryService()
  2883.     {
  2884.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2885.         return $this->get('.container.private.form.factory');
  2886.     }
  2887.     /**
  2888.      * Gets the public 'form.type.file' alias.
  2889.      *
  2890.      * @return object The ".container.private.form.type.file" service.
  2891.      */
  2892.     protected function getForm_Type_FileService()
  2893.     {
  2894.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2895.         return $this->get('.container.private.form.type.file');
  2896.     }
  2897.     /**
  2898.      * Gets the public 'profiler' alias.
  2899.      *
  2900.      * @return object The ".container.private.profiler" service.
  2901.      */
  2902.     protected function getProfilerService()
  2903.     {
  2904.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2905.         return $this->get('.container.private.profiler');
  2906.     }
  2907.     /**
  2908.      * Gets the public 'security.authorization_checker' alias.
  2909.      *
  2910.      * @return object The ".container.private.security.authorization_checker" service.
  2911.      */
  2912.     protected function getSecurity_AuthorizationCheckerService()
  2913.     {
  2914.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2915.         return $this->get('.container.private.security.authorization_checker');
  2916.     }
  2917.     /**
  2918.      * Gets the public 'security.token_storage' alias.
  2919.      *
  2920.      * @return object The ".container.private.security.token_storage" service.
  2921.      */
  2922.     protected function getSecurity_TokenStorageService()
  2923.     {
  2924.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2925.         return $this->get('.container.private.security.token_storage');
  2926.     }
  2927.     /**
  2928.      * Gets the public 'twig' alias.
  2929.      *
  2930.      * @return object The ".container.private.twig" service.
  2931.      */
  2932.     protected function getTwigService()
  2933.     {
  2934.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2935.         return $this->get('.container.private.twig');
  2936.     }
  2937.     /**
  2938.      * Gets the public 'security.password_encoder' alias.
  2939.      *
  2940.      * @return object The ".container.private.security.password_encoder" service.
  2941.      */
  2942.     protected function getSecurity_PasswordEncoderService()
  2943.     {
  2944.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2945.         return $this->get('.container.private.security.password_encoder');
  2946.     }
  2947.     /**
  2948.      * Gets the public 'session' alias.
  2949.      *
  2950.      * @return object The ".container.private.session" service.
  2951.      */
  2952.     protected function getSessionService()
  2953.     {
  2954.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2955.         return $this->get('.container.private.session');
  2956.     }
  2957.     /**
  2958.      * Gets the public 'validator' alias.
  2959.      *
  2960.      * @return object The ".container.private.validator" service.
  2961.      */
  2962.     protected function getValidatorService()
  2963.     {
  2964.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2965.         return $this->get('.container.private.validator');
  2966.     }
  2967.     /**
  2968.      * @return array|bool|float|int|string|\UnitEnum|null
  2969.      */
  2970.     public function getParameter(string $name)
  2971.     {
  2972.         if (isset($this->buildParameters[$name])) {
  2973.             return $this->buildParameters[$name];
  2974.         }
  2975.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2976.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2977.         }
  2978.         if (isset($this->loadedDynamicParameters[$name])) {
  2979.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2980.         }
  2981.         return $this->parameters[$name];
  2982.     }
  2983.     public function hasParameter(string $name): bool
  2984.     {
  2985.         if (isset($this->buildParameters[$name])) {
  2986.             return true;
  2987.         }
  2988.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2989.     }
  2990.     public function setParameter(string $name$value): void
  2991.     {
  2992.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2993.     }
  2994.     public function getParameterBag(): ParameterBagInterface
  2995.     {
  2996.         if (null === $this->parameterBag) {
  2997.             $parameters $this->parameters;
  2998.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2999.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3000.             }
  3001.             foreach ($this->buildParameters as $name => $value) {
  3002.                 $parameters[$name] = $value;
  3003.             }
  3004.             $this->parameterBag = new FrozenParameterBag($parameters);
  3005.         }
  3006.         return $this->parameterBag;
  3007.     }
  3008.     private $loadedDynamicParameters = [
  3009.         'kernel.runtime_environment' => false,
  3010.         'kernel.build_dir' => false,
  3011.         'kernel.cache_dir' => false,
  3012.         'kernel.secret' => false,
  3013.         'debug.container.dump' => false,
  3014.         'serializer.mapping.cache.file' => false,
  3015.         'validator.mapping.cache.file' => false,
  3016.         'profiler.storage.dsn' => false,
  3017.         'doctrine.orm.proxy_dir' => false,
  3018.         'lexik_jwt_authentication.pass_phrase' => false,
  3019.         'nelmio_cors.defaults' => false,
  3020.         'knp_snappy.pdf.binary' => false,
  3021.         'knp_snappy.image.binary' => false,
  3022.     ];
  3023.     private $dynamicParameters = [];
  3024.     private function getDynamicParameter(string $name)
  3025.     {
  3026.         switch ($name) {
  3027.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3028.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3029.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3030.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3031.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3032.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3033.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3034.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3035.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3036.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  3037.             case 'nelmio_cors.defaults'$value = [
  3038.                 'allow_origin' => [
  3039.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3040.                 ],
  3041.                 'allow_credentials' => false,
  3042.                 'allow_headers' => [
  3043.                     => 'content-type',
  3044.                     => 'authorization',
  3045.                 ],
  3046.                 'allow_private_network' => false,
  3047.                 'expose_headers' => [
  3048.                     => 'Link',
  3049.                 ],
  3050.                 'allow_methods' => [
  3051.                     => 'GET',
  3052.                     => 'OPTIONS',
  3053.                     => 'POST',
  3054.                     => 'PUT',
  3055.                     => 'PATCH',
  3056.                     => 'DELETE',
  3057.                 ],
  3058.                 'max_age' => 3600,
  3059.                 'hosts' => [
  3060.                 ],
  3061.                 'origin_regex' => true,
  3062.                 'forced_allow_origin_value' => NULL,
  3063.                 'skip_same_as_origin' => true,
  3064.             ]; break;
  3065.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  3066.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  3067.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3068.         }
  3069.         $this->loadedDynamicParameters[$name] = true;
  3070.         return $this->dynamicParameters[$name] = $value;
  3071.     }
  3072.     protected function getDefaultParameters(): array
  3073.     {
  3074.         return [
  3075.             'kernel.project_dir' => \dirname(__DIR__4),
  3076.             'kernel.environment' => 'dev',
  3077.             'kernel.debug' => true,
  3078.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3079.             'kernel.bundles' => [
  3080.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3081.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3082.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3083.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  3084.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3085.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3086.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3087.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3088.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3089.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3090.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3091.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3092.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  3093.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  3094.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3095.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3096.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3097.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  3098.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3099.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  3100.             ],
  3101.             'kernel.bundles_metadata' => [
  3102.                 'FrameworkBundle' => [
  3103.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3104.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3105.                 ],
  3106.                 'SecurityBundle' => [
  3107.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3108.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3109.                 ],
  3110.                 'TwigBundle' => [
  3111.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3112.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3113.                 ],
  3114.                 'WebServerBundle' => [
  3115.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  3116.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  3117.                 ],
  3118.                 'WebProfilerBundle' => [
  3119.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3120.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3121.                 ],
  3122.                 'MonologBundle' => [
  3123.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3124.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3125.                 ],
  3126.                 'DoctrineBundle' => [
  3127.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3128.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3129.                 ],
  3130.                 'DoctrineMigrationsBundle' => [
  3131.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3132.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3133.                 ],
  3134.                 'TwigExtraBundle' => [
  3135.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3136.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3137.                 ],
  3138.                 'MakerBundle' => [
  3139.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3140.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3141.                 ],
  3142.                 'KnpPaginatorBundle' => [
  3143.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3144.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3145.                 ],
  3146.                 'ApiPlatformBundle' => [
  3147.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3148.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3149.                 ],
  3150.                 'FOSRestBundle' => [
  3151.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  3152.                     'namespace' => 'FOS\\RestBundle',
  3153.                 ],
  3154.                 'JMSSerializerBundle' => [
  3155.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  3156.                     'namespace' => 'JMS\\SerializerBundle',
  3157.                 ],
  3158.                 'LexikJWTAuthenticationBundle' => [
  3159.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3160.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3161.                 ],
  3162.                 'NelmioCorsBundle' => [
  3163.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3164.                     'namespace' => 'Nelmio\\CorsBundle',
  3165.                 ],
  3166.                 'SensioFrameworkExtraBundle' => [
  3167.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3168.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3169.                 ],
  3170.                 'SymfonyCastsVerifyEmailBundle' => [
  3171.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  3172.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  3173.                 ],
  3174.                 'StofDoctrineExtensionsBundle' => [
  3175.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3176.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3177.                 ],
  3178.                 'KnpSnappyBundle' => [
  3179.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  3180.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  3181.                 ],
  3182.             ],
  3183.             'kernel.charset' => 'UTF-8',
  3184.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3185.             'application_directory' => (\dirname(__DIR__4).'/public/uploads'),
  3186.             'event_dispatcher.event_aliases' => [
  3187.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3188.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3189.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3190.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3191.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3192.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3193.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3194.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3195.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3196.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3197.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3198.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3199.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3200.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3201.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3202.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3203.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3204.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3205.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3206.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3207.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3208.             ],
  3209.             'fragment.renderer.hinclude.global_template' => NULL,
  3210.             'fragment.path' => '/_fragment',
  3211.             'kernel.http_method_override' => false,
  3212.             'kernel.trusted_hosts' => [
  3213.             ],
  3214.             'kernel.default_locale' => 'en',
  3215.             'kernel.enabled_locales' => [
  3216.             ],
  3217.             'kernel.error_controller' => 'error_controller',
  3218.             'debug.file_link_format' => NULL,
  3219.             'asset.request_context.base_path' => NULL,
  3220.             'asset.request_context.secure' => NULL,
  3221.             'translator.logging' => false,
  3222.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3223.             'debug.error_handler.throw_at' => -1,
  3224.             'router.request_context.host' => 'localhost',
  3225.             'router.request_context.scheme' => 'http',
  3226.             'router.request_context.base_url' => '',
  3227.             'router.resource' => 'kernel::loadRoutes',
  3228.             'request_listener.http_port' => 80,
  3229.             'request_listener.https_port' => 443,
  3230.             'session.metadata.storage_key' => '_sf2_meta',
  3231.             'session.storage.options' => [
  3232.                 'cache_limiter' => '0',
  3233.                 'cookie_secure' => 'auto',
  3234.                 'cookie_httponly' => true,
  3235.                 'cookie_samesite' => 'lax',
  3236.                 'gc_probability' => 1,
  3237.             ],
  3238.             'session.save_path' => NULL,
  3239.             'session.metadata.update_threshold' => 0,
  3240.             'form.type_extension.csrf.enabled' => true,
  3241.             'form.type_extension.csrf.field_name' => '_token',
  3242.             'validator.translation_domain' => 'validators',
  3243.             'profiler_listener.only_exceptions' => false,
  3244.             'profiler_listener.only_main_requests' => false,
  3245.             'security.role_hierarchy.roles' => [
  3246.             ],
  3247.             'security.access.denied_url' => NULL,
  3248.             'security.authentication.manager.erase_credentials' => true,
  3249.             'security.authentication.session_strategy.strategy' => 'migrate',
  3250.             'security.access.always_authenticate_before_granting' => false,
  3251.             'security.authentication.hide_user_not_found' => true,
  3252.             'security.firewalls' => [
  3253.                 => 'dev',
  3254.                 => 'main',
  3255.             ],
  3256.             'twig.form.resources' => [
  3257.                 => 'form_div_layout.html.twig',
  3258.             ],
  3259.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3260.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3261.             'web_profiler.debug_toolbar.mode' => 2,
  3262.             'monolog.use_microseconds' => true,
  3263.             'monolog.swift_mailer.handlers' => [
  3264.             ],
  3265.             'monolog.handlers_to_channels' => [
  3266.                 'monolog.handler.console' => [
  3267.                     'type' => 'exclusive',
  3268.                     'elements' => [
  3269.                         => 'event',
  3270.                         => 'doctrine',
  3271.                         => 'console',
  3272.                     ],
  3273.                 ],
  3274.                 'monolog.handler.main' => [
  3275.                     'type' => 'exclusive',
  3276.                     'elements' => [
  3277.                         => 'event',
  3278.                     ],
  3279.                 ],
  3280.             ],
  3281.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3282.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3283.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3284.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3285.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3286.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3287.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3288.             'doctrine.entity_managers' => [
  3289.                 'default' => 'doctrine.orm.default_entity_manager',
  3290.             ],
  3291.             'doctrine.default_entity_manager' => 'default',
  3292.             'doctrine.dbal.connection_factory.types' => [
  3293.             ],
  3294.             'doctrine.connections' => [
  3295.                 'default' => 'doctrine.dbal.default_connection',
  3296.             ],
  3297.             'doctrine.default_connection' => 'default',
  3298.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3299.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3300.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3301.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3302.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3303.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3304.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3305.             'doctrine.orm.cache.memcache_port' => 11211,
  3306.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3307.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3308.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3309.             'doctrine.orm.cache.memcached_port' => 11211,
  3310.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3311.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3312.             'doctrine.orm.cache.redis_host' => 'localhost',
  3313.             'doctrine.orm.cache.redis_port' => 6379,
  3314.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3315.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3316.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3317.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3318.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3319.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3320.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3321.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3322.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3323.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3324.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3325.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3326.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3327.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3328.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3329.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3330.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3331.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3332.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3333.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3334.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3335.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3336.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  3337.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3338.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3339.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3340.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3341.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3342.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3343.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3344.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3345.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3346.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3347.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3348.             'doctrine.migrations.preferred_em' => NULL,
  3349.             'doctrine.migrations.preferred_connection' => NULL,
  3350.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  3351.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3352.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  3353.             'knp_paginator.page_range' => 5,
  3354.             'knp_paginator.page_limit' => NULL,
  3355.             'api_platform.metadata_backward_compatibility_layer' => true,
  3356.             'api_platform.enable_entrypoint' => true,
  3357.             'api_platform.enable_docs' => true,
  3358.             'api_platform.title' => '',
  3359.             'api_platform.description' => '',
  3360.             'api_platform.version' => '0.0.0',
  3361.             'api_platform.show_webby' => true,
  3362.             'api_platform.url_generation_strategy' => 1,
  3363.             'api_platform.exception_to_status' => [
  3364.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3365.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3366.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3367.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3368.             ],
  3369.             'api_platform.formats' => [
  3370.                 'jsonld' => [
  3371.                     => 'application/ld+json',
  3372.                 ],
  3373.                 'json' => [
  3374.                     => 'application/json',
  3375.                 ],
  3376.                 'html' => [
  3377.                     => 'text/html',
  3378.                 ],
  3379.             ],
  3380.             'api_platform.patch_formats' => [
  3381.                 'json' => [
  3382.                     => 'application/merge-patch+json',
  3383.                 ],
  3384.             ],
  3385.             'api_platform.error_formats' => [
  3386.                 'jsonproblem' => [
  3387.                     => 'application/problem+json',
  3388.                 ],
  3389.                 'jsonld' => [
  3390.                     => 'application/ld+json',
  3391.                 ],
  3392.             ],
  3393.             'api_platform.allow_plain_identifiers' => false,
  3394.             'api_platform.eager_loading.enabled' => true,
  3395.             'api_platform.eager_loading.max_joins' => 30,
  3396.             'api_platform.eager_loading.fetch_partial' => false,
  3397.             'api_platform.eager_loading.force_eager' => true,
  3398.             'api_platform.collection.exists_parameter_name' => 'exists',
  3399.             'api_platform.collection.order' => 'ASC',
  3400.             'api_platform.collection.order_parameter_name' => 'order',
  3401.             'api_platform.collection.order_nulls_comparison' => NULL,
  3402.             'api_platform.collection.pagination.enabled' => true,
  3403.             'api_platform.collection.pagination.partial' => false,
  3404.             'api_platform.collection.pagination.client_enabled' => false,
  3405.             'api_platform.collection.pagination.client_items_per_page' => false,
  3406.             'api_platform.collection.pagination.client_partial' => false,
  3407.             'api_platform.collection.pagination.items_per_page' => 30,
  3408.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3409.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3410.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3411.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3412.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3413.             'api_platform.collection.pagination' => [
  3414.                 'enabled' => true,
  3415.                 'partial' => false,
  3416.                 'client_enabled' => false,
  3417.                 'client_items_per_page' => false,
  3418.                 'client_partial' => false,
  3419.                 'items_per_page' => 30,
  3420.                 'maximum_items_per_page' => NULL,
  3421.                 'page_parameter_name' => 'page',
  3422.                 'enabled_parameter_name' => 'pagination',
  3423.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3424.                 'partial_parameter_name' => 'partial',
  3425.             ],
  3426.             'api_platform.http_cache.etag' => true,
  3427.             'api_platform.http_cache.max_age' => NULL,
  3428.             'api_platform.http_cache.shared_max_age' => NULL,
  3429.             'api_platform.http_cache.vary' => [
  3430.                 => 'Accept',
  3431.             ],
  3432.             'api_platform.http_cache.public' => NULL,
  3433.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3434.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3435.             'api_platform.asset_package' => NULL,
  3436.             'api_platform.defaults' => [
  3437.                 'attributes' => [
  3438.                 ],
  3439.             ],
  3440.             'api_platform.resource_class_directories' => [
  3441.                 => (\dirname(__DIR__4).'/src/Entity'),
  3442.             ],
  3443.             'api_platform.oauth.enabled' => false,
  3444.             'api_platform.oauth.clientId' => '',
  3445.             'api_platform.oauth.clientSecret' => '',
  3446.             'api_platform.oauth.type' => 'oauth2',
  3447.             'api_platform.oauth.flow' => 'application',
  3448.             'api_platform.oauth.tokenUrl' => '',
  3449.             'api_platform.oauth.authorizationUrl' => '',
  3450.             'api_platform.oauth.refreshUrl' => '',
  3451.             'api_platform.oauth.scopes' => [
  3452.             ],
  3453.             'api_platform.oauth.pkce' => false,
  3454.             'api_platform.openapi.termsOfService' => NULL,
  3455.             'api_platform.openapi.contact.name' => NULL,
  3456.             'api_platform.openapi.contact.url' => NULL,
  3457.             'api_platform.openapi.contact.email' => NULL,
  3458.             'api_platform.openapi.license.name' => NULL,
  3459.             'api_platform.openapi.license.url' => NULL,
  3460.             'api_platform.swagger.versions' => [
  3461.                 => 3,
  3462.             ],
  3463.             'api_platform.enable_swagger_ui' => true,
  3464.             'api_platform.enable_re_doc' => true,
  3465.             'api_platform.swagger.api_keys' => [
  3466.             ],
  3467.             'api_platform.swagger_ui.extra_configuration' => [
  3468.             ],
  3469.             'api_platform.graphql.enabled' => false,
  3470.             'api_platform.graphql.graphiql.enabled' => false,
  3471.             'api_platform.graphql.graphql_playground.enabled' => false,
  3472.             'api_platform.graphql.collection.pagination' => [
  3473.                 'enabled' => true,
  3474.             ],
  3475.             'api_platform.validator.serialize_payload_fields' => [
  3476.             ],
  3477.             'api_platform.validator.query_parameter_validation' => true,
  3478.             'api_platform.elasticsearch.enabled' => false,
  3479.             'jms_serializer.twig_enabled' => 'default',
  3480.             'lexik_jwt_authentication.token_ttl' => 3600,
  3481.             'lexik_jwt_authentication.clock_skew' => 0,
  3482.             'lexik_jwt_authentication.user_identity_field' => 'username',
  3483.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3484.             'lexik_jwt_authentication.user_id_claim' => 'username',
  3485.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3486.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3487.             'nelmio_cors.map' => [
  3488.                 '^/' => [
  3489.                 ],
  3490.             ],
  3491.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3492.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3493.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3494.             'stof_doctrine_extensions.default_locale' => 'en_US',
  3495.             'stof_doctrine_extensions.translation_fallback' => false,
  3496.             'stof_doctrine_extensions.persist_default_translation' => false,
  3497.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3498.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3499.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3500.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3501.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3502.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3503.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3504.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3505.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3506.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3507.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3508.             'knp_snappy.pdf.options' => [
  3509.             ],
  3510.             'knp_snappy.pdf.env' => [
  3511.             ],
  3512.             'knp_snappy.image.options' => [
  3513.             ],
  3514.             'knp_snappy.image.env' => [
  3515.             ],
  3516.             'data_collector.templates' => [
  3517.                 'data_collector.request' => [
  3518.                     => 'request',
  3519.                     => '@WebProfiler/Collector/request.html.twig',
  3520.                 ],
  3521.                 'api_platform.data_collector.request' => [
  3522.                     => 'api_platform.data_collector.request',
  3523.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  3524.                 ],
  3525.                 'data_collector.time' => [
  3526.                     => 'time',
  3527.                     => '@WebProfiler/Collector/time.html.twig',
  3528.                 ],
  3529.                 'data_collector.memory' => [
  3530.                     => 'memory',
  3531.                     => '@WebProfiler/Collector/memory.html.twig',
  3532.                 ],
  3533.                 'data_collector.validator' => [
  3534.                     => 'validator',
  3535.                     => '@WebProfiler/Collector/validator.html.twig',
  3536.                 ],
  3537.                 'data_collector.ajax' => [
  3538.                     => 'ajax',
  3539.                     => '@WebProfiler/Collector/ajax.html.twig',
  3540.                 ],
  3541.                 'data_collector.form' => [
  3542.                     => 'form',
  3543.                     => '@WebProfiler/Collector/form.html.twig',
  3544.                 ],
  3545.                 'data_collector.exception' => [
  3546.                     => 'exception',
  3547.                     => '@WebProfiler/Collector/exception.html.twig',
  3548.                 ],
  3549.                 'data_collector.logger' => [
  3550.                     => 'logger',
  3551.                     => '@WebProfiler/Collector/logger.html.twig',
  3552.                 ],
  3553.                 'data_collector.events' => [
  3554.                     => 'events',
  3555.                     => '@WebProfiler/Collector/events.html.twig',
  3556.                 ],
  3557.                 'data_collector.router' => [
  3558.                     => 'router',
  3559.                     => '@WebProfiler/Collector/router.html.twig',
  3560.                 ],
  3561.                 'data_collector.cache' => [
  3562.                     => 'cache',
  3563.                     => '@WebProfiler/Collector/cache.html.twig',
  3564.                 ],
  3565.                 'data_collector.translation' => [
  3566.                     => 'translation',
  3567.                     => '@WebProfiler/Collector/translation.html.twig',
  3568.                 ],
  3569.                 'data_collector.security' => [
  3570.                     => 'security',
  3571.                     => '@Security/Collector/security.html.twig',
  3572.                 ],
  3573.                 'data_collector.twig' => [
  3574.                     => 'twig',
  3575.                     => '@WebProfiler/Collector/twig.html.twig',
  3576.                 ],
  3577.                 'data_collector.http_client' => [
  3578.                     => 'http_client',
  3579.                     => '@WebProfiler/Collector/http_client.html.twig',
  3580.                 ],
  3581.                 'data_collector.doctrine' => [
  3582.                     => 'db',
  3583.                     => '@Doctrine/Collector/db.html.twig',
  3584.                 ],
  3585.                 'data_collector.messenger' => [
  3586.                     => 'messenger',
  3587.                     => '@WebProfiler/Collector/messenger.html.twig',
  3588.                 ],
  3589.                 'mailer.data_collector' => [
  3590.                     => 'mailer',
  3591.                     => '@WebProfiler/Collector/mailer.html.twig',
  3592.                 ],
  3593.                 'notifier.data_collector' => [
  3594.                     => 'notifier',
  3595.                     => '@WebProfiler/Collector/notifier.html.twig',
  3596.                 ],
  3597.                 'jms_serializer.data_collector' => [
  3598.                     => 'jms_serializer',
  3599.                     => '@JMSSerializer/Collector/panel.html.twig',
  3600.                 ],
  3601.                 'data_collector.config' => [
  3602.                     => 'config',
  3603.                     => '@WebProfiler/Collector/config.html.twig',
  3604.                 ],
  3605.             ],
  3606.             'console.command.ids' => [
  3607.             ],
  3608.         ];
  3609.     }
  3610.     protected function throw($message)
  3611.     {
  3612.         throw new RuntimeException($message);
  3613.     }
  3614. }