var/cache/dev/ContainerViYKTjq/App_KernelDevDebugContainer.php line 2452

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