var/cache/dev/ContainerEAfpPWc/App_KernelDevDebugContainer.php line 2317

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