var/cache/dev/ContainerTz1yM5Q/App_KernelDevDebugContainer.php line 10209

Open in your IDE?
  1. <?php
  2. namespace ContainerTz1yM5Q;
  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.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'App\\Controller\\AuthController' => 'getAuthControllerService',
  42.             'App\\Controller\\LoadController' => 'getLoadControllerService',
  43.             'App\\Controller\\PageDataController' => 'getPageDataControllerService',
  44.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  45.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  46.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  47.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  48.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  49.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  50.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  51.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  52.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  53.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  54.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  55.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  56.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  57.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  58.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  59.             'cache.app' => 'getCache_AppService',
  60.             'cache.app_clearer' => 'getCache_AppClearerService',
  61.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  62.             'cache.system' => 'getCache_SystemService',
  63.             'cache.system_clearer' => 'getCache_SystemClearerService',
  64.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  65.             'cache_warmer' => 'getCacheWarmerService',
  66.             'console.command_loader' => 'getConsole_CommandLoaderService',
  67.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  68.             'data_collector.dump' => 'getDataCollector_DumpService',
  69.             'doctrine' => 'getDoctrineService',
  70.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  71.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  72.             'error_controller' => 'getErrorControllerService',
  73.             'event_dispatcher' => 'getEventDispatcherService',
  74.             'http_kernel' => 'getHttpKernelService',
  75.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  76.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  77.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  78.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  79.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  80.             'profiler' => 'getProfilerService',
  81.             'request_stack' => 'getRequestStackService',
  82.             'router' => 'getRouterService',
  83.             'routing.loader' => 'getRouting_LoaderService',
  84.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  85.             'services_resetter' => 'getServicesResetterService',
  86.             'session' => 'getSessionService',
  87.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  88.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  89.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  90.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  91.             'cache_clearer' => 'getCacheClearerService',
  92.             'filesystem' => 'getFilesystemService',
  93.             'serializer' => 'getSerializerService',
  94.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  95.             'twig' => 'getTwigService',
  96.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  97.             'security.token_storage' => 'getSecurity_TokenStorageService',
  98.             'validator' => 'getValidatorService',
  99.         ];
  100.         $this->aliases = [
  101.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  102.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  103.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  104.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  105.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  106.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  107.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  108.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  109.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  110.             'database_connection' => 'doctrine.dbal.default_connection',
  111.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  112.         ];
  113.         $this->privates['service_container'] = function () {
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  120.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  131.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  153.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  160.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  172.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  188.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  189.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  227.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  241.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/DataCollector/MercureDataCollector.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  248.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  255.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  268.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  269.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  271.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  273.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  293.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  295.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  302.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  304.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  312.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  314.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  315.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  317.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  318.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  320.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  321.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  322.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  324.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  325.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  326.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  327.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  329.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  330.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  331.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  333.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  336.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  337.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  338.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  340.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  341.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  342.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  344.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  345.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  346.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  347.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  348.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  349.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  350.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  351.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  352.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  353.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  355.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  356.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  357.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  358.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  359.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  361.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  362.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  363.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  365.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  367.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  369.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  370.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  371.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  373.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.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/Symfony/Routing/SkolemIriConverter.php';
  379.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  380.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  383.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  384.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  388.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  392.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  393.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  394.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  396.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  397.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  399.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  400.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  403.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  404.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddLinkHeaderListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Discovery.php';
  406.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  408.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  411.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  412.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  415.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  417.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  418.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  421.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  422.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  423.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  424.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Debug/TraceableHub.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Hub.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenProviderInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/FactoryTokenProvider.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/TokenFactoryInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Jwt/LcobucciFactory.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/HubRegistry.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/EventSubscriber/SetCookieSubscriber.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  463.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  469.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ItemNormalizer.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/ObjectNormalizer.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  539.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  541.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  543.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  544.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  545.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  546.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  547.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  548.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  549.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  550.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  551.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Twig/MercureExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/mercure/src/Authorization.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  585.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  595.         };
  596.     }
  597.     public function compile(): void
  598.     {
  599.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  600.     }
  601.     public function isCompiled(): bool
  602.     {
  603.         return true;
  604.     }
  605.     public function getRemovedIds(): array
  606.     {
  607.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  608.     }
  609.     protected function createProxy($class\Closure $factory)
  610.     {
  611.         return $factory();
  612.     }
  613.     /**
  614.      * Gets the public '.container.private.cache_clearer' shared service.
  615.      *
  616.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  617.      */
  618.     protected function get_Container_Private_CacheClearerService()
  619.     {
  620.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  621.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  622.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  623.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  624.         }, 1));
  625.     }
  626.     /**
  627.      * Gets the public '.container.private.filesystem' shared service.
  628.      *
  629.      * @return \Symfony\Component\Filesystem\Filesystem
  630.      */
  631.     protected function get_Container_Private_FilesystemService()
  632.     {
  633.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  634.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  635.     }
  636.     /**
  637.      * Gets the public '.container.private.security.authorization_checker' shared service.
  638.      *
  639.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  640.      */
  641.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  642.     {
  643.         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()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  644.     }
  645.     /**
  646.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  647.      *
  648.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  649.      */
  650.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  651.     {
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  656.         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())));
  657.     }
  658.     /**
  659.      * Gets the public '.container.private.security.token_storage' shared service.
  660.      *
  661.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  662.      */
  663.     protected function get_Container_Private_Security_TokenStorageService()
  664.     {
  665.         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, [
  666.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  667.         ], [
  668.             'request_stack' => '?',
  669.         ]));
  670.     }
  671.     /**
  672.      * Gets the public '.container.private.serializer' shared service.
  673.      *
  674.      * @return \Symfony\Component\Serializer\Serializer
  675.      */
  676.     protected function get_Container_Private_SerializerService()
  677.     {
  678.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  679.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  680.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  681.         $d = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  682.         $e = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($d);
  683.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  684.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  685.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  686.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  687.         $j = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  688.         $k = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f$g$h, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$iNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], $jNULLtrue$d));
  689.         $l = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  690.         $m = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  691.         $n = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  692.         $o = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  693.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  694.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  695.         $r = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  696.         $s = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  697.         $t = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$m$a$b, new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q), NULL, []);
  698.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => $e=> $k=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($l, [], $m), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $m), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\ValidationExceptionNormalizer($this->parameters['api_platform.exception_to_status']), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\HttpExceptionNormalizer(), => new \ApiPlatform\Core\GraphQl\Serializer\Exception\RuntimeExceptionNormalizer(), => $k=> new \ApiPlatform\Core\GraphQl\Serializer\Exception\ErrorNormalizer(), 10 => $e11 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f$g$h$nNULL$lNULL$m), 12 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f$o$l), 13 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ltrue), 14 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 15 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 16 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 17 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f$g$h$o$n$p$a$m$q, [], new RewindableGenerator(function () {
  699.             return new \EmptyIterator();
  700.         }, 0), $r), 18 => new \ApiPlatform\Core\GraphQl\Serializer\ItemNormalizer($g$h$o$j$n$a$m$q$sfalseNULL, new RewindableGenerator(function () {
  701.             return new \EmptyIterator();
  702.         }, 0), $f), 19 => new \ApiPlatform\Serializer\ItemNormalizer($g$h$o$n$a$m$q$sfalseNULL, new RewindableGenerator(function () {
  703.             return new \EmptyIterator();
  704.         }, 0), $f$r), 20 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $m), 23 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 24 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 25 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 26 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(NULL), 27 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($p$n$oNULL), 'page''pagination'$f$a), $f$n$i), 28 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 29 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t$o$p), 30 => new \ApiPlatform\Core\GraphQl\Serializer\ObjectNormalizer($t$o$j), 31 => $t], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  705.     }
  706.     /**
  707.      * Gets the public '.container.private.twig' shared service.
  708.      *
  709.      * @return \Twig\Environment
  710.      */
  711.     protected function get_Container_Private_TwigService()
  712.     {
  713.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  714.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  715.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  716.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  717.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  718.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  719.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  720.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  721.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  722.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  723.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  724.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  725.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  726.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), 'Mercure');
  727.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src/Resources/views'), '!Mercure');
  728.         $a->addPath((\dirname(__DIR__4).'/templates'));
  729.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  730.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  731.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  732.         $d = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  733.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  734.         $f = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  735.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  736.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  737.         $h = ($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService());
  738.         $i = new \Symfony\Bridge\Twig\AppVariable();
  739.         $i->setEnvironment('dev');
  740.         $i->setDebug(true);
  741.         if ($this->has('.container.private.security.token_storage')) {
  742.             $i->setTokenStorage($f);
  743.         }
  744.         if ($this->has('request_stack')) {
  745.             $i->setRequestStack($c);
  746.         }
  747.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  748.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  749.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  750.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c$d->getBaseUrl(), $d->isSecure())), new RewindableGenerator(function () {
  751.             return new \EmptyIterator();
  752.         }, 0))));
  753.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  754.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  755.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  756.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  757.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  758.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  759.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c$d)));
  760.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  761.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  762.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  763.         $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($c, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  764.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  765.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  766.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  767.         $instance->addExtension(new \Symfony\Component\Mercure\Twig\MercureExtension($h, new \Symfony\Component\Mercure\Authorization($hNULLNULL), $c));
  768.         $instance->addGlobal('app'$i);
  769.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  770.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  771.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  772.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  773.         ], [
  774.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  775.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  776.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  777.         ])));
  778.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  779.         return $instance;
  780.     }
  781.     /**
  782.      * Gets the public '.container.private.validator' shared service.
  783.      *
  784.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  785.      */
  786.     protected function get_Container_Private_ValidatorService()
  787.     {
  788.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  789.     }
  790.     /**
  791.      * Gets the public 'App\Controller\AuthController' shared autowired service.
  792.      *
  793.      * @return \App\Controller\AuthController
  794.      */
  795.     protected function getAuthControllerService()
  796.     {
  797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  798.         include_once \dirname(__DIR__4).'/src/Controller/AuthController.php';
  799.         $this->services['App\\Controller\\AuthController'] = $instance = new \App\Controller\AuthController();
  800.         $instance->setContainer(($this->privates['.service_locator.W9y3dzm'] ?? $this->get_ServiceLocator_W9y3dzmService())->withContext('App\\Controller\\AuthController'$this));
  801.         return $instance;
  802.     }
  803.     /**
  804.      * Gets the public 'App\Controller\LoadController' shared autowired service.
  805.      *
  806.      * @return \App\Controller\LoadController
  807.      */
  808.     protected function getLoadControllerService()
  809.     {
  810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  811.         include_once \dirname(__DIR__4).'/src/Controller/LoadController.php';
  812.         $this->services['App\\Controller\\LoadController'] = $instance = new \App\Controller\LoadController();
  813.         $instance->setContainer(($this->privates['.service_locator.W9y3dzm'] ?? $this->get_ServiceLocator_W9y3dzmService())->withContext('App\\Controller\\LoadController'$this));
  814.         return $instance;
  815.     }
  816.     /**
  817.      * Gets the public 'App\Controller\PageDataController' shared autowired service.
  818.      *
  819.      * @return \App\Controller\PageDataController
  820.      */
  821.     protected function getPageDataControllerService()
  822.     {
  823.         include_once \dirname(__DIR__4).'/src/Controller/PageDataController.php';
  824.         return $this->services['App\\Controller\\PageDataController'] = new \App\Controller\PageDataController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  825.     }
  826.     /**
  827.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  828.      *
  829.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  830.      */
  831.     protected function getProfilerControllerService()
  832.     {
  833.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  834.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  835.     }
  836.     /**
  837.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  838.      *
  839.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  840.      */
  841.     protected function getRedirectControllerService()
  842.     {
  843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  844.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  845.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  846.     }
  847.     /**
  848.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  849.      *
  850.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  851.      */
  852.     protected function getTemplateControllerService()
  853.     {
  854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  855.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  856.     }
  857.     /**
  858.      * Gets the public 'api_platform.action.documentation' shared service.
  859.      *
  860.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  861.      */
  862.     protected function getApiPlatform_Action_DocumentationService()
  863.     {
  864.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  865.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), $this->getEnv('PROJECT_NAME'), '''1.0.0'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()));
  866.     }
  867.     /**
  868.      * Gets the public 'api_platform.action.entrypoint' shared service.
  869.      *
  870.      * @return \ApiPlatform\Action\EntrypointAction
  871.      */
  872.     protected function getApiPlatform_Action_EntrypointService()
  873.     {
  874.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  875.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  876.     }
  877.     /**
  878.      * Gets the public 'api_platform.action.exception' shared service.
  879.      *
  880.      * @return \ApiPlatform\Action\ExceptionAction
  881.      */
  882.     protected function getApiPlatform_Action_ExceptionService()
  883.     {
  884.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  885.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status'], ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  886.     }
  887.     /**
  888.      * Gets the public 'api_platform.action.not_exposed' shared service.
  889.      *
  890.      * @return \ApiPlatform\Action\NotExposedAction
  891.      */
  892.     protected function getApiPlatform_Action_NotExposedService()
  893.     {
  894.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  895.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  896.     }
  897.     /**
  898.      * Gets the public 'api_platform.action.not_found' shared service.
  899.      *
  900.      * @return \ApiPlatform\Action\NotFoundAction
  901.      */
  902.     protected function getApiPlatform_Action_NotFoundService()
  903.     {
  904.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  905.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  906.     }
  907.     /**
  908.      * Gets the public 'api_platform.action.placeholder' shared service.
  909.      *
  910.      * @return \ApiPlatform\Action\PlaceholderAction
  911.      */
  912.     protected function getApiPlatform_Action_PlaceholderService()
  913.     {
  914.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  915.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  916.     }
  917.     /**
  918.      * Gets the public 'api_platform.graphql.action.entrypoint' shared service.
  919.      *
  920.      * @return \ApiPlatform\Core\GraphQl\Action\EntrypointAction
  921.      */
  922.     protected function getApiPlatform_Graphql_Action_EntrypointService()
  923.     {
  924.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Action/EntrypointAction.php';
  925.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/ExecutorInterface.php';
  926.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Executor.php';
  927.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php';
  928.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Error/ErrorHandler.php';
  929.         return $this->services['api_platform.graphql.action.entrypoint'] = new \ApiPlatform\Core\GraphQl\Action\EntrypointAction(($this->privates['api_platform.graphql.schema_builder'] ?? $this->getApiPlatform_Graphql_SchemaBuilderService()), new \ApiPlatform\Core\GraphQl\Executor(), ($this->services['api_platform.graphql.action.graphiql'] ?? $this->getApiPlatform_Graphql_Action_GraphiqlService()), ($this->services['api_platform.graphql.action.graphql_playground'] ?? $this->getApiPlatform_Graphql_Action_GraphqlPlaygroundService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), new \ApiPlatform\GraphQl\Error\ErrorHandler(), truetruetrue'graphiql');
  930.     }
  931.     /**
  932.      * Gets the public 'api_platform.graphql.action.graphiql' shared service.
  933.      *
  934.      * @return \ApiPlatform\Core\GraphQl\Action\GraphiQlAction
  935.      */
  936.     protected function getApiPlatform_Graphql_Action_GraphiqlService()
  937.     {
  938.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Action/GraphiQlAction.php';
  939.         return $this->services['api_platform.graphql.action.graphiql'] = new \ApiPlatform\Core\GraphQl\Action\GraphiQlAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), true$this->getEnv('PROJECT_NAME'), NULL);
  940.     }
  941.     /**
  942.      * Gets the public 'api_platform.graphql.action.graphql_playground' shared service.
  943.      *
  944.      * @return \ApiPlatform\Core\GraphQl\Action\GraphQlPlaygroundAction
  945.      */
  946.     protected function getApiPlatform_Graphql_Action_GraphqlPlaygroundService()
  947.     {
  948.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Action/GraphQlPlaygroundAction.php';
  949.         return $this->services['api_platform.graphql.action.graphql_playground'] = new \ApiPlatform\Core\GraphQl\Action\GraphQlPlaygroundAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), true$this->getEnv('PROJECT_NAME'), NULL);
  950.     }
  951.     /**
  952.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  953.      *
  954.      * @return \ApiPlatform\JsonLd\Action\ContextAction
  955.      */
  956.     protected function getApiPlatform_Jsonld_Action_ContextService()
  957.     {
  958.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  959.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  960.     }
  961.     /**
  962.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  963.      *
  964.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  965.      */
  966.     protected function getApiPlatform_Swagger_Action_UiService()
  967.     {
  968.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  969.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), $this->getEnv('PROJECT_NAME'), '''1.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''''', [], truetruetruetruetruetrue$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
  970.     }
  971.     /**
  972.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  973.      *
  974.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  975.      */
  976.     protected function getApiPlatform_SwaggerUi_ActionService()
  977.     {
  978.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  979.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  980.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truetruetruetruetruetrueNULL, []), $this->parameters['api_platform.formats'], ''''false);
  981.     }
  982.     /**
  983.      * Gets the public 'cache.app' shared service.
  984.      *
  985.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  986.      */
  987.     protected function getCache_AppService()
  988.     {
  989.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('EsjTjWya5m'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  990.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  991.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  992.     }
  993.     /**
  994.      * Gets the public 'cache.app_clearer' shared service.
  995.      *
  996.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  997.      */
  998.     protected function getCache_AppClearerService()
  999.     {
  1000.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1001.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1002.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1003.     }
  1004.     /**
  1005.      * Gets the public 'cache.global_clearer' shared service.
  1006.      *
  1007.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1008.      */
  1009.     protected function getCache_GlobalClearerService()
  1010.     {
  1011.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1012.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1013.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  1014.     }
  1015.     /**
  1016.      * Gets the public 'cache.system' shared service.
  1017.      *
  1018.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1019.      */
  1020.     protected function getCache_SystemService()
  1021.     {
  1022.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WBnWaIprCm'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1023.     }
  1024.     /**
  1025.      * Gets the public 'cache.system_clearer' shared service.
  1026.      *
  1027.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1028.      */
  1029.     protected function getCache_SystemClearerService()
  1030.     {
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1032.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1033.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  1034.     }
  1035.     /**
  1036.      * Gets the public 'cache.validator_expression_language' shared service.
  1037.      *
  1038.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1039.      */
  1040.     protected function getCache_ValidatorExpressionLanguageService()
  1041.     {
  1042.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qKXkoR0hFH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1043.     }
  1044.     /**
  1045.      * Gets the public 'cache_warmer' shared service.
  1046.      *
  1047.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1048.      */
  1049.     protected function getCacheWarmerService()
  1050.     {
  1051.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1052.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1053.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1054.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1055.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1056.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1057.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1058.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1059.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1060.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1061.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1062.         }, 8), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1063.     }
  1064.     /**
  1065.      * Gets the public 'console.command_loader' shared service.
  1066.      *
  1067.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1068.      */
  1069.     protected function getConsole_CommandLoaderService()
  1070.     {
  1071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1073.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1074.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1075.             'api_platform.graphql.command.export_command' => ['privates''api_platform.graphql.command.export_command''getApiPlatform_Graphql_Command_ExportCommandService'false],
  1076.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  1077.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  1078.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  1079.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  1080.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1081.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1082.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1083.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1084.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1085.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1086.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1087.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1088.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1089.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1090.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1091.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1092.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1093.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1094.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1095.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1096.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1097.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1098.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1099.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1100.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1101.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1102.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1103.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1104.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1105.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1106.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1107.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1108.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1109.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1110.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1111.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1112.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1113.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1114.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1115.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1116.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1117.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1118.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1119.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1120.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1121.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1122.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1123.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1124.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1125.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1126.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1127.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1128.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1129.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1130.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1131.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1132.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1133.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1134.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1135.             'lexik_jwt_authentication.check_config_command' => ['privates''.lexik_jwt_authentication.check_config_command.lazy''get_LexikJwtAuthentication_CheckConfigCommand_LazyService'false],
  1136.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''.lexik_jwt_authentication.generate_keypair_command.lazy''get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService'false],
  1137.             'lexik_jwt_authentication.generate_token_command' => ['privates''.lexik_jwt_authentication.generate_token_command.lazy''get_LexikJwtAuthentication_GenerateTokenCommand_LazyService'false],
  1138.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1139.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1140.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1141.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1142.             'maker.auto_command.make_data_persister' => ['privates''.maker.auto_command.make_data_persister.lazy''get_Maker_AutoCommand_MakeDataPersister_LazyService'false],
  1143.             'maker.auto_command.make_data_provider' => ['privates''.maker.auto_command.make_data_provider.lazy''get_Maker_AutoCommand_MakeDataProvider_LazyService'false],
  1144.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1145.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1146.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1147.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1148.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1149.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1150.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1151.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1152.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1153.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1154.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1155.             'maker.auto_command.make_state_processor' => ['privates''.maker.auto_command.make_state_processor.lazy''get_Maker_AutoCommand_MakeStateProcessor_LazyService'false],
  1156.             'maker.auto_command.make_state_provider' => ['privates''.maker.auto_command.make_state_provider.lazy''get_Maker_AutoCommand_MakeStateProvider_LazyService'false],
  1157.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1158.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1159.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1160.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1161.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1162.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1163.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1164.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1165.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1166.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1167.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1168.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1169.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1170.         ], [
  1171.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1172.             'api_platform.graphql.command.export_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\GraphQlExportCommand',
  1173.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  1174.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  1175.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  1176.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  1177.             'console.command.about' => '?',
  1178.             'console.command.assets_install' => '?',
  1179.             'console.command.cache_clear' => '?',
  1180.             'console.command.cache_pool_clear' => '?',
  1181.             'console.command.cache_pool_delete' => '?',
  1182.             'console.command.cache_pool_list' => '?',
  1183.             'console.command.cache_pool_prune' => '?',
  1184.             'console.command.cache_warmup' => '?',
  1185.             'console.command.config_debug' => '?',
  1186.             'console.command.config_dump_reference' => '?',
  1187.             'console.command.container_debug' => '?',
  1188.             'console.command.container_lint' => '?',
  1189.             'console.command.debug_autowiring' => '?',
  1190.             'console.command.event_dispatcher_debug' => '?',
  1191.             'console.command.router_debug' => '?',
  1192.             'console.command.router_match' => '?',
  1193.             'console.command.secrets_decrypt_to_local' => '?',
  1194.             'console.command.secrets_encrypt_from_local' => '?',
  1195.             'console.command.secrets_generate_key' => '?',
  1196.             'console.command.secrets_list' => '?',
  1197.             'console.command.secrets_remove' => '?',
  1198.             'console.command.secrets_set' => '?',
  1199.             'console.command.validator_debug' => '?',
  1200.             'console.command.yaml_lint' => '?',
  1201.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1202.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1203.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1204.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1205.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1206.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1207.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1208.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1209.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1210.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1211.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1212.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1213.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1214.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1215.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1216.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1217.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1218.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1219.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1220.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1221.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1222.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1223.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1224.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1225.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1226.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1227.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1228.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1229.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1230.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1231.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1232.             'lexik_jwt_authentication.check_config_command' => '?',
  1233.             'lexik_jwt_authentication.generate_keypair_command' => '?',
  1234.             'lexik_jwt_authentication.generate_token_command' => '?',
  1235.             'maker.auto_command.make_auth' => '?',
  1236.             'maker.auto_command.make_command' => '?',
  1237.             'maker.auto_command.make_controller' => '?',
  1238.             'maker.auto_command.make_crud' => '?',
  1239.             'maker.auto_command.make_data_persister' => '?',
  1240.             'maker.auto_command.make_data_provider' => '?',
  1241.             'maker.auto_command.make_docker_database' => '?',
  1242.             'maker.auto_command.make_entity' => '?',
  1243.             'maker.auto_command.make_fixtures' => '?',
  1244.             'maker.auto_command.make_form' => '?',
  1245.             'maker.auto_command.make_message' => '?',
  1246.             'maker.auto_command.make_messenger_middleware' => '?',
  1247.             'maker.auto_command.make_migration' => '?',
  1248.             'maker.auto_command.make_registration_form' => '?',
  1249.             'maker.auto_command.make_reset_password' => '?',
  1250.             'maker.auto_command.make_serializer_encoder' => '?',
  1251.             'maker.auto_command.make_serializer_normalizer' => '?',
  1252.             'maker.auto_command.make_state_processor' => '?',
  1253.             'maker.auto_command.make_state_provider' => '?',
  1254.             'maker.auto_command.make_subscriber' => '?',
  1255.             'maker.auto_command.make_test' => '?',
  1256.             'maker.auto_command.make_twig_extension' => '?',
  1257.             'maker.auto_command.make_user' => '?',
  1258.             'maker.auto_command.make_validator' => '?',
  1259.             'maker.auto_command.make_voter' => '?',
  1260.             'monolog.command.server_log' => '?',
  1261.             'security.command.debug_firewall' => '?',
  1262.             'security.command.user_password_encoder' => '?',
  1263.             'security.command.user_password_hash' => '?',
  1264.             'twig.command.debug' => '?',
  1265.             'twig.command.lint' => '?',
  1266.             'var_dumper.command.server_dump' => '?',
  1267.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:validator' => 'console.command.validator_debug''lint:yaml' => 'console.command.yaml_lint''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''api:graphql:export' => 'api_platform.graphql.command.export_command''api:upgrade-resource' => 'api_platform.upgrade_resource.command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''make:data-provider' => 'maker.auto_command.make_data_provider''make:data-persister' => 'maker.auto_command.make_data_persister''make:state-processor' => 'maker.auto_command.make_state_processor''make:state-provider' => 'maker.auto_command.make_state_provider''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  1268.     }
  1269.     /**
  1270.      * Gets the public 'container.env_var_processors_locator' shared service.
  1271.      *
  1272.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1273.      */
  1274.     protected function getContainer_EnvVarProcessorsLocatorService()
  1275.     {
  1276.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1277.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1278.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1279.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1280.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1281.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1282.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1283.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1284.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1285.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1286.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1287.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1288.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1289.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1290.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1291.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1292.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1293.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1294.         ], [
  1295.             'base64' => '?',
  1296.             'bool' => '?',
  1297.             'const' => '?',
  1298.             'csv' => '?',
  1299.             'default' => '?',
  1300.             'file' => '?',
  1301.             'float' => '?',
  1302.             'int' => '?',
  1303.             'json' => '?',
  1304.             'key' => '?',
  1305.             'not' => '?',
  1306.             'query_string' => '?',
  1307.             'require' => '?',
  1308.             'resolve' => '?',
  1309.             'string' => '?',
  1310.             'trim' => '?',
  1311.             'url' => '?',
  1312.         ]);
  1313.     }
  1314.     /**
  1315.      * Gets the public 'data_collector.dump' shared service.
  1316.      *
  1317.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1318.      */
  1319.     protected function getDataCollector_DumpService()
  1320.     {
  1321.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1322.     }
  1323.     /**
  1324.      * Gets the public 'doctrine' shared service.
  1325.      *
  1326.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1327.      */
  1328.     protected function getDoctrineService()
  1329.     {
  1330.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1331.     }
  1332.     /**
  1333.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1334.      *
  1335.      * @return \Doctrine\DBAL\Connection
  1336.      */
  1337.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1338.     {
  1339.         $a = new \Doctrine\DBAL\Configuration();
  1340.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1341.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1342.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1343.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1344.         $a->setSQLLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1345.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b)]);
  1346.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_pgsql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '11''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1347.             'App\\EventListener\\Doctrine\\SetCurrentUserListener' => ['privates''App\\EventListener\\Doctrine\\SetCurrentUserListener''getSetCurrentUserListenerService'false],
  1348.             'api_platform.doctrine.orm.listener.mercure.publish' => ['privates''api_platform.doctrine.orm.listener.mercure.publish''getApiPlatform_Doctrine_Orm_Listener_Mercure_PublishService'false],
  1349.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1350.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  1351.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  1352.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'false],
  1353.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'false],
  1354.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'false],
  1355.         ], [
  1356.             'App\\EventListener\\Doctrine\\SetCurrentUserListener' => '?',
  1357.             'api_platform.doctrine.orm.listener.mercure.publish' => '?',
  1358.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1359.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1360.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1361.             'stof_doctrine_extensions.listener.sluggable' => '?',
  1362.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1363.             'stof_doctrine_extensions.listener.tree' => '?',
  1364.         ]), [=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'stof_doctrine_extensions.listener.tree'=> 'stof_doctrine_extensions.listener.sluggable'=> 'stof_doctrine_extensions.listener.timestampable'=> [=> [=> 'prePersist'], => 'App\\EventListener\\Doctrine\\SetCurrentUserListener'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'onFlush'], => 'api_platform.doctrine.orm.listener.mercure.publish'], => [=> [=> 'postFlush'], => 'api_platform.doctrine.orm.listener.mercure.publish']]), []);
  1365.     }
  1366.     /**
  1367.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1368.      *
  1369.      * @return \Doctrine\ORM\EntityManager
  1370.      */
  1371.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1372.     {
  1373.         if ($lazyLoad) {
  1374.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1375.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1376.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1377.                     $proxy->setProxyInitializer(null);
  1378.                     return true;
  1379.                 });
  1380.             });
  1381.         }
  1382.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1383.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1384.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1385.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1389.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1390.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1391.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1392.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1393.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1394.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1395.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1396.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1397.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1398.         $a = new \Doctrine\ORM\Configuration();
  1399.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1400.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1401.         $b->addDriver($c'App\\Entity');
  1402.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  1403.         $b->addDriver($c'Gedmo\\Translator\\Entity');
  1404.         $b->addDriver($c'Gedmo\\Loggable\\Entity');
  1405.         $b->addDriver($c'Gedmo\\Tree\\Entity');
  1406.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity''GedmoTranslator' => 'Gedmo\\Translator\\Entity''GedmoLoggable' => 'Gedmo\\Loggable\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity']);
  1407.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1408.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1409.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1410.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1411.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1412.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1413.         ], [
  1414.             'doctrine.ulid_generator' => '?',
  1415.             'doctrine.uuid_generator' => '?',
  1416.         ])));
  1417.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1418.         $a->setProxyNamespace('Proxies');
  1419.         $a->setAutoGenerateProxyClasses(true);
  1420.         $a->setSchemaIgnoreClasses([]);
  1421.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1422.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1423.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1424.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1425.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1426.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1427.             'App\\Repository\\ArticleRepository' => ['privates''App\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  1428.             'App\\Repository\\ArticleTypeRepository' => ['privates''App\\Repository\\ArticleTypeRepository''getArticleTypeRepositoryService'false],
  1429.             'App\\Repository\\BrandRepository' => ['privates''App\\Repository\\BrandRepository''getBrandRepositoryService'false],
  1430.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1431.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'false],
  1432.             'App\\Repository\\CouponCategoryRepository' => ['privates''App\\Repository\\CouponCategoryRepository''getCouponCategoryRepositoryService'false],
  1433.             'App\\Repository\\CouponCountryRepository' => ['privates''App\\Repository\\CouponCountryRepository''getCouponCountryRepositoryService'false],
  1434.             'App\\Repository\\CouponRepository' => ['privates''App\\Repository\\CouponRepository''getCouponRepositoryService'false],
  1435.             'App\\Repository\\CouponTypeItemRepository' => ['privates''App\\Repository\\CouponTypeItemRepository''getCouponTypeItemRepositoryService'false],
  1436.             'App\\Repository\\CouponTypeRepository' => ['privates''App\\Repository\\CouponTypeRepository''getCouponTypeRepositoryService'false],
  1437.             'App\\Repository\\CurrencyRepository' => ['privates''App\\Repository\\CurrencyRepository''getCurrencyRepositoryService'false],
  1438.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService'false],
  1439.             'App\\Repository\\LinkRedirectRepository' => ['privates''App\\Repository\\LinkRedirectRepository''getLinkRedirectRepositoryService'false],
  1440.             'App\\Repository\\MenuRepository' => ['privates''App\\Repository\\MenuRepository''getMenuRepositoryService'false],
  1441.             'App\\Repository\\MenuSubRepository' => ['privates''App\\Repository\\MenuSubRepository''getMenuSubRepositoryService'false],
  1442.             'App\\Repository\\MerchantRepository' => ['privates''App\\Repository\\MerchantRepository''getMerchantRepositoryService'false],
  1443.             'App\\Repository\\ProductAttributeItemRepository' => ['privates''App\\Repository\\ProductAttributeItemRepository''getProductAttributeItemRepositoryService'false],
  1444.             'App\\Repository\\ProductAttributeRepository' => ['privates''App\\Repository\\ProductAttributeRepository''getProductAttributeRepositoryService'false],
  1445.             'App\\Repository\\ProductCommentRepository' => ['privates''App\\Repository\\ProductCommentRepository''getProductCommentRepositoryService'false],
  1446.             'App\\Repository\\ProductImageRepository' => ['privates''App\\Repository\\ProductImageRepository''getProductImageRepositoryService'false],
  1447.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'false],
  1448.             'App\\Repository\\ProductTestRepository' => ['privates''App\\Repository\\ProductTestRepository''getProductTestRepositoryService'false],
  1449.             'App\\Repository\\SettingRepository' => ['privates''App\\Repository\\SettingRepository''getSettingRepositoryService'false],
  1450.             'App\\Repository\\TagRepository' => ['privates''App\\Repository\\TagRepository''getTagRepositoryService'false],
  1451.             'App\\Repository\\TagTypeRepository' => ['privates''App\\Repository\\TagTypeRepository''getTagTypeRepositoryService'false],
  1452.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1453.             'App\\Repository\\WebsiteSettingRepository' => ['privates''App\\Repository\\WebsiteSettingRepository''getWebsiteSettingRepositoryService'false],
  1454.         ], [
  1455.             'App\\Repository\\ArticleRepository' => '?',
  1456.             'App\\Repository\\ArticleTypeRepository' => '?',
  1457.             'App\\Repository\\BrandRepository' => '?',
  1458.             'App\\Repository\\CategoryRepository' => '?',
  1459.             'App\\Repository\\CountryRepository' => '?',
  1460.             'App\\Repository\\CouponCategoryRepository' => '?',
  1461.             'App\\Repository\\CouponCountryRepository' => '?',
  1462.             'App\\Repository\\CouponRepository' => '?',
  1463.             'App\\Repository\\CouponTypeItemRepository' => '?',
  1464.             'App\\Repository\\CouponTypeRepository' => '?',
  1465.             'App\\Repository\\CurrencyRepository' => '?',
  1466.             'App\\Repository\\ImageRepository' => '?',
  1467.             'App\\Repository\\LinkRedirectRepository' => '?',
  1468.             'App\\Repository\\MenuRepository' => '?',
  1469.             'App\\Repository\\MenuSubRepository' => '?',
  1470.             'App\\Repository\\MerchantRepository' => '?',
  1471.             'App\\Repository\\ProductAttributeItemRepository' => '?',
  1472.             'App\\Repository\\ProductAttributeRepository' => '?',
  1473.             'App\\Repository\\ProductCommentRepository' => '?',
  1474.             'App\\Repository\\ProductImageRepository' => '?',
  1475.             'App\\Repository\\ProductRepository' => '?',
  1476.             'App\\Repository\\ProductTestRepository' => '?',
  1477.             'App\\Repository\\SettingRepository' => '?',
  1478.             'App\\Repository\\TagRepository' => '?',
  1479.             'App\\Repository\\TagTypeRepository' => '?',
  1480.             'App\\Repository\\UserRepository' => '?',
  1481.             'App\\Repository\\WebsiteSettingRepository' => '?',
  1482.         ])));
  1483.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1484.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1485.         return $instance;
  1486.     }
  1487.     /**
  1488.      * Gets the public 'error_controller' shared service.
  1489.      *
  1490.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1491.      */
  1492.     protected function getErrorControllerService()
  1493.     {
  1494.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1495.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1496.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1497.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1498.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1499.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1500.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1501.     }
  1502.     /**
  1503.      * Gets the public 'event_dispatcher' shared service.
  1504.      *
  1505.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1506.      */
  1507.     protected function getEventDispatcherService()
  1508.     {
  1509.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1510.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1511.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1512.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1513.         $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())));
  1514.         $instance->addListener('kernel.controller', [=> function () {
  1515.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1516.         }, => 'onKernelController'], 0);
  1517.         $instance->addListener('kernel.request', [=> function () {
  1518.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1519.         }, => 'onKernelRequest'], 250);
  1520.         $instance->addListener('kernel.response', [=> function () {
  1521.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1522.         }, => 'onKernelResponse'], 0);
  1523.         $instance->addListener('kernel.response', [=> function () {
  1524.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1525.         }, => 'onResponse'], 0);
  1526.         $instance->addListener('kernel.request', [=> function () {
  1527.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1528.         }, => 'onKernelRequest'], 28);
  1529.         $instance->addListener('kernel.request', [=> function () {
  1530.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1531.         }, => 'onKernelRequest'], 2);
  1532.         $instance->addListener('kernel.view', [=> function () {
  1533.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  1534.         }, => 'onKernelView'], 16);
  1535.         $instance->addListener('kernel.view', [=> function () {
  1536.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  1537.         }, => 'onKernelView'], 8);
  1538.         $instance->addListener('kernel.exception', [=> function () {
  1539.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  1540.         }, => 'onKernelException'], 0);
  1541.         $instance->addListener('kernel.exception', [=> function () {
  1542.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  1543.         }, => 'onKernelException'], -96);
  1544.         $instance->addListener('kernel.view', [=> function () {
  1545.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  1546.         }, => 'onKernelView'], 32);
  1547.         $instance->addListener('kernel.request', [=> function () {
  1548.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1549.         }, => 'onKernelRequest'], 4);
  1550.         $instance->addListener('kernel.request', [=> function () {
  1551.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1552.         }, => 'onKernelRequest'], 0);
  1553.         $instance->addListener('kernel.response', [=> function () {
  1554.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1555.         }, => 'onKernelResponse'], 0);
  1556.         $instance->addListener('kernel.response', [=> function () {
  1557.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1558.         }, => 'onKernelResponse'], -1);
  1559.         $instance->addListener('kernel.view', [=> function () {
  1560.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  1561.         }, => 'onKernelView'], 64);
  1562.         $instance->addListener('kernel.request', [=> function () {
  1563.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1564.         }, => 'onKernelRequest'], 16);
  1565.         $instance->addListener('kernel.response', [=> function () {
  1566.             return ($this->privates['api_platform.mercure.listener.response.add_link_header'] ?? $this->getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService());
  1567.         }, => 'onKernelResponse'], 0);
  1568.         $instance->addListener('kernel.request', [=> function () {
  1569.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1570.         }, => 'onSecurity'], 3);
  1571.         $instance->addListener('kernel.request', [=> function () {
  1572.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1573.         }, => 'onSecurityPostDenormalize'], 1);
  1574.         $instance->addListener('kernel.view', [=> function () {
  1575.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1576.         }, => 'onSecurityPostValidation'], 63);
  1577.         $instance->addListener('kernel.response', [=> function () {
  1578.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1579.         }, => 'onKernelResponse'], 0);
  1580.         $instance->addListener('kernel.response', [=> function () {
  1581.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1582.         }, => 'onKernelResponse'], -1024);
  1583.         $instance->addListener('kernel.request', [=> function () {
  1584.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1585.         }, => 'setDefaultLocale'], 100);
  1586.         $instance->addListener('kernel.request', [=> function () {
  1587.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1588.         }, => 'onKernelRequest'], 16);
  1589.         $instance->addListener('kernel.finish_request', [=> function () {
  1590.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1591.         }, => 'onKernelFinishRequest'], 0);
  1592.         $instance->addListener('kernel.request', [=> function () {
  1593.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1594.         }, => 'onKernelRequest'], 256);
  1595.         $instance->addListener('kernel.response', [=> function () {
  1596.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1597.         }, => 'onResponse'], -255);
  1598.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1599.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1600.         }, => 'onControllerArguments'], 0);
  1601.         $instance->addListener('kernel.exception', [=> function () {
  1602.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1603.         }, => 'logKernelException'], 0);
  1604.         $instance->addListener('kernel.exception', [=> function () {
  1605.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1606.         }, => 'onKernelException'], -128);
  1607.         $instance->addListener('kernel.response', [=> function () {
  1608.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1609.         }, => 'removeCspHeader'], -128);
  1610.         $instance->addListener('kernel.request', [=> function () {
  1611.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1612.         }, => 'onKernelRequest'], 15);
  1613.         $instance->addListener('kernel.finish_request', [=> function () {
  1614.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1615.         }, => 'onKernelFinishRequest'], -15);
  1616.         $instance->addListener('console.error', [=> function () {
  1617.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1618.         }, => 'onConsoleError'], -128);
  1619.         $instance->addListener('console.terminate', [=> function () {
  1620.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1621.         }, => 'onConsoleTerminate'], -128);
  1622.         $instance->addListener('console.error', [=> function () {
  1623.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1624.         }, => 'onConsoleError'], 0);
  1625.         $instance->addListener('kernel.request', [=> function () {
  1626.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1627.         }, => 'configure'], 2048);
  1628.         $instance->addListener('console.command', [=> function () {
  1629.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1630.         }, => 'configure'], 2048);
  1631.         $instance->addListener('kernel.request', [=> function () {
  1632.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1633.         }, => 'onKernelRequest'], 32);
  1634.         $instance->addListener('kernel.finish_request', [=> function () {
  1635.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1636.         }, => 'onKernelFinishRequest'], 0);
  1637.         $instance->addListener('kernel.exception', [=> function () {
  1638.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1639.         }, => 'onKernelException'], -64);
  1640.         $instance->addListener('kernel.response', [=> function () {
  1641.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1642.         }, => 'onKernelResponse'], 0);
  1643.         $instance->addListener('kernel.request', [=> function () {
  1644.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1645.         }, => 'onKernelRequest'], 128);
  1646.         $instance->addListener('kernel.response', [=> function () {
  1647.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1648.         }, => 'onKernelResponse'], -1000);
  1649.         $instance->addListener('kernel.finish_request', [=> function () {
  1650.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1651.         }, => 'onFinishRequest'], 0);
  1652.         $instance->addListener('kernel.response', [=> function () {
  1653.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1654.         }, => 'onKernelResponse'], -100);
  1655.         $instance->addListener('kernel.exception', [=> function () {
  1656.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1657.         }, => 'onKernelException'], 0);
  1658.         $instance->addListener('kernel.terminate', [=> function () {
  1659.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1660.         }, => 'onKernelTerminate'], -1024);
  1661.         $instance->addListener('kernel.controller', [=> function () {
  1662.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1663.         }, => 'onKernelController'], 0);
  1664.         $instance->addListener('kernel.response', [=> function () {
  1665.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1666.         }, => 'onKernelResponse'], 0);
  1667.         $instance->addListener('kernel.response', [=> function () {
  1668.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1669.         }, => 'onKernelResponse'], 0);
  1670.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1671.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1672.         }, => 'onVoterVote'], 0);
  1673.         $instance->addListener('kernel.request', [=> function () {
  1674.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1675.         }, => 'configureLogoutUrlGenerator'], 8);
  1676.         $instance->addListener('kernel.request', [=> function () {
  1677.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1678.         }, => 'onKernelRequest'], 8);
  1679.         $instance->addListener('kernel.finish_request', [=> function () {
  1680.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1681.         }, => 'onKernelFinishRequest'], 0);
  1682.         $instance->addListener('console.error', [=> function () {
  1683.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1684.         }, => 'onConsoleError'], 0);
  1685.         $instance->addListener('console.terminate', [=> function () {
  1686.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1687.         }, => 'onConsoleTerminate'], 0);
  1688.         $instance->addListener('console.command', [=> function () {
  1689.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1690.         }, => 'onCommand'], 255);
  1691.         $instance->addListener('console.terminate', [=> function () {
  1692.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1693.         }, => 'onTerminate'], -255);
  1694.         $instance->addListener('kernel.response', [=> function () {
  1695.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1696.         }, => 'onKernelResponse'], -128);
  1697.         $instance->addListener('console.command', [=> function () {
  1698.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1699.         }, => 'configure'], 1024);
  1700.         $instance->addListener('kernel.response', [=> function () {
  1701.             return ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] ?? ($this->privates['Symfony\\Component\\Mercure\\EventSubscriber\\SetCookieSubscriber'] = new \Symfony\Component\Mercure\EventSubscriber\SetCookieSubscriber()));
  1702.         }, => 'onKernelResponse'], 0);
  1703.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1704.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1705.         }, => 'onLogout'], 0);
  1706.         return $instance;
  1707.     }
  1708.     /**
  1709.      * Gets the public 'http_kernel' shared service.
  1710.      *
  1711.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1712.      */
  1713.     protected function getHttpKernelService()
  1714.     {
  1715.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1716.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1717.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1718.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1719.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1720.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1721.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1722.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1723.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1724.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1725.         }, 8)), $a));
  1726.     }
  1727.     /**
  1728.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  1729.      *
  1730.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  1731.      */
  1732.     protected function getLexikJwtAuthentication_EncoderService()
  1733.     {
  1734.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  1735.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  1736.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  1737.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  1738.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  1739.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'36000false));
  1740.     }
  1741.     /**
  1742.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  1743.      *
  1744.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  1745.      */
  1746.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  1747.     {
  1748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1749.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  1750.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  1751.             yield => ($this->privates['security.user.provider.concrete.entity_provider'] ?? $this->getSecurity_User_Provider_Concrete_EntityProviderService());
  1752.         }, 1));
  1753.         $instance->setName('lexik:jwt:generate-token');
  1754.         $instance->setDescription('Generates a JWT token for a given user.');
  1755.         return $instance;
  1756.     }
  1757.     /**
  1758.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  1759.      *
  1760.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  1761.      */
  1762.     protected function getLexikJwtAuthentication_JwtManagerService()
  1763.     {
  1764.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  1765.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  1766.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  1767.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  1768.         $instance->setUserIdentityField('username'false);
  1769.         return $instance;
  1770.     }
  1771.     /**
  1772.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  1773.      *
  1774.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  1775.      */
  1776.     protected function getLexikJwtAuthentication_KeyLoaderService()
  1777.     {
  1778.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1779.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1780.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1781.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1782.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
  1783.     }
  1784.     /**
  1785.      * Gets the public 'monolog.logger.deprecation' shared service.
  1786.      *
  1787.      * @return \Symfony\Bridge\Monolog\Logger
  1788.      */
  1789.     protected function getMonolog_Logger_DeprecationService()
  1790.     {
  1791.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1792.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1793.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1794.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1795.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1796.         return $instance;
  1797.     }
  1798.     /**
  1799.      * Gets the public 'profiler' shared service.
  1800.      *
  1801.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1802.      */
  1803.     protected function getProfilerService()
  1804.     {
  1805.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1806.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1807.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1808.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1809.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1810.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1811.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1812.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1813.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1814.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1815.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1816.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1817.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1818.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1819.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1820.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1821.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1822.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1823.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1824.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1825.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1826.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1827.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1828.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1829.         $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  1830.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1831.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1832.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1833.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1834.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1835.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1836.         if ($this->has('kernel')) {
  1837.             $g->setKernel($b);
  1838.         }
  1839.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1840.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  1841.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1842.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1843.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1844.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1845.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1846.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1847.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1848.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1849.         $instance->add($d);
  1850.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  1851.         $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())));
  1852.         $instance->add($e);
  1853.         $instance->add($f);
  1854.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1855.         $instance->add(new \Symfony\Bundle\MercureBundle\DataCollector\MercureDataCollector(new RewindableGenerator(function () {
  1856.             yield 'default' => ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  1857.         }, 1)));
  1858.         $instance->add($g);
  1859.         return $instance;
  1860.     }
  1861.     /**
  1862.      * Gets the public 'request_stack' shared service.
  1863.      *
  1864.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1865.      */
  1866.     protected function getRequestStackService()
  1867.     {
  1868.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1869.     }
  1870.     /**
  1871.      * Gets the public 'router' shared service.
  1872.      *
  1873.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1874.      */
  1875.     protected function getRouterService()
  1876.     {
  1877.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1878.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1879.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1880.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1881.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1882.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1883.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1884.         ], [
  1885.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1886.         ]))->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');
  1887.         $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1888.             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)));
  1889.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1890.         }, 2)));
  1891.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1892.         return $instance;
  1893.     }
  1894.     /**
  1895.      * Gets the public 'routing.loader' shared service.
  1896.      *
  1897.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1898.      */
  1899.     protected function getRouting_LoaderService()
  1900.     {
  1901.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1902.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1903.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  1909.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  1910.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  1911.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1912.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1913.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1914.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1915.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1916.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1917.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1924.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1925.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1926.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1927.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  1928.         $c = new \Symfony\Component\HttpKernel\Config\FileLocator($b);
  1929.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  1930.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c'dev'));
  1931.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c'dev'));
  1932.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c'dev'));
  1933.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c'dev'));
  1934.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c'dev'));
  1935.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1936.             'kernel' => ['services''kernel''getKernelService'false],
  1937.         ], [
  1938.             'kernel' => 'App\\Kernel',
  1939.         ]), 'dev'));
  1940.         $a->addLoader(new \ApiPlatform\Symfony\Routing\ApiLoader($b, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), truetruetruetruetrue, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  1941.         $a->addLoader($d);
  1942.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  1943.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  1944.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  1945.     }
  1946.     /**
  1947.      * Gets the public 'security.password_encoder' shared service.
  1948.      *
  1949.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1950.      *
  1951.      * @deprecated Since symfony/security-bundle 5.3: The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1952.      */
  1953.     protected function getSecurity_PasswordEncoderService()
  1954.     {
  1955.         trigger_deprecation('symfony/security-bundle''5.3''The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1956.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1957.     }
  1958.     /**
  1959.      * Gets the public 'services_resetter' shared service.
  1960.      *
  1961.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1962.      */
  1963.     protected function getServicesResetterService()
  1964.     {
  1965.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1966.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1967.             if (isset($this->services['cache.app'])) {
  1968.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1969.             }
  1970.             if (isset($this->services['cache.system'])) {
  1971.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1972.             }
  1973.             if (isset($this->privates['cache.validator'])) {
  1974.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1975.             }
  1976.             if (isset($this->privates['cache.serializer'])) {
  1977.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1978.             }
  1979.             if (isset($this->privates['cache.annotations'])) {
  1980.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1981.             }
  1982.             if (isset($this->privates['cache.property_info'])) {
  1983.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1984.             }
  1985.             if (isset($this->privates['debug.stopwatch'])) {
  1986.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1987.             }
  1988.             if (isset($this->services['event_dispatcher'])) {
  1989.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1990.             }
  1991.             if (isset($this->services['cache.validator_expression_language'])) {
  1992.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  1993.             }
  1994.             if (isset($this->services['profiler'])) {
  1995.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1996.             }
  1997.             if (isset($this->services['.container.private.validator'])) {
  1998.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  1999.             }
  2000.             if (isset($this->services['.container.private.security.token_storage'])) {
  2001.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2002.             }
  2003.             if (isset($this->privates['cache.security_expression_language'])) {
  2004.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2005.             }
  2006.             if (isset($this->services['doctrine'])) {
  2007.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2008.             }
  2009.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  2010.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  2011.             }
  2012.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  2013.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  2014.             }
  2015.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
  2016.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
  2017.             }
  2018.             if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
  2019.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
  2020.             }
  2021.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  2022.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  2023.             }
  2024.             if (isset($this->privates['api_platform.graphql.cache.subscription'])) {
  2025.                 yield 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? null);
  2026.             }
  2027.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  2028.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  2029.             }
  2030.             if (isset($this->privates['monolog.handler.main'])) {
  2031.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2032.             }
  2033.             if (isset($this->privates['monolog.handler.console'])) {
  2034.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2035.             }
  2036.             if (isset($this->privates['.debug.http_client'])) {
  2037.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2038.             }
  2039.         }, function () {
  2040.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.legacy'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.graphql.cache.subscription'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
  2041.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.resource.legacy' => [=> 'reset'], 'api_platform.cache.metadata.property.legacy' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.graphql.cache.subscription' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2042.     }
  2043.     /**
  2044.      * Gets the public 'session' shared service.
  2045.      *
  2046.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2047.      */
  2048.     protected function getSessionService()
  2049.     {
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2051.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2052.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  2053.         return $this->services['session'] = (new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']))->createSession();
  2054.     }
  2055.     /**
  2056.      * Gets the public 'var_dumper.cloner' shared service.
  2057.      *
  2058.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2059.      */
  2060.     protected function getVarDumper_ClonerService()
  2061.     {
  2062.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2063.         $instance->setMaxItems(2500);
  2064.         $instance->setMinDepth(1);
  2065.         $instance->setMaxString(-1);
  2066.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2067.         return $instance;
  2068.     }
  2069.     /**
  2070.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2071.      *
  2072.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2073.      */
  2074.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2075.     {
  2076.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2077.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  2078.     }
  2079.     /**
  2080.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2081.      *
  2082.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2083.      */
  2084.     protected function getWebProfiler_Controller_ProfilerService()
  2085.     {
  2086.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2087.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2088.     }
  2089.     /**
  2090.      * Gets the public 'web_profiler.controller.router' shared service.
  2091.      *
  2092.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2093.      */
  2094.     protected function getWebProfiler_Controller_RouterService()
  2095.     {
  2096.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2097.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2098.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2099.         }, 1));
  2100.     }
  2101.     /**
  2102.      * Gets the private '.console.command.about.lazy' shared service.
  2103.      *
  2104.      * @return \Symfony\Component\Console\Command\LazyCommand
  2105.      */
  2106.     protected function get_Console_Command_About_LazyService()
  2107.     {
  2108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2110.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2111.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2112.         });
  2113.     }
  2114.     /**
  2115.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2116.      *
  2117.      * @return \Symfony\Component\Console\Command\LazyCommand
  2118.      */
  2119.     protected function get_Console_Command_AssetsInstall_LazyService()
  2120.     {
  2121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2123.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  2124.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2125.         });
  2126.     }
  2127.     /**
  2128.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2129.      *
  2130.      * @return \Symfony\Component\Console\Command\LazyCommand
  2131.      */
  2132.     protected function get_Console_Command_CacheClear_LazyService()
  2133.     {
  2134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2136.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2137.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2138.         });
  2139.     }
  2140.     /**
  2141.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2142.      *
  2143.      * @return \Symfony\Component\Console\Command\LazyCommand
  2144.      */
  2145.     protected function get_Console_Command_CachePoolClear_LazyService()
  2146.     {
  2147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2149.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  2150.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2151.         });
  2152.     }
  2153.     /**
  2154.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2155.      *
  2156.      * @return \Symfony\Component\Console\Command\LazyCommand
  2157.      */
  2158.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2159.     {
  2160.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2162.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  2163.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2164.         });
  2165.     }
  2166.     /**
  2167.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2168.      *
  2169.      * @return \Symfony\Component\Console\Command\LazyCommand
  2170.      */
  2171.     protected function get_Console_Command_CachePoolList_LazyService()
  2172.     {
  2173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2175.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2176.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2177.         });
  2178.     }
  2179.     /**
  2180.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2181.      *
  2182.      * @return \Symfony\Component\Console\Command\LazyCommand
  2183.      */
  2184.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2185.     {
  2186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2188.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2189.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2190.         });
  2191.     }
  2192.     /**
  2193.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2194.      *
  2195.      * @return \Symfony\Component\Console\Command\LazyCommand
  2196.      */
  2197.     protected function get_Console_Command_CacheWarmup_LazyService()
  2198.     {
  2199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2201.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  2202.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2203.         });
  2204.     }
  2205.     /**
  2206.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2207.      *
  2208.      * @return \Symfony\Component\Console\Command\LazyCommand
  2209.      */
  2210.     protected function get_Console_Command_ConfigDebug_LazyService()
  2211.     {
  2212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2214.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  2215.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2216.         });
  2217.     }
  2218.     /**
  2219.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2220.      *
  2221.      * @return \Symfony\Component\Console\Command\LazyCommand
  2222.      */
  2223.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2224.     {
  2225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2227.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  2228.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2229.         });
  2230.     }
  2231.     /**
  2232.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2233.      *
  2234.      * @return \Symfony\Component\Console\Command\LazyCommand
  2235.      */
  2236.     protected function get_Console_Command_ContainerDebug_LazyService()
  2237.     {
  2238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2240.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2241.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2242.         });
  2243.     }
  2244.     /**
  2245.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2246.      *
  2247.      * @return \Symfony\Component\Console\Command\LazyCommand
  2248.      */
  2249.     protected function get_Console_Command_ContainerLint_LazyService()
  2250.     {
  2251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2253.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  2254.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2255.         });
  2256.     }
  2257.     /**
  2258.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2259.      *
  2260.      * @return \Symfony\Component\Console\Command\LazyCommand
  2261.      */
  2262.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2263.     {
  2264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2266.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  2267.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2268.         });
  2269.     }
  2270.     /**
  2271.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2272.      *
  2273.      * @return \Symfony\Component\Console\Command\LazyCommand
  2274.      */
  2275.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2276.     {
  2277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2279.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  2280.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2281.         });
  2282.     }
  2283.     /**
  2284.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2285.      *
  2286.      * @return \Symfony\Component\Console\Command\LazyCommand
  2287.      */
  2288.     protected function get_Console_Command_RouterDebug_LazyService()
  2289.     {
  2290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2292.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  2293.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2294.         });
  2295.     }
  2296.     /**
  2297.      * Gets the private '.console.command.router_match.lazy' shared service.
  2298.      *
  2299.      * @return \Symfony\Component\Console\Command\LazyCommand
  2300.      */
  2301.     protected function get_Console_Command_RouterMatch_LazyService()
  2302.     {
  2303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2305.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  2306.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2307.         });
  2308.     }
  2309.     /**
  2310.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2311.      *
  2312.      * @return \Symfony\Component\Console\Command\LazyCommand
  2313.      */
  2314.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2315.     {
  2316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2318.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  2319.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2320.         });
  2321.     }
  2322.     /**
  2323.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2324.      *
  2325.      * @return \Symfony\Component\Console\Command\LazyCommand
  2326.      */
  2327.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2328.     {
  2329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2331.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  2332.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2333.         });
  2334.     }
  2335.     /**
  2336.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2337.      *
  2338.      * @return \Symfony\Component\Console\Command\LazyCommand
  2339.      */
  2340.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2341.     {
  2342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2344.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  2345.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2346.         });
  2347.     }
  2348.     /**
  2349.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2350.      *
  2351.      * @return \Symfony\Component\Console\Command\LazyCommand
  2352.      */
  2353.     protected function get_Console_Command_SecretsList_LazyService()
  2354.     {
  2355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2357.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  2358.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2359.         });
  2360.     }
  2361.     /**
  2362.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2363.      *
  2364.      * @return \Symfony\Component\Console\Command\LazyCommand
  2365.      */
  2366.     protected function get_Console_Command_SecretsRemove_LazyService()
  2367.     {
  2368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2370.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  2371.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2372.         });
  2373.     }
  2374.     /**
  2375.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2376.      *
  2377.      * @return \Symfony\Component\Console\Command\LazyCommand
  2378.      */
  2379.     protected function get_Console_Command_SecretsSet_LazyService()
  2380.     {
  2381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2383.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  2384.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2385.         });
  2386.     }
  2387.     /**
  2388.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2389.      *
  2390.      * @return \Symfony\Component\Console\Command\LazyCommand
  2391.      */
  2392.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2393.     {
  2394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2396.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  2397.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2398.         });
  2399.     }
  2400.     /**
  2401.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2402.      *
  2403.      * @return \Symfony\Component\Console\Command\LazyCommand
  2404.      */
  2405.     protected function get_Console_Command_YamlLint_LazyService()
  2406.     {
  2407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2409.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  2410.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2411.         });
  2412.     }
  2413.     /**
  2414.      * Gets the private '.debug.http_client' shared service.
  2415.      *
  2416.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2417.      */
  2418.     protected function get_Debug_HttpClientService()
  2419.     {
  2420.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2421.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2422.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2423.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2424.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2425.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2426.         $a->setLogger($b);
  2427.         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))));
  2428.     }
  2429.     /**
  2430.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2431.      *
  2432.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2433.      */
  2434.     protected function getLoaderInterfaceService()
  2435.     {
  2436.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader.legacy".');
  2437.     }
  2438.     /**
  2439.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  2440.      *
  2441.      * @return \Symfony\Component\HttpFoundation\Response
  2442.      */
  2443.     protected function getResponseService()
  2444.     {
  2445.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  2446.     }
  2447.     /**
  2448.      * Gets the private '.lexik_jwt_authentication.check_config_command.lazy' shared service.
  2449.      *
  2450.      * @return \Symfony\Component\Console\Command\LazyCommand
  2451.      */
  2452.     protected function get_LexikJwtAuthentication_CheckConfigCommand_LazyService()
  2453.     {
  2454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2456.         return $this->privates['.lexik_jwt_authentication.check_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:check-config', [], 'Checks that the bundle is properly configured.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand {
  2457.             return ($this->privates['lexik_jwt_authentication.check_config_command'] ?? $this->getLexikJwtAuthentication_CheckConfigCommandService());
  2458.         });
  2459.     }
  2460.     /**
  2461.      * Gets the private '.lexik_jwt_authentication.generate_keypair_command.lazy' shared service.
  2462.      *
  2463.      * @return \Symfony\Component\Console\Command\LazyCommand
  2464.      */
  2465.     protected function get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService()
  2466.     {
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2469.         return $this->privates['.lexik_jwt_authentication.generate_keypair_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-keypair', [], 'Generate public/private keys for use in your application.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand {
  2470.             return ($this->privates['lexik_jwt_authentication.generate_keypair_command'] ?? $this->getLexikJwtAuthentication_GenerateKeypairCommandService());
  2471.         });
  2472.     }
  2473.     /**
  2474.      * Gets the private '.lexik_jwt_authentication.generate_token_command.lazy' shared service.
  2475.      *
  2476.      * @return \Symfony\Component\Console\Command\LazyCommand
  2477.      */
  2478.     protected function get_LexikJwtAuthentication_GenerateTokenCommand_LazyService()
  2479.     {
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2482.         return $this->privates['.lexik_jwt_authentication.generate_token_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-token', [], 'Generates a JWT token for a given user.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand {
  2483.             return ($this->services['lexik_jwt_authentication.generate_token_command'] ?? $this->getLexikJwtAuthentication_GenerateTokenCommandService());
  2484.         });
  2485.     }
  2486.     /**
  2487.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2488.      *
  2489.      * @return \Symfony\Component\Console\Command\LazyCommand
  2490.      */
  2491.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2492.     {
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2495.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2496.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2497.         });
  2498.     }
  2499.     /**
  2500.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2501.      *
  2502.      * @return \Symfony\Component\Console\Command\LazyCommand
  2503.      */
  2504.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2505.     {
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2508.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2509.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2510.         });
  2511.     }
  2512.     /**
  2513.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2514.      *
  2515.      * @return \Symfony\Component\Console\Command\LazyCommand
  2516.      */
  2517.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2518.     {
  2519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2521.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2522.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2523.         });
  2524.     }
  2525.     /**
  2526.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2527.      *
  2528.      * @return \Symfony\Component\Console\Command\LazyCommand
  2529.      */
  2530.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2531.     {
  2532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2534.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2535.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2536.         });
  2537.     }
  2538.     /**
  2539.      * Gets the private '.maker.auto_command.make_data_persister.lazy' shared service.
  2540.      *
  2541.      * @return \Symfony\Component\Console\Command\LazyCommand
  2542.      */
  2543.     protected function get_Maker_AutoCommand_MakeDataPersister_LazyService()
  2544.     {
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2547.         return $this->privates['.maker.auto_command.make_data_persister.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-persister', [], 'Creates an API Platform data persister'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2548.             return ($this->privates['maker.auto_command.make_data_persister'] ?? $this->getMaker_AutoCommand_MakeDataPersisterService());
  2549.         });
  2550.     }
  2551.     /**
  2552.      * Gets the private '.maker.auto_command.make_data_provider.lazy' shared service.
  2553.      *
  2554.      * @return \Symfony\Component\Console\Command\LazyCommand
  2555.      */
  2556.     protected function get_Maker_AutoCommand_MakeDataProvider_LazyService()
  2557.     {
  2558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2560.         return $this->privates['.maker.auto_command.make_data_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-provider', [], 'Creates an API Platform data provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2561.             return ($this->privates['maker.auto_command.make_data_provider'] ?? $this->getMaker_AutoCommand_MakeDataProviderService());
  2562.         });
  2563.     }
  2564.     /**
  2565.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2566.      *
  2567.      * @return \Symfony\Component\Console\Command\LazyCommand
  2568.      */
  2569.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2570.     {
  2571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2573.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2574.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2575.         });
  2576.     }
  2577.     /**
  2578.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2579.      *
  2580.      * @return \Symfony\Component\Console\Command\LazyCommand
  2581.      */
  2582.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2583.     {
  2584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2586.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2587.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2588.         });
  2589.     }
  2590.     /**
  2591.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2592.      *
  2593.      * @return \Symfony\Component\Console\Command\LazyCommand
  2594.      */
  2595.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2596.     {
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2599.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2600.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2601.         });
  2602.     }
  2603.     /**
  2604.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2605.      *
  2606.      * @return \Symfony\Component\Console\Command\LazyCommand
  2607.      */
  2608.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2609.     {
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2612.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2613.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2614.         });
  2615.     }
  2616.     /**
  2617.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2618.      *
  2619.      * @return \Symfony\Component\Console\Command\LazyCommand
  2620.      */
  2621.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2622.     {
  2623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2625.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2626.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2627.         });
  2628.     }
  2629.     /**
  2630.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2631.      *
  2632.      * @return \Symfony\Component\Console\Command\LazyCommand
  2633.      */
  2634.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2635.     {
  2636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2638.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2639.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2640.         });
  2641.     }
  2642.     /**
  2643.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2644.      *
  2645.      * @return \Symfony\Component\Console\Command\LazyCommand
  2646.      */
  2647.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2648.     {
  2649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2651.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2652.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2653.         });
  2654.     }
  2655.     /**
  2656.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2657.      *
  2658.      * @return \Symfony\Component\Console\Command\LazyCommand
  2659.      */
  2660.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2661.     {
  2662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2664.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2665.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2666.         });
  2667.     }
  2668.     /**
  2669.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2670.      *
  2671.      * @return \Symfony\Component\Console\Command\LazyCommand
  2672.      */
  2673.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2674.     {
  2675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2677.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2678.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  2679.         });
  2680.     }
  2681.     /**
  2682.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  2683.      *
  2684.      * @return \Symfony\Component\Console\Command\LazyCommand
  2685.      */
  2686.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  2687.     {
  2688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2690.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2691.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  2692.         });
  2693.     }
  2694.     /**
  2695.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  2696.      *
  2697.      * @return \Symfony\Component\Console\Command\LazyCommand
  2698.      */
  2699.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  2700.     {
  2701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2703.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2704.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  2705.         });
  2706.     }
  2707.     /**
  2708.      * Gets the private '.maker.auto_command.make_state_processor.lazy' shared service.
  2709.      *
  2710.      * @return \Symfony\Component\Console\Command\LazyCommand
  2711.      */
  2712.     protected function get_Maker_AutoCommand_MakeStateProcessor_LazyService()
  2713.     {
  2714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2716.         return $this->privates['.maker.auto_command.make_state_processor.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-processor', [], 'Creates an API Platform state processor'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2717.             return ($this->privates['maker.auto_command.make_state_processor'] ?? $this->getMaker_AutoCommand_MakeStateProcessorService());
  2718.         });
  2719.     }
  2720.     /**
  2721.      * Gets the private '.maker.auto_command.make_state_provider.lazy' shared service.
  2722.      *
  2723.      * @return \Symfony\Component\Console\Command\LazyCommand
  2724.      */
  2725.     protected function get_Maker_AutoCommand_MakeStateProvider_LazyService()
  2726.     {
  2727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2729.         return $this->privates['.maker.auto_command.make_state_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-provider', [], 'Creates an API Platform state provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2730.             return ($this->privates['maker.auto_command.make_state_provider'] ?? $this->getMaker_AutoCommand_MakeStateProviderService());
  2731.         });
  2732.     }
  2733.     /**
  2734.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  2735.      *
  2736.      * @return \Symfony\Component\Console\Command\LazyCommand
  2737.      */
  2738.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  2739.     {
  2740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2742.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2743.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  2744.         });
  2745.     }
  2746.     /**
  2747.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  2748.      *
  2749.      * @return \Symfony\Component\Console\Command\LazyCommand
  2750.      */
  2751.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  2752.     {
  2753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2755.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2756.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  2757.         });
  2758.     }
  2759.     /**
  2760.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  2761.      *
  2762.      * @return \Symfony\Component\Console\Command\LazyCommand
  2763.      */
  2764.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  2765.     {
  2766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2768.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2769.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  2770.         });
  2771.     }
  2772.     /**
  2773.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  2774.      *
  2775.      * @return \Symfony\Component\Console\Command\LazyCommand
  2776.      */
  2777.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  2778.     {
  2779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2781.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2782.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  2783.         });
  2784.     }
  2785.     /**
  2786.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  2787.      *
  2788.      * @return \Symfony\Component\Console\Command\LazyCommand
  2789.      */
  2790.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  2791.     {
  2792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2794.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2795.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  2796.         });
  2797.     }
  2798.     /**
  2799.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  2800.      *
  2801.      * @return \Symfony\Component\Console\Command\LazyCommand
  2802.      */
  2803.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  2804.     {
  2805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2807.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2808.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  2809.         });
  2810.     }
  2811.     /**
  2812.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  2813.      *
  2814.      * @return \Symfony\Component\Console\Command\LazyCommand
  2815.      */
  2816.     protected function get_Monolog_Command_ServerLog_LazyService()
  2817.     {
  2818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2820.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  2821.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  2822.         });
  2823.     }
  2824.     /**
  2825.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  2826.      *
  2827.      * @return \Symfony\Component\Console\Command\LazyCommand
  2828.      */
  2829.     protected function get_Security_Command_DebugFirewall_LazyService()
  2830.     {
  2831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2833.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  2834.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  2835.         });
  2836.     }
  2837.     /**
  2838.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  2839.      *
  2840.      * @return \Symfony\Component\Console\Command\LazyCommand
  2841.      */
  2842.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  2843.     {
  2844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2846.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  2847.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  2848.         });
  2849.     }
  2850.     /**
  2851.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  2852.      *
  2853.      * @return \Symfony\Component\Console\Command\LazyCommand
  2854.      */
  2855.     protected function get_Security_Command_UserPasswordHash_LazyService()
  2856.     {
  2857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2859.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  2860.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  2861.         });
  2862.     }
  2863.     /**
  2864.      * Gets the private '.service_locator.28dX91B' shared service.
  2865.      *
  2866.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2867.      */
  2868.     protected function get_ServiceLocator_28dX91BService()
  2869.     {
  2870.         return $this->privates['.service_locator.28dX91B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2871.             'helper' => ['privates''App\\Helper\\MainHelper''getMainHelperService'false],
  2872.             'memcached' => ['privates''App\\Helper\\MemcachedHelper''getMemcachedHelperService'false],
  2873.         ], [
  2874.             'helper' => 'App\\Helper\\MainHelper',
  2875.             'memcached' => 'App\\Helper\\MemcachedHelper',
  2876.         ]);
  2877.     }
  2878.     /**
  2879.      * Gets the private '.service_locator.7viSOPI' shared service.
  2880.      *
  2881.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2882.      */
  2883.     protected function get_ServiceLocator_7viSOPIService()
  2884.     {
  2885.         return $this->privates['.service_locator.7viSOPI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2886.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  2887.             'security.firewall.map.context.brands' => ['privates''security.firewall.map.context.brands''getSecurity_Firewall_Map_Context_BrandsService'false],
  2888.             'security.firewall.map.context.countries' => ['privates''security.firewall.map.context.countries''getSecurity_Firewall_Map_Context_CountriesService'false],
  2889.             'security.firewall.map.context.coupons' => ['privates''security.firewall.map.context.coupons''getSecurity_Firewall_Map_Context_CouponsService'false],
  2890.             'security.firewall.map.context.currencies' => ['privates''security.firewall.map.context.currencies''getSecurity_Firewall_Map_Context_CurrenciesService'false],
  2891.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  2892.             'security.firewall.map.context.graphql' => ['privates''security.firewall.map.context.graphql''getSecurity_Firewall_Map_Context_GraphqlService'false],
  2893.             'security.firewall.map.context.homepage1' => ['privates''security.firewall.map.context.homepage1''getSecurity_Firewall_Map_Context_Homepage1Service'false],
  2894.             'security.firewall.map.context.link_redirects' => ['privates''security.firewall.map.context.link_redirects''getSecurity_Firewall_Map_Context_LinkRedirectsService'false],
  2895.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'false],
  2896.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  2897.             'security.firewall.map.context.products' => ['privates''security.firewall.map.context.products''getSecurity_Firewall_Map_Context_ProductsService'false],
  2898.             'security.firewall.map.context.register' => ['privates''security.firewall.map.context.register''getSecurity_Firewall_Map_Context_RegisterService'false],
  2899.             'security.firewall.map.context.settings' => ['privates''security.firewall.map.context.settings''getSecurity_Firewall_Map_Context_SettingsService'false],
  2900.         ], [
  2901.             'security.firewall.map.context.api' => '?',
  2902.             'security.firewall.map.context.brands' => '?',
  2903.             'security.firewall.map.context.countries' => '?',
  2904.             'security.firewall.map.context.coupons' => '?',
  2905.             'security.firewall.map.context.currencies' => '?',
  2906.             'security.firewall.map.context.dev' => '?',
  2907.             'security.firewall.map.context.graphql' => '?',
  2908.             'security.firewall.map.context.homepage1' => '?',
  2909.             'security.firewall.map.context.link_redirects' => '?',
  2910.             'security.firewall.map.context.login' => '?',
  2911.             'security.firewall.map.context.main' => '?',
  2912.             'security.firewall.map.context.products' => '?',
  2913.             'security.firewall.map.context.register' => '?',
  2914.             'security.firewall.map.context.settings' => '?',
  2915.         ]);
  2916.     }
  2917.     /**
  2918.      * Gets the private '.service_locator.9lkVTS5' shared service.
  2919.      *
  2920.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2921.      */
  2922.     protected function get_ServiceLocator_9lkVTS5Service()
  2923.     {
  2924.         return $this->privates['.service_locator.9lkVTS5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2925.             'loadHelper' => ['privates''App\\Helper\\LoadHelper''getLoadHelperService'false],
  2926.             'mainHelper' => ['privates''App\\Helper\\MainHelper''getMainHelperService'false],
  2927.         ], [
  2928.             'loadHelper' => 'App\\Helper\\LoadHelper',
  2929.             'mainHelper' => 'App\\Helper\\MainHelper',
  2930.         ]);
  2931.     }
  2932.     /**
  2933.      * Gets the private '.service_locator.KfbR3DY' shared service.
  2934.      *
  2935.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2936.      */
  2937.     protected function get_ServiceLocator_KfbR3DYService()
  2938.     {
  2939.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2940.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader.legacy".'],
  2941.         ], [
  2942.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2943.         ]);
  2944.     }
  2945.     /**
  2946.      * Gets the private '.service_locator.KfwZsne' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2949.      */
  2950.     protected function get_ServiceLocator_KfwZsneService()
  2951.     {
  2952.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2953.             'response' => ['privates''.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  2954.         ], [
  2955.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  2956.         ]);
  2957.     }
  2958.     /**
  2959.      * Gets the private '.service_locator.VLCnL8Q' shared service.
  2960.      *
  2961.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2962.      */
  2963.     protected function get_ServiceLocator_VLCnL8QService()
  2964.     {
  2965.         return $this->privates['.service_locator.VLCnL8Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2966.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  2967.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  2968.             'security.event_dispatcher.brands' => ['privates''security.event_dispatcher.brands''getSecurity_EventDispatcher_BrandsService'false],
  2969.             'security.event_dispatcher.countries' => ['privates''security.event_dispatcher.countries''getSecurity_EventDispatcher_CountriesService'false],
  2970.             'security.event_dispatcher.coupons' => ['privates''security.event_dispatcher.coupons''getSecurity_EventDispatcher_CouponsService'false],
  2971.             'security.event_dispatcher.currencies' => ['privates''security.event_dispatcher.currencies''getSecurity_EventDispatcher_CurrenciesService'false],
  2972.             'security.event_dispatcher.graphql' => ['privates''security.event_dispatcher.graphql''getSecurity_EventDispatcher_GraphqlService'false],
  2973.             'security.event_dispatcher.homepage1' => ['privates''security.event_dispatcher.homepage1''getSecurity_EventDispatcher_Homepage1Service'false],
  2974.             'security.event_dispatcher.link_redirects' => ['privates''security.event_dispatcher.link_redirects''getSecurity_EventDispatcher_LinkRedirectsService'false],
  2975.             'security.event_dispatcher.login' => ['privates''security.event_dispatcher.login''getSecurity_EventDispatcher_LoginService'false],
  2976.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  2977.             'security.event_dispatcher.products' => ['privates''security.event_dispatcher.products''getSecurity_EventDispatcher_ProductsService'false],
  2978.             'security.event_dispatcher.register' => ['privates''security.event_dispatcher.register''getSecurity_EventDispatcher_RegisterService'false],
  2979.             'security.event_dispatcher.settings' => ['privates''security.event_dispatcher.settings''getSecurity_EventDispatcher_SettingsService'false],
  2980.         ], [
  2981.             'event_dispatcher' => '?',
  2982.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2983.             'security.event_dispatcher.brands' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2984.             'security.event_dispatcher.countries' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2985.             'security.event_dispatcher.coupons' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2986.             'security.event_dispatcher.currencies' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2987.             'security.event_dispatcher.graphql' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2988.             'security.event_dispatcher.homepage1' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2989.             'security.event_dispatcher.link_redirects' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2990.             'security.event_dispatcher.login' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2991.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2992.             'security.event_dispatcher.products' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2993.             'security.event_dispatcher.register' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2994.             'security.event_dispatcher.settings' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  2995.         ]);
  2996.     }
  2997.     /**
  2998.      * Gets the private '.service_locator.W9y3dzm' shared service.
  2999.      *
  3000.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3001.      */
  3002.     protected function get_ServiceLocator_W9y3dzmService()
  3003.     {
  3004.         return $this->privates['.service_locator.W9y3dzm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3005.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3006.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3007.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3008.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3009.             'router' => ['services''router''getRouterService'false],
  3010.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3011.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3012.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3013.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3014.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3015.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3016.         ], [
  3017.             'doctrine' => '?',
  3018.             'http_kernel' => '?',
  3019.             'parameter_bag' => '?',
  3020.             'request_stack' => '?',
  3021.             'router' => '?',
  3022.             'security.authorization_checker' => '?',
  3023.             'security.csrf.token_manager' => '?',
  3024.             'security.token_storage' => '?',
  3025.             'serializer' => '?',
  3026.             'session' => '.session.deprecated',
  3027.             'twig' => '?',
  3028.         ]);
  3029.     }
  3030.     /**
  3031.      * Gets the private '.service_locator.gPh6X_L' shared service.
  3032.      *
  3033.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3034.      */
  3035.     protected function get_ServiceLocator_GPh6XLService()
  3036.     {
  3037.         return $this->privates['.service_locator.gPh6X_L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3038.             'encoder' => ['services''security.password_encoder''getSecurity_PasswordEncoderService'false],
  3039.         ], [
  3040.             'encoder' => '?',
  3041.         ]);
  3042.     }
  3043.     /**
  3044.      * Gets the private '.service_locator.wSBtGKA' shared service.
  3045.      *
  3046.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3047.      */
  3048.     protected function get_ServiceLocator_WSBtGKAService()
  3049.     {
  3050.         return $this->privates['.service_locator.wSBtGKA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3051.             'App\\Controller\\AuthController::register' => ['privates''.service_locator.gPh6X_L''get_ServiceLocator_GPh6XLService'false],
  3052.             'App\\Controller\\LoadController::loadCategories' => ['privates''.service_locator.9lkVTS5''get_ServiceLocator_9lkVTS5Service'false],
  3053.             'App\\Controller\\LoadController::loadCoupons' => ['privates''.service_locator.9lkVTS5''get_ServiceLocator_9lkVTS5Service'false],
  3054.             'App\\Controller\\LoadController::loadProducts' => ['privates''.service_locator.9lkVTS5''get_ServiceLocator_9lkVTS5Service'false],
  3055.             'App\\Controller\\LoadController::oldLoadCoupons' => ['privates''.service_locator.9lkVTS5''get_ServiceLocator_9lkVTS5Service'false],
  3056.             'App\\Controller\\PageDataController::__invoke' => ['privates''.service_locator.28dX91B''get_ServiceLocator_28dX91BService'false],
  3057.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3058.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3059.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  3060.             'App\\Controller\\AuthController:register' => ['privates''.service_locator.gPh6X_L''get_ServiceLocator_GPh6XLService'false],
  3061.             'App\\Controller\\LoadController:loadCategories' => ['privates''.service_locator.9lkVTS5''get_ServiceLocator_9lkVTS5Service'false],
  3062.             'App\\Controller\\LoadController:loadCoupons' => ['privates''.service_locator.9lkVTS5''get_ServiceLocator_9lkVTS5Service'false],
  3063.             'App\\Controller\\LoadController:loadProducts' => ['privates''.service_locator.9lkVTS5''get_ServiceLocator_9lkVTS5Service'false],
  3064.             'App\\Controller\\LoadController:oldLoadCoupons' => ['privates''.service_locator.9lkVTS5''get_ServiceLocator_9lkVTS5Service'false],
  3065.             'App\\Controller\\PageDataController:__invoke' => ['privates''.service_locator.28dX91B''get_ServiceLocator_28dX91BService'false],
  3066.             'App\\Controller\\PageDataController' => ['privates''.service_locator.28dX91B''get_ServiceLocator_28dX91BService'false],
  3067.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3068.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3069.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  3070.         ], [
  3071.             'App\\Controller\\AuthController::register' => '?',
  3072.             'App\\Controller\\LoadController::loadCategories' => '?',
  3073.             'App\\Controller\\LoadController::loadCoupons' => '?',
  3074.             'App\\Controller\\LoadController::loadProducts' => '?',
  3075.             'App\\Controller\\LoadController::oldLoadCoupons' => '?',
  3076.             'App\\Controller\\PageDataController::__invoke' => '?',
  3077.             'kernel::loadRoutes' => '?',
  3078.             'kernel::registerContainerConfiguration' => '?',
  3079.             'kernel::terminate' => '?',
  3080.             'App\\Controller\\AuthController:register' => '?',
  3081.             'App\\Controller\\LoadController:loadCategories' => '?',
  3082.             'App\\Controller\\LoadController:loadCoupons' => '?',
  3083.             'App\\Controller\\LoadController:loadProducts' => '?',
  3084.             'App\\Controller\\LoadController:oldLoadCoupons' => '?',
  3085.             'App\\Controller\\PageDataController:__invoke' => '?',
  3086.             'App\\Controller\\PageDataController' => '?',
  3087.             'kernel:loadRoutes' => '?',
  3088.             'kernel:registerContainerConfiguration' => '?',
  3089.             'kernel:terminate' => '?',
  3090.         ]);
  3091.     }
  3092.     /**
  3093.      * Gets the private '.session.deprecated' shared service.
  3094.      *
  3095.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  3096.      */
  3097.     protected function get_Session_DeprecatedService()
  3098.     {
  3099.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  3100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  3101.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  3102.     }
  3103.     /**
  3104.      * Gets the private '.twig.command.debug.lazy' shared service.
  3105.      *
  3106.      * @return \Symfony\Component\Console\Command\LazyCommand
  3107.      */
  3108.     protected function get_Twig_Command_Debug_LazyService()
  3109.     {
  3110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3112.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  3113.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  3114.         });
  3115.     }
  3116.     /**
  3117.      * Gets the private '.twig.command.lint.lazy' shared service.
  3118.      *
  3119.      * @return \Symfony\Component\Console\Command\LazyCommand
  3120.      */
  3121.     protected function get_Twig_Command_Lint_LazyService()
  3122.     {
  3123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3125.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  3126.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  3127.         });
  3128.     }
  3129.     /**
  3130.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  3131.      *
  3132.      * @return \Symfony\Component\Console\Command\LazyCommand
  3133.      */
  3134.     protected function get_VarDumper_Command_ServerDump_LazyService()
  3135.     {
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3138.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  3139.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  3140.         });
  3141.     }
  3142.     /**
  3143.      * Gets the private 'App\EventListener\Doctrine\CurrentUserExtension' shared autowired service.
  3144.      *
  3145.      * @return \App\EventListener\Doctrine\CurrentUserExtension
  3146.      */
  3147.     protected function getCurrentUserExtensionService()
  3148.     {
  3149.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  3150.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  3151.         include_once \dirname(__DIR__4).'/src/EventListener/Doctrine/CurrentUserExtension.php';
  3152.         return $this->privates['App\\EventListener\\Doctrine\\CurrentUserExtension'] = new \App\EventListener\Doctrine\CurrentUserExtension(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  3153.     }
  3154.     /**
  3155.      * Gets the private 'App\EventListener\Doctrine\SetCurrentUserListener' shared autowired service.
  3156.      *
  3157.      * @return \App\EventListener\Doctrine\SetCurrentUserListener
  3158.      */
  3159.     protected function getSetCurrentUserListenerService()
  3160.     {
  3161.         include_once \dirname(__DIR__4).'/src/EventListener/Doctrine/SetCurrentUserListener.php';
  3162.         return $this->privates['App\\EventListener\\Doctrine\\SetCurrentUserListener'] = new \App\EventListener\Doctrine\SetCurrentUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  3163.     }
  3164.     /**
  3165.      * Gets the private 'App\EventListener\Doctrine\WebsiteExtension' shared autowired service.
  3166.      *
  3167.      * @return \App\EventListener\Doctrine\WebsiteExtension
  3168.      */
  3169.     protected function getWebsiteExtensionService()
  3170.     {
  3171.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  3172.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  3173.         include_once \dirname(__DIR__4).'/src/EventListener/Doctrine/WebsiteExtension.php';
  3174.         return $this->privates['App\\EventListener\\Doctrine\\WebsiteExtension'] = new \App\EventListener\Doctrine\WebsiteExtension(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  3175.     }
  3176.     /**
  3177.      * Gets the private 'App\Filter\TagTaxonomyFilter' shared autowired service.
  3178.      *
  3179.      * @return \App\Filter\TagTaxonomyFilter
  3180.      */
  3181.     protected function getTagTaxonomyFilterService()
  3182.     {
  3183.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3184.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3185.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3186.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3187.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3188.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3189.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3190.         include_once \dirname(__DIR__4).'/src/Filter/TagTaxonomyFilter.php';
  3191.         return $this->privates['App\\Filter\\TagTaxonomyFilter'] = new \App\Filter\TagTaxonomyFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3192.     }
  3193.     /**
  3194.      * Gets the private 'App\Helper\LoadHelper' shared autowired service.
  3195.      *
  3196.      * @return \App\Helper\LoadHelper
  3197.      */
  3198.     protected function getLoadHelperService()
  3199.     {
  3200.         include_once \dirname(__DIR__4).'/src/Helper/LoadHelper.php';
  3201.         include_once \dirname(__DIR__4).'/src/Helper/Partner/AbstractPartner.php';
  3202.         include_once \dirname(__DIR__4).'/src/Helper/Partner/Yieldkit.php';
  3203.         include_once \dirname(__DIR__4).'/src/Helper/Partner/Fuse.php';
  3204.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3205.         $b = ($this->privates['App\\Helper\\MainHelper'] ?? $this->getMainHelperService());
  3206.         return $this->privates['App\\Helper\\LoadHelper'] = new \App\Helper\LoadHelper($a$b, new \App\Helper\Partner\Yieldkit($a$b), new \App\Helper\Partner\Fuse($a$b));
  3207.     }
  3208.     /**
  3209.      * Gets the private 'App\Helper\MainHelper' shared autowired service.
  3210.      *
  3211.      * @return \App\Helper\MainHelper
  3212.      */
  3213.     protected function getMainHelperService()
  3214.     {
  3215.         include_once \dirname(__DIR__4).'/src/Helper/MainHelper.php';
  3216.         include_once \dirname(__DIR__4).'/src/Helper/MemcachedHelper.php';
  3217.         return $this->privates['App\\Helper\\MainHelper'] = new \App\Helper\MainHelper($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Helper\\MemcachedHelper'] ?? ($this->privates['App\\Helper\\MemcachedHelper'] = new \App\Helper\MemcachedHelper())));
  3218.     }
  3219.     /**
  3220.      * Gets the private 'App\Helper\MemcachedHelper' shared autowired service.
  3221.      *
  3222.      * @return \App\Helper\MemcachedHelper
  3223.      */
  3224.     protected function getMemcachedHelperService()
  3225.     {
  3226.         include_once \dirname(__DIR__4).'/src/Helper/MemcachedHelper.php';
  3227.         return $this->privates['App\\Helper\\MemcachedHelper'] = new \App\Helper\MemcachedHelper();
  3228.     }
  3229.     /**
  3230.      * Gets the private 'App\Repository\ArticleRepository' shared autowired service.
  3231.      *
  3232.      * @return \App\Repository\ArticleRepository
  3233.      */
  3234.     protected function getArticleRepositoryService()
  3235.     {
  3236.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3237.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3238.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3240.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3241.         include_once \dirname(__DIR__4).'/src/Repository/ArticleRepository.php';
  3242.         return $this->privates['App\\Repository\\ArticleRepository'] = new \App\Repository\ArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3243.     }
  3244.     /**
  3245.      * Gets the private 'App\Repository\ArticleTypeRepository' shared autowired service.
  3246.      *
  3247.      * @return \App\Repository\ArticleTypeRepository
  3248.      */
  3249.     protected function getArticleTypeRepositoryService()
  3250.     {
  3251.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3252.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3253.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3254.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3255.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3256.         include_once \dirname(__DIR__4).'/src/Repository/ArticleTypeRepository.php';
  3257.         return $this->privates['App\\Repository\\ArticleTypeRepository'] = new \App\Repository\ArticleTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3258.     }
  3259.     /**
  3260.      * Gets the private 'App\Repository\BrandRepository' shared autowired service.
  3261.      *
  3262.      * @return \App\Repository\BrandRepository
  3263.      */
  3264.     protected function getBrandRepositoryService()
  3265.     {
  3266.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3267.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3268.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3269.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3270.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3271.         include_once \dirname(__DIR__4).'/src/Repository/BrandRepository.php';
  3272.         return $this->privates['App\\Repository\\BrandRepository'] = new \App\Repository\BrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3273.     }
  3274.     /**
  3275.      * Gets the private 'App\Repository\CategoryRepository' shared autowired service.
  3276.      *
  3277.      * @return \App\Repository\CategoryRepository
  3278.      */
  3279.     protected function getCategoryRepositoryService()
  3280.     {
  3281.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3282.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3283.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3285.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3286.         include_once \dirname(__DIR__4).'/src/Repository/CategoryRepository.php';
  3287.         return $this->privates['App\\Repository\\CategoryRepository'] = new \App\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3288.     }
  3289.     /**
  3290.      * Gets the private 'App\Repository\CountryRepository' shared autowired service.
  3291.      *
  3292.      * @return \App\Repository\CountryRepository
  3293.      */
  3294.     protected function getCountryRepositoryService()
  3295.     {
  3296.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3301.         include_once \dirname(__DIR__4).'/src/Repository/CountryRepository.php';
  3302.         return $this->privates['App\\Repository\\CountryRepository'] = new \App\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3303.     }
  3304.     /**
  3305.      * Gets the private 'App\Repository\CouponCategoryRepository' shared autowired service.
  3306.      *
  3307.      * @return \App\Repository\CouponCategoryRepository
  3308.      */
  3309.     protected function getCouponCategoryRepositoryService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3314.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3315.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3316.         include_once \dirname(__DIR__4).'/src/Repository/CouponCategoryRepository.php';
  3317.         return $this->privates['App\\Repository\\CouponCategoryRepository'] = new \App\Repository\CouponCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3318.     }
  3319.     /**
  3320.      * Gets the private 'App\Repository\CouponCountryRepository' shared autowired service.
  3321.      *
  3322.      * @return \App\Repository\CouponCountryRepository
  3323.      */
  3324.     protected function getCouponCountryRepositoryService()
  3325.     {
  3326.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3327.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3328.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3329.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3331.         include_once \dirname(__DIR__4).'/src/Repository/CouponCountryRepository.php';
  3332.         return $this->privates['App\\Repository\\CouponCountryRepository'] = new \App\Repository\CouponCountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3333.     }
  3334.     /**
  3335.      * Gets the private 'App\Repository\CouponRepository' shared autowired service.
  3336.      *
  3337.      * @return \App\Repository\CouponRepository
  3338.      */
  3339.     protected function getCouponRepositoryService()
  3340.     {
  3341.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3342.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3343.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3344.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3345.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3346.         include_once \dirname(__DIR__4).'/src/Repository/CouponRepository.php';
  3347.         return $this->privates['App\\Repository\\CouponRepository'] = new \App\Repository\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3348.     }
  3349.     /**
  3350.      * Gets the private 'App\Repository\CouponTypeItemRepository' shared autowired service.
  3351.      *
  3352.      * @return \App\Repository\CouponTypeItemRepository
  3353.      */
  3354.     protected function getCouponTypeItemRepositoryService()
  3355.     {
  3356.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3357.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3358.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3359.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3360.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3361.         include_once \dirname(__DIR__4).'/src/Repository/CouponTypeItemRepository.php';
  3362.         return $this->privates['App\\Repository\\CouponTypeItemRepository'] = new \App\Repository\CouponTypeItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3363.     }
  3364.     /**
  3365.      * Gets the private 'App\Repository\CouponTypeRepository' shared autowired service.
  3366.      *
  3367.      * @return \App\Repository\CouponTypeRepository
  3368.      */
  3369.     protected function getCouponTypeRepositoryService()
  3370.     {
  3371.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3372.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3373.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3374.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3376.         include_once \dirname(__DIR__4).'/src/Repository/CouponTypeRepository.php';
  3377.         return $this->privates['App\\Repository\\CouponTypeRepository'] = new \App\Repository\CouponTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3378.     }
  3379.     /**
  3380.      * Gets the private 'App\Repository\CurrencyRepository' shared autowired service.
  3381.      *
  3382.      * @return \App\Repository\CurrencyRepository
  3383.      */
  3384.     protected function getCurrencyRepositoryService()
  3385.     {
  3386.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3387.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3388.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3389.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3390.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3391.         include_once \dirname(__DIR__4).'/src/Repository/CurrencyRepository.php';
  3392.         return $this->privates['App\\Repository\\CurrencyRepository'] = new \App\Repository\CurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3393.     }
  3394.     /**
  3395.      * Gets the private 'App\Repository\ImageRepository' shared autowired service.
  3396.      *
  3397.      * @return \App\Repository\ImageRepository
  3398.      */
  3399.     protected function getImageRepositoryService()
  3400.     {
  3401.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3402.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3403.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3405.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3406.         include_once \dirname(__DIR__4).'/src/Repository/ImageRepository.php';
  3407.         return $this->privates['App\\Repository\\ImageRepository'] = new \App\Repository\ImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3408.     }
  3409.     /**
  3410.      * Gets the private 'App\Repository\LinkRedirectRepository' shared autowired service.
  3411.      *
  3412.      * @return \App\Repository\LinkRedirectRepository
  3413.      */
  3414.     protected function getLinkRedirectRepositoryService()
  3415.     {
  3416.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3417.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3418.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3419.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3420.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3421.         include_once \dirname(__DIR__4).'/src/Repository/LinkRedirectRepository.php';
  3422.         return $this->privates['App\\Repository\\LinkRedirectRepository'] = new \App\Repository\LinkRedirectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3423.     }
  3424.     /**
  3425.      * Gets the private 'App\Repository\MenuRepository' shared autowired service.
  3426.      *
  3427.      * @return \App\Repository\MenuRepository
  3428.      */
  3429.     protected function getMenuRepositoryService()
  3430.     {
  3431.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3432.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3433.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3436.         include_once \dirname(__DIR__4).'/src/Repository/MenuRepository.php';
  3437.         return $this->privates['App\\Repository\\MenuRepository'] = new \App\Repository\MenuRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3438.     }
  3439.     /**
  3440.      * Gets the private 'App\Repository\MenuSubRepository' shared autowired service.
  3441.      *
  3442.      * @return \App\Repository\MenuSubRepository
  3443.      */
  3444.     protected function getMenuSubRepositoryService()
  3445.     {
  3446.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3447.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3451.         include_once \dirname(__DIR__4).'/src/Repository/MenuSubRepository.php';
  3452.         return $this->privates['App\\Repository\\MenuSubRepository'] = new \App\Repository\MenuSubRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3453.     }
  3454.     /**
  3455.      * Gets the private 'App\Repository\MerchantRepository' shared autowired service.
  3456.      *
  3457.      * @return \App\Repository\MerchantRepository
  3458.      */
  3459.     protected function getMerchantRepositoryService()
  3460.     {
  3461.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3462.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3463.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3464.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3466.         include_once \dirname(__DIR__4).'/src/Repository/MerchantRepository.php';
  3467.         return $this->privates['App\\Repository\\MerchantRepository'] = new \App\Repository\MerchantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3468.     }
  3469.     /**
  3470.      * Gets the private 'App\Repository\ProductAttributeItemRepository' shared autowired service.
  3471.      *
  3472.      * @return \App\Repository\ProductAttributeItemRepository
  3473.      */
  3474.     protected function getProductAttributeItemRepositoryService()
  3475.     {
  3476.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3481.         include_once \dirname(__DIR__4).'/src/Repository/ProductAttributeItemRepository.php';
  3482.         return $this->privates['App\\Repository\\ProductAttributeItemRepository'] = new \App\Repository\ProductAttributeItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3483.     }
  3484.     /**
  3485.      * Gets the private 'App\Repository\ProductAttributeRepository' shared autowired service.
  3486.      *
  3487.      * @return \App\Repository\ProductAttributeRepository
  3488.      */
  3489.     protected function getProductAttributeRepositoryService()
  3490.     {
  3491.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3493.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3494.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3495.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3496.         include_once \dirname(__DIR__4).'/src/Repository/ProductAttributeRepository.php';
  3497.         return $this->privates['App\\Repository\\ProductAttributeRepository'] = new \App\Repository\ProductAttributeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3498.     }
  3499.     /**
  3500.      * Gets the private 'App\Repository\ProductCommentRepository' shared autowired service.
  3501.      *
  3502.      * @return \App\Repository\ProductCommentRepository
  3503.      */
  3504.     protected function getProductCommentRepositoryService()
  3505.     {
  3506.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3507.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3508.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3509.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3510.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3511.         include_once \dirname(__DIR__4).'/src/Repository/ProductCommentRepository.php';
  3512.         return $this->privates['App\\Repository\\ProductCommentRepository'] = new \App\Repository\ProductCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3513.     }
  3514.     /**
  3515.      * Gets the private 'App\Repository\ProductImageRepository' shared autowired service.
  3516.      *
  3517.      * @return \App\Repository\ProductImageRepository
  3518.      */
  3519.     protected function getProductImageRepositoryService()
  3520.     {
  3521.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3523.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3526.         include_once \dirname(__DIR__4).'/src/Repository/ProductImageRepository.php';
  3527.         return $this->privates['App\\Repository\\ProductImageRepository'] = new \App\Repository\ProductImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3528.     }
  3529.     /**
  3530.      * Gets the private 'App\Repository\ProductRepository' shared autowired service.
  3531.      *
  3532.      * @return \App\Repository\ProductRepository
  3533.      */
  3534.     protected function getProductRepositoryService()
  3535.     {
  3536.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3537.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3538.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3541.         include_once \dirname(__DIR__4).'/src/Repository/ProductRepository.php';
  3542.         return $this->privates['App\\Repository\\ProductRepository'] = new \App\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3543.     }
  3544.     /**
  3545.      * Gets the private 'App\Repository\ProductTestRepository' shared autowired service.
  3546.      *
  3547.      * @return \App\Repository\ProductTestRepository
  3548.      */
  3549.     protected function getProductTestRepositoryService()
  3550.     {
  3551.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3552.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3553.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3556.         include_once \dirname(__DIR__4).'/src/Repository/ProductTestRepository.php';
  3557.         return $this->privates['App\\Repository\\ProductTestRepository'] = new \App\Repository\ProductTestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3558.     }
  3559.     /**
  3560.      * Gets the private 'App\Repository\SettingRepository' shared autowired service.
  3561.      *
  3562.      * @return \App\Repository\SettingRepository
  3563.      */
  3564.     protected function getSettingRepositoryService()
  3565.     {
  3566.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3567.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3568.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3569.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3570.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3571.         include_once \dirname(__DIR__4).'/src/Repository/SettingRepository.php';
  3572.         return $this->privates['App\\Repository\\SettingRepository'] = new \App\Repository\SettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3573.     }
  3574.     /**
  3575.      * Gets the private 'App\Repository\TagRepository' shared autowired service.
  3576.      *
  3577.      * @return \App\Repository\TagRepository
  3578.      */
  3579.     protected function getTagRepositoryService()
  3580.     {
  3581.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3582.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3583.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3586.         include_once \dirname(__DIR__4).'/src/Repository/TagRepository.php';
  3587.         return $this->privates['App\\Repository\\TagRepository'] = new \App\Repository\TagRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3588.     }
  3589.     /**
  3590.      * Gets the private 'App\Repository\TagTypeRepository' shared autowired service.
  3591.      *
  3592.      * @return \App\Repository\TagTypeRepository
  3593.      */
  3594.     protected function getTagTypeRepositoryService()
  3595.     {
  3596.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3597.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3599.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3600.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3601.         include_once \dirname(__DIR__4).'/src/Repository/TagTypeRepository.php';
  3602.         return $this->privates['App\\Repository\\TagTypeRepository'] = new \App\Repository\TagTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3603.     }
  3604.     /**
  3605.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  3606.      *
  3607.      * @return \App\Repository\UserRepository
  3608.      */
  3609.     protected function getUserRepositoryService()
  3610.     {
  3611.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3613.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3614.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3615.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3616.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  3617.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3618.     }
  3619.     /**
  3620.      * Gets the private 'App\Repository\WebsiteSettingRepository' shared autowired service.
  3621.      *
  3622.      * @return \App\Repository\WebsiteSettingRepository
  3623.      */
  3624.     protected function getWebsiteSettingRepositoryService()
  3625.     {
  3626.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  3631.         include_once \dirname(__DIR__4).'/src/Repository/WebsiteSettingRepository.php';
  3632.         return $this->privates['App\\Repository\\WebsiteSettingRepository'] = new \App\Repository\WebsiteSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3633.     }
  3634.     /**
  3635.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  3636.      *
  3637.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  3638.      */
  3639.     protected function getManagerRegistryAwareConnectionProviderService()
  3640.     {
  3641.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  3642.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  3643.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  3644.     }
  3645.     /**
  3646.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  3647.      *
  3648.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  3649.      */
  3650.     protected function getRunSqlCommandService()
  3651.     {
  3652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  3654.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3655.         $instance->setName('dbal:run-sql');
  3656.         return $instance;
  3657.     }
  3658.     /**
  3659.      * Gets the private 'Symfony\Component\Mercure\HubRegistry' shared service.
  3660.      *
  3661.      * @return \Symfony\Component\Mercure\HubRegistry
  3662.      */
  3663.     protected function getHubRegistryService()
  3664.     {
  3665.         $a = ($this->privates['mercure.hub.default.traceable'] ?? $this->getMercure_Hub_Default_TraceableService());
  3666.         return $this->privates['Symfony\\Component\\Mercure\\HubRegistry'] = new \Symfony\Component\Mercure\HubRegistry($a, ['default' => $a]);
  3667.     }
  3668.     /**
  3669.      * Gets the private 'annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  3670.      *
  3671.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  3672.      */
  3673.     protected function getAnnotatedAppEntityArticleApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  3674.     {
  3675.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3679.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3680.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3681.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  3685.         return $this->privates['annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['domain' => 'exact''name' => 'exact''slug' => 'exact''identifiant' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3686.     }
  3687.     /**
  3688.      * Gets the private 'annotated_app_entity_article_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  3689.      *
  3690.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  3691.      */
  3692.     protected function getAnnotatedAppEntityArticleTypeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  3693.     {
  3694.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3695.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3696.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3700.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3701.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  3702.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  3703.         return $this->privates['annotated_app_entity_article_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3704.     }
  3705.     /**
  3706.      * Gets the private 'annotated_app_entity_article_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  3707.      *
  3708.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  3709.      */
  3710.     protected function getAnnotatedAppEntityArticleTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  3711.     {
  3712.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3714.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3716.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3717.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3719.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  3722.         return $this->privates['annotated_app_entity_article_type_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'exact''short' => 'exact''slug' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3723.     }
  3724.     /**
  3725.      * Gets the private 'annotated_app_entity_brand_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  3726.      *
  3727.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  3728.      */
  3729.     protected function getAnnotatedAppEntityBrandApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  3730.     {
  3731.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3732.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3734.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  3741.         return $this->privates['annotated_app_entity_brand_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['domain' => 'exact''name' => 'exact''slug' => 'exact''identifiant' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3742.     }
  3743.     /**
  3744.      * Gets the private 'annotated_app_entity_category_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  3745.      *
  3746.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  3747.      */
  3748.     protected function getAnnotatedAppEntityCategoryApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  3749.     {
  3750.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3753.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3754.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3756.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3757.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  3758.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  3759.         return $this->privates['annotated_app_entity_category_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3760.     }
  3761.     /**
  3762.      * Gets the private 'annotated_app_entity_category_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  3763.      *
  3764.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  3765.      */
  3766.     protected function getAnnotatedAppEntityCategoryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  3767.     {
  3768.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3770.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3772.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3775.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  3776.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  3777.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  3778.         return $this->privates['annotated_app_entity_category_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''slug' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3779.     }
  3780.     /**
  3781.      * Gets the private 'annotated_app_entity_country_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  3782.      *
  3783.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  3784.      */
  3785.     protected function getAnnotatedAppEntityCountryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  3786.     {
  3787.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3788.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3789.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3790.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3791.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3792.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3793.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  3797.         return $this->privates['annotated_app_entity_country_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['code' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3798.     }
  3799.     /**
  3800.      * Gets the private 'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  3801.      *
  3802.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  3803.      */
  3804.     protected function getAnnotatedAppEntityCouponApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  3805.     {
  3806.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3807.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3808.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3809.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  3814.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  3815.         return $this->privates['annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3816.     }
  3817.     /**
  3818.      * Gets the private 'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter' shared autowired service.
  3819.      *
  3820.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  3821.      */
  3822.     protected function getAnnotatedAppEntityCouponApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService()
  3823.     {
  3824.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3828.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3829.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3831.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  3832.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  3833.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  3834.         return $this->privates['annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['endAt' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3835.     }
  3836.     /**
  3837.      * Gets the private 'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_exists_filter' shared autowired service.
  3838.      *
  3839.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter
  3840.      */
  3841.     protected function getAnnotatedAppEntityCouponApiPlatformCoreBridgeDoctrineOrmFilterExistsFilterService()
  3842.     {
  3843.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3844.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3845.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3846.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3848.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3849.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterTrait.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ExistsFilter.php';
  3853.         return $this->privates['annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_exists_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['endAt' => NULL], 'exists', ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3854.     }
  3855.     /**
  3856.      * Gets the private 'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_order_filter' shared autowired service.
  3857.      *
  3858.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter
  3859.      */
  3860.     protected function getAnnotatedAppEntityCouponApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService()
  3861.     {
  3862.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3863.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3864.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3866.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3867.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3868.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3869.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterTrait.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/OrderFilter.php';
  3872.         return $this->privates['annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_order_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL'order', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['endAt' => 'DESC'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3873.     }
  3874.     /**
  3875.      * Gets the private 'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  3876.      *
  3877.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  3878.      */
  3879.     protected function getAnnotatedAppEntityCouponApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  3880.     {
  3881.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3882.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3883.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3884.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3885.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3886.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3887.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3888.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  3889.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  3891.         return $this->privates['annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''identifiant' => 'exact''permalink' => 'exact''title' => 'exact''slug' => 'exact''countries' => 'partial''merchant.slug' => 'exact''merchant.id' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3892.     }
  3893.     /**
  3894.      * Gets the private 'annotated_app_entity_coupon_category_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  3895.      *
  3896.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  3897.      */
  3898.     protected function getAnnotatedAppEntityCouponCategoryApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  3899.     {
  3900.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3906.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3907.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  3909.         return $this->privates['annotated_app_entity_coupon_category_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3910.     }
  3911.     /**
  3912.      * Gets the private 'annotated_app_entity_coupon_category_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  3913.      *
  3914.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  3915.      */
  3916.     protected function getAnnotatedAppEntityCouponCategoryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  3917.     {
  3918.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3919.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3921.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3922.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3923.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3924.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3925.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  3926.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  3927.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  3928.         return $this->privates['annotated_app_entity_coupon_category_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['identifiant' => 'exact''permalink' => 'exact''title' => 'exact''slug' => 'exact''partner.identifiant' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3929.     }
  3930.     /**
  3931.      * Gets the private 'annotated_app_entity_coupon_country_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  3932.      *
  3933.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  3934.      */
  3935.     protected function getAnnotatedAppEntityCouponCountryApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  3936.     {
  3937.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3938.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3939.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3940.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3941.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3943.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3944.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  3945.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  3946.         return $this->privates['annotated_app_entity_coupon_country_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3947.     }
  3948.     /**
  3949.      * Gets the private 'annotated_app_entity_coupon_country_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  3950.      *
  3951.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  3952.      */
  3953.     protected function getAnnotatedAppEntityCouponCountryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  3954.     {
  3955.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3958.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3959.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3960.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3961.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3962.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  3965.         return $this->privates['annotated_app_entity_coupon_country_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['identifiant' => 'exact''permalink' => 'exact''title' => 'exact''country.code' => 'exact''coupon.identifiant' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3966.     }
  3967.     /**
  3968.      * Gets the private 'annotated_app_entity_coupon_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  3969.      *
  3970.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  3971.      */
  3972.     protected function getAnnotatedAppEntityCouponTypeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  3973.     {
  3974.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3975.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3976.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3980.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3981.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  3982.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  3983.         return $this->privates['annotated_app_entity_coupon_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  3984.     }
  3985.     /**
  3986.      * Gets the private 'annotated_app_entity_coupon_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  3987.      *
  3988.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  3989.      */
  3990.     protected function getAnnotatedAppEntityCouponTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  3991.     {
  3992.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  3993.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  3994.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  3996.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  3999.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4000.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4001.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4002.         return $this->privates['annotated_app_entity_coupon_type_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['identifiant' => 'exact''permalink' => 'exact''title' => 'exact''slug' => 'exact''coupon.identifiant' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4003.     }
  4004.     /**
  4005.      * Gets the private 'annotated_app_entity_coupon_type_item_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4006.      *
  4007.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4008.      */
  4009.     protected function getAnnotatedAppEntityCouponTypeItemApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4010.     {
  4011.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4012.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4013.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4014.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4015.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4016.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4018.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4019.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4020.         return $this->privates['annotated_app_entity_coupon_type_item_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4021.     }
  4022.     /**
  4023.      * Gets the private 'annotated_app_entity_coupon_type_item_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4024.      *
  4025.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4026.      */
  4027.     protected function getAnnotatedAppEntityCouponTypeItemApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4028.     {
  4029.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4032.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4033.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4034.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4035.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4036.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4037.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4038.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4039.         return $this->privates['annotated_app_entity_coupon_type_item_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'exact''short' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4040.     }
  4041.     /**
  4042.      * Gets the private 'annotated_app_entity_currency_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4043.      *
  4044.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4045.      */
  4046.     protected function getAnnotatedAppEntityCurrencyApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4047.     {
  4048.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4049.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4050.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4051.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4052.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4053.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4056.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4058.         return $this->privates['annotated_app_entity_currency_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['code' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4059.     }
  4060.     /**
  4061.      * Gets the private 'annotated_app_entity_image_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4062.      *
  4063.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4064.      */
  4065.     protected function getAnnotatedAppEntityImageApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4066.     {
  4067.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4070.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4072.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4073.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4074.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4076.         return $this->privates['annotated_app_entity_image_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4077.     }
  4078.     /**
  4079.      * Gets the private 'annotated_app_entity_image_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4080.      *
  4081.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4082.      */
  4083.     protected function getAnnotatedAppEntityImageApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4084.     {
  4085.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4086.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4088.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4094.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4095.         return $this->privates['annotated_app_entity_image_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'exact''path' => 'exact''slug' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4096.     }
  4097.     /**
  4098.      * Gets the private 'annotated_app_entity_link_redirect_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4099.      *
  4100.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4101.      */
  4102.     protected function getAnnotatedAppEntityLinkRedirectApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4103.     {
  4104.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4106.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4107.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4108.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4109.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4110.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4111.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4112.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4113.         return $this->privates['annotated_app_entity_link_redirect_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4114.     }
  4115.     /**
  4116.      * Gets the private 'annotated_app_entity_link_redirect_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4117.      *
  4118.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4119.      */
  4120.     protected function getAnnotatedAppEntityLinkRedirectApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4121.     {
  4122.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4126.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4127.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4130.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4131.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4132.         return $this->privates['annotated_app_entity_link_redirect_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['path' => 'exact''value' => 'exact''website.identifiant' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4133.     }
  4134.     /**
  4135.      * Gets the private 'annotated_app_entity_menu_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4136.      *
  4137.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4138.      */
  4139.     protected function getAnnotatedAppEntityMenuApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4140.     {
  4141.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4142.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4143.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4144.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4145.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4150.         return $this->privates['annotated_app_entity_menu_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4151.     }
  4152.     /**
  4153.      * Gets the private 'annotated_app_entity_menu_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4154.      *
  4155.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4156.      */
  4157.     protected function getAnnotatedAppEntityMenuApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4168.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4169.         return $this->privates['annotated_app_entity_menu_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''slug' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4170.     }
  4171.     /**
  4172.      * Gets the private 'annotated_app_entity_menu_sub_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4173.      *
  4174.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4175.      */
  4176.     protected function getAnnotatedAppEntityMenuSubApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4177.     {
  4178.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4184.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4185.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4186.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4187.         return $this->privates['annotated_app_entity_menu_sub_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4188.     }
  4189.     /**
  4190.      * Gets the private 'annotated_app_entity_menu_sub_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4191.      *
  4192.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4193.      */
  4194.     protected function getAnnotatedAppEntityMenuSubApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4195.     {
  4196.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4198.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4199.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4200.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4201.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4202.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4206.         return $this->privates['annotated_app_entity_menu_sub_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''slug' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4207.     }
  4208.     /**
  4209.      * Gets the private 'annotated_app_entity_merchant_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4210.      *
  4211.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4212.      */
  4213.     protected function getAnnotatedAppEntityMerchantApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4214.     {
  4215.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4216.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4225.         return $this->privates['annotated_app_entity_merchant_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['slug' => 'exact''domain' => 'exact''name' => 'exact''displayName' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4226.     }
  4227.     /**
  4228.      * Gets the private 'annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4229.      *
  4230.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4231.      */
  4232.     protected function getAnnotatedAppEntityProductApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4233.     {
  4234.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4242.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4243.         return $this->privates['annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4244.     }
  4245.     /**
  4246.      * Gets the private 'annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4247.      *
  4248.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4249.      */
  4250.     protected function getAnnotatedAppEntityProductApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4251.     {
  4252.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4255.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4260.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4261.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4262.         return $this->privates['annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''identifiant' => 'exact''permalink' => 'exact''title' => 'exact''slug' => 'exact''brand.id' => 'exact''brand.slug' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4263.     }
  4264.     /**
  4265.      * Gets the private 'annotated_app_entity_product_attribute_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4266.      *
  4267.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4268.      */
  4269.     protected function getAnnotatedAppEntityProductAttributeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4270.     {
  4271.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4274.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4277.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4278.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4280.         return $this->privates['annotated_app_entity_product_attribute_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4281.     }
  4282.     /**
  4283.      * Gets the private 'annotated_app_entity_product_attribute_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4284.      *
  4285.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4286.      */
  4287.     protected function getAnnotatedAppEntityProductAttributeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4288.     {
  4289.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4292.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4295.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4296.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4297.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4298.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4299.         return $this->privates['annotated_app_entity_product_attribute_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''identifiant' => 'partial''post.identifiant' => 'partial''post.slug' => 'partial''post.permalink' => 'partial''priority' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4300.     }
  4301.     /**
  4302.      * Gets the private 'annotated_app_entity_product_attribute_item_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4303.      *
  4304.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4305.      */
  4306.     protected function getAnnotatedAppEntityProductAttributeItemApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4307.     {
  4308.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4309.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4310.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4311.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4312.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4313.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4314.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4315.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4316.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4317.         return $this->privates['annotated_app_entity_product_attribute_item_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4318.     }
  4319.     /**
  4320.      * Gets the private 'annotated_app_entity_product_attribute_item_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4321.      *
  4322.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4323.      */
  4324.     protected function getAnnotatedAppEntityProductAttributeItemApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4325.     {
  4326.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4327.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4328.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4330.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4331.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4332.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4333.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4334.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4335.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4336.         return $this->privates['annotated_app_entity_product_attribute_item_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'exact''short' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4337.     }
  4338.     /**
  4339.      * Gets the private 'annotated_app_entity_product_comment_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4340.      *
  4341.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4342.      */
  4343.     protected function getAnnotatedAppEntityProductCommentApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4344.     {
  4345.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4346.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4347.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4348.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4349.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4350.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4351.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4353.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4354.         return $this->privates['annotated_app_entity_product_comment_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4355.     }
  4356.     /**
  4357.      * Gets the private 'annotated_app_entity_product_comment_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4358.      *
  4359.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4360.      */
  4361.     protected function getAnnotatedAppEntityProductCommentApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4362.     {
  4363.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4364.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4365.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4366.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4367.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4368.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4369.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4372.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4373.         return $this->privates['annotated_app_entity_product_comment_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''identifiant' => 'partial''product.identifiant' => 'partial''product.slug' => 'partial''product.permalink' => 'partial''priority' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4374.     }
  4375.     /**
  4376.      * Gets the private 'annotated_app_entity_product_image_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4377.      *
  4378.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4379.      */
  4380.     protected function getAnnotatedAppEntityProductImageApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4381.     {
  4382.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4383.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4384.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4385.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4386.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4387.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4388.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4389.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4390.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4391.         return $this->privates['annotated_app_entity_product_image_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4392.     }
  4393.     /**
  4394.      * Gets the private 'annotated_app_entity_product_image_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4395.      *
  4396.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4397.      */
  4398.     protected function getAnnotatedAppEntityProductImageApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4399.     {
  4400.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4401.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4402.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4403.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4404.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4405.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4406.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4407.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4410.         return $this->privates['annotated_app_entity_product_image_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''product.name' => 'partial''product.identifiant' => 'partial''product.slug' => 'partial''product.permalink' => 'partial''priority' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4411.     }
  4412.     /**
  4413.      * Gets the private 'annotated_app_entity_product_test_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4414.      *
  4415.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4416.      */
  4417.     protected function getAnnotatedAppEntityProductTestApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4418.     {
  4419.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4420.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4421.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4424.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4425.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4428.         return $this->privates['annotated_app_entity_product_test_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4429.     }
  4430.     /**
  4431.      * Gets the private 'annotated_app_entity_product_test_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4432.      *
  4433.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4434.      */
  4435.     protected function getAnnotatedAppEntityProductTestApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4436.     {
  4437.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4438.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4439.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4440.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4441.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4442.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4445.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4446.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4447.         return $this->privates['annotated_app_entity_product_test_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''identifiant' => 'partial''product.identifiant' => 'partial''product.slug' => 'partial''product.permalink' => 'partial''priority' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4448.     }
  4449.     /**
  4450.      * Gets the private 'annotated_app_entity_setting_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4451.      *
  4452.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4453.      */
  4454.     protected function getAnnotatedAppEntitySettingApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4464.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4465.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4466.         return $this->privates['annotated_app_entity_setting_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4467.     }
  4468.     /**
  4469.      * Gets the private 'annotated_app_entity_tag_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4470.      *
  4471.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4472.      */
  4473.     protected function getAnnotatedAppEntityTagApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4474.     {
  4475.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4476.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4477.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4478.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4479.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4480.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4481.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4482.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4484.         return $this->privates['annotated_app_entity_tag_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL'isParsed' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4485.     }
  4486.     /**
  4487.      * Gets the private 'annotated_app_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4488.      *
  4489.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4490.      */
  4491.     protected function getAnnotatedAppEntityTagApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4492.     {
  4493.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4494.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4498.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4499.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4502.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4503.         return $this->privates['annotated_app_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'partial''slug' => 'exact''identifiant' => 'exact''type.name' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4504.     }
  4505.     /**
  4506.      * Gets the private 'annotated_app_entity_tag_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4507.      *
  4508.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4509.      */
  4510.     protected function getAnnotatedAppEntityTagTypeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4511.     {
  4512.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4513.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4514.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4516.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4517.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4518.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4519.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4520.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4521.         return $this->privates['annotated_app_entity_tag_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4522.     }
  4523.     /**
  4524.      * Gets the private 'annotated_app_entity_tag_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4525.      *
  4526.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4527.      */
  4528.     protected function getAnnotatedAppEntityTagTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4529.     {
  4530.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4533.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4534.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4535.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4536.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4537.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4538.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4539.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4540.         return $this->privates['annotated_app_entity_tag_type_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'exact''slug' => 'exact''identifiant' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4541.     }
  4542.     /**
  4543.      * Gets the private 'annotated_app_entity_website_setting_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' shared autowired service.
  4544.      *
  4545.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  4546.      */
  4547.     protected function getAnnotatedAppEntityWebsiteSettingApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService()
  4548.     {
  4549.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4550.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4551.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4552.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4553.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4554.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4556.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  4557.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  4558.         return $this->privates['annotated_app_entity_website_setting_api_platform_core_bridge_doctrine_orm_filter_boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['isActive' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4559.     }
  4560.     /**
  4561.      * Gets the private 'annotated_app_entity_website_setting_api_platform_core_bridge_doctrine_orm_filter_search_filter' shared autowired service.
  4562.      *
  4563.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  4564.      */
  4565.     protected function getAnnotatedAppEntityWebsiteSettingApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService()
  4566.     {
  4567.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  4568.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  4570.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  4571.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  4572.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  4574.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  4576.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  4577.         return $this->privates['annotated_app_entity_website_setting_api_platform_core_bridge_doctrine_orm_filter_search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['name' => 'exact''value' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  4578.     }
  4579.     /**
  4580.      * Gets the private 'annotations.cache_adapter' shared service.
  4581.      *
  4582.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  4583.      */
  4584.     protected function getAnnotations_CacheAdapterService()
  4585.     {
  4586.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  4587.     }
  4588.     /**
  4589.      * Gets the private 'annotations.cache_warmer' shared service.
  4590.      *
  4591.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4592.      */
  4593.     protected function getAnnotations_CacheWarmerService()
  4594.     {
  4595.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4598.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  4599.     }
  4600.     /**
  4601.      * Gets the private 'annotations.cached_reader' shared service.
  4602.      *
  4603.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  4604.      */
  4605.     protected function getAnnotations_CachedReaderService()
  4606.     {
  4607.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  4608.     }
  4609.     /**
  4610.      * Gets the private 'annotations.reader' shared service.
  4611.      *
  4612.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4613.      */
  4614.     protected function getAnnotations_ReaderService()
  4615.     {
  4616.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4617.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4618.         $a->registerUniqueLoader('class_exists');
  4619.         $instance->addGlobalIgnoredName('required'$a);
  4620.         return $instance;
  4621.     }
  4622.     /**
  4623.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  4624.      *
  4625.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4626.      */
  4627.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  4628.     {
  4629.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('o1ppQ4PF7X'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4630.     }
  4631.     /**
  4632.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  4633.      *
  4634.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4635.      */
  4636.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  4637.     {
  4638.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('907+bAcQYU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4639.     }
  4640.     /**
  4641.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  4642.      *
  4643.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4644.      */
  4645.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  4646.     {
  4647.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VXBXuzimpY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4648.     }
  4649.     /**
  4650.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  4651.      *
  4652.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4653.      */
  4654.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  4655.     {
  4656.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('SBVkTHzvTF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4657.     }
  4658.     /**
  4659.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  4660.      *
  4661.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4662.      */
  4663.     protected function getApiPlatform_Cache_RouteNameResolverService()
  4664.     {
  4665.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WpYGMlHzI-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4666.     }
  4667.     /**
  4668.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  4669.      *
  4670.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4671.      */
  4672.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  4673.     {
  4674.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3W5Q-mdNHj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4675.     }
  4676.     /**
  4677.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  4678.      *
  4679.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  4680.      */
  4681.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  4682.     {
  4683.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  4684.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4685.     }
  4686.     /**
  4687.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  4688.      *
  4689.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  4690.      */
  4691.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  4692.     {
  4693.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  4694.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  4695.             yield => ($this->privates['App\\EventListener\\Doctrine\\WebsiteExtension'] ?? $this->getWebsiteExtensionService());
  4696.             yield => ($this->privates['App\\EventListener\\Doctrine\\CurrentUserExtension'] ?? $this->getCurrentUserExtensionService());
  4697.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  4698.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  4699.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  4700.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  4701.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  4702.         }, 7));
  4703.     }
  4704.     /**
  4705.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  4706.      *
  4707.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  4708.      */
  4709.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  4710.     {
  4711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  4713.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  4714.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  4715.             yield => ($this->privates['App\\EventListener\\Doctrine\\CurrentUserExtension'] ?? $this->getCurrentUserExtensionService());
  4716.             yield => ($this->privates['App\\EventListener\\Doctrine\\WebsiteExtension'] ?? $this->getWebsiteExtensionService());
  4717.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  4718.         }, 3), NULL);
  4719.     }
  4720.     /**
  4721.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  4722.      *
  4723.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  4724.      */
  4725.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  4726.     {
  4727.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  4728.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  4729.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  4730.             yield => ($this->privates['App\\EventListener\\Doctrine\\WebsiteExtension'] ?? $this->getWebsiteExtensionService());
  4731.             yield => ($this->privates['App\\EventListener\\Doctrine\\CurrentUserExtension'] ?? $this->getCurrentUserExtensionService());
  4732.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  4733.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  4734.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  4735.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  4736.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  4737.         }, 7), new RewindableGenerator(function () {
  4738.             yield => ($this->privates['App\\EventListener\\Doctrine\\CurrentUserExtension'] ?? $this->getCurrentUserExtensionService());
  4739.             yield => ($this->privates['App\\EventListener\\Doctrine\\WebsiteExtension'] ?? $this->getWebsiteExtensionService());
  4740.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  4741.         }, 3), NULL);
  4742.     }
  4743.     /**
  4744.      * Gets the private 'api_platform.doctrine.orm.listener.mercure.publish' shared service.
  4745.      *
  4746.      * @return \ApiPlatform\Core\Bridge\Doctrine\EventListener\PublishMercureUpdatesListener
  4747.      */
  4748.     protected function getApiPlatform_Doctrine_Orm_Listener_Mercure_PublishService()
  4749.     {
  4750.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/DispatchTrait.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/EventListener/PublishMercureUpdatesListener.php';
  4752.         return $this->privates['api_platform.doctrine.orm.listener.mercure.publish'] = new \ApiPlatform\Core\Bridge\Doctrine\EventListener\PublishMercureUpdatesListener(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.formats'], NULL, ($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService()), ($this->privates['api_platform.graphql.subscription.subscription_manager'] ?? $this->getApiPlatform_Graphql_Subscription_SubscriptionManagerService()), ($this->privates['api_platform.graphql.subscription.mercure_iri_generator'] ?? $this->getApiPlatform_Graphql_Subscription_MercureIriGeneratorService()));
  4753.     }
  4754.     /**
  4755.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  4756.      *
  4757.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  4758.      */
  4759.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  4760.     {
  4761.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4762.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  4763.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  4764.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  4765.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  4766.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 100trueNULLNULLfalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  4767.     }
  4768.     /**
  4769.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  4770.      *
  4771.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  4772.      */
  4773.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  4774.     {
  4775.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4776.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  4777.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  4778.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()));
  4779.     }
  4780.     /**
  4781.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  4782.      *
  4783.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  4784.      */
  4785.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  4786.     {
  4787.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  4790.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  4791.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), true, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  4792.     }
  4793.     /**
  4794.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  4795.      *
  4796.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  4797.      */
  4798.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  4799.     {
  4800.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  4803.         return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  4804.     }
  4805.     /**
  4806.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  4807.      *
  4808.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  4809.      */
  4810.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  4811.     {
  4812.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  4813.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  4814.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  4815.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  4816.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.pagination.legacy'] ?? $this->getApiPlatform_Pagination_LegacyService()));
  4817.     }
  4818.     /**
  4819.      * Gets the private 'api_platform.filter_locator' shared service.
  4820.      *
  4821.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4822.      */
  4823.     protected function getApiPlatform_FilterLocatorService()
  4824.     {
  4825.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4826.             'App\\Filter\\TagTaxonomyFilter' => ['privates''App\\Filter\\TagTaxonomyFilter''getTagTaxonomyFilterService'false],
  4827.             'annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityArticleApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4828.             'annotated_app_entity_article_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_article_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityArticleTypeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4829.             'annotated_app_entity_article_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_article_type_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityArticleTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4830.             'annotated_app_entity_brand_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_brand_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityBrandApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4831.             'annotated_app_entity_category_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_category_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityCategoryApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4832.             'annotated_app_entity_category_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_category_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCategoryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4833.             'annotated_app_entity_country_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_country_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCountryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4834.             'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityCouponApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4835.             'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityCouponApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'false],
  4836.             'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => ['privates''annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_exists_filter''getAnnotatedAppEntityCouponApiPlatformCoreBridgeDoctrineOrmFilterExistsFilterService'false],
  4837.             'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityCouponApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'false],
  4838.             'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCouponApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4839.             'annotated_app_entity_coupon_category_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_coupon_category_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityCouponCategoryApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4840.             'annotated_app_entity_coupon_category_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_coupon_category_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCouponCategoryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4841.             'annotated_app_entity_coupon_country_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_coupon_country_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityCouponCountryApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4842.             'annotated_app_entity_coupon_country_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_coupon_country_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCouponCountryApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4843.             'annotated_app_entity_coupon_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_coupon_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityCouponTypeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4844.             'annotated_app_entity_coupon_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_coupon_type_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCouponTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4845.             'annotated_app_entity_coupon_type_item_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_coupon_type_item_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityCouponTypeItemApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4846.             'annotated_app_entity_coupon_type_item_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_coupon_type_item_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCouponTypeItemApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4847.             'annotated_app_entity_currency_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_currency_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityCurrencyApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4848.             'annotated_app_entity_image_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_image_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityImageApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4849.             'annotated_app_entity_image_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_image_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityImageApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4850.             'annotated_app_entity_link_redirect_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_link_redirect_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityLinkRedirectApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4851.             'annotated_app_entity_link_redirect_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_link_redirect_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityLinkRedirectApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4852.             'annotated_app_entity_menu_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_menu_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityMenuApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4853.             'annotated_app_entity_menu_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_menu_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMenuApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4854.             'annotated_app_entity_menu_sub_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_menu_sub_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityMenuSubApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4855.             'annotated_app_entity_menu_sub_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_menu_sub_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMenuSubApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4856.             'annotated_app_entity_merchant_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_merchant_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMerchantApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4857.             'annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityProductApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4858.             'annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityProductApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4859.             'annotated_app_entity_product_attribute_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_product_attribute_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityProductAttributeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4860.             'annotated_app_entity_product_attribute_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_product_attribute_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityProductAttributeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4861.             'annotated_app_entity_product_attribute_item_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_product_attribute_item_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityProductAttributeItemApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4862.             'annotated_app_entity_product_attribute_item_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_product_attribute_item_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityProductAttributeItemApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4863.             'annotated_app_entity_product_comment_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_product_comment_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityProductCommentApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4864.             'annotated_app_entity_product_comment_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_product_comment_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityProductCommentApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4865.             'annotated_app_entity_product_image_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_product_image_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityProductImageApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4866.             'annotated_app_entity_product_image_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_product_image_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityProductImageApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4867.             'annotated_app_entity_product_test_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_product_test_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityProductTestApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4868.             'annotated_app_entity_product_test_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_product_test_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityProductTestApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4869.             'annotated_app_entity_setting_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_setting_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntitySettingApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4870.             'annotated_app_entity_tag_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_tag_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityTagApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4871.             'annotated_app_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityTagApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4872.             'annotated_app_entity_tag_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_tag_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityTagTypeApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4873.             'annotated_app_entity_tag_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_tag_type_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityTagTypeApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4874.             'annotated_app_entity_website_setting_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_website_setting_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityWebsiteSettingApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'false],
  4875.             'annotated_app_entity_website_setting_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_website_setting_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityWebsiteSettingApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'false],
  4876.         ], [
  4877.             'App\\Filter\\TagTaxonomyFilter' => '?',
  4878.             'annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4879.             'annotated_app_entity_article_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4880.             'annotated_app_entity_article_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4881.             'annotated_app_entity_brand_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4882.             'annotated_app_entity_category_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4883.             'annotated_app_entity_category_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4884.             'annotated_app_entity_country_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4885.             'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4886.             'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  4887.             'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  4888.             'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  4889.             'annotated_app_entity_coupon_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4890.             'annotated_app_entity_coupon_category_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4891.             'annotated_app_entity_coupon_category_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4892.             'annotated_app_entity_coupon_country_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4893.             'annotated_app_entity_coupon_country_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4894.             'annotated_app_entity_coupon_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4895.             'annotated_app_entity_coupon_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4896.             'annotated_app_entity_coupon_type_item_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4897.             'annotated_app_entity_coupon_type_item_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4898.             'annotated_app_entity_currency_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4899.             'annotated_app_entity_image_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4900.             'annotated_app_entity_image_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4901.             'annotated_app_entity_link_redirect_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4902.             'annotated_app_entity_link_redirect_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4903.             'annotated_app_entity_menu_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4904.             'annotated_app_entity_menu_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4905.             'annotated_app_entity_menu_sub_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4906.             'annotated_app_entity_menu_sub_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4907.             'annotated_app_entity_merchant_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4908.             'annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4909.             'annotated_app_entity_product_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4910.             'annotated_app_entity_product_attribute_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4911.             'annotated_app_entity_product_attribute_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4912.             'annotated_app_entity_product_attribute_item_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4913.             'annotated_app_entity_product_attribute_item_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4914.             'annotated_app_entity_product_comment_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4915.             'annotated_app_entity_product_comment_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4916.             'annotated_app_entity_product_image_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4917.             'annotated_app_entity_product_image_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4918.             'annotated_app_entity_product_test_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4919.             'annotated_app_entity_product_test_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4920.             'annotated_app_entity_setting_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4921.             'annotated_app_entity_tag_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4922.             'annotated_app_entity_tag_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4923.             'annotated_app_entity_tag_type_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4924.             'annotated_app_entity_tag_type_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4925.             'annotated_app_entity_website_setting_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  4926.             'annotated_app_entity_website_setting_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  4927.         ]);
  4928.     }
  4929.     /**
  4930.      * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  4931.      *
  4932.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4933.      */
  4934.     protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  4935.     {
  4936.         return $this->privates['api_platform.graphql.cache.subscription'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FQFh+VWALt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4937.     }
  4938.     /**
  4939.      * Gets the private 'api_platform.graphql.command.export_command' shared service.
  4940.      *
  4941.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\GraphQlExportCommand
  4942.      */
  4943.     protected function getApiPlatform_Graphql_Command_ExportCommandService()
  4944.     {
  4945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/GraphQlExportCommand.php';
  4947.         $this->privates['api_platform.graphql.command.export_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\GraphQlExportCommand(($this->privates['api_platform.graphql.schema_builder'] ?? $this->getApiPlatform_Graphql_SchemaBuilderService()));
  4948.         $instance->setName('api:graphql:export');
  4949.         return $instance;
  4950.     }
  4951.     /**
  4952.      * Gets the private 'api_platform.graphql.fields_builder' shared service.
  4953.      *
  4954.      * @return \ApiPlatform\Core\GraphQl\Type\FieldsBuilder
  4955.      */
  4956.     protected function getApiPlatform_Graphql_FieldsBuilderService()
  4957.     {
  4958.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/FieldsBuilderInterface.php';
  4959.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/FieldsBuilder.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/TypeBuilderInterface.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/TypeBuilder.php';
  4962.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/ResourceFieldResolver.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/TypeConverterInterface.php';
  4964.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/TypeConverter.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ItemResolverFactory.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php';
  4968.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ArrayTrait.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Util/IdentifierTrait.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStage.php';
  4971.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStage.php';
  4973.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php';
  4974.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStage.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/CollectionResolverFactory.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ItemMutationResolverFactory.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStage.php';
  4979.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php';
  4980.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStage.php';
  4981.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php';
  4982.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStage.php';
  4983.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ItemSubscriptionResolverFactory.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainer.php';
  4986.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  4987.         $b = ($this->privates['api_platform.graphql.types_container'] ?? ($this->privates['api_platform.graphql.types_container'] = new \ApiPlatform\Core\GraphQl\Type\TypesContainer()));
  4988.         $c = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  4989.         $d = ($this->privates['api_platform.pagination.legacy'] ?? $this->getApiPlatform_Pagination_LegacyService());
  4990.         $e = new \ApiPlatform\Core\GraphQl\Type\TypeBuilder($b, new \ApiPlatform\Core\GraphQl\Resolver\ResourceFieldResolver($c), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4991.             'api_platform.graphql.fields_builder' => ['privates''api_platform.graphql.fields_builder''getApiPlatform_Graphql_FieldsBuilderService'false],
  4992.         ], [
  4993.             'api_platform.graphql.fields_builder' => '?',
  4994.         ]), $d);
  4995.         $f = ($this->privates['api_platform.graphql.serializer.context_builder'] ?? $this->getApiPlatform_Graphql_Serializer_ContextBuilderService());
  4996.         $g = new \ApiPlatform\Core\GraphQl\Resolver\Stage\ReadStage($a$c, ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), $f'_');
  4997.         $h = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  4998.         $i = new \ApiPlatform\Core\GraphQl\Resolver\Stage\SecurityStage($a$h);
  4999.         $j = new \ApiPlatform\Core\GraphQl\Resolver\Stage\SecurityPostDenormalizeStage($a$h);
  5000.         $k = ($this->privates['api_platform.graphql.resolver.stage.serialize'] ?? $this->getApiPlatform_Graphql_Resolver_Stage_SerializeService());
  5001.         $l = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []);
  5002.         return $this->privates['api_platform.graphql.fields_builder'] = new \ApiPlatform\Core\GraphQl\Type\FieldsBuilder(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$b$e, new \ApiPlatform\Core\GraphQl\Type\TypeConverter($e$b$a), new \ApiPlatform\Core\GraphQl\Resolver\Factory\ItemResolverFactory($g$i$j$k$l$a), new \ApiPlatform\Core\GraphQl\Resolver\Factory\CollectionResolverFactory($g$i$j$k$l$a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), new \ApiPlatform\Core\GraphQl\Resolver\Factory\ItemMutationResolverFactory($g$i$j$k, new \ApiPlatform\Core\GraphQl\Resolver\Stage\DeserializeStage($a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $f), new \ApiPlatform\Core\GraphQl\Resolver\Stage\WriteStage($a, ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), $f), new \ApiPlatform\Core\GraphQl\Resolver\Stage\ValidateStage($a, ($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []), $a), new \ApiPlatform\Core\GraphQl\Resolver\Factory\ItemSubscriptionResolverFactory($g$i$k$a, ($this->privates['api_platform.graphql.subscription.subscription_manager'] ?? $this->getApiPlatform_Graphql_Subscription_SubscriptionManagerService()), ($this->privates['api_platform.graphql.subscription.mercure_iri_generator'] ?? $this->getApiPlatform_Graphql_Subscription_MercureIriGeneratorService())), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), $d, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), '_');
  5003.     }
  5004.     /**
  5005.      * Gets the private 'api_platform.graphql.iterable_type' shared service.
  5006.      *
  5007.      * @return \ApiPlatform\Core\GraphQl\Type\Definition\IterableType
  5008.      */
  5009.     protected function getApiPlatform_Graphql_IterableTypeService()
  5010.     {
  5011.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/Type.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/OutputType.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/InputType.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/LeafType.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NullableType.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NamedType.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/ScalarType.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/IterableType.php';
  5020.         return $this->privates['api_platform.graphql.iterable_type'] = new \ApiPlatform\Core\GraphQl\Type\Definition\IterableType();
  5021.     }
  5022.     /**
  5023.      * Gets the private 'api_platform.graphql.resolver.stage.serialize' shared service.
  5024.      *
  5025.      * @return \ApiPlatform\Core\GraphQl\Resolver\Stage\SerializeStage
  5026.      */
  5027.     protected function getApiPlatform_Graphql_Resolver_Stage_SerializeService()
  5028.     {
  5029.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Util/IdentifierTrait.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStage.php';
  5032.         return $this->privates['api_platform.graphql.resolver.stage.serialize'] = new \ApiPlatform\Core\GraphQl\Resolver\Stage\SerializeStage(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.graphql.serializer.context_builder'] ?? $this->getApiPlatform_Graphql_Serializer_ContextBuilderService()), ($this->privates['api_platform.pagination.legacy'] ?? $this->getApiPlatform_Pagination_LegacyService()));
  5033.     }
  5034.     /**
  5035.      * Gets the private 'api_platform.graphql.schema_builder' shared service.
  5036.      *
  5037.      * @return \ApiPlatform\Core\GraphQl\Type\SchemaBuilder
  5038.      */
  5039.     protected function getApiPlatform_Graphql_SchemaBuilderService()
  5040.     {
  5041.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/SchemaBuilderInterface.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Type/SchemaBuilder.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesFactory.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/TypesContainer.php';
  5047.         return $this->privates['api_platform.graphql.schema_builder'] = new \ApiPlatform\Core\GraphQl\Type\SchemaBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\GraphQl\Type\TypesFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5048.             'api_platform.graphql.iterable_type' => ['privates''api_platform.graphql.iterable_type''getApiPlatform_Graphql_IterableTypeService'false],
  5049.             'api_platform.graphql.upload_type' => ['privates''api_platform.graphql.upload_type''getApiPlatform_Graphql_UploadTypeService'false],
  5050.         ], [
  5051.             'api_platform.graphql.iterable_type' => '?',
  5052.             'api_platform.graphql.upload_type' => '?',
  5053.         ]), [=> 'api_platform.graphql.iterable_type'=> 'api_platform.graphql.upload_type']), ($this->privates['api_platform.graphql.types_container'] ?? ($this->privates['api_platform.graphql.types_container'] = new \ApiPlatform\Core\GraphQl\Type\TypesContainer())), ($this->privates['api_platform.graphql.fields_builder'] ?? $this->getApiPlatform_Graphql_FieldsBuilderService()));
  5054.     }
  5055.     /**
  5056.      * Gets the private 'api_platform.graphql.serializer.context_builder' shared service.
  5057.      *
  5058.      * @return \ApiPlatform\Core\GraphQl\Serializer\SerializerContextBuilder
  5059.      */
  5060.     protected function getApiPlatform_Graphql_Serializer_ContextBuilderService()
  5061.     {
  5062.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php';
  5063.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilder.php';
  5064.         return $this->privates['api_platform.graphql.serializer.context_builder'] = new \ApiPlatform\Core\GraphQl\Serializer\SerializerContextBuilder(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  5065.     }
  5066.     /**
  5067.      * Gets the private 'api_platform.graphql.subscription.mercure_iri_generator' shared service.
  5068.      *
  5069.      * @return \ApiPlatform\Core\GraphQl\Subscription\MercureSubscriptionIriGenerator
  5070.      */
  5071.     protected function getApiPlatform_Graphql_Subscription_MercureIriGeneratorService()
  5072.     {
  5073.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGenerator.php';
  5075.         return $this->privates['api_platform.graphql.subscription.mercure_iri_generator'] = new \ApiPlatform\Core\GraphQl\Subscription\MercureSubscriptionIriGenerator(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService()));
  5076.     }
  5077.     /**
  5078.      * Gets the private 'api_platform.graphql.subscription.subscription_manager' shared service.
  5079.      *
  5080.      * @return \ApiPlatform\Core\GraphQl\Subscription\SubscriptionManager
  5081.      */
  5082.     protected function getApiPlatform_Graphql_Subscription_SubscriptionManagerService()
  5083.     {
  5084.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Resolver/Util/IdentifierTrait.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/SortTrait.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManager.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGenerator.php';
  5090.         return $this->privates['api_platform.graphql.subscription.subscription_manager'] = new \ApiPlatform\Core\GraphQl\Subscription\SubscriptionManager(($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()), new \ApiPlatform\Core\GraphQl\Subscription\SubscriptionIdentifierGenerator(), ($this->privates['api_platform.graphql.resolver.stage.serialize'] ?? $this->getApiPlatform_Graphql_Resolver_Stage_SerializeService()), ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()));
  5091.     }
  5092.     /**
  5093.      * Gets the private 'api_platform.graphql.upload_type' shared service.
  5094.      *
  5095.      * @return \ApiPlatform\Core\GraphQl\Type\Definition\UploadType
  5096.      */
  5097.     protected function getApiPlatform_Graphql_UploadTypeService()
  5098.     {
  5099.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/Type.php';
  5100.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/OutputType.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/InputType.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/LeafType.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NullableType.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/NamedType.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/webonyx/graphql-php/src/Type/Definition/ScalarType.php';
  5106.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php';
  5107.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Type/Definition/UploadType.php';
  5108.         return $this->privates['api_platform.graphql.upload_type'] = new \ApiPlatform\Core\GraphQl\Type\Definition\UploadType();
  5109.     }
  5110.     /**
  5111.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  5112.      *
  5113.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  5114.      */
  5115.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  5116.     {
  5117.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL'api_platform.metadata.resource.metadata_collection_factory.retro_compatible');
  5118.     }
  5119.     /**
  5120.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  5121.      *
  5122.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  5123.      */
  5124.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  5125.     {
  5126.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  5127.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  5128.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  5129.         }
  5130.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  5131.     }
  5132.     /**
  5133.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  5134.      *
  5135.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  5136.      */
  5137.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  5138.     {
  5139.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  5140.     }
  5141.     /**
  5142.      * Gets the private 'api_platform.identifier.converter' shared service.
  5143.      *
  5144.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  5145.      */
  5146.     protected function getApiPlatform_Identifier_ConverterService()
  5147.     {
  5148.         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 () {
  5149.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  5150.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  5151.         }, 2));
  5152.     }
  5153.     /**
  5154.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  5155.      *
  5156.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  5157.      */
  5158.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  5159.     {
  5160.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  5161.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  5162.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  5163.     }
  5164.     /**
  5165.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  5166.      *
  5167.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  5168.      */
  5169.     protected function getApiPlatform_IriConverter_LegacyService()
  5170.     {
  5171.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5172.         return $this->privates['api_platform.iri_converter.legacy'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5173.     }
  5174.     /**
  5175.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  5176.      *
  5177.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  5178.      */
  5179.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  5180.     {
  5181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5182.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  5183.         $this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  5184.         $instance->setName('api:json-schema:generate');
  5185.         return $instance;
  5186.     }
  5187.     /**
  5188.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  5189.      *
  5190.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  5191.      */
  5192.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  5193.     {
  5194.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5195.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  5196.         return $instance;
  5197.     }
  5198.     /**
  5199.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  5200.      *
  5201.      * @return \ApiPlatform\JsonLd\ContextBuilder
  5202.      */
  5203.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  5204.     {
  5205.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  5206.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $aNULL, new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  5207.     }
  5208.     /**
  5209.      * Gets the private 'api_platform.listener.exception' shared service.
  5210.      *
  5211.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  5212.      */
  5213.     protected function getApiPlatform_Listener_ExceptionService()
  5214.     {
  5215.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  5217.         $a = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  5218.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Symfony\EventListener\ExceptionListener('api_platform.action.exception'$afalse, new \ApiPlatform\Symfony\EventListener\ErrorListener('api_platform.action.exception'$atrue));
  5219.     }
  5220.     /**
  5221.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  5222.      *
  5223.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  5224.      */
  5225.     protected function getApiPlatform_Listener_Exception_ValidationService()
  5226.     {
  5227.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  5228.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  5229.     }
  5230.     /**
  5231.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  5232.      *
  5233.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  5234.      */
  5235.     protected function getApiPlatform_Listener_Request_AddFormatService()
  5236.     {
  5237.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  5238.     }
  5239.     /**
  5240.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  5241.      *
  5242.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  5243.      */
  5244.     protected function getApiPlatform_Listener_Request_DeserializeService()
  5245.     {
  5246.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5247.     }
  5248.     /**
  5249.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  5250.      *
  5251.      * @return \ApiPlatform\Core\EventListener\ReadListener
  5252.      */
  5253.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  5254.     {
  5255.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5256.     }
  5257.     /**
  5258.      * Gets the private 'api_platform.listener.view.respond' shared service.
  5259.      *
  5260.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  5261.      */
  5262.     protected function getApiPlatform_Listener_View_RespondService()
  5263.     {
  5264.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  5265.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Symfony\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), NULL);
  5266.     }
  5267.     /**
  5268.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  5269.      *
  5270.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  5271.      */
  5272.     protected function getApiPlatform_Listener_View_SerializeService()
  5273.     {
  5274.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  5275.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5276.     }
  5277.     /**
  5278.      * Gets the private 'api_platform.listener.view.validate' shared service.
  5279.      *
  5280.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  5281.      */
  5282.     protected function getApiPlatform_Listener_View_ValidateService()
  5283.     {
  5284.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  5285.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  5286.     }
  5287.     /**
  5288.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  5289.      *
  5290.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  5291.      */
  5292.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  5293.     {
  5294.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  5295.     }
  5296.     /**
  5297.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  5298.      *
  5299.      * @return \ApiPlatform\Core\EventListener\WriteListener
  5300.      */
  5301.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  5302.     {
  5303.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  5304.         return $this->privates['api_platform.listener.view.write.legacy'] = new \ApiPlatform\Core\EventListener\WriteListener(($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService()), ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  5305.     }
  5306.     /**
  5307.      * Gets the private 'api_platform.mercure.listener.response.add_link_header' shared service.
  5308.      *
  5309.      * @return \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener
  5310.      */
  5311.     protected function getApiPlatform_Mercure_Listener_Response_AddLinkHeaderService()
  5312.     {
  5313.         return $this->privates['api_platform.mercure.listener.response.add_link_header'] = new \ApiPlatform\Symfony\EventListener\AddLinkHeaderListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \Symfony\Component\Mercure\Discovery(($this->privates['Symfony\\Component\\Mercure\\HubRegistry'] ?? $this->getHubRegistryService())));
  5314.     }
  5315.     /**
  5316.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  5317.      *
  5318.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  5319.      */
  5320.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  5321.     {
  5322.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5323.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  5324.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  5325.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  5326.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  5327.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  5328.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  5329.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  5330.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  5331.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  5332.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5333.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  5334.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  5335.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  5336.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  5337.         }, 13)));
  5338.     }
  5339.     /**
  5340.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  5341.      *
  5342.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  5343.      */
  5344.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  5345.     {
  5346.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))));
  5347.     }
  5348.     /**
  5349.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  5350.      *
  5351.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  5352.      */
  5353.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  5354.     {
  5355.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  5356.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  5357.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  5358.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  5359.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  5360.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  5361.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  5362.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  5363.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  5364.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  5365.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  5366.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5367.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  5368.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  5369.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  5370.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  5371.         }, 13));
  5372.     }
  5373.     /**
  5374.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  5375.      *
  5376.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  5377.      */
  5378.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  5379.     {
  5380.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  5382.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  5383.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  5384.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  5385.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  5386.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  5387.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  5388.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  5389.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  5390.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  5391.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  5392.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  5393.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  5394.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  5395.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  5396.         }, 13));
  5397.     }
  5398.     /**
  5399.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  5400.      *
  5401.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  5402.      */
  5403.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  5404.     {
  5405.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5406.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  5407.     }
  5408.     /**
  5409.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  5410.      *
  5411.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  5412.      */
  5413.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  5414.     {
  5415.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  5416.     }
  5417.     /**
  5418.      * Gets the private 'api_platform.openapi.command' shared service.
  5419.      *
  5420.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  5421.      */
  5422.     protected function getApiPlatform_Openapi_CommandService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  5426.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  5427.         $instance->setName('api:openapi:export');
  5428.         return $instance;
  5429.     }
  5430.     /**
  5431.      * Gets the private 'api_platform.openapi.factory.legacy' shared service.
  5432.      *
  5433.      * @return \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory
  5434.      */
  5435.     protected function getApiPlatform_Openapi_Factory_LegacyService()
  5436.     {
  5437.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  5440.         return $this->privates['api_platform.openapi.factory.legacy'] = new \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\State\Pagination\PaginationOptions(true'page'false'itemsPerPage'false'pagination'120NULLfalsefalse'partial'));
  5441.     }
  5442.     /**
  5443.      * Gets the private 'api_platform.openapi.options' shared service.
  5444.      *
  5445.      * @return \ApiPlatform\OpenApi\Options
  5446.      */
  5447.     protected function getApiPlatform_Openapi_OptionsService()
  5448.     {
  5449.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  5450.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options($this->getEnv('PROJECT_NAME'), '''1.0.0'false'oauth2''application''''''', [], $this->parameters['api_platform.swagger.api_keys'], NULLNULLNULLNULLNULLNULL);
  5451.     }
  5452.     /**
  5453.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  5454.      *
  5455.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  5456.      */
  5457.     protected function getApiPlatform_OperationPathResolver_CustomService()
  5458.     {
  5459.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  5460.     }
  5461.     /**
  5462.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  5463.      *
  5464.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  5465.      */
  5466.     protected function getApiPlatform_OperationPathResolver_RouterService()
  5467.     {
  5468.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  5469.     }
  5470.     /**
  5471.      * Gets the private 'api_platform.pagination.legacy' shared service.
  5472.      *
  5473.      * @return \ApiPlatform\Core\DataProvider\Pagination
  5474.      */
  5475.     protected function getApiPlatform_Pagination_LegacyService()
  5476.     {
  5477.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
  5478.         return $this->privates['api_platform.pagination.legacy'] = new \ApiPlatform\Core\DataProvider\Pagination(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']);
  5479.     }
  5480.     /**
  5481.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  5482.      *
  5483.      * @return \ApiPlatform\Api\ResourceClassResolver
  5484.      */
  5485.     protected function getApiPlatform_ResourceClassResolverService()
  5486.     {
  5487.         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()));
  5488.     }
  5489.     /**
  5490.      * Gets the private 'api_platform.router' shared service.
  5491.      *
  5492.      * @return \ApiPlatform\Symfony\Routing\Router
  5493.      */
  5494.     protected function getApiPlatform_RouterService()
  5495.     {
  5496.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  5497.     }
  5498.     /**
  5499.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  5500.      *
  5501.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  5502.      */
  5503.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  5504.     {
  5505.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  5506.     }
  5507.     /**
  5508.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  5509.      *
  5510.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  5511.      */
  5512.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  5513.     {
  5514.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  5515.     }
  5516.     /**
  5517.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  5518.      *
  5519.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  5520.      */
  5521.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  5522.     {
  5523.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  5524.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  5525.     }
  5526.     /**
  5527.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  5528.      *
  5529.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  5530.      */
  5531.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  5532.     {
  5533.         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()))])));
  5534.     }
  5535.     /**
  5536.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  5537.      *
  5538.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  5539.      */
  5540.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  5541.     {
  5542.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  5543.     }
  5544.     /**
  5545.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  5546.      *
  5547.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  5548.      */
  5549.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  5550.     {
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  5553.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), $this->getEnv('PROJECT_NAME'), '''1.0.0'NULL$this->parameters['api_platform.swagger.versions'], true);
  5554.         $instance->setName('api:swagger:export');
  5555.         return $instance;
  5556.     }
  5557.     /**
  5558.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  5559.      *
  5560.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  5561.      */
  5562.     protected function getApiPlatform_UpgradeResource_CommandService()
  5563.     {
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  5566.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  5567.         $this->privates['api_platform.upgrade_resource.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), new \ApiPlatform\Core\Upgrade\SubresourceTransformer(), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  5568.         $instance->setName('api:upgrade-resource');
  5569.         return $instance;
  5570.     }
  5571.     /**
  5572.      * Gets the private 'api_platform.validator' shared service.
  5573.      *
  5574.      * @return \ApiPlatform\Symfony\Validator\Validator
  5575.      */
  5576.     protected function getApiPlatform_ValidatorService()
  5577.     {
  5578.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  5579.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  5580.         return $this->privates['api_platform.validator'] = new \ApiPlatform\Symfony\Validator\Validator(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $this);
  5581.     }
  5582.     /**
  5583.      * Gets the private 'cache.annotations' shared service.
  5584.      *
  5585.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5586.      */
  5587.     protected function getCache_AnnotationsService()
  5588.     {
  5589.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pGjqQID+Xl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5590.     }
  5591.     /**
  5592.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5593.      *
  5594.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5595.      */
  5596.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5597.     {
  5598.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5599.     }
  5600.     /**
  5601.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5602.      *
  5603.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5604.      */
  5605.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5606.     {
  5607.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5608.     }
  5609.     /**
  5610.      * Gets the private 'cache.property_info' shared service.
  5611.      *
  5612.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5613.      */
  5614.     protected function getCache_PropertyInfoService()
  5615.     {
  5616.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mPb8VS15Wb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5617.     }
  5618.     /**
  5619.      * Gets the private 'cache.security_expression_language' shared service.
  5620.      *
  5621.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5622.      */
  5623.     protected function getCache_SecurityExpressionLanguageService()
  5624.     {
  5625.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('5TvGUuT37H'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5626.     }
  5627.     /**
  5628.      * Gets the private 'cache.serializer' shared service.
  5629.      *
  5630.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5631.      */
  5632.     protected function getCache_SerializerService()
  5633.     {
  5634.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6mdDqRXNsl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5635.     }
  5636.     /**
  5637.      * Gets the private 'cache.validator' shared service.
  5638.      *
  5639.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5640.      */
  5641.     protected function getCache_ValidatorService()
  5642.     {
  5643.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Zgucrfbvjo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5644.     }
  5645.     /**
  5646.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5647.      *
  5648.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5649.      */
  5650.     protected function getCachePoolClearer_CacheWarmerService()
  5651.     {
  5652.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5653.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5654.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  5655.     }
  5656.     /**
  5657.      * Gets the private 'config_builder.warmer' shared service.
  5658.      *
  5659.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5660.      */
  5661.     protected function getConfigBuilder_WarmerService()
  5662.     {
  5663.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5665.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5666.     }
  5667.     /**
  5668.      * Gets the private 'console.command.about' shared service.
  5669.      *
  5670.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5671.      */
  5672.     protected function getConsole_Command_AboutService()
  5673.     {
  5674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5676.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5677.         $instance->setName('about');
  5678.         $instance->setDescription('Display information about the current project');
  5679.         return $instance;
  5680.     }
  5681.     /**
  5682.      * Gets the private 'console.command.assets_install' shared service.
  5683.      *
  5684.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5685.      */
  5686.     protected function getConsole_Command_AssetsInstallService()
  5687.     {
  5688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5689.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5690.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5691.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  5692.         $instance->setName('assets:install');
  5693.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5694.         return $instance;
  5695.     }
  5696.     /**
  5697.      * Gets the private 'console.command.cache_clear' shared service.
  5698.      *
  5699.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5700.      */
  5701.     protected function getConsole_Command_CacheClearService()
  5702.     {
  5703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5705.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5706.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  5707.         $instance->setName('cache:clear');
  5708.         $instance->setDescription('Clear the cache');
  5709.         return $instance;
  5710.     }
  5711.     /**
  5712.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5713.      *
  5714.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5715.      */
  5716.     protected function getConsole_Command_CachePoolClearService()
  5717.     {
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5720.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5721.         $instance->setName('cache:pool:clear');
  5722.         $instance->setDescription('Clear cache pools');
  5723.         return $instance;
  5724.     }
  5725.     /**
  5726.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5727.      *
  5728.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5729.      */
  5730.     protected function getConsole_Command_CachePoolDeleteService()
  5731.     {
  5732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5734.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5735.         $instance->setName('cache:pool:delete');
  5736.         $instance->setDescription('Delete an item from a cache pool');
  5737.         return $instance;
  5738.     }
  5739.     /**
  5740.      * Gets the private 'console.command.cache_pool_list' shared service.
  5741.      *
  5742.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5743.      */
  5744.     protected function getConsole_Command_CachePoolListService()
  5745.     {
  5746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5748.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'api_platform.cache.route_name_resolver'11 => 'api_platform.cache.metadata.resource'12 => 'api_platform.cache.metadata.resource.legacy'13 => 'api_platform.cache.metadata.property.legacy'14 => 'api_platform.cache.subresource_operation_factory'15 => 'api_platform.graphql.cache.subscription'16 => 'api_platform.cache.identifiers_extractor']);
  5749.         $instance->setName('cache:pool:list');
  5750.         $instance->setDescription('List available cache pools');
  5751.         return $instance;
  5752.     }
  5753.     /**
  5754.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5755.      *
  5756.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5757.      */
  5758.     protected function getConsole_Command_CachePoolPruneService()
  5759.     {
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5762.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5763.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5764.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5765.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5766.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5767.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5768.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5769.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5770.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5771.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5772.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5773.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  5774.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  5775.             yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
  5776.             yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
  5777.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  5778.             yield 'api_platform.graphql.cache.subscription' => ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService());
  5779.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  5780.         }, 17));
  5781.         $instance->setName('cache:pool:prune');
  5782.         $instance->setDescription('Prune cache pools');
  5783.         return $instance;
  5784.     }
  5785.     /**
  5786.      * Gets the private 'console.command.cache_warmup' shared service.
  5787.      *
  5788.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5789.      */
  5790.     protected function getConsole_Command_CacheWarmupService()
  5791.     {
  5792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5793.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5794.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5795.         $instance->setName('cache:warmup');
  5796.         $instance->setDescription('Warm up an empty cache');
  5797.         return $instance;
  5798.     }
  5799.     /**
  5800.      * Gets the private 'console.command.config_debug' shared service.
  5801.      *
  5802.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5803.      */
  5804.     protected function getConsole_Command_ConfigDebugService()
  5805.     {
  5806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5808.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5811.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5812.         $instance->setName('debug:config');
  5813.         $instance->setDescription('Dump the current configuration for an extension');
  5814.         return $instance;
  5815.     }
  5816.     /**
  5817.      * Gets the private 'console.command.config_dump_reference' shared service.
  5818.      *
  5819.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5820.      */
  5821.     protected function getConsole_Command_ConfigDumpReferenceService()
  5822.     {
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5828.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5829.         $instance->setName('config:dump-reference');
  5830.         $instance->setDescription('Dump the default configuration for an extension');
  5831.         return $instance;
  5832.     }
  5833.     /**
  5834.      * Gets the private 'console.command.container_debug' shared service.
  5835.      *
  5836.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5837.      */
  5838.     protected function getConsole_Command_ContainerDebugService()
  5839.     {
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5843.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5844.         $instance->setName('debug:container');
  5845.         $instance->setDescription('Display current services for an application');
  5846.         return $instance;
  5847.     }
  5848.     /**
  5849.      * Gets the private 'console.command.container_lint' shared service.
  5850.      *
  5851.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5852.      */
  5853.     protected function getConsole_Command_ContainerLintService()
  5854.     {
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5857.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5858.         $instance->setName('lint:container');
  5859.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5860.         return $instance;
  5861.     }
  5862.     /**
  5863.      * Gets the private 'console.command.debug_autowiring' shared service.
  5864.      *
  5865.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5866.      */
  5867.     protected function getConsole_Command_DebugAutowiringService()
  5868.     {
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5873.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5874.         $instance->setName('debug:autowiring');
  5875.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  5876.         return $instance;
  5877.     }
  5878.     /**
  5879.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5880.      *
  5881.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5882.      */
  5883.     protected function getConsole_Command_EventDispatcherDebugService()
  5884.     {
  5885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5886.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5887.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.VLCnL8Q'] ?? $this->get_ServiceLocator_VLCnL8QService()));
  5888.         $instance->setName('debug:event-dispatcher');
  5889.         $instance->setDescription('Display configured listeners for an application');
  5890.         return $instance;
  5891.     }
  5892.     /**
  5893.      * Gets the private 'console.command.router_debug' shared service.
  5894.      *
  5895.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5896.      */
  5897.     protected function getConsole_Command_RouterDebugService()
  5898.     {
  5899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5902.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5903.         $instance->setName('debug:router');
  5904.         $instance->setDescription('Display current routes for an application');
  5905.         return $instance;
  5906.     }
  5907.     /**
  5908.      * Gets the private 'console.command.router_match' shared service.
  5909.      *
  5910.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5911.      */
  5912.     protected function getConsole_Command_RouterMatchService()
  5913.     {
  5914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5916.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  5917.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5918.         }, 1));
  5919.         $instance->setName('router:match');
  5920.         $instance->setDescription('Help debug routes by simulating a path info match');
  5921.         return $instance;
  5922.     }
  5923.     /**
  5924.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5925.      *
  5926.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5927.      */
  5928.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5929.     {
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5934.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5935.         $instance->setName('secrets:decrypt-to-local');
  5936.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  5937.         return $instance;
  5938.     }
  5939.     /**
  5940.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5941.      *
  5942.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5943.      */
  5944.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5945.     {
  5946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5950.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5951.         $instance->setName('secrets:encrypt-from-local');
  5952.         $instance->setDescription('Encrypt all local secrets to the vault');
  5953.         return $instance;
  5954.     }
  5955.     /**
  5956.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5957.      *
  5958.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5959.      */
  5960.     protected function getConsole_Command_SecretsGenerateKeyService()
  5961.     {
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5966.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5967.         $instance->setName('secrets:generate-keys');
  5968.         $instance->setDescription('Generate new encryption keys');
  5969.         return $instance;
  5970.     }
  5971.     /**
  5972.      * Gets the private 'console.command.secrets_list' shared service.
  5973.      *
  5974.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5975.      */
  5976.     protected function getConsole_Command_SecretsListService()
  5977.     {
  5978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5982.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5983.         $instance->setName('secrets:list');
  5984.         $instance->setDescription('List all secrets');
  5985.         return $instance;
  5986.     }
  5987.     /**
  5988.      * Gets the private 'console.command.secrets_remove' shared service.
  5989.      *
  5990.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5991.      */
  5992.     protected function getConsole_Command_SecretsRemoveService()
  5993.     {
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5998.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5999.         $instance->setName('secrets:remove');
  6000.         $instance->setDescription('Remove a secret from the vault');
  6001.         return $instance;
  6002.     }
  6003.     /**
  6004.      * Gets the private 'console.command.secrets_set' shared service.
  6005.      *
  6006.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6007.      */
  6008.     protected function getConsole_Command_SecretsSetService()
  6009.     {
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6014.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6015.         $instance->setName('secrets:set');
  6016.         $instance->setDescription('Set a secret in the vault');
  6017.         return $instance;
  6018.     }
  6019.     /**
  6020.      * Gets the private 'console.command.validator_debug' shared service.
  6021.      *
  6022.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6023.      */
  6024.     protected function getConsole_Command_ValidatorDebugService()
  6025.     {
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6028.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6029.         $instance->setName('debug:validator');
  6030.         $instance->setDescription('Display validation constraints for classes');
  6031.         return $instance;
  6032.     }
  6033.     /**
  6034.      * Gets the private 'console.command.yaml_lint' shared service.
  6035.      *
  6036.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6037.      */
  6038.     protected function getConsole_Command_YamlLintService()
  6039.     {
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6043.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6044.         $instance->setName('lint:yaml');
  6045.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6046.         return $instance;
  6047.     }
  6048.     /**
  6049.      * Gets the private 'console.error_listener' shared service.
  6050.      *
  6051.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6052.      */
  6053.     protected function getConsole_ErrorListenerService()
  6054.     {
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6056.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6057.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6058.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6059.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6060.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6061.     }
  6062.     /**
  6063.      * Gets the private 'container.env_var_processor' shared service.
  6064.      *
  6065.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6066.      */
  6067.     protected function getContainer_EnvVarProcessorService()
  6068.     {
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6071.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6072.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6073.         }, 1));
  6074.     }
  6075.     /**
  6076.      * Gets the private 'container.getenv' shared service.
  6077.      *
  6078.      * @return \Closure
  6079.      */
  6080.     protected function getContainer_GetenvService()
  6081.     {
  6082.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6083.     }
  6084.     /**
  6085.      * Gets the private 'data_collector.request' shared service.
  6086.      *
  6087.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6088.      */
  6089.     protected function getDataCollector_RequestService()
  6090.     {
  6091.         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())));
  6092.     }
  6093.     /**
  6094.      * Gets the private 'data_collector.request.session_collector' shared service.
  6095.      *
  6096.      * @return \Closure
  6097.      */
  6098.     protected function getDataCollector_Request_SessionCollectorService()
  6099.     {
  6100.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6101.     }
  6102.     /**
  6103.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  6104.      *
  6105.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  6106.      */
  6107.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  6108.     {
  6109.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  6110.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  6111.         }, 1)));
  6112.     }
  6113.     /**
  6114.      * Gets the private 'debug.api_platform.data_persister' shared service.
  6115.      *
  6116.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  6117.      */
  6118.     protected function getDebug_ApiPlatform_DataPersisterService()
  6119.     {
  6120.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  6121.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  6122.         }, 1)));
  6123.     }
  6124.     /**
  6125.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  6126.      *
  6127.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  6128.      */
  6129.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  6130.     {
  6131.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  6132.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  6133.         }, 1)));
  6134.     }
  6135.     /**
  6136.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  6137.      *
  6138.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  6139.      */
  6140.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  6141.     {
  6142.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  6143.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  6144.         }, 1)));
  6145.     }
  6146.     /**
  6147.      * Gets the private 'debug.argument_resolver.default' shared service.
  6148.      *
  6149.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6150.      */
  6151.     protected function getDebug_ArgumentResolver_DefaultService()
  6152.     {
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6156.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6157.     }
  6158.     /**
  6159.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6160.      *
  6161.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6162.      */
  6163.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6164.     {
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6168.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.wSBtGKA'] ?? $this->get_ServiceLocator_WSBtGKAService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6169.     }
  6170.     /**
  6171.      * Gets the private 'debug.argument_resolver.request' shared service.
  6172.      *
  6173.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6174.      */
  6175.     protected function getDebug_ArgumentResolver_RequestService()
  6176.     {
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6180.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6181.     }
  6182.     /**
  6183.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6184.      *
  6185.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6186.      */
  6187.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6188.     {
  6189.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6192.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6193.     }
  6194.     /**
  6195.      * Gets the private 'debug.argument_resolver.service' shared service.
  6196.      *
  6197.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6198.      */
  6199.     protected function getDebug_ArgumentResolver_ServiceService()
  6200.     {
  6201.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6202.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6204.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.wSBtGKA'] ?? $this->get_ServiceLocator_WSBtGKAService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6205.     }
  6206.     /**
  6207.      * Gets the private 'debug.argument_resolver.session' shared service.
  6208.      *
  6209.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6210.      */
  6211.     protected function getDebug_ArgumentResolver_SessionService()
  6212.     {
  6213.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6215.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6216.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6217.     }
  6218.     /**
  6219.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6220.      *
  6221.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6222.      */
  6223.     protected function getDebug_ArgumentResolver_VariadicService()
  6224.     {
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6228.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6229.     }
  6230.     /**
  6231.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6232.      *
  6233.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6234.      */
  6235.     protected function getDebug_DebugHandlersListenerService()
  6236.     {
  6237.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6238.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6239.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6240.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6241.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6242.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  6243.     }
  6244.     /**
  6245.      * Gets the private 'debug.dump_listener' shared service.
  6246.      *
  6247.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6248.      */
  6249.     protected function getDebug_DumpListenerService()
  6250.     {
  6251.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6253.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  6254.     }
  6255.     /**
  6256.      * Gets the private 'debug.file_link_formatter' shared service.
  6257.      *
  6258.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6259.      */
  6260.     protected function getDebug_FileLinkFormatterService()
  6261.     {
  6262.         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 () {
  6263.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6264.         });
  6265.     }
  6266.     /**
  6267.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6268.      *
  6269.      * @return \string
  6270.      */
  6271.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6272.     {
  6273.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  6274.     }
  6275.     /**
  6276.      * Gets the private 'debug.log_processor' shared service.
  6277.      *
  6278.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6279.      */
  6280.     protected function getDebug_LogProcessorService()
  6281.     {
  6282.         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())));
  6283.     }
  6284.     /**
  6285.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6286.      *
  6287.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6288.      */
  6289.     protected function getDebug_Security_Access_DecisionManagerService()
  6290.     {
  6291.         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 () {
  6292.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6293.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6294.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6295.         }, 3), 'affirmative'falsetrue));
  6296.     }
  6297.     /**
  6298.      * Gets the private 'debug.security.firewall' shared service.
  6299.      *
  6300.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6301.      */
  6302.     protected function getDebug_Security_FirewallService()
  6303.     {
  6304.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6305.     }
  6306.     /**
  6307.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6308.      *
  6309.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6310.      */
  6311.     protected function getDebug_Security_UserValueResolverService()
  6312.     {
  6313.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6316.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6317.     }
  6318.     /**
  6319.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6320.      *
  6321.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6322.      */
  6323.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6324.     {
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6328.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6329.     }
  6330.     /**
  6331.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6332.      *
  6333.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6334.      */
  6335.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6336.     {
  6337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6340.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6341.     }
  6342.     /**
  6343.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6344.      *
  6345.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6346.      */
  6347.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6348.     {
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  6353.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6354.     }
  6355.     /**
  6356.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6357.      *
  6358.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6359.      */
  6360.     protected function getDebug_Security_Voter_VoteListenerService()
  6361.     {
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6363.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  6364.     }
  6365.     /**
  6366.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6367.      *
  6368.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  6369.      */
  6370.     protected function getDoctrine_CacheClearMetadataCommandService()
  6371.     {
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6373.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6374.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6375.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6376.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  6377.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6378.         $instance->setName('doctrine:cache:clear-metadata');
  6379.         return $instance;
  6380.     }
  6381.     /**
  6382.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6383.      *
  6384.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  6385.      */
  6386.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6387.     {
  6388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6391.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6392.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  6393.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6394.         $instance->setName('doctrine:cache:clear-query');
  6395.         return $instance;
  6396.     }
  6397.     /**
  6398.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6399.      *
  6400.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  6401.      */
  6402.     protected function getDoctrine_CacheClearResultCommandService()
  6403.     {
  6404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  6409.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6410.         $instance->setName('doctrine:cache:clear-result');
  6411.         return $instance;
  6412.     }
  6413.     /**
  6414.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6415.      *
  6416.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  6417.      */
  6418.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6419.     {
  6420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  6425.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6426.         $instance->setName('doctrine:cache:clear-collection-region');
  6427.         return $instance;
  6428.     }
  6429.     /**
  6430.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6431.      *
  6432.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  6433.      */
  6434.     protected function getDoctrine_ClearEntityRegionCommandService()
  6435.     {
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6440.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  6441.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6442.         $instance->setName('doctrine:cache:clear-entity-region');
  6443.         return $instance;
  6444.     }
  6445.     /**
  6446.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6447.      *
  6448.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  6449.      */
  6450.     protected function getDoctrine_ClearQueryRegionCommandService()
  6451.     {
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6456.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  6457.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6458.         $instance->setName('doctrine:cache:clear-query-region');
  6459.         return $instance;
  6460.     }
  6461.     /**
  6462.      * Gets the private 'doctrine.database_create_command' shared service.
  6463.      *
  6464.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6465.      */
  6466.     protected function getDoctrine_DatabaseCreateCommandService()
  6467.     {
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6470.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6471.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6472.         $instance->setName('doctrine:database:create');
  6473.         return $instance;
  6474.     }
  6475.     /**
  6476.      * Gets the private 'doctrine.database_drop_command' shared service.
  6477.      *
  6478.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6479.      */
  6480.     protected function getDoctrine_DatabaseDropCommandService()
  6481.     {
  6482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6483.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6484.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6485.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6486.         $instance->setName('doctrine:database:drop');
  6487.         return $instance;
  6488.     }
  6489.     /**
  6490.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6491.      *
  6492.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  6493.      */
  6494.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6495.     {
  6496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6497.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6500.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  6501.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6502.         $instance->setName('doctrine:ensure-production-settings');
  6503.         return $instance;
  6504.     }
  6505.     /**
  6506.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6507.      *
  6508.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  6509.      */
  6510.     protected function getDoctrine_MappingConvertCommandService()
  6511.     {
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6516.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  6517.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6518.         $instance->setName('doctrine:mapping:convert');
  6519.         return $instance;
  6520.     }
  6521.     /**
  6522.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6523.      *
  6524.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6525.      */
  6526.     protected function getDoctrine_MappingImportCommandService()
  6527.     {
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6530.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6531.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6532.         $instance->setName('doctrine:mapping:import');
  6533.         return $instance;
  6534.     }
  6535.     /**
  6536.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6537.      *
  6538.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6539.      */
  6540.     protected function getDoctrine_MappingInfoCommandService()
  6541.     {
  6542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6543.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6544.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6545.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6546.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  6547.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6548.         $instance->setName('doctrine:mapping:info');
  6549.         return $instance;
  6550.     }
  6551.     /**
  6552.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6553.      *
  6554.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6555.      */
  6556.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6557.     {
  6558.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6559.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6560.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  6561.     }
  6562.     /**
  6563.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6564.      *
  6565.      * @return \Doctrine\Migrations\DependencyFactory
  6566.      */
  6567.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6568.     {
  6569.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6571.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6572.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6573.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6574.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6577.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6578.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  6579.         $a->setAllOrNothing(false);
  6580.         $a->setCheckDatabasePlatform(true);
  6581.         $a->setTransactional(true);
  6582.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  6583.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6584.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6585.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6586.         });
  6587.         return $instance;
  6588.     }
  6589.     /**
  6590.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  6591.      *
  6592.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  6593.      */
  6594.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  6595.     {
  6596.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  6597.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  6598.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6599.     }
  6600.     /**
  6601.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6602.      *
  6603.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6604.      */
  6605.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6606.     {
  6607.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translator/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity')]);
  6608.     }
  6609.     /**
  6610.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6611.      *
  6612.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6613.      */
  6614.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6615.     {
  6616.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6617.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6618.     }
  6619.     /**
  6620.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6621.      *
  6622.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6623.      */
  6624.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6625.     {
  6626.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6627.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6628.     }
  6629.     /**
  6630.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6631.      *
  6632.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6633.      */
  6634.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6635.     {
  6636.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6638.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6639.             return new \EmptyIterator();
  6640.         }, 0));
  6641.     }
  6642.     /**
  6643.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  6644.      *
  6645.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  6646.      */
  6647.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  6648.     {
  6649.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  6651.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  6652.     }
  6653.     /**
  6654.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6655.      *
  6656.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6657.      */
  6658.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6659.     {
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6662.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6663.     }
  6664.     /**
  6665.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6666.      *
  6667.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6668.      */
  6669.     protected function getDoctrine_Orm_Validator_UniqueService()
  6670.     {
  6671.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6672.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6674.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6675.     }
  6676.     /**
  6677.      * Gets the private 'doctrine.query_dql_command' shared service.
  6678.      *
  6679.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  6680.      */
  6681.     protected function getDoctrine_QueryDqlCommandService()
  6682.     {
  6683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6684.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6685.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6686.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6687.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  6688.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6689.         $instance->setName('doctrine:query:dql');
  6690.         return $instance;
  6691.     }
  6692.     /**
  6693.      * Gets the private 'doctrine.query_sql_command' shared service.
  6694.      *
  6695.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6696.      */
  6697.     protected function getDoctrine_QuerySqlCommandService()
  6698.     {
  6699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6700.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6702.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6703.         $instance->setName('doctrine:query:sql');
  6704.         return $instance;
  6705.     }
  6706.     /**
  6707.      * Gets the private 'doctrine.schema_create_command' shared service.
  6708.      *
  6709.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  6710.      */
  6711.     protected function getDoctrine_SchemaCreateCommandService()
  6712.     {
  6713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6714.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6715.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6716.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6717.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6718.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  6719.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6720.         $instance->setName('doctrine:schema:create');
  6721.         return $instance;
  6722.     }
  6723.     /**
  6724.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6725.      *
  6726.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  6727.      */
  6728.     protected function getDoctrine_SchemaDropCommandService()
  6729.     {
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6731.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6732.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6733.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  6734.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  6736.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6737.         $instance->setName('doctrine:schema:drop');
  6738.         return $instance;
  6739.     }
  6740.     /**
  6741.      * Gets the private 'doctrine.schema_update_command' shared service.
  6742.      *
  6743.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  6744.      */
  6745.     protected function getDoctrine_SchemaUpdateCommandService()
  6746.     {
  6747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6748.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6750.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6751.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6752.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  6753.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6754.         $instance->setName('doctrine:schema:update');
  6755.         return $instance;
  6756.     }
  6757.     /**
  6758.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6759.      *
  6760.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  6761.      */
  6762.     protected function getDoctrine_SchemaValidateCommandService()
  6763.     {
  6764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6766.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  6768.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  6769.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6770.         $instance->setName('doctrine:schema:validate');
  6771.         return $instance;
  6772.     }
  6773.     /**
  6774.      * Gets the private 'doctrine.ulid_generator' shared service.
  6775.      *
  6776.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  6777.      */
  6778.     protected function getDoctrine_UlidGeneratorService()
  6779.     {
  6780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  6782.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  6783.     }
  6784.     /**
  6785.      * Gets the private 'doctrine.uuid_generator' shared service.
  6786.      *
  6787.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  6788.      */
  6789.     protected function getDoctrine_UuidGeneratorService()
  6790.     {
  6791.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  6792.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  6793.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  6794.     }
  6795.     /**
  6796.      * Gets the private 'doctrine_migrations.current_command' shared service.
  6797.      *
  6798.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  6799.      */
  6800.     protected function getDoctrineMigrations_CurrentCommandService()
  6801.     {
  6802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6803.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6804.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  6805.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  6806.         $instance->setName('doctrine:migrations:current');
  6807.         return $instance;
  6808.     }
  6809.     /**
  6810.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6811.      *
  6812.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  6813.      */
  6814.     protected function getDoctrineMigrations_DiffCommandService()
  6815.     {
  6816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6817.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  6819.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  6820.         $instance->setName('doctrine:migrations:diff');
  6821.         return $instance;
  6822.     }
  6823.     /**
  6824.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6825.      *
  6826.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  6827.      */
  6828.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6829.     {
  6830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  6833.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  6834.         $instance->setName('doctrine:migrations:dump-schema');
  6835.         return $instance;
  6836.     }
  6837.     /**
  6838.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6839.      *
  6840.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  6841.      */
  6842.     protected function getDoctrineMigrations_ExecuteCommandService()
  6843.     {
  6844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  6847.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  6848.         $instance->setName('doctrine:migrations:execute');
  6849.         return $instance;
  6850.     }
  6851.     /**
  6852.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6853.      *
  6854.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  6855.      */
  6856.     protected function getDoctrineMigrations_GenerateCommandService()
  6857.     {
  6858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6859.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6860.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  6861.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  6862.         $instance->setName('doctrine:migrations:generate');
  6863.         return $instance;
  6864.     }
  6865.     /**
  6866.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6867.      *
  6868.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6869.      */
  6870.     protected function getDoctrineMigrations_LatestCommandService()
  6871.     {
  6872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6873.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6875.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  6876.         $instance->setName('doctrine:migrations:latest');
  6877.         return $instance;
  6878.     }
  6879.     /**
  6880.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6881.      *
  6882.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  6883.      */
  6884.     protected function getDoctrineMigrations_MigrateCommandService()
  6885.     {
  6886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6887.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6888.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  6889.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  6890.         $instance->setName('doctrine:migrations:migrate');
  6891.         return $instance;
  6892.     }
  6893.     /**
  6894.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6895.      *
  6896.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  6897.      */
  6898.     protected function getDoctrineMigrations_RollupCommandService()
  6899.     {
  6900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6901.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6902.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  6903.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  6904.         $instance->setName('doctrine:migrations:rollup');
  6905.         return $instance;
  6906.     }
  6907.     /**
  6908.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6909.      *
  6910.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  6911.      */
  6912.     protected function getDoctrineMigrations_StatusCommandService()
  6913.     {
  6914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6916.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  6917.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  6918.         $instance->setName('doctrine:migrations:status');
  6919.         return $instance;
  6920.     }
  6921.     /**
  6922.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6923.      *
  6924.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6925.      */
  6926.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  6927.     {
  6928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6929.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  6931.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  6932.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  6933.         return $instance;
  6934.     }
  6935.     /**
  6936.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6937.      *
  6938.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6939.      */
  6940.     protected function getDoctrineMigrations_UpToDateCommandService()
  6941.     {
  6942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6943.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  6945.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  6946.         $instance->setName('doctrine:migrations:up-to-date');
  6947.         return $instance;
  6948.     }
  6949.     /**
  6950.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6951.      *
  6952.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6953.      */
  6954.     protected function getDoctrineMigrations_VersionCommandService()
  6955.     {
  6956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6957.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  6959.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  6960.         $instance->setName('doctrine:migrations:version');
  6961.         return $instance;
  6962.     }
  6963.     /**
  6964.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  6965.      *
  6966.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6967.      */
  6968.     protected function getDoctrineMigrations_VersionsCommandService()
  6969.     {
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6971.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6972.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  6973.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  6974.         $instance->setName('doctrine:migrations:list');
  6975.         return $instance;
  6976.     }
  6977.     /**
  6978.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6979.      *
  6980.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6981.      */
  6982.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6983.     {
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6986.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6987.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6988.     }
  6989.     /**
  6990.      * Gets the private 'exception_listener' shared service.
  6991.      *
  6992.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6993.      */
  6994.     protected function getExceptionListenerService()
  6995.     {
  6996.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  6997.     }
  6998.     /**
  6999.      * Gets the private 'fragment.renderer.inline' shared service.
  7000.      *
  7001.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7002.      */
  7003.     protected function getFragment_Renderer_InlineService()
  7004.     {
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7006.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7007.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7008.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7009.         $instance->setFragmentPath('/_fragment');
  7010.         return $instance;
  7011.     }
  7012.     /**
  7013.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  7014.      *
  7015.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  7016.      */
  7017.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  7018.     {
  7019.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7020.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  7021.         $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
  7022.         $instance->setName('lexik:jwt:check-config');
  7023.         $instance->setDescription('Checks that the bundle is properly configured.');
  7024.         return $instance;
  7025.     }
  7026.     /**
  7027.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  7028.      *
  7029.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  7030.      */
  7031.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  7032.     {
  7033.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7034.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  7035.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7036.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  7037.         $instance->setName('lexik:jwt:generate-keypair');
  7038.         $instance->setDescription('Generate public/private keys for use in your application.');
  7039.         return $instance;
  7040.     }
  7041.     /**
  7042.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  7043.      *
  7044.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  7045.      */
  7046.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  7047.     {
  7048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  7051.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  7052.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  7053.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  7054.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(), NULL);
  7055.     }
  7056.     /**
  7057.      * Gets the private 'locale_aware_listener' shared service.
  7058.      *
  7059.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7060.      */
  7061.     protected function getLocaleAwareListenerService()
  7062.     {
  7063.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7064.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  7065.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7066.     }
  7067.     /**
  7068.      * Gets the private 'locale_listener' shared service.
  7069.      *
  7070.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7071.      */
  7072.     protected function getLocaleListenerService()
  7073.     {
  7074.         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()));
  7075.     }
  7076.     /**
  7077.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7078.      *
  7079.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7080.      */
  7081.     protected function getMaker_AutoCommand_MakeAuthService()
  7082.     {
  7083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7084.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7090.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7091.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7092.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  7093.         $instance->setName('make:auth');
  7094.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7095.         return $instance;
  7096.     }
  7097.     /**
  7098.      * Gets the private 'maker.auto_command.make_command' shared service.
  7099.      *
  7100.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7101.      */
  7102.     protected function getMaker_AutoCommand_MakeCommandService()
  7103.     {
  7104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7108.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7109.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7110.         $instance->setName('make:command');
  7111.         $instance->setDescription('Creates a new console command class');
  7112.         return $instance;
  7113.     }
  7114.     /**
  7115.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7116.      *
  7117.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7118.      */
  7119.     protected function getMaker_AutoCommand_MakeControllerService()
  7120.     {
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7126.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7127.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7128.         $instance->setName('make:controller');
  7129.         $instance->setDescription('Creates a new controller class');
  7130.         return $instance;
  7131.     }
  7132.     /**
  7133.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7134.      *
  7135.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7136.      */
  7137.     protected function getMaker_AutoCommand_MakeCrudService()
  7138.     {
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7144.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7145.         $instance->setName('make:crud');
  7146.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7147.         return $instance;
  7148.     }
  7149.     /**
  7150.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  7151.      *
  7152.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7153.      */
  7154.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  7155.     {
  7156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7160.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  7161.         $this->privates['maker.auto_command.make_data_persister'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7162.         $instance->setName('make:data-persister');
  7163.         $instance->setDescription('Creates an API Platform data persister');
  7164.         return $instance;
  7165.     }
  7166.     /**
  7167.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  7168.      *
  7169.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7170.      */
  7171.     protected function getMaker_AutoCommand_MakeDataProviderService()
  7172.     {
  7173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  7178.         $this->privates['maker.auto_command.make_data_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7179.         $instance->setName('make:data-provider');
  7180.         $instance->setDescription('Creates an API Platform data provider');
  7181.         return $instance;
  7182.     }
  7183.     /**
  7184.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7185.      *
  7186.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7187.      */
  7188.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7189.     {
  7190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7191.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7192.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7193.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7195.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7196.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7197.         $instance->setName('make:docker:database');
  7198.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7199.         return $instance;
  7200.     }
  7201.     /**
  7202.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7203.      *
  7204.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7205.      */
  7206.     protected function getMaker_AutoCommand_MakeEntityService()
  7207.     {
  7208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7209.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7210.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7211.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7212.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7214.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7215.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7216.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  7217.         $instance->setName('make:entity');
  7218.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7219.         return $instance;
  7220.     }
  7221.     /**
  7222.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7223.      *
  7224.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7225.      */
  7226.     protected function getMaker_AutoCommand_MakeFixturesService()
  7227.     {
  7228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7229.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7233.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7234.         $instance->setName('make:fixtures');
  7235.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7236.         return $instance;
  7237.     }
  7238.     /**
  7239.      * Gets the private 'maker.auto_command.make_form' shared service.
  7240.      *
  7241.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7242.      */
  7243.     protected function getMaker_AutoCommand_MakeFormService()
  7244.     {
  7245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7246.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7247.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7249.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7250.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7251.         $instance->setName('make:form');
  7252.         $instance->setDescription('Creates a new form class');
  7253.         return $instance;
  7254.     }
  7255.     /**
  7256.      * Gets the private 'maker.auto_command.make_message' shared service.
  7257.      *
  7258.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7259.      */
  7260.     protected function getMaker_AutoCommand_MakeMessageService()
  7261.     {
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7264.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7265.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7266.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7267.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7268.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7269.         $instance->setName('make:message');
  7270.         $instance->setDescription('Creates a new message and handler');
  7271.         return $instance;
  7272.     }
  7273.     /**
  7274.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7275.      *
  7276.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7277.      */
  7278.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7279.     {
  7280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7285.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7286.         $instance->setName('make:messenger-middleware');
  7287.         $instance->setDescription('Creates a new messenger middleware');
  7288.         return $instance;
  7289.     }
  7290.     /**
  7291.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7292.      *
  7293.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7294.      */
  7295.     protected function getMaker_AutoCommand_MakeMigrationService()
  7296.     {
  7297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7300.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7303.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7304.         $instance->setName('make:migration');
  7305.         $instance->setDescription('Creates a new migration based on database changes');
  7306.         return $instance;
  7307.     }
  7308.     /**
  7309.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7310.      *
  7311.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7312.      */
  7313.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7314.     {
  7315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7316.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7317.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7320.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7321.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7322.         $instance->setName('make:registration-form');
  7323.         $instance->setDescription('Creates a new registration form system');
  7324.         return $instance;
  7325.     }
  7326.     /**
  7327.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7328.      *
  7329.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7330.      */
  7331.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7332.     {
  7333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7334.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7335.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7338.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7339.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7340.         $instance->setName('make:reset-password');
  7341.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  7342.         return $instance;
  7343.     }
  7344.     /**
  7345.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7346.      *
  7347.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7348.      */
  7349.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7350.     {
  7351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7352.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7356.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7357.         $instance->setName('make:serializer:encoder');
  7358.         $instance->setDescription('Creates a new serializer encoder class');
  7359.         return $instance;
  7360.     }
  7361.     /**
  7362.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7363.      *
  7364.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7365.      */
  7366.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7367.     {
  7368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7373.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7374.         $instance->setName('make:serializer:normalizer');
  7375.         $instance->setDescription('Creates a new serializer normalizer class');
  7376.         return $instance;
  7377.     }
  7378.     /**
  7379.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  7380.      *
  7381.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7382.      */
  7383.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  7384.     {
  7385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7389.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  7390.         $this->privates['maker.auto_command.make_state_processor'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProcessor(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7391.         $instance->setName('make:state-processor');
  7392.         $instance->setDescription('Creates an API Platform state processor');
  7393.         return $instance;
  7394.     }
  7395.     /**
  7396.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  7397.      *
  7398.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7399.      */
  7400.     protected function getMaker_AutoCommand_MakeStateProviderService()
  7401.     {
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7406.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  7407.         $this->privates['maker.auto_command.make_state_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7408.         $instance->setName('make:state-provider');
  7409.         $instance->setDescription('Creates an API Platform state provider');
  7410.         return $instance;
  7411.     }
  7412.     /**
  7413.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7414.      *
  7415.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7416.      */
  7417.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7418.     {
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7425.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7426.         $instance->setName('make:subscriber');
  7427.         $instance->setDescription('Creates a new event subscriber class');
  7428.         return $instance;
  7429.     }
  7430.     /**
  7431.      * Gets the private 'maker.auto_command.make_test' shared service.
  7432.      *
  7433.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7434.      */
  7435.     protected function getMaker_AutoCommand_MakeTestService()
  7436.     {
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7441.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7442.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  7443.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7444.         $instance->setName('make:test');
  7445.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  7446.         $instance->setDescription('Creates a new test class');
  7447.         return $instance;
  7448.     }
  7449.     /**
  7450.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7451.      *
  7452.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7453.      */
  7454.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7455.     {
  7456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7460.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7461.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7462.         $instance->setName('make:twig-extension');
  7463.         $instance->setDescription('Creates a new Twig extension class');
  7464.         return $instance;
  7465.     }
  7466.     /**
  7467.      * Gets the private 'maker.auto_command.make_user' shared service.
  7468.      *
  7469.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7470.      */
  7471.     protected function getMaker_AutoCommand_MakeUserService()
  7472.     {
  7473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7477.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7480.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7481.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7482.         $instance->setName('make:user');
  7483.         $instance->setDescription('Creates a new security user class');
  7484.         return $instance;
  7485.     }
  7486.     /**
  7487.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7488.      *
  7489.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7490.      */
  7491.     protected function getMaker_AutoCommand_MakeValidatorService()
  7492.     {
  7493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7494.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7495.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7498.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7499.         $instance->setName('make:validator');
  7500.         $instance->setDescription('Creates a new validator and constraint class');
  7501.         return $instance;
  7502.     }
  7503.     /**
  7504.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7505.      *
  7506.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7507.      */
  7508.     protected function getMaker_AutoCommand_MakeVoterService()
  7509.     {
  7510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7511.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7513.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7515.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7516.         $instance->setName('make:voter');
  7517.         $instance->setDescription('Creates a new security voter class');
  7518.         return $instance;
  7519.     }
  7520.     /**
  7521.      * Gets the private 'maker.doctrine_helper' shared service.
  7522.      *
  7523.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7524.      */
  7525.     protected function getMaker_DoctrineHelperService()
  7526.     {
  7527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7528.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  7529.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Gedmo\\Translatable\\Entity'=> $a], => [=> 'Gedmo\\Translator\\Entity'=> $a], => [=> 'Gedmo\\Loggable\\Entity'=> $a], => [=> 'Gedmo\\Tree\\Entity'=> $a]]]);
  7530.     }
  7531.     /**
  7532.      * Gets the private 'maker.entity_class_generator' shared service.
  7533.      *
  7534.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7535.      */
  7536.     protected function getMaker_EntityClassGeneratorService()
  7537.     {
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7539.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  7540.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  7541.         return $instance;
  7542.     }
  7543.     /**
  7544.      * Gets the private 'maker.file_manager' shared service.
  7545.      *
  7546.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7547.      */
  7548.     protected function getMaker_FileManagerService()
  7549.     {
  7550.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7553.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7554.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7555.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  7556.     }
  7557.     /**
  7558.      * Gets the private 'maker.generator' shared service.
  7559.      *
  7560.      * @return \Symfony\Bundle\MakerBundle\Generator
  7561.      */
  7562.     protected function getMaker_GeneratorService()
  7563.     {
  7564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  7566.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  7567.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  7568.     }
  7569.     /**
  7570.      * Gets the private 'maker.php_compat_util' shared service.
  7571.      *
  7572.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  7573.      */
  7574.     protected function getMaker_PhpCompatUtilService()
  7575.     {
  7576.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  7577.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  7578.     }
  7579.     /**
  7580.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7581.      *
  7582.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7583.      */
  7584.     protected function getMaker_Renderer_FormTypeRendererService()
  7585.     {
  7586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7587.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7588.     }
  7589.     /**
  7590.      * Gets the private 'mercure.hub.default.traceable' shared service.
  7591.      *
  7592.      * @return \Symfony\Component\Mercure\Debug\TraceableHub
  7593.      */
  7594.     protected function getMercure_Hub_Default_TraceableService()
  7595.     {
  7596.         $a = new \Symfony\Component\Mercure\Jwt\LcobucciFactory($this->getEnv('MERCURE_JWT_SECRET'), 'hmac.sha256'NULL'');
  7597.         return $this->privates['mercure.hub.default.traceable'] = new \Symfony\Component\Mercure\Debug\TraceableHub(new \Symfony\Component\Mercure\Hub($this->getEnv('MERCURE_URL'), new \Symfony\Component\Mercure\Jwt\FactoryTokenProvider($a, [], [=> '*']), $a$this->getEnv('MERCURE_PUBLIC_URL'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7598.     }
  7599.     /**
  7600.      * Gets the private 'monolog.command.server_log' shared service.
  7601.      *
  7602.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7603.      */
  7604.     protected function getMonolog_Command_ServerLogService()
  7605.     {
  7606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7607.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7608.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7609.         $instance->setName('server:log');
  7610.         $instance->setDescription('Start a log server that displays logs in real time');
  7611.         return $instance;
  7612.     }
  7613.     /**
  7614.      * Gets the private 'monolog.handler.console' shared service.
  7615.      *
  7616.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7617.      */
  7618.     protected function getMonolog_Handler_ConsoleService()
  7619.     {
  7620.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7621.     }
  7622.     /**
  7623.      * Gets the private 'monolog.handler.main' shared service.
  7624.      *
  7625.      * @return \Monolog\Handler\StreamHandler
  7626.      */
  7627.     protected function getMonolog_Handler_MainService()
  7628.     {
  7629.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  7630.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7631.         return $instance;
  7632.     }
  7633.     /**
  7634.      * Gets the private 'monolog.logger' shared service.
  7635.      *
  7636.      * @return \Symfony\Bridge\Monolog\Logger
  7637.      */
  7638.     protected function getMonolog_LoggerService()
  7639.     {
  7640.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7641.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7642.         $instance->useMicrosecondTimestamps(true);
  7643.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7644.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7645.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7646.         return $instance;
  7647.     }
  7648.     /**
  7649.      * Gets the private 'monolog.logger.cache' shared service.
  7650.      *
  7651.      * @return \Symfony\Bridge\Monolog\Logger
  7652.      */
  7653.     protected function getMonolog_Logger_CacheService()
  7654.     {
  7655.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7656.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7657.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7658.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7659.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7660.         return $instance;
  7661.     }
  7662.     /**
  7663.      * Gets the private 'monolog.logger.request' shared service.
  7664.      *
  7665.      * @return \Symfony\Bridge\Monolog\Logger
  7666.      */
  7667.     protected function getMonolog_Logger_RequestService()
  7668.     {
  7669.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7670.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7671.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7672.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7673.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7674.         return $instance;
  7675.     }
  7676.     /**
  7677.      * Gets the private 'monolog.logger.security' shared service.
  7678.      *
  7679.      * @return \Symfony\Bridge\Monolog\Logger
  7680.      */
  7681.     protected function getMonolog_Logger_SecurityService()
  7682.     {
  7683.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7684.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7685.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7686.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7687.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7688.         return $instance;
  7689.     }
  7690.     /**
  7691.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  7692.      *
  7693.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  7694.      */
  7695.     protected function getNelmioCors_CorsListenerService()
  7696.     {
  7697.         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'))]));
  7698.     }
  7699.     /**
  7700.      * Gets the private 'parameter_bag' shared service.
  7701.      *
  7702.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7703.      */
  7704.     protected function getParameterBagService()
  7705.     {
  7706.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7707.     }
  7708.     /**
  7709.      * Gets the private 'profiler_listener' shared service.
  7710.      *
  7711.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7712.      */
  7713.     protected function getProfilerListenerService()
  7714.     {
  7715.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  7716.     }
  7717.     /**
  7718.      * Gets the private 'property_accessor' shared service.
  7719.      *
  7720.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7721.      */
  7722.     protected function getPropertyAccessorService()
  7723.     {
  7724.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7725.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  7726.     }
  7727.     /**
  7728.      * Gets the private 'property_info' shared service.
  7729.      *
  7730.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7731.      */
  7732.     protected function getPropertyInfoService()
  7733.     {
  7734.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7735.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7736.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7737.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7738.         }, 3), new RewindableGenerator(function () {
  7739.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7740.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7741.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7742.         }, 3), new RewindableGenerator(function () {
  7743.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7744.         }, 1), new RewindableGenerator(function () {
  7745.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7746.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7747.         }, 2), new RewindableGenerator(function () {
  7748.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7749.         }, 1));
  7750.     }
  7751.     /**
  7752.      * Gets the private 'property_info.serializer_extractor' shared service.
  7753.      *
  7754.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7755.      */
  7756.     protected function getPropertyInfo_SerializerExtractorService()
  7757.     {
  7758.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7759.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  7760.     }
  7761.     /**
  7762.      * Gets the private 'router.cache_warmer' shared service.
  7763.      *
  7764.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7765.      */
  7766.     protected function getRouter_CacheWarmerService()
  7767.     {
  7768.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7770.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7771.             'router' => ['services''router''getRouterService'false],
  7772.         ], [
  7773.             'router' => '?',
  7774.         ]))->withContext('router.cache_warmer'$this));
  7775.     }
  7776.     /**
  7777.      * Gets the private 'router.expression_language_provider' shared service.
  7778.      *
  7779.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  7780.      */
  7781.     protected function getRouter_ExpressionLanguageProviderService()
  7782.     {
  7783.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7784.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  7785.         ], [
  7786.             'env' => 'Closure',
  7787.         ]));
  7788.     }
  7789.     /**
  7790.      * Gets the private 'router.request_context' shared service.
  7791.      *
  7792.      * @return \Symfony\Component\Routing\RequestContext
  7793.      */
  7794.     protected function getRouter_RequestContextService()
  7795.     {
  7796.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  7797.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7798.         return $instance;
  7799.     }
  7800.     /**
  7801.      * Gets the private 'router_listener' shared service.
  7802.      *
  7803.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7804.      */
  7805.     protected function getRouterListenerService()
  7806.     {
  7807.         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);
  7808.     }
  7809.     /**
  7810.      * Gets the private 'secrets.vault' shared service.
  7811.      *
  7812.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  7813.      */
  7814.     protected function getSecrets_VaultService()
  7815.     {
  7816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  7817.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  7818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  7819.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  7820.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  7821.     }
  7822.     /**
  7823.      * Gets the private 'security.access_listener' shared service.
  7824.      *
  7825.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7826.      */
  7827.     protected function getSecurity_AccessListenerService()
  7828.     {
  7829.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  7830.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7833.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  7834.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7835.     }
  7836.     /**
  7837.      * Gets the private 'security.authentication.guard_handler' shared service.
  7838.      *
  7839.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  7840.      *
  7841.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  7842.      */
  7843.     protected function getSecurity_Authentication_GuardHandlerService()
  7844.     {
  7845.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  7846.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7848.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'login'=> 'register'=> 'settings'=> 'brands'=> 'coupons'=> 'countries'=> 'currencies'=> 'products'=> 'link_redirects'=> 'graphql'10 => 'homepage1'11 => 'api'12 => 'main']);
  7849.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  7850.         return $instance;
  7851.     }
  7852.     /**
  7853.      * Gets the private 'security.authentication.listener.anonymous.brands' shared service.
  7854.      *
  7855.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7856.      *
  7857.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.brands" service is deprecated, use the new authenticator system instead.
  7858.      */
  7859.     protected function getSecurity_Authentication_Listener_Anonymous_BrandsService()
  7860.     {
  7861.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.brands" service is deprecated, use the new authenticator system instead.');
  7862.         return $this->privates['security.authentication.listener.anonymous.brands'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7863.     }
  7864.     /**
  7865.      * Gets the private 'security.authentication.listener.anonymous.countries' shared service.
  7866.      *
  7867.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7868.      *
  7869.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.countries" service is deprecated, use the new authenticator system instead.
  7870.      */
  7871.     protected function getSecurity_Authentication_Listener_Anonymous_CountriesService()
  7872.     {
  7873.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.countries" service is deprecated, use the new authenticator system instead.');
  7874.         return $this->privates['security.authentication.listener.anonymous.countries'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7875.     }
  7876.     /**
  7877.      * Gets the private 'security.authentication.listener.anonymous.coupons' shared service.
  7878.      *
  7879.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7880.      *
  7881.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.coupons" service is deprecated, use the new authenticator system instead.
  7882.      */
  7883.     protected function getSecurity_Authentication_Listener_Anonymous_CouponsService()
  7884.     {
  7885.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.coupons" service is deprecated, use the new authenticator system instead.');
  7886.         return $this->privates['security.authentication.listener.anonymous.coupons'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7887.     }
  7888.     /**
  7889.      * Gets the private 'security.authentication.listener.anonymous.currencies' shared service.
  7890.      *
  7891.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7892.      *
  7893.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.currencies" service is deprecated, use the new authenticator system instead.
  7894.      */
  7895.     protected function getSecurity_Authentication_Listener_Anonymous_CurrenciesService()
  7896.     {
  7897.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.currencies" service is deprecated, use the new authenticator system instead.');
  7898.         return $this->privates['security.authentication.listener.anonymous.currencies'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7899.     }
  7900.     /**
  7901.      * Gets the private 'security.authentication.listener.anonymous.graphql' shared service.
  7902.      *
  7903.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7904.      *
  7905.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.graphql" service is deprecated, use the new authenticator system instead.
  7906.      */
  7907.     protected function getSecurity_Authentication_Listener_Anonymous_GraphqlService()
  7908.     {
  7909.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.graphql" service is deprecated, use the new authenticator system instead.');
  7910.         return $this->privates['security.authentication.listener.anonymous.graphql'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7911.     }
  7912.     /**
  7913.      * Gets the private 'security.authentication.listener.anonymous.homepage1' shared service.
  7914.      *
  7915.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7916.      *
  7917.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.homepage1" service is deprecated, use the new authenticator system instead.
  7918.      */
  7919.     protected function getSecurity_Authentication_Listener_Anonymous_Homepage1Service()
  7920.     {
  7921.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.homepage1" service is deprecated, use the new authenticator system instead.');
  7922.         return $this->privates['security.authentication.listener.anonymous.homepage1'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7923.     }
  7924.     /**
  7925.      * Gets the private 'security.authentication.listener.anonymous.link_redirects' shared service.
  7926.      *
  7927.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7928.      *
  7929.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.link_redirects" service is deprecated, use the new authenticator system instead.
  7930.      */
  7931.     protected function getSecurity_Authentication_Listener_Anonymous_LinkRedirectsService()
  7932.     {
  7933.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.link_redirects" service is deprecated, use the new authenticator system instead.');
  7934.         return $this->privates['security.authentication.listener.anonymous.link_redirects'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7935.     }
  7936.     /**
  7937.      * Gets the private 'security.authentication.listener.anonymous.login' shared service.
  7938.      *
  7939.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7940.      *
  7941.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.login" service is deprecated, use the new authenticator system instead.
  7942.      */
  7943.     protected function getSecurity_Authentication_Listener_Anonymous_LoginService()
  7944.     {
  7945.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.login" service is deprecated, use the new authenticator system instead.');
  7946.         return $this->privates['security.authentication.listener.anonymous.login'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7947.     }
  7948.     /**
  7949.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  7950.      *
  7951.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7952.      *
  7953.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  7954.      */
  7955.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  7956.     {
  7957.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  7958.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7959.     }
  7960.     /**
  7961.      * Gets the private 'security.authentication.listener.anonymous.products' shared service.
  7962.      *
  7963.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7964.      *
  7965.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.products" service is deprecated, use the new authenticator system instead.
  7966.      */
  7967.     protected function getSecurity_Authentication_Listener_Anonymous_ProductsService()
  7968.     {
  7969.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.products" service is deprecated, use the new authenticator system instead.');
  7970.         return $this->privates['security.authentication.listener.anonymous.products'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7971.     }
  7972.     /**
  7973.      * Gets the private 'security.authentication.listener.anonymous.register' shared service.
  7974.      *
  7975.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7976.      *
  7977.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.register" service is deprecated, use the new authenticator system instead.
  7978.      */
  7979.     protected function getSecurity_Authentication_Listener_Anonymous_RegisterService()
  7980.     {
  7981.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.register" service is deprecated, use the new authenticator system instead.');
  7982.         return $this->privates['security.authentication.listener.anonymous.register'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7983.     }
  7984.     /**
  7985.      * Gets the private 'security.authentication.listener.anonymous.settings' shared service.
  7986.      *
  7987.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7988.      *
  7989.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.settings" service is deprecated, use the new authenticator system instead.
  7990.      */
  7991.     protected function getSecurity_Authentication_Listener_Anonymous_SettingsService()
  7992.     {
  7993.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.settings" service is deprecated, use the new authenticator system instead.');
  7994.         return $this->privates['security.authentication.listener.anonymous.settings'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7995.     }
  7996.     /**
  7997.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  7998.      *
  7999.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8000.      *
  8001.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.
  8002.      */
  8003.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  8004.     {
  8005.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.api" service is deprecated, use the new authenticator system instead.');
  8006.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  8007.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8008.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  8009.     }
  8010.     /**
  8011.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  8012.      *
  8013.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8014.      *
  8015.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  8016.      */
  8017.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  8018.     {
  8019.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  8020.         return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'main', new RewindableGenerator(function () {
  8021.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8022.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  8023.     }
  8024.     /**
  8025.      * Gets the private 'security.authentication.listener.json.login' shared service.
  8026.      *
  8027.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  8028.      *
  8029.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.json.login" service is deprecated, use the new authenticator system instead.
  8030.      */
  8031.     protected function getSecurity_Authentication_Listener_Json_LoginService()
  8032.     {
  8033.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.json.login" service is deprecated, use the new authenticator system instead.');
  8034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  8036.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  8037.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8038.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  8039.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  8040.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8042.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8043.         $this->privates['security.authentication.listener.json.login'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), $a, [], true), [], 'login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($aNULL), []), ['check_path' => '/login_check''use_forward' => false'require_previous_session' => false'login_path' => '/login''username_path' => 'username''password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  8044.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  8045.         return $instance;
  8046.     }
  8047.     /**
  8048.      * Gets the private 'security.authentication.manager' shared service.
  8049.      *
  8050.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8051.      *
  8052.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  8053.      */
  8054.     protected function getSecurity_Authentication_ManagerService()
  8055.     {
  8056.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  8057.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8058.             yield => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());
  8059.             yield => ($this->privates['security.authentication.provider.anonymous.login'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LoginService());
  8060.             yield => ($this->privates['security.authentication.provider.anonymous.register'] ?? $this->getSecurity_Authentication_Provider_Anonymous_RegisterService());
  8061.             yield => ($this->privates['security.authentication.provider.anonymous.settings'] ?? $this->getSecurity_Authentication_Provider_Anonymous_SettingsService());
  8062.             yield => ($this->privates['security.authentication.provider.anonymous.brands'] ?? $this->getSecurity_Authentication_Provider_Anonymous_BrandsService());
  8063.             yield => ($this->privates['security.authentication.provider.anonymous.coupons'] ?? $this->getSecurity_Authentication_Provider_Anonymous_CouponsService());
  8064.             yield => ($this->privates['security.authentication.provider.anonymous.countries'] ?? $this->getSecurity_Authentication_Provider_Anonymous_CountriesService());
  8065.             yield => ($this->privates['security.authentication.provider.anonymous.currencies'] ?? $this->getSecurity_Authentication_Provider_Anonymous_CurrenciesService());
  8066.             yield => ($this->privates['security.authentication.provider.anonymous.products'] ?? $this->getSecurity_Authentication_Provider_Anonymous_ProductsService());
  8067.             yield => ($this->privates['security.authentication.provider.anonymous.link_redirects'] ?? $this->getSecurity_Authentication_Provider_Anonymous_LinkRedirectsService());
  8068.             yield 10 => ($this->privates['security.authentication.provider.anonymous.graphql'] ?? $this->getSecurity_Authentication_Provider_Anonymous_GraphqlService());
  8069.             yield 11 => ($this->privates['security.authentication.provider.anonymous.homepage1'] ?? $this->getSecurity_Authentication_Provider_Anonymous_Homepage1Service());
  8070.             yield 12 => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  8071.             yield 13 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  8072.             yield 14 => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  8073.         }, 15), true);
  8074.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8075.         return $instance;
  8076.     }
  8077.     /**
  8078.      * Gets the private 'security.authentication.provider.anonymous.brands' shared service.
  8079.      *
  8080.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8081.      *
  8082.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.brands" service is deprecated, use the new authenticator system instead.
  8083.      */
  8084.     protected function getSecurity_Authentication_Provider_Anonymous_BrandsService()
  8085.     {
  8086.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.brands" service is deprecated, use the new authenticator system instead.');
  8087.         return $this->privates['security.authentication.provider.anonymous.brands'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8088.     }
  8089.     /**
  8090.      * Gets the private 'security.authentication.provider.anonymous.countries' shared service.
  8091.      *
  8092.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8093.      *
  8094.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.countries" service is deprecated, use the new authenticator system instead.
  8095.      */
  8096.     protected function getSecurity_Authentication_Provider_Anonymous_CountriesService()
  8097.     {
  8098.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.countries" service is deprecated, use the new authenticator system instead.');
  8099.         return $this->privates['security.authentication.provider.anonymous.countries'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8100.     }
  8101.     /**
  8102.      * Gets the private 'security.authentication.provider.anonymous.coupons' shared service.
  8103.      *
  8104.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8105.      *
  8106.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.coupons" service is deprecated, use the new authenticator system instead.
  8107.      */
  8108.     protected function getSecurity_Authentication_Provider_Anonymous_CouponsService()
  8109.     {
  8110.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.coupons" service is deprecated, use the new authenticator system instead.');
  8111.         return $this->privates['security.authentication.provider.anonymous.coupons'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8112.     }
  8113.     /**
  8114.      * Gets the private 'security.authentication.provider.anonymous.currencies' shared service.
  8115.      *
  8116.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8117.      *
  8118.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.currencies" service is deprecated, use the new authenticator system instead.
  8119.      */
  8120.     protected function getSecurity_Authentication_Provider_Anonymous_CurrenciesService()
  8121.     {
  8122.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.currencies" service is deprecated, use the new authenticator system instead.');
  8123.         return $this->privates['security.authentication.provider.anonymous.currencies'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8124.     }
  8125.     /**
  8126.      * Gets the private 'security.authentication.provider.anonymous.graphql' shared service.
  8127.      *
  8128.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8129.      *
  8130.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.graphql" service is deprecated, use the new authenticator system instead.
  8131.      */
  8132.     protected function getSecurity_Authentication_Provider_Anonymous_GraphqlService()
  8133.     {
  8134.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.graphql" service is deprecated, use the new authenticator system instead.');
  8135.         return $this->privates['security.authentication.provider.anonymous.graphql'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8136.     }
  8137.     /**
  8138.      * Gets the private 'security.authentication.provider.anonymous.homepage1' shared service.
  8139.      *
  8140.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8141.      *
  8142.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.homepage1" service is deprecated, use the new authenticator system instead.
  8143.      */
  8144.     protected function getSecurity_Authentication_Provider_Anonymous_Homepage1Service()
  8145.     {
  8146.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.homepage1" service is deprecated, use the new authenticator system instead.');
  8147.         return $this->privates['security.authentication.provider.anonymous.homepage1'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8148.     }
  8149.     /**
  8150.      * Gets the private 'security.authentication.provider.anonymous.link_redirects' shared service.
  8151.      *
  8152.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8153.      *
  8154.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.link_redirects" service is deprecated, use the new authenticator system instead.
  8155.      */
  8156.     protected function getSecurity_Authentication_Provider_Anonymous_LinkRedirectsService()
  8157.     {
  8158.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.link_redirects" service is deprecated, use the new authenticator system instead.');
  8159.         return $this->privates['security.authentication.provider.anonymous.link_redirects'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8160.     }
  8161.     /**
  8162.      * Gets the private 'security.authentication.provider.anonymous.login' shared service.
  8163.      *
  8164.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8165.      *
  8166.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.login" service is deprecated, use the new authenticator system instead.
  8167.      */
  8168.     protected function getSecurity_Authentication_Provider_Anonymous_LoginService()
  8169.     {
  8170.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.login" service is deprecated, use the new authenticator system instead.');
  8171.         return $this->privates['security.authentication.provider.anonymous.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8172.     }
  8173.     /**
  8174.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  8175.      *
  8176.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8177.      *
  8178.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  8179.      */
  8180.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  8181.     {
  8182.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8183.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8184.     }
  8185.     /**
  8186.      * Gets the private 'security.authentication.provider.anonymous.products' shared service.
  8187.      *
  8188.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8189.      *
  8190.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.products" service is deprecated, use the new authenticator system instead.
  8191.      */
  8192.     protected function getSecurity_Authentication_Provider_Anonymous_ProductsService()
  8193.     {
  8194.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.products" service is deprecated, use the new authenticator system instead.');
  8195.         return $this->privates['security.authentication.provider.anonymous.products'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8196.     }
  8197.     /**
  8198.      * Gets the private 'security.authentication.provider.anonymous.register' shared service.
  8199.      *
  8200.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8201.      *
  8202.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.register" service is deprecated, use the new authenticator system instead.
  8203.      */
  8204.     protected function getSecurity_Authentication_Provider_Anonymous_RegisterService()
  8205.     {
  8206.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.register" service is deprecated, use the new authenticator system instead.');
  8207.         return $this->privates['security.authentication.provider.anonymous.register'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8208.     }
  8209.     /**
  8210.      * Gets the private 'security.authentication.provider.anonymous.settings' shared service.
  8211.      *
  8212.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8213.      *
  8214.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.settings" service is deprecated, use the new authenticator system instead.
  8215.      */
  8216.     protected function getSecurity_Authentication_Provider_Anonymous_SettingsService()
  8217.     {
  8218.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.settings" service is deprecated, use the new authenticator system instead.');
  8219.         return $this->privates['security.authentication.provider.anonymous.settings'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8220.     }
  8221.     /**
  8222.      * Gets the private 'security.authentication.provider.dao.login' shared service.
  8223.      *
  8224.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  8225.      *
  8226.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead.
  8227.      */
  8228.     protected function getSecurity_Authentication_Provider_Dao_LoginService()
  8229.     {
  8230.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.login" service is deprecated, use the new authenticator system instead.');
  8231.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8233.         return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.entity_provider'] ?? $this->getSecurity_User_Provider_Concrete_EntityProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'login', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  8234.     }
  8235.     /**
  8236.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  8237.      *
  8238.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8239.      *
  8240.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
  8241.      */
  8242.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  8243.     {
  8244.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.');
  8245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8247.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8248.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8249.         }, 1), ($this->privates['security.user.provider.concrete.entity_provider'] ?? $this->getSecurity_User_Provider_Concrete_EntityProviderService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  8250.     }
  8251.     /**
  8252.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  8253.      *
  8254.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8255.      *
  8256.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  8257.      */
  8258.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  8259.     {
  8260.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  8261.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8263.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8264.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  8265.         }, 1), ($this->privates['security.user.provider.concrete.entity_provider'] ?? $this->getSecurity_User_Provider_Concrete_EntityProviderService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  8266.     }
  8267.     /**
  8268.      * Gets the private 'security.channel_listener' shared service.
  8269.      *
  8270.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8271.      */
  8272.     protected function getSecurity_ChannelListenerService()
  8273.     {
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8277.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  8279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8280.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8281.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  8282.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint($a->getHttpPort(), $a->getHttpsPort()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  8283.     }
  8284.     /**
  8285.      * Gets the private 'security.command.debug_firewall' shared service.
  8286.      *
  8287.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  8288.      */
  8289.     protected function getSecurity_Command_DebugFirewallService()
  8290.     {
  8291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8292.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  8293.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.7viSOPI'] ?? $this->get_ServiceLocator_7viSOPIService()), ($this->privates['.service_locator.VLCnL8Q'] ?? $this->get_ServiceLocator_VLCnL8QService()), [], false);
  8294.         $instance->setName('debug:firewall');
  8295.         $instance->setDescription('Display information about your security firewall(s)');
  8296.         return $instance;
  8297.     }
  8298.     /**
  8299.      * Gets the private 'security.command.user_password_encoder' shared service.
  8300.      *
  8301.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8302.      *
  8303.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  8304.      */
  8305.     protected function getSecurity_Command_UserPasswordEncoderService()
  8306.     {
  8307.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  8308.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  8309.         $instance->setName('security:encode-password');
  8310.         $instance->setDescription('Encode a password');
  8311.         return $instance;
  8312.     }
  8313.     /**
  8314.      * Gets the private 'security.command.user_password_hash' shared service.
  8315.      *
  8316.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  8317.      */
  8318.     protected function getSecurity_Command_UserPasswordHashService()
  8319.     {
  8320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8321.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  8322.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  8323.         $instance->setName('security:hash-password');
  8324.         $instance->setDescription('Hash a user password');
  8325.         return $instance;
  8326.     }
  8327.     /**
  8328.      * Gets the private 'security.csrf.token_storage' shared service.
  8329.      *
  8330.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8331.      */
  8332.     protected function getSecurity_Csrf_TokenStorageService()
  8333.     {
  8334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8337.         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())));
  8338.     }
  8339.     /**
  8340.      * Gets the private 'security.encoder_factory.generic' shared service.
  8341.      *
  8342.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8343.      *
  8344.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  8345.      */
  8346.     protected function getSecurity_EncoderFactory_GenericService()
  8347.     {
  8348.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  8349.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  8350.     }
  8351.     /**
  8352.      * Gets the private 'security.event_dispatcher.api' shared service.
  8353.      *
  8354.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8355.      */
  8356.     protected function getSecurity_EventDispatcher_ApiService()
  8357.     {
  8358.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8359.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8360.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8361.         }, => 'onLogout'], 0);
  8362.         return $instance;
  8363.     }
  8364.     /**
  8365.      * Gets the private 'security.event_dispatcher.brands' shared service.
  8366.      *
  8367.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8368.      */
  8369.     protected function getSecurity_EventDispatcher_BrandsService()
  8370.     {
  8371.         $this->privates['security.event_dispatcher.brands'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8372.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8373.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8374.         }, => 'onLogout'], 0);
  8375.         return $instance;
  8376.     }
  8377.     /**
  8378.      * Gets the private 'security.event_dispatcher.countries' shared service.
  8379.      *
  8380.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8381.      */
  8382.     protected function getSecurity_EventDispatcher_CountriesService()
  8383.     {
  8384.         $this->privates['security.event_dispatcher.countries'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8385.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8386.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8387.         }, => 'onLogout'], 0);
  8388.         return $instance;
  8389.     }
  8390.     /**
  8391.      * Gets the private 'security.event_dispatcher.coupons' shared service.
  8392.      *
  8393.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8394.      */
  8395.     protected function getSecurity_EventDispatcher_CouponsService()
  8396.     {
  8397.         $this->privates['security.event_dispatcher.coupons'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8398.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8399.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8400.         }, => 'onLogout'], 0);
  8401.         return $instance;
  8402.     }
  8403.     /**
  8404.      * Gets the private 'security.event_dispatcher.currencies' shared service.
  8405.      *
  8406.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8407.      */
  8408.     protected function getSecurity_EventDispatcher_CurrenciesService()
  8409.     {
  8410.         $this->privates['security.event_dispatcher.currencies'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8411.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8412.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8413.         }, => 'onLogout'], 0);
  8414.         return $instance;
  8415.     }
  8416.     /**
  8417.      * Gets the private 'security.event_dispatcher.graphql' shared service.
  8418.      *
  8419.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8420.      */
  8421.     protected function getSecurity_EventDispatcher_GraphqlService()
  8422.     {
  8423.         $this->privates['security.event_dispatcher.graphql'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8424.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8425.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8426.         }, => 'onLogout'], 0);
  8427.         return $instance;
  8428.     }
  8429.     /**
  8430.      * Gets the private 'security.event_dispatcher.homepage1' shared service.
  8431.      *
  8432.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8433.      */
  8434.     protected function getSecurity_EventDispatcher_Homepage1Service()
  8435.     {
  8436.         $this->privates['security.event_dispatcher.homepage1'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8438.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8439.         }, => 'onLogout'], 0);
  8440.         return $instance;
  8441.     }
  8442.     /**
  8443.      * Gets the private 'security.event_dispatcher.link_redirects' shared service.
  8444.      *
  8445.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8446.      */
  8447.     protected function getSecurity_EventDispatcher_LinkRedirectsService()
  8448.     {
  8449.         $this->privates['security.event_dispatcher.link_redirects'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8450.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8451.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8452.         }, => 'onLogout'], 0);
  8453.         return $instance;
  8454.     }
  8455.     /**
  8456.      * Gets the private 'security.event_dispatcher.login' shared service.
  8457.      *
  8458.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8459.      */
  8460.     protected function getSecurity_EventDispatcher_LoginService()
  8461.     {
  8462.         $this->privates['security.event_dispatcher.login'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8463.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8464.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8465.         }, => 'onLogout'], 0);
  8466.         return $instance;
  8467.     }
  8468.     /**
  8469.      * Gets the private 'security.event_dispatcher.main' shared service.
  8470.      *
  8471.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8472.      */
  8473.     protected function getSecurity_EventDispatcher_MainService()
  8474.     {
  8475.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8476.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8477.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8478.         }, => 'onLogout'], 0);
  8479.         return $instance;
  8480.     }
  8481.     /**
  8482.      * Gets the private 'security.event_dispatcher.products' shared service.
  8483.      *
  8484.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8485.      */
  8486.     protected function getSecurity_EventDispatcher_ProductsService()
  8487.     {
  8488.         $this->privates['security.event_dispatcher.products'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8489.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8490.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8491.         }, => 'onLogout'], 0);
  8492.         return $instance;
  8493.     }
  8494.     /**
  8495.      * Gets the private 'security.event_dispatcher.register' shared service.
  8496.      *
  8497.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8498.      */
  8499.     protected function getSecurity_EventDispatcher_RegisterService()
  8500.     {
  8501.         $this->privates['security.event_dispatcher.register'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8502.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8503.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8504.         }, => 'onLogout'], 0);
  8505.         return $instance;
  8506.     }
  8507.     /**
  8508.      * Gets the private 'security.event_dispatcher.settings' shared service.
  8509.      *
  8510.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8511.      */
  8512.     protected function getSecurity_EventDispatcher_SettingsService()
  8513.     {
  8514.         $this->privates['security.event_dispatcher.settings'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8515.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8516.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8517.         }, => 'onLogout'], 0);
  8518.         return $instance;
  8519.     }
  8520.     /**
  8521.      * Gets the private 'security.expression_language' shared service.
  8522.      *
  8523.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  8524.      */
  8525.     protected function getSecurity_ExpressionLanguageService()
  8526.     {
  8527.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  8528.         $instance->registerProvider(new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider());
  8529.         return $instance;
  8530.     }
  8531.     /**
  8532.      * Gets the private 'security.firewall.map' shared service.
  8533.      *
  8534.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8535.      */
  8536.     protected function getSecurity_Firewall_MapService()
  8537.     {
  8538.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.7viSOPI'] ?? $this->get_ServiceLocator_7viSOPIService()), new RewindableGenerator(function () {
  8539.             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)/')));
  8540.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.aOksG4F'] ?? ($this->privates['.security.request_matcher.aOksG4F'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/login')));
  8541.             yield 'security.firewall.map.context.register' => ($this->privates['.security.request_matcher.cow4DcG'] ?? ($this->privates['.security.request_matcher.cow4DcG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/register')));
  8542.             yield 'security.firewall.map.context.settings' => ($this->privates['.security.request_matcher.Hwpe2RP'] ?? ($this->privates['.security.request_matcher.Hwpe2RP'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/settings')));
  8543.             yield 'security.firewall.map.context.brands' => ($this->privates['.security.request_matcher.01U9.5Q'] ?? ($this->privates['.security.request_matcher.01U9.5Q'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/brands')));
  8544.             yield 'security.firewall.map.context.coupons' => ($this->privates['.security.request_matcher.J2tXGIs'] ?? ($this->privates['.security.request_matcher.J2tXGIs'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/coupons')));
  8545.             yield 'security.firewall.map.context.countries' => ($this->privates['.security.request_matcher.VagQG30'] ?? ($this->privates['.security.request_matcher.VagQG30'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/countriesa')));
  8546.             yield 'security.firewall.map.context.currencies' => ($this->privates['.security.request_matcher.L5z5nM7'] ?? ($this->privates['.security.request_matcher.L5z5nM7'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/currencies')));
  8547.             yield 'security.firewall.map.context.products' => ($this->privates['.security.request_matcher.gc4EtQ.'] ?? ($this->privates['.security.request_matcher.gc4EtQ.'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/products')));
  8548.             yield 'security.firewall.map.context.link_redirects' => ($this->privates['.security.request_matcher._FJNJcY'] ?? ($this->privates['.security.request_matcher._FJNJcY'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/link_redirects')));
  8549.             yield 'security.firewall.map.context.graphql' => ($this->privates['.security.request_matcher.sYBQO1.'] ?? ($this->privates['.security.request_matcher.sYBQO1.'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/graphql')));
  8550.             yield 'security.firewall.map.context.homepage1' => ($this->privates['.security.request_matcher.U1a6rTH'] ?? ($this->privates['.security.request_matcher.U1a6rTH'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/$')));
  8551.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.2sJiBQc'] ?? ($this->privates['.security.request_matcher.2sJiBQc'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/old')));
  8552.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.5VSS5F4'] ?? ($this->privates['.security.request_matcher.5VSS5F4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/main')));
  8553.         }, 14));
  8554.     }
  8555.     /**
  8556.      * Gets the private 'security.firewall.map.context.api' shared service.
  8557.      *
  8558.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8559.      */
  8560.     protected function getSecurity_Firewall_Map_Context_ApiService()
  8561.     {
  8562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8566.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8567.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8568.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  8569.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8570.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.2sJiBQc'truetrue'security.user.provider.concrete.entity_provider'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL));
  8571.     }
  8572.     /**
  8573.      * Gets the private 'security.firewall.map.context.brands' shared service.
  8574.      *
  8575.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8576.      */
  8577.     protected function getSecurity_Firewall_Map_Context_BrandsService()
  8578.     {
  8579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8583.         return $this->privates['security.firewall.map.context.brands'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8584.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8585.             yield => ($this->privates['security.authentication.listener.anonymous.brands'] ?? $this->getSecurity_Authentication_Listener_Anonymous_BrandsService());
  8586.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8587.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'brands'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('brands''security.user_checker''.security.request_matcher.01U9.5Q'truetrue'security.user.provider.concrete.entity_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  8588.     }
  8589.     /**
  8590.      * Gets the private 'security.firewall.map.context.countries' shared service.
  8591.      *
  8592.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8593.      */
  8594.     protected function getSecurity_Firewall_Map_Context_CountriesService()
  8595.     {
  8596.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8597.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8598.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8600.         return $this->privates['security.firewall.map.context.countries'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8601.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8602.             yield => ($this->privates['security.authentication.listener.anonymous.countries'] ?? $this->getSecurity_Authentication_Listener_Anonymous_CountriesService());
  8603.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8604.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'countries'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('countries''security.user_checker''.security.request_matcher.VagQG30'truetrue'security.user.provider.concrete.entity_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  8605.     }
  8606.     /**
  8607.      * Gets the private 'security.firewall.map.context.coupons' shared service.
  8608.      *
  8609.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8610.      */
  8611.     protected function getSecurity_Firewall_Map_Context_CouponsService()
  8612.     {
  8613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8617.         return $this->privates['security.firewall.map.context.coupons'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8618.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8619.             yield => ($this->privates['security.authentication.listener.anonymous.coupons'] ?? $this->getSecurity_Authentication_Listener_Anonymous_CouponsService());
  8620.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8621.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'coupons'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('coupons''security.user_checker''.security.request_matcher.J2tXGIs'truetrue'security.user.provider.concrete.entity_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  8622.     }
  8623.     /**
  8624.      * Gets the private 'security.firewall.map.context.currencies' shared service.
  8625.      *
  8626.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8627.      */
  8628.     protected function getSecurity_Firewall_Map_Context_CurrenciesService()
  8629.     {
  8630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8631.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8634.         return $this->privates['security.firewall.map.context.currencies'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8635.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8636.             yield => ($this->privates['security.authentication.listener.anonymous.currencies'] ?? $this->getSecurity_Authentication_Listener_Anonymous_CurrenciesService());
  8637.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8638.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'currencies'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('currencies''security.user_checker''.security.request_matcher.L5z5nM7'truetrue'security.user.provider.concrete.entity_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  8639.     }
  8640.     /**
  8641.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8642.      *
  8643.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8644.      */
  8645.     protected function getSecurity_Firewall_Map_Context_DevService()
  8646.     {
  8647.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8649.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8650.             return new \EmptyIterator();
  8651.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8652.     }
  8653.     /**
  8654.      * Gets the private 'security.firewall.map.context.graphql' shared service.
  8655.      *
  8656.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8657.      */
  8658.     protected function getSecurity_Firewall_Map_Context_GraphqlService()
  8659.     {
  8660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8664.         return $this->privates['security.firewall.map.context.graphql'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8665.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8666.             yield => ($this->privates['security.authentication.listener.anonymous.graphql'] ?? $this->getSecurity_Authentication_Listener_Anonymous_GraphqlService());
  8667.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8668.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'graphql'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('graphql''security.user_checker''.security.request_matcher.sYBQO1.'truetrue'security.user.provider.concrete.entity_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  8669.     }
  8670.     /**
  8671.      * Gets the private 'security.firewall.map.context.homepage1' shared service.
  8672.      *
  8673.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8674.      */
  8675.     protected function getSecurity_Firewall_Map_Context_Homepage1Service()
  8676.     {
  8677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8681.         return $this->privates['security.firewall.map.context.homepage1'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8682.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8683.             yield => ($this->privates['security.authentication.listener.anonymous.homepage1'] ?? $this->getSecurity_Authentication_Listener_Anonymous_Homepage1Service());
  8684.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8685.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'homepage1'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('homepage1''security.user_checker''.security.request_matcher.U1a6rTH'truetrue'security.user.provider.concrete.entity_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  8686.     }
  8687.     /**
  8688.      * Gets the private 'security.firewall.map.context.link_redirects' shared service.
  8689.      *
  8690.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8691.      */
  8692.     protected function getSecurity_Firewall_Map_Context_LinkRedirectsService()
  8693.     {
  8694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8698.         return $this->privates['security.firewall.map.context.link_redirects'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8699.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8700.             yield => ($this->privates['security.authentication.listener.anonymous.link_redirects'] ?? $this->getSecurity_Authentication_Listener_Anonymous_LinkRedirectsService());
  8701.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8702.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'link_redirects'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('link_redirects''security.user_checker''.security.request_matcher._FJNJcY'truetrue'security.user.provider.concrete.entity_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  8703.     }
  8704.     /**
  8705.      * Gets the private 'security.firewall.map.context.login' shared service.
  8706.      *
  8707.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8708.      */
  8709.     protected function getSecurity_Firewall_Map_Context_LoginService()
  8710.     {
  8711.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8712.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8714.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8715.         return $this->privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8716.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8717.             yield => ($this->privates['security.authentication.listener.json.login'] ?? $this->getSecurity_Authentication_Listener_Json_LoginService());
  8718.             yield => ($this->privates['security.authentication.listener.anonymous.login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_LoginService());
  8719.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8720.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login''security.user_checker''.security.request_matcher.aOksG4F'truetrue'security.user.provider.concrete.entity_provider'NULLNULLNULLNULL, [=> 'json_login'=> 'anonymous'], NULL));
  8721.     }
  8722.     /**
  8723.      * Gets the private 'security.firewall.map.context.main' shared service.
  8724.      *
  8725.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8726.      */
  8727.     protected function getSecurity_Firewall_Map_Context_MainService()
  8728.     {
  8729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8733.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8734.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8735.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  8736.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8737.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8738.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.5VSS5F4'truetrue'security.user.provider.concrete.entity_provider'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  8739.     }
  8740.     /**
  8741.      * Gets the private 'security.firewall.map.context.products' shared service.
  8742.      *
  8743.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8744.      */
  8745.     protected function getSecurity_Firewall_Map_Context_ProductsService()
  8746.     {
  8747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8748.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8749.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8750.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8751.         return $this->privates['security.firewall.map.context.products'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8752.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8753.             yield => ($this->privates['security.authentication.listener.anonymous.products'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ProductsService());
  8754.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8755.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'products'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('products''security.user_checker''.security.request_matcher.gc4EtQ.'truetrue'security.user.provider.concrete.entity_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  8756.     }
  8757.     /**
  8758.      * Gets the private 'security.firewall.map.context.register' shared service.
  8759.      *
  8760.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8761.      */
  8762.     protected function getSecurity_Firewall_Map_Context_RegisterService()
  8763.     {
  8764.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8765.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8768.         return $this->privates['security.firewall.map.context.register'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8769.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8770.             yield => ($this->privates['security.authentication.listener.anonymous.register'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RegisterService());
  8771.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8772.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'register'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('register''security.user_checker''.security.request_matcher.cow4DcG'truetrue'security.user.provider.concrete.entity_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  8773.     }
  8774.     /**
  8775.      * Gets the private 'security.firewall.map.context.settings' shared service.
  8776.      *
  8777.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8778.      */
  8779.     protected function getSecurity_Firewall_Map_Context_SettingsService()
  8780.     {
  8781.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8783.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8784.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8785.         return $this->privates['security.firewall.map.context.settings'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8786.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8787.             yield => ($this->privates['security.authentication.listener.anonymous.settings'] ?? $this->getSecurity_Authentication_Listener_Anonymous_SettingsService());
  8788.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8789.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'settings'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('settings''security.user_checker''.security.request_matcher.Hwpe2RP'truetrue'security.user.provider.concrete.entity_provider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  8790.     }
  8791.     /**
  8792.      * Gets the private 'security.http_utils' shared service.
  8793.      *
  8794.      * @return \Symfony\Component\Security\Http\HttpUtils
  8795.      */
  8796.     protected function getSecurity_HttpUtilsService()
  8797.     {
  8798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8799.         $a = ($this->services['router'] ?? $this->getRouterService());
  8800.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8801.     }
  8802.     /**
  8803.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  8804.      *
  8805.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  8806.      */
  8807.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  8808.     {
  8809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  8810.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  8811.     }
  8812.     /**
  8813.      * Gets the private 'security.logout_url_generator' shared service.
  8814.      *
  8815.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8816.      */
  8817.     protected function getSecurity_LogoutUrlGeneratorService()
  8818.     {
  8819.         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()));
  8820.     }
  8821.     /**
  8822.      * Gets the private 'security.password_hasher_factory' shared service.
  8823.      *
  8824.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8825.      */
  8826.     protected function getSecurity_PasswordHasherFactoryService()
  8827.     {
  8828.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8829.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8830.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  8831.     }
  8832.     /**
  8833.      * Gets the private 'security.role_hierarchy' shared service.
  8834.      *
  8835.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8836.      */
  8837.     protected function getSecurity_RoleHierarchyService()
  8838.     {
  8839.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8840.     }
  8841.     /**
  8842.      * Gets the private 'security.user.provider.concrete.entity_provider' shared service.
  8843.      *
  8844.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  8845.      */
  8846.     protected function getSecurity_User_Provider_Concrete_EntityProviderService()
  8847.     {
  8848.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8849.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  8850.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  8851.         return $this->privates['security.user.provider.concrete.entity_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''username'NULL);
  8852.     }
  8853.     /**
  8854.      * Gets the private 'security.user_password_hasher' shared service.
  8855.      *
  8856.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  8857.      */
  8858.     protected function getSecurity_UserPasswordHasherService()
  8859.     {
  8860.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  8861.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  8862.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8863.     }
  8864.     /**
  8865.      * Gets the private 'security.validator.user_password' shared service.
  8866.      *
  8867.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8868.      */
  8869.     protected function getSecurity_Validator_UserPasswordService()
  8870.     {
  8871.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8872.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8873.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8874.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8875.     }
  8876.     /**
  8877.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8878.      *
  8879.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8880.      */
  8881.     protected function getSerializer_Mapping_CacheWarmerService()
  8882.     {
  8883.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8886.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  8887.     }
  8888.     /**
  8889.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  8890.      *
  8891.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  8892.      */
  8893.     protected function getSerializer_NameConverter_MetadataAwareService()
  8894.     {
  8895.         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()));
  8896.     }
  8897.     /**
  8898.      * Gets the private 'session.storage.factory.service' shared service.
  8899.      *
  8900.      * @return \Symfony\Component\HttpFoundation\Session\Storage\ServiceSessionFactory
  8901.      *
  8902.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  8903.      */
  8904.     protected function getSession_Storage_Factory_ServiceService()
  8905.     {
  8906.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  8907.         return new \Symfony\Component\HttpFoundation\Session\Storage\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  8908.     }
  8909.     /**
  8910.      * Gets the private 'session.storage.metadata_bag' shared service.
  8911.      *
  8912.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  8913.      *
  8914.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  8915.      */
  8916.     protected function getSession_Storage_MetadataBagService()
  8917.     {
  8918.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  8919.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  8920.     }
  8921.     /**
  8922.      * Gets the private 'session.storage.native' shared service.
  8923.      *
  8924.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8925.      *
  8926.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  8927.      */
  8928.     protected function getSession_Storage_NativeService()
  8929.     {
  8930.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  8931.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL$this->getSession_Storage_MetadataBagService());
  8932.     }
  8933.     /**
  8934.      * Gets the private 'session_listener' shared service.
  8935.      *
  8936.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8937.      */
  8938.     protected function getSessionListenerService()
  8939.     {
  8940.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8941.             'initialized_session' => ['services''session'NULLfalse],
  8942.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8943.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8944.             'session' => ['services''session''getSessionService'false],
  8945.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  8946.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8947.         ], [
  8948.             'initialized_session' => '?',
  8949.             'logger' => '?',
  8950.             'request_stack' => '?',
  8951.             'session' => '?',
  8952.             'session_collector' => '?',
  8953.             'session_storage' => '?',
  8954.         ]), true);
  8955.     }
  8956.     /**
  8957.      * Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
  8958.      *
  8959.      * @return \Gedmo\Sluggable\SluggableListener
  8960.      */
  8961.     protected function getStofDoctrineExtensions_Listener_SluggableService()
  8962.     {
  8963.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8964.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  8965.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  8966.         $this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  8967.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8968.         return $instance;
  8969.     }
  8970.     /**
  8971.      * Gets the private 'stof_doctrine_extensions.listener.timestampable' shared service.
  8972.      *
  8973.      * @return \Gedmo\Timestampable\TimestampableListener
  8974.      */
  8975.     protected function getStofDoctrineExtensions_Listener_TimestampableService()
  8976.     {
  8977.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8978.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  8979.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  8980.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  8981.         $this->privates['stof_doctrine_extensions.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  8982.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8983.         return $instance;
  8984.     }
  8985.     /**
  8986.      * Gets the private 'stof_doctrine_extensions.listener.tree' shared service.
  8987.      *
  8988.      * @return \Gedmo\Tree\TreeListener
  8989.      */
  8990.     protected function getStofDoctrineExtensions_Listener_TreeService()
  8991.     {
  8992.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  8993.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  8994.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/TreeListener.php';
  8995.         $this->privates['stof_doctrine_extensions.listener.tree'] = $instance = new \Gedmo\Tree\TreeListener();
  8996.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8997.         return $instance;
  8998.     }
  8999.     /**
  9000.      * Gets the private 'twig.command.debug' shared service.
  9001.      *
  9002.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9003.      */
  9004.     protected function getTwig_Command_DebugService()
  9005.     {
  9006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9007.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9008.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  9009.         $instance->setName('debug:twig');
  9010.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  9011.         return $instance;
  9012.     }
  9013.     /**
  9014.      * Gets the private 'twig.command.lint' shared service.
  9015.      *
  9016.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9017.      */
  9018.     protected function getTwig_Command_LintService()
  9019.     {
  9020.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9021.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9022.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9023.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9024.         $instance->setName('lint:twig');
  9025.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  9026.         return $instance;
  9027.     }
  9028.     /**
  9029.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9030.      *
  9031.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9032.      */
  9033.     protected function getTwig_Runtime_HttpkernelService()
  9034.     {
  9035.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9036.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9037.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9038.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  9039.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  9040.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  9041.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9042.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9043.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9044.         ], [
  9045.             'inline' => '?',
  9046.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  9047.     }
  9048.     /**
  9049.      * Gets the private 'twig.runtime.security_csrf' shared service.
  9050.      *
  9051.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  9052.      */
  9053.     protected function getTwig_Runtime_SecurityCsrfService()
  9054.     {
  9055.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  9056.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  9057.     }
  9058.     /**
  9059.      * Gets the private 'twig.runtime.serializer' shared service.
  9060.      *
  9061.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  9062.      */
  9063.     protected function getTwig_Runtime_SerializerService()
  9064.     {
  9065.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9066.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  9067.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  9068.     }
  9069.     /**
  9070.      * Gets the private 'twig.template_cache_warmer' shared service.
  9071.      *
  9072.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9073.      */
  9074.     protected function getTwig_TemplateCacheWarmerService()
  9075.     {
  9076.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9077.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9078.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9079.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9080.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9081.         ], [
  9082.             'twig' => '?',
  9083.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [], (\dirname(__DIR__4).'/templates')));
  9084.     }
  9085.     /**
  9086.      * Gets the private 'validator.builder' shared service.
  9087.      *
  9088.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9089.      */
  9090.     protected function getValidator_BuilderService()
  9091.     {
  9092.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9093.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9094.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9095.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9096.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9097.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9098.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9099.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9100.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9101.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9102.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9103.         ], [
  9104.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9105.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9106.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9107.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9108.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9109.             'doctrine.orm.validator.unique' => '?',
  9110.             'security.validator.user_password' => '?',
  9111.             'validator.expression' => '?',
  9112.         ])));
  9113.         $instance->setTranslationDomain('validators');
  9114.         $instance->enableAnnotationMapping(true);
  9115.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9116.         $instance->addMethodMapping('loadValidatorMetadata');
  9117.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  9118.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9119.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  9120.         return $instance;
  9121.     }
  9122.     /**
  9123.      * Gets the private 'validator.email' shared service.
  9124.      *
  9125.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9126.      */
  9127.     protected function getValidator_EmailService()
  9128.     {
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9131.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9132.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9133.     }
  9134.     /**
  9135.      * Gets the private 'validator.expression' shared service.
  9136.      *
  9137.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9138.      */
  9139.     protected function getValidator_ExpressionService()
  9140.     {
  9141.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9142.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9144.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  9145.     }
  9146.     /**
  9147.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9148.      *
  9149.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9150.      */
  9151.     protected function getValidator_Mapping_CacheWarmerService()
  9152.     {
  9153.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9156.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9157.     }
  9158.     /**
  9159.      * Gets the private 'validator.not_compromised_password' shared service.
  9160.      *
  9161.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9162.      */
  9163.     protected function getValidator_NotCompromisedPasswordService()
  9164.     {
  9165.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9166.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9167.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9168.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  9169.     }
  9170.     /**
  9171.      * Gets the private 'var_dumper.command.server_dump' shared service.
  9172.      *
  9173.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  9174.      */
  9175.     protected function getVarDumper_Command_ServerDumpService()
  9176.     {
  9177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9178.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  9179.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  9180.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  9181.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  9182.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  9183.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  9184.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9185.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9186.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9187.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9188.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  9189.         $instance->setName('server:dump');
  9190.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  9191.         return $instance;
  9192.     }
  9193.     /**
  9194.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  9195.      *
  9196.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  9197.      */
  9198.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  9199.     {
  9200.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  9201.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9202.         return $instance;
  9203.     }
  9204.     /**
  9205.      * Gets the private 'var_dumper.html_dumper' shared service.
  9206.      *
  9207.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  9208.      */
  9209.     protected function getVarDumper_HtmlDumperService()
  9210.     {
  9211.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  9212.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9213.         return $instance;
  9214.     }
  9215.     /**
  9216.      * Gets the private 'var_dumper.server_connection' shared service.
  9217.      *
  9218.      * @return \Symfony\Component\VarDumper\Server\Connection
  9219.      */
  9220.     protected function getVarDumper_ServerConnectionService()
  9221.     {
  9222.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  9223.     }
  9224.     /**
  9225.      * Gets the private 'web_profiler.csp.handler' shared service.
  9226.      *
  9227.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9228.      */
  9229.     protected function getWebProfiler_Csp_HandlerService()
  9230.     {
  9231.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9232.     }
  9233.     /**
  9234.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9235.      *
  9236.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9237.      */
  9238.     protected function getWebProfiler_DebugToolbarService()
  9239.     {
  9240.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  9241.     }
  9242.     /**
  9243.      * Gets the public 'cache_clearer' alias.
  9244.      *
  9245.      * @return object The ".container.private.cache_clearer" service.
  9246.      */
  9247.     protected function getCacheClearerService()
  9248.     {
  9249.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9250.         return $this->get('.container.private.cache_clearer');
  9251.     }
  9252.     /**
  9253.      * Gets the public 'filesystem' alias.
  9254.      *
  9255.      * @return object The ".container.private.filesystem" service.
  9256.      */
  9257.     protected function getFilesystemService()
  9258.     {
  9259.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9260.         return $this->get('.container.private.filesystem');
  9261.     }
  9262.     /**
  9263.      * Gets the public 'serializer' alias.
  9264.      *
  9265.      * @return object The ".container.private.serializer" service.
  9266.      */
  9267.     protected function getSerializerService()
  9268.     {
  9269.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9270.         return $this->get('.container.private.serializer');
  9271.     }
  9272.     /**
  9273.      * Gets the public 'security.csrf.token_manager' alias.
  9274.      *
  9275.      * @return object The ".container.private.security.csrf.token_manager" service.
  9276.      */
  9277.     protected function getSecurity_Csrf_TokenManagerService()
  9278.     {
  9279.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  9280.         return $this->get('.container.private.security.csrf.token_manager');
  9281.     }
  9282.     /**
  9283.      * Gets the public 'twig' alias.
  9284.      *
  9285.      * @return object The ".container.private.twig" service.
  9286.      */
  9287.     protected function getTwigService()
  9288.     {
  9289.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9290.         return $this->get('.container.private.twig');
  9291.     }
  9292.     /**
  9293.      * Gets the public 'security.authorization_checker' alias.
  9294.      *
  9295.      * @return object The ".container.private.security.authorization_checker" service.
  9296.      */
  9297.     protected function getSecurity_AuthorizationCheckerService()
  9298.     {
  9299.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9300.         return $this->get('.container.private.security.authorization_checker');
  9301.     }
  9302.     /**
  9303.      * Gets the public 'security.token_storage' alias.
  9304.      *
  9305.      * @return object The ".container.private.security.token_storage" service.
  9306.      */
  9307.     protected function getSecurity_TokenStorageService()
  9308.     {
  9309.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9310.         return $this->get('.container.private.security.token_storage');
  9311.     }
  9312.     /**
  9313.      * Gets the public 'validator' alias.
  9314.      *
  9315.      * @return object The ".container.private.validator" service.
  9316.      */
  9317.     protected function getValidatorService()
  9318.     {
  9319.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9320.         return $this->get('.container.private.validator');
  9321.     }
  9322.     /**
  9323.      * @return array|bool|float|int|string|null
  9324.      */
  9325.     public function getParameter(string $name)
  9326.     {
  9327.         if (isset($this->buildParameters[$name])) {
  9328.             return $this->buildParameters[$name];
  9329.         }
  9330.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9331.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9332.         }
  9333.         if (isset($this->loadedDynamicParameters[$name])) {
  9334.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9335.         }
  9336.         return $this->parameters[$name];
  9337.     }
  9338.     public function hasParameter(string $name): bool
  9339.     {
  9340.         if (isset($this->buildParameters[$name])) {
  9341.             return true;
  9342.         }
  9343.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9344.     }
  9345.     public function setParameter(string $name$value): void
  9346.     {
  9347.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9348.     }
  9349.     public function getParameterBag(): ParameterBagInterface
  9350.     {
  9351.         if (null === $this->parameterBag) {
  9352.             $parameters $this->parameters;
  9353.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9354.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9355.             }
  9356.             foreach ($this->buildParameters as $name => $value) {
  9357.                 $parameters[$name] = $value;
  9358.             }
  9359.             $this->parameterBag = new FrozenParameterBag($parameters);
  9360.         }
  9361.         return $this->parameterBag;
  9362.     }
  9363.     private $loadedDynamicParameters = [
  9364.         'kernel.runtime_environment' => false,
  9365.         'kernel.build_dir' => false,
  9366.         'kernel.cache_dir' => false,
  9367.         'kernel.secret' => false,
  9368.         'debug.container.dump' => false,
  9369.         'serializer.mapping.cache.file' => false,
  9370.         'session.save_path' => false,
  9371.         'validator.mapping.cache.file' => false,
  9372.         'profiler.storage.dsn' => false,
  9373.         'nelmio_cors.defaults' => false,
  9374.         'doctrine.orm.proxy_dir' => false,
  9375.         'api_platform.title' => false,
  9376.         'lexik_jwt_authentication.pass_phrase' => false,
  9377.         'mercure.hubs' => false,
  9378.         'mercure.default_hub' => false,
  9379.     ];
  9380.     private $dynamicParameters = [];
  9381.     private function getDynamicParameter(string $name)
  9382.     {
  9383.         switch ($name) {
  9384.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9385.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9386.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9387.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9388.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  9389.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9390.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  9391.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9392.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9393.             case 'nelmio_cors.defaults'$value = [
  9394.                 'allow_origin' => [
  9395.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  9396.                 ],
  9397.                 'allow_credentials' => false,
  9398.                 'allow_headers' => [
  9399.                     => 'content-type',
  9400.                     => 'authorization',
  9401.                 ],
  9402.                 'expose_headers' => [
  9403.                     => 'Link',
  9404.                 ],
  9405.                 'allow_methods' => [
  9406.                     => 'GET',
  9407.                     => 'OPTIONS',
  9408.                     => 'POST',
  9409.                     => 'PUT',
  9410.                     => 'PATCH',
  9411.                     => 'DELETE',
  9412.                 ],
  9413.                 'max_age' => 3600,
  9414.                 'hosts' => [
  9415.                 ],
  9416.                 'origin_regex' => true,
  9417.                 'forced_allow_origin_value' => NULL,
  9418.             ]; break;
  9419.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9420.             case 'api_platform.title'$value $this->getEnv('PROJECT_NAME'); break;
  9421.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  9422.             case 'mercure.hubs'$value = [
  9423.                 'default' => $this->getEnv('MERCURE_URL'),
  9424.             ]; break;
  9425.             case 'mercure.default_hub'$value $this->getEnv('MERCURE_URL'); break;
  9426.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9427.         }
  9428.         $this->loadedDynamicParameters[$name] = true;
  9429.         return $this->dynamicParameters[$name] = $value;
  9430.     }
  9431.     protected function getDefaultParameters(): array
  9432.     {
  9433.         return [
  9434.             'kernel.project_dir' => \dirname(__DIR__4),
  9435.             'kernel.environment' => 'dev',
  9436.             'kernel.debug' => true,
  9437.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9438.             'kernel.bundles' => [
  9439.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9440.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9441.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9442.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  9443.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9444.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  9445.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9446.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9447.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  9448.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9449.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9450.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9451.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  9452.                 'MercureBundle' => 'Symfony\\Bundle\\MercureBundle\\MercureBundle',
  9453.             ],
  9454.             'kernel.bundles_metadata' => [
  9455.                 'FrameworkBundle' => [
  9456.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9457.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9458.                 ],
  9459.                 'TwigBundle' => [
  9460.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9461.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9462.                 ],
  9463.                 'SecurityBundle' => [
  9464.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9465.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9466.                 ],
  9467.                 'NelmioCorsBundle' => [
  9468.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  9469.                     'namespace' => 'Nelmio\\CorsBundle',
  9470.                 ],
  9471.                 'DoctrineBundle' => [
  9472.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9473.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9474.                 ],
  9475.                 'ApiPlatformBundle' => [
  9476.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  9477.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  9478.                 ],
  9479.                 'MakerBundle' => [
  9480.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9481.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9482.                 ],
  9483.                 'MonologBundle' => [
  9484.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9485.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9486.                 ],
  9487.                 'StofDoctrineExtensionsBundle' => [
  9488.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  9489.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  9490.                 ],
  9491.                 'DoctrineMigrationsBundle' => [
  9492.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9493.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9494.                 ],
  9495.                 'WebProfilerBundle' => [
  9496.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9497.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9498.                 ],
  9499.                 'DebugBundle' => [
  9500.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9501.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9502.                 ],
  9503.                 'LexikJWTAuthenticationBundle' => [
  9504.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  9505.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  9506.                 ],
  9507.                 'MercureBundle' => [
  9508.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/mercure-bundle/src'),
  9509.                     'namespace' => 'Symfony\\Bundle\\MercureBundle',
  9510.                 ],
  9511.             ],
  9512.             'kernel.charset' => 'UTF-8',
  9513.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  9514.             'container.dumper.inline_class_loader' => true,
  9515.             'container.dumper.inline_factories' => true,
  9516.             'env(MERCURE_PUBLISH_URL)' => '',
  9517.             'env(MERCURE_JWT_SECRET)' => '',
  9518.             'event_dispatcher.event_aliases' => [
  9519.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9520.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9521.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9522.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9523.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9524.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9525.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9526.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9527.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9528.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9529.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9530.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9531.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9532.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9533.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9534.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9535.             ],
  9536.             'fragment.renderer.hinclude.global_template' => NULL,
  9537.             'fragment.path' => '/_fragment',
  9538.             'kernel.http_method_override' => true,
  9539.             'kernel.trusted_hosts' => [
  9540.             ],
  9541.             'kernel.default_locale' => 'en',
  9542.             'kernel.error_controller' => 'error_controller',
  9543.             'debug.file_link_format' => NULL,
  9544.             'asset.request_context.base_path' => NULL,
  9545.             'asset.request_context.secure' => NULL,
  9546.             'debug.error_handler.throw_at' => -1,
  9547.             'router.request_context.host' => 'localhost',
  9548.             'router.request_context.scheme' => 'http',
  9549.             'router.request_context.base_url' => '',
  9550.             'router.resource' => 'kernel::loadRoutes',
  9551.             'request_listener.http_port' => 80,
  9552.             'request_listener.https_port' => 443,
  9553.             'session.metadata.storage_key' => '_sf2_meta',
  9554.             'session.storage.options' => [
  9555.                 'cache_limiter' => '0',
  9556.                 'cookie_secure' => 'auto',
  9557.                 'cookie_httponly' => true,
  9558.                 'cookie_samesite' => 'lax',
  9559.                 'gc_probability' => 1,
  9560.             ],
  9561.             'session.metadata.update_threshold' => 0,
  9562.             'validator.translation_domain' => 'validators',
  9563.             'profiler_listener.only_exceptions' => false,
  9564.             'profiler_listener.only_main_requests' => false,
  9565.             'twig.form.resources' => [
  9566.                 => 'form_div_layout.html.twig',
  9567.             ],
  9568.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9569.             'security.role_hierarchy.roles' => [
  9570.                 'ROLE_READER' => [
  9571.                     => 'ROLE_USER',
  9572.                 ],
  9573.                 'ROLE_ADMIN' => [
  9574.                     => 'ROLE_READER',
  9575.                 ],
  9576.             ],
  9577.             'security.access.denied_url' => NULL,
  9578.             'security.authentication.manager.erase_credentials' => true,
  9579.             'security.authentication.session_strategy.strategy' => 'migrate',
  9580.             'security.access.always_authenticate_before_granting' => false,
  9581.             'security.authentication.hide_user_not_found' => true,
  9582.             'security.firewalls' => [
  9583.                 => 'dev',
  9584.                 => 'login',
  9585.                 => 'register',
  9586.                 => 'settings',
  9587.                 => 'brands',
  9588.                 => 'coupons',
  9589.                 => 'countries',
  9590.                 => 'currencies',
  9591.                 => 'products',
  9592.                 => 'link_redirects',
  9593.                 10 => 'graphql',
  9594.                 11 => 'homepage1',
  9595.                 12 => 'api',
  9596.                 13 => 'main',
  9597.             ],
  9598.             'security.login._indexed_authenticators' => [
  9599.             ],
  9600.             'security.register._indexed_authenticators' => [
  9601.             ],
  9602.             'security.settings._indexed_authenticators' => [
  9603.             ],
  9604.             'security.brands._indexed_authenticators' => [
  9605.             ],
  9606.             'security.coupons._indexed_authenticators' => [
  9607.             ],
  9608.             'security.countries._indexed_authenticators' => [
  9609.             ],
  9610.             'security.currencies._indexed_authenticators' => [
  9611.             ],
  9612.             'security.products._indexed_authenticators' => [
  9613.             ],
  9614.             'security.link_redirects._indexed_authenticators' => [
  9615.             ],
  9616.             'security.graphql._indexed_authenticators' => [
  9617.             ],
  9618.             'security.homepage1._indexed_authenticators' => [
  9619.             ],
  9620.             'security.api._indexed_authenticators' => [
  9621.             ],
  9622.             'security.main._indexed_authenticators' => [
  9623.             ],
  9624.             'nelmio_cors.map' => [
  9625.                 '^/' => [
  9626.                 ],
  9627.             ],
  9628.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  9629.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  9630.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  9631.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  9632.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  9633.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  9634.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9635.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9636.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9637.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9638.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9639.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9640.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9641.             'doctrine.entity_managers' => [
  9642.                 'default' => 'doctrine.orm.default_entity_manager',
  9643.             ],
  9644.             'doctrine.default_entity_manager' => 'default',
  9645.             'doctrine.dbal.connection_factory.types' => [
  9646.             ],
  9647.             'doctrine.connections' => [
  9648.                 'default' => 'doctrine.dbal.default_connection',
  9649.             ],
  9650.             'doctrine.default_connection' => 'default',
  9651.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9652.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9653.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9654.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9655.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9656.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9657.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9658.             'doctrine.orm.cache.memcache_port' => 11211,
  9659.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9660.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9661.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9662.             'doctrine.orm.cache.memcached_port' => 11211,
  9663.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9664.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9665.             'doctrine.orm.cache.redis_host' => 'localhost',
  9666.             'doctrine.orm.cache.redis_port' => 6379,
  9667.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9668.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9669.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9670.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9671.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9672.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9673.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9674.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9675.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9676.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9677.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9678.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9679.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9680.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9681.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9682.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9683.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9684.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9685.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9686.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9687.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9688.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9689.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9690.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9691.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9692.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9693.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9694.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9695.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9696.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9697.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9698.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9699.             'api_platform.metadata_backward_compatibility_layer' => true,
  9700.             'api_platform.enable_entrypoint' => true,
  9701.             'api_platform.enable_docs' => true,
  9702.             'api_platform.description' => '',
  9703.             'api_platform.version' => '1.0.0',
  9704.             'api_platform.show_webby' => true,
  9705.             'api_platform.url_generation_strategy' => 1,
  9706.             'api_platform.exception_to_status' => [
  9707.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  9708.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  9709.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  9710.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  9711.             ],
  9712.             'api_platform.formats' => [
  9713.                 'jsonld' => [
  9714.                     => 'application/ld+json',
  9715.                 ],
  9716.                 'json' => [
  9717.                     => 'application/json',
  9718.                 ],
  9719.                 'html' => [
  9720.                     => 'text/html',
  9721.                 ],
  9722.             ],
  9723.             'api_platform.patch_formats' => [
  9724.                 'json' => [
  9725.                     => 'application/merge-patch+json',
  9726.                 ],
  9727.             ],
  9728.             'api_platform.error_formats' => [
  9729.                 'jsonproblem' => [
  9730.                     => 'application/problem+json',
  9731.                 ],
  9732.                 'jsonld' => [
  9733.                     => 'application/ld+json',
  9734.                 ],
  9735.             ],
  9736.             'api_platform.allow_plain_identifiers' => false,
  9737.             'api_platform.eager_loading.enabled' => true,
  9738.             'api_platform.eager_loading.max_joins' => 100,
  9739.             'api_platform.eager_loading.fetch_partial' => false,
  9740.             'api_platform.eager_loading.force_eager' => true,
  9741.             'api_platform.collection.exists_parameter_name' => 'exists',
  9742.             'api_platform.collection.order' => 'ASC',
  9743.             'api_platform.collection.order_parameter_name' => 'order',
  9744.             'api_platform.collection.order_nulls_comparison' => NULL,
  9745.             'api_platform.collection.pagination.enabled' => true,
  9746.             'api_platform.collection.pagination.partial' => false,
  9747.             'api_platform.collection.pagination.client_enabled' => false,
  9748.             'api_platform.collection.pagination.client_items_per_page' => false,
  9749.             'api_platform.collection.pagination.client_partial' => false,
  9750.             'api_platform.collection.pagination.items_per_page' => 120,
  9751.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  9752.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  9753.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  9754.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  9755.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  9756.             'api_platform.collection.pagination' => [
  9757.                 'items_per_page' => 120,
  9758.                 'enabled' => true,
  9759.                 'partial' => false,
  9760.                 'client_enabled' => false,
  9761.                 'client_items_per_page' => false,
  9762.                 'client_partial' => false,
  9763.                 'maximum_items_per_page' => NULL,
  9764.                 'page_parameter_name' => 'page',
  9765.                 'enabled_parameter_name' => 'pagination',
  9766.                 'items_per_page_parameter_name' => 'itemsPerPage',
  9767.                 'partial_parameter_name' => 'partial',
  9768.             ],
  9769.             'api_platform.http_cache.etag' => true,
  9770.             'api_platform.http_cache.max_age' => NULL,
  9771.             'api_platform.http_cache.shared_max_age' => NULL,
  9772.             'api_platform.http_cache.vary' => [
  9773.                 => 'Accept',
  9774.             ],
  9775.             'api_platform.http_cache.public' => NULL,
  9776.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  9777.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  9778.             'api_platform.asset_package' => NULL,
  9779.             'api_platform.defaults' => [
  9780.                 'attributes' => [
  9781.                 ],
  9782.             ],
  9783.             'api_platform.resource_class_directories' => [
  9784.                 => (\dirname(__DIR__4).'/src/Entity'),
  9785.             ],
  9786.             'api_platform.oauth.enabled' => false,
  9787.             'api_platform.oauth.clientId' => '',
  9788.             'api_platform.oauth.clientSecret' => '',
  9789.             'api_platform.oauth.type' => 'oauth2',
  9790.             'api_platform.oauth.flow' => 'application',
  9791.             'api_platform.oauth.tokenUrl' => '',
  9792.             'api_platform.oauth.authorizationUrl' => '',
  9793.             'api_platform.oauth.refreshUrl' => '',
  9794.             'api_platform.oauth.scopes' => [
  9795.             ],
  9796.             'api_platform.oauth.pkce' => false,
  9797.             'api_platform.openapi.termsOfService' => NULL,
  9798.             'api_platform.openapi.contact.name' => NULL,
  9799.             'api_platform.openapi.contact.url' => NULL,
  9800.             'api_platform.openapi.contact.email' => NULL,
  9801.             'api_platform.openapi.license.name' => NULL,
  9802.             'api_platform.openapi.license.url' => NULL,
  9803.             'api_platform.swagger.versions' => [
  9804.                 => 3,
  9805.             ],
  9806.             'api_platform.enable_swagger_ui' => true,
  9807.             'api_platform.enable_re_doc' => true,
  9808.             'api_platform.swagger.api_keys' => [
  9809.                 'apiKey' => [
  9810.                     'name' => 'Authorization',
  9811.                     'type' => 'header',
  9812.                 ],
  9813.             ],
  9814.             'api_platform.swagger_ui.extra_configuration' => [
  9815.             ],
  9816.             'api_platform.graphql.enabled' => true,
  9817.             'api_platform.graphql.graphiql.enabled' => true,
  9818.             'api_platform.graphql.graphql_playground.enabled' => true,
  9819.             'api_platform.graphql.collection.pagination' => [
  9820.                 'enabled' => true,
  9821.             ],
  9822.             'api_platform.graphql.default_ide' => 'graphiql',
  9823.             'api_platform.graphql.nesting_separator' => '_',
  9824.             'api_platform.validator.serialize_payload_fields' => [
  9825.             ],
  9826.             'api_platform.validator.query_parameter_validation' => true,
  9827.             'api_platform.elasticsearch.enabled' => false,
  9828.             'monolog.use_microseconds' => true,
  9829.             'monolog.swift_mailer.handlers' => [
  9830.             ],
  9831.             'monolog.handlers_to_channels' => [
  9832.                 'monolog.handler.console' => [
  9833.                     'type' => 'exclusive',
  9834.                     'elements' => [
  9835.                         => 'event',
  9836.                         => 'doctrine',
  9837.                         => 'console',
  9838.                     ],
  9839.                 ],
  9840.                 'monolog.handler.main' => [
  9841.                     'type' => 'exclusive',
  9842.                     'elements' => [
  9843.                         => 'event',
  9844.                     ],
  9845.                 ],
  9846.             ],
  9847.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  9848.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  9849.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  9850.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  9851.             'stof_doctrine_extensions.translation_fallback' => false,
  9852.             'stof_doctrine_extensions.persist_default_translation' => false,
  9853.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  9854.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  9855.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  9856.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  9857.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  9858.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  9859.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  9860.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  9861.             'doctrine.migrations.preferred_em' => NULL,
  9862.             'doctrine.migrations.preferred_connection' => NULL,
  9863.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9864.             'web_profiler.debug_toolbar.mode' => 2,
  9865.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9866.             'lexik_jwt_authentication.token_ttl' => 3600,
  9867.             'lexik_jwt_authentication.clock_skew' => 0,
  9868.             'lexik_jwt_authentication.user_identity_field' => 'username',
  9869.             'lexik_jwt_authentication.allow_no_expiration' => false,
  9870.             'lexik_jwt_authentication.user_id_claim' => 'username',
  9871.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  9872.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  9873.             'maker.compatible_check.doctrine.supports_attributes' => true,
  9874.             'data_collector.templates' => [
  9875.                 'data_collector.request' => [
  9876.                     => 'request',
  9877.                     => '@WebProfiler/Collector/request.html.twig',
  9878.                 ],
  9879.                 'api_platform.data_collector.request' => [
  9880.                     => 'api_platform.data_collector.request',
  9881.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  9882.                 ],
  9883.                 'data_collector.time' => [
  9884.                     => 'time',
  9885.                     => '@WebProfiler/Collector/time.html.twig',
  9886.                 ],
  9887.                 'data_collector.memory' => [
  9888.                     => 'memory',
  9889.                     => '@WebProfiler/Collector/memory.html.twig',
  9890.                 ],
  9891.                 'data_collector.validator' => [
  9892.                     => 'validator',
  9893.                     => '@WebProfiler/Collector/validator.html.twig',
  9894.                 ],
  9895.                 'data_collector.ajax' => [
  9896.                     => 'ajax',
  9897.                     => '@WebProfiler/Collector/ajax.html.twig',
  9898.                 ],
  9899.                 'data_collector.exception' => [
  9900.                     => 'exception',
  9901.                     => '@WebProfiler/Collector/exception.html.twig',
  9902.                 ],
  9903.                 'data_collector.logger' => [
  9904.                     => 'logger',
  9905.                     => '@WebProfiler/Collector/logger.html.twig',
  9906.                 ],
  9907.                 'data_collector.events' => [
  9908.                     => 'events',
  9909.                     => '@WebProfiler/Collector/events.html.twig',
  9910.                 ],
  9911.                 'data_collector.router' => [
  9912.                     => 'router',
  9913.                     => '@WebProfiler/Collector/router.html.twig',
  9914.                 ],
  9915.                 'data_collector.cache' => [
  9916.                     => 'cache',
  9917.                     => '@WebProfiler/Collector/cache.html.twig',
  9918.                 ],
  9919.                 'data_collector.security' => [
  9920.                     => 'security',
  9921.                     => '@Security/Collector/security.html.twig',
  9922.                 ],
  9923.                 'data_collector.twig' => [
  9924.                     => 'twig',
  9925.                     => '@WebProfiler/Collector/twig.html.twig',
  9926.                 ],
  9927.                 'data_collector.http_client' => [
  9928.                     => 'http_client',
  9929.                     => '@WebProfiler/Collector/http_client.html.twig',
  9930.                 ],
  9931.                 'data_collector.doctrine' => [
  9932.                     => 'db',
  9933.                     => '@Doctrine/Collector/db.html.twig',
  9934.                 ],
  9935.                 'data_collector.dump' => [
  9936.                     => 'dump',
  9937.                     => '@Debug/Profiler/dump.html.twig',
  9938.                 ],
  9939.                 'data_collector.mercure' => [
  9940.                     => 'mercure',
  9941.                     => '@Mercure/Collector/mercure.html.twig',
  9942.                 ],
  9943.                 'data_collector.config' => [
  9944.                     => 'config',
  9945.                     => '@WebProfiler/Collector/config.html.twig',
  9946.                 ],
  9947.             ],
  9948.             'console.command.ids' => [
  9949.             ],
  9950.         ];
  9951.     }
  9952.     protected function throw($message)
  9953.     {
  9954.         throw new RuntimeException($message);
  9955.     }
  9956. }
  9957. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  9958. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  9959. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  9960. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  9961. {
  9962.     /**
  9963.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  9964.      */
  9965.     private $valueHolder4b4f3 null;
  9966.     /**
  9967.      * @var \Closure|null initializer responsible for generating the wrapped object
  9968.      */
  9969.     private $initializer0ac84 null;
  9970.     /**
  9971.      * @var bool[] map of public properties of the parent class
  9972.      */
  9973.     private static $publicProperties0cc48 = [
  9974.         
  9975.     ];
  9976.     public function getConnection()
  9977.     {
  9978.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getConnection', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  9979.         return $this->valueHolder4b4f3->getConnection();
  9980.     }
  9981.     public function getMetadataFactory()
  9982.     {
  9983.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getMetadataFactory', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  9984.         return $this->valueHolder4b4f3->getMetadataFactory();
  9985.     }
  9986.     public function getExpressionBuilder()
  9987.     {
  9988.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getExpressionBuilder', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  9989.         return $this->valueHolder4b4f3->getExpressionBuilder();
  9990.     }
  9991.     public function beginTransaction()
  9992.     {
  9993.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'beginTransaction', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  9994.         return $this->valueHolder4b4f3->beginTransaction();
  9995.     }
  9996.     public function getCache()
  9997.     {
  9998.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getCache', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  9999.         return $this->valueHolder4b4f3->getCache();
  10000.     }
  10001.     public function transactional($func)
  10002.     {
  10003.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'transactional', array('func' => $func), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10004.         return $this->valueHolder4b4f3->transactional($func);
  10005.     }
  10006.     public function wrapInTransaction(callable $func)
  10007.     {
  10008.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'wrapInTransaction', array('func' => $func), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10009.         return $this->valueHolder4b4f3->wrapInTransaction($func);
  10010.     }
  10011.     public function commit()
  10012.     {
  10013.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'commit', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10014.         return $this->valueHolder4b4f3->commit();
  10015.     }
  10016.     public function rollback()
  10017.     {
  10018.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'rollback', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10019.         return $this->valueHolder4b4f3->rollback();
  10020.     }
  10021.     public function getClassMetadata($className)
  10022.     {
  10023.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getClassMetadata', array('className' => $className), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10024.         return $this->valueHolder4b4f3->getClassMetadata($className);
  10025.     }
  10026.     public function createQuery($dql '')
  10027.     {
  10028.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'createQuery', array('dql' => $dql), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10029.         return $this->valueHolder4b4f3->createQuery($dql);
  10030.     }
  10031.     public function createNamedQuery($name)
  10032.     {
  10033.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'createNamedQuery', array('name' => $name), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10034.         return $this->valueHolder4b4f3->createNamedQuery($name);
  10035.     }
  10036.     public function createNativeQuery($sql\Doctrine\ORM\Query\ResultSetMapping $rsm)
  10037.     {
  10038.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10039.         return $this->valueHolder4b4f3->createNativeQuery($sql$rsm);
  10040.     }
  10041.     public function createNamedNativeQuery($name)
  10042.     {
  10043.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'createNamedNativeQuery', array('name' => $name), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10044.         return $this->valueHolder4b4f3->createNamedNativeQuery($name);
  10045.     }
  10046.     public function createQueryBuilder()
  10047.     {
  10048.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'createQueryBuilder', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10049.         return $this->valueHolder4b4f3->createQueryBuilder();
  10050.     }
  10051.     public function flush($entity null)
  10052.     {
  10053.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'flush', array('entity' => $entity), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10054.         return $this->valueHolder4b4f3->flush($entity);
  10055.     }
  10056.     public function find($className$id$lockMode null$lockVersion null)
  10057.     {
  10058.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10059.         return $this->valueHolder4b4f3->find($className$id$lockMode$lockVersion);
  10060.     }
  10061.     public function getReference($entityName$id)
  10062.     {
  10063.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10064.         return $this->valueHolder4b4f3->getReference($entityName$id);
  10065.     }
  10066.     public function getPartialReference($entityName$identifier)
  10067.     {
  10068.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10069.         return $this->valueHolder4b4f3->getPartialReference($entityName$identifier);
  10070.     }
  10071.     public function clear($entityName null)
  10072.     {
  10073.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'clear', array('entityName' => $entityName), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10074.         return $this->valueHolder4b4f3->clear($entityName);
  10075.     }
  10076.     public function close()
  10077.     {
  10078.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'close', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10079.         return $this->valueHolder4b4f3->close();
  10080.     }
  10081.     public function persist($entity)
  10082.     {
  10083.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'persist', array('entity' => $entity), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10084.         return $this->valueHolder4b4f3->persist($entity);
  10085.     }
  10086.     public function remove($entity)
  10087.     {
  10088.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'remove', array('entity' => $entity), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10089.         return $this->valueHolder4b4f3->remove($entity);
  10090.     }
  10091.     public function refresh($entity)
  10092.     {
  10093.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'refresh', array('entity' => $entity), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10094.         return $this->valueHolder4b4f3->refresh($entity);
  10095.     }
  10096.     public function detach($entity)
  10097.     {
  10098.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'detach', array('entity' => $entity), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10099.         return $this->valueHolder4b4f3->detach($entity);
  10100.     }
  10101.     public function merge($entity)
  10102.     {
  10103.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'merge', array('entity' => $entity), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10104.         return $this->valueHolder4b4f3->merge($entity);
  10105.     }
  10106.     public function copy($entity$deep false)
  10107.     {
  10108.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10109.         return $this->valueHolder4b4f3->copy($entity$deep);
  10110.     }
  10111.     public function lock($entity$lockMode$lockVersion null)
  10112.     {
  10113.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10114.         return $this->valueHolder4b4f3->lock($entity$lockMode$lockVersion);
  10115.     }
  10116.     public function getRepository($entityName)
  10117.     {
  10118.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getRepository', array('entityName' => $entityName), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10119.         return $this->valueHolder4b4f3->getRepository($entityName);
  10120.     }
  10121.     public function contains($entity)
  10122.     {
  10123.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'contains', array('entity' => $entity), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10124.         return $this->valueHolder4b4f3->contains($entity);
  10125.     }
  10126.     public function getEventManager()
  10127.     {
  10128.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getEventManager', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10129.         return $this->valueHolder4b4f3->getEventManager();
  10130.     }
  10131.     public function getConfiguration()
  10132.     {
  10133.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getConfiguration', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10134.         return $this->valueHolder4b4f3->getConfiguration();
  10135.     }
  10136.     public function isOpen()
  10137.     {
  10138.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'isOpen', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10139.         return $this->valueHolder4b4f3->isOpen();
  10140.     }
  10141.     public function getUnitOfWork()
  10142.     {
  10143.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getUnitOfWork', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10144.         return $this->valueHolder4b4f3->getUnitOfWork();
  10145.     }
  10146.     public function getHydrator($hydrationMode)
  10147.     {
  10148.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10149.         return $this->valueHolder4b4f3->getHydrator($hydrationMode);
  10150.     }
  10151.     public function newHydrator($hydrationMode)
  10152.     {
  10153.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10154.         return $this->valueHolder4b4f3->newHydrator($hydrationMode);
  10155.     }
  10156.     public function getProxyFactory()
  10157.     {
  10158.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getProxyFactory', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10159.         return $this->valueHolder4b4f3->getProxyFactory();
  10160.     }
  10161.     public function initializeObject($obj)
  10162.     {
  10163.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'initializeObject', array('obj' => $obj), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10164.         return $this->valueHolder4b4f3->initializeObject($obj);
  10165.     }
  10166.     public function getFilters()
  10167.     {
  10168.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'getFilters', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10169.         return $this->valueHolder4b4f3->getFilters();
  10170.     }
  10171.     public function isFiltersStateClean()
  10172.     {
  10173.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'isFiltersStateClean', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10174.         return $this->valueHolder4b4f3->isFiltersStateClean();
  10175.     }
  10176.     public function hasFilters()
  10177.     {
  10178.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'hasFilters', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10179.         return $this->valueHolder4b4f3->hasFilters();
  10180.     }
  10181.     /**
  10182.      * Constructor for lazy initialization
  10183.      *
  10184.      * @param \Closure|null $initializer
  10185.      */
  10186.     public static function staticProxyConstructor($initializer)
  10187.     {
  10188.         static $reflection;
  10189.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  10190.         $instance   $reflection->newInstanceWithoutConstructor();
  10191.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  10192.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  10193.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  10194.         $instance->initializer0ac84 $initializer;
  10195.         return $instance;
  10196.     }
  10197.     public function __construct(\Doctrine\DBAL\Connection $conn\Doctrine\ORM\Configuration $config)
  10198.     {
  10199.         static $reflection;
  10200.         if (! $this->valueHolder4b4f3) {
  10201.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  10202.             $this->valueHolder4b4f3 $reflection->newInstanceWithoutConstructor();
  10203.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  10204.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  10205.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  10206.         }
  10207.         $this->valueHolder4b4f3->__construct($conn$config);
  10208.     }
  10209.     public function & __get($name)
  10210.     {
  10211.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'__get', ['name' => $name], $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10212.         if (isset(self::$publicProperties0cc48[$name])) {
  10213.             return $this->valueHolder4b4f3->$name;
  10214.         }
  10215.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  10216.         if (! $realInstanceReflection->hasProperty($name)) {
  10217.             $targetObject $this->valueHolder4b4f3;
  10218.             $backtrace debug_backtrace(false1);
  10219.             trigger_error(
  10220.                 sprintf(
  10221.                     'Undefined property: %s::$%s in %s on line %s',
  10222.                     $realInstanceReflection->getName(),
  10223.                     $name,
  10224.                     $backtrace[0]['file'],
  10225.                     $backtrace[0]['line']
  10226.                 ),
  10227.                 \E_USER_NOTICE
  10228.             );
  10229.             return $targetObject->$name;
  10230.         }
  10231.         $targetObject $this->valueHolder4b4f3;
  10232.         $accessor = function & () use ($targetObject$name) {
  10233.             return $targetObject->$name;
  10234.         };
  10235.         $backtrace debug_backtrace(true2);
  10236.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  10237.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  10238.         $returnValue = & $accessor();
  10239.         return $returnValue;
  10240.     }
  10241.     public function __set($name$value)
  10242.     {
  10243.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'__set', array('name' => $name'value' => $value), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10244.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  10245.         if (! $realInstanceReflection->hasProperty($name)) {
  10246.             $targetObject $this->valueHolder4b4f3;
  10247.             $targetObject->$name $value;
  10248.             return $targetObject->$name;
  10249.         }
  10250.         $targetObject $this->valueHolder4b4f3;
  10251.         $accessor = function & () use ($targetObject$name$value) {
  10252.             $targetObject->$name $value;
  10253.             return $targetObject->$name;
  10254.         };
  10255.         $backtrace debug_backtrace(true2);
  10256.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  10257.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  10258.         $returnValue = & $accessor();
  10259.         return $returnValue;
  10260.     }
  10261.     public function __isset($name)
  10262.     {
  10263.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'__isset', array('name' => $name), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10264.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  10265.         if (! $realInstanceReflection->hasProperty($name)) {
  10266.             $targetObject $this->valueHolder4b4f3;
  10267.             return isset($targetObject->$name);
  10268.         }
  10269.         $targetObject $this->valueHolder4b4f3;
  10270.         $accessor = function () use ($targetObject$name) {
  10271.             return isset($targetObject->$name);
  10272.         };
  10273.         $backtrace debug_backtrace(true2);
  10274.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  10275.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  10276.         $returnValue $accessor();
  10277.         return $returnValue;
  10278.     }
  10279.     public function __unset($name)
  10280.     {
  10281.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'__unset', array('name' => $name), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10282.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  10283.         if (! $realInstanceReflection->hasProperty($name)) {
  10284.             $targetObject $this->valueHolder4b4f3;
  10285.             unset($targetObject->$name);
  10286.             return;
  10287.         }
  10288.         $targetObject $this->valueHolder4b4f3;
  10289.         $accessor = function () use ($targetObject$name) {
  10290.             unset($targetObject->$name);
  10291.             return;
  10292.         };
  10293.         $backtrace debug_backtrace(true2);
  10294.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  10295.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  10296.         $accessor();
  10297.     }
  10298.     public function __clone()
  10299.     {
  10300.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'__clone', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10301.         $this->valueHolder4b4f3 = clone $this->valueHolder4b4f3;
  10302.     }
  10303.     public function __sleep()
  10304.     {
  10305.         $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'__sleep', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10306.         return array('valueHolder4b4f3');
  10307.     }
  10308.     public function __wakeup()
  10309.     {
  10310.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  10311.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  10312.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  10313.     }
  10314.     public function setProxyInitializer(\Closure $initializer null) : void
  10315.     {
  10316.         $this->initializer0ac84 $initializer;
  10317.     }
  10318.     public function getProxyInitializer() : ?\Closure
  10319.     {
  10320.         return $this->initializer0ac84;
  10321.     }
  10322.     public function initializeProxy() : bool
  10323.     {
  10324.         return $this->initializer0ac84 && ($this->initializer0ac84->__invoke($valueHolder4b4f3$this'initializeProxy', array(), $this->initializer0ac84) || 1) && $this->valueHolder4b4f3 $valueHolder4b4f3;
  10325.     }
  10326.     public function isProxyInitialized() : bool
  10327.     {
  10328.         return null !== $this->valueHolder4b4f3;
  10329.     }
  10330.     public function getWrappedValueHolderValue()
  10331.     {
  10332.         return $this->valueHolder4b4f3;
  10333.     }
  10334. }
  10335. if (!\class_exists('EntityManager_9a5be93'false)) {
  10336.     \class_alias(__NAMESPACE__.'\\EntityManager_9a5be93''EntityManager_9a5be93'false);
  10337. }