var/cache/dev/Container5yJfRKo/srcApp_KernelDevDebugContainer.php line 2797

Open in your IDE?
  1. <?php
  2. namespace Container5yJfRKo;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Services\\NewSale\\BruxelleServices' => 'getBruxelleServicesService',
  37.             'App\\Services\\NewSale\\NewServices' => 'getNewServicesService',
  38.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  39.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  40.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  41.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  42.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  43.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  44.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  45.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  46.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  47.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  48.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  49.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  50.             'cache.app' => 'getCache_AppService',
  51.             'cache.app_clearer' => 'getCache_AppClearerService',
  52.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  53.             'cache.system' => 'getCache_SystemService',
  54.             'cache.system_clearer' => 'getCache_SystemClearerService',
  55.             'cache_clearer' => 'getCacheClearerService',
  56.             'cache_warmer' => 'getCacheWarmerService',
  57.             'console.command_loader' => 'getConsole_CommandLoaderService',
  58.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  59.             'data_collector.dump' => 'getDataCollector_DumpService',
  60.             'doctrine' => 'getDoctrineService',
  61.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  62.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  63.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  64.             'error_controller' => 'getErrorControllerService',
  65.             'event_dispatcher' => 'getEventDispatcherService',
  66.             'filesystem' => 'getFilesystemService',
  67.             'form.factory' => 'getForm_FactoryService',
  68.             'form.type.file' => 'getForm_Type_FileService',
  69.             'http_kernel' => 'getHttpKernelService',
  70.             'profiler' => 'getProfilerService',
  71.             'request_stack' => 'getRequestStackService',
  72.             'router' => 'getRouterService',
  73.             'routing.loader' => 'getRouting_LoaderService',
  74.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  75.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  76.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  77.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  78.             'security.token_storage' => 'getSecurity_TokenStorageService',
  79.             'serializer' => 'getSerializerService',
  80.             'services_resetter' => 'getServicesResetterService',
  81.             'session' => 'getSessionService',
  82.             'translator' => 'getTranslatorService',
  83.             'twig' => 'getTwigService',
  84.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  85.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  86.             'validator' => 'getValidatorService',
  87.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  88.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  89.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  90.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  91.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  92.         ];
  93.         $this->aliases = [
  94.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  95.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  96.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  97.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  98.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  99.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  100.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  101.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  102.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  103.             'database_connection' => 'doctrine.dbal.default_connection',
  104.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  105.         ];
  106.         $this->privates['service_container'] = function () {
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  113.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  115.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ResponseFormatterSubscriber.php';
  116.             include_once \dirname(__DIR__4).'/src/Services/ResponseFormatterService.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  140.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  147.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  161.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  194.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  201.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  237.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  258.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  266.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  267.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  268.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  269.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ConstraintViolationListNormalizer.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ReservedAttributeNameConverter.php';
  273.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  274.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  275.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  276.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  277.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ErrorNormalizer.php';
  278.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/EntrypointNormalizer.php';
  279.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  280.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  281.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  282.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  284.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  285.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  286.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  287.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  288.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/CacheKeyTrait.php';
  289.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ItemNormalizer.php';
  290.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  291.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  292.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractCollectionNormalizer.php';
  302.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/CollectionNormalizer.php';
  303.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  304.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  305.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  307.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonApi/Serializer/ObjectNormalizer.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  310.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  315.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  334.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  341.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  342.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  345.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  348.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  351.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  386.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  388.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  394.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  395.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  396.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  459.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  461.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  463.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  474.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  499.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/JsonApi/TransformPaginationParametersListener.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/JsonApi/TransformSortingParametersListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/JsonApi/TransformFieldsetsParametersListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/JsonApi/TransformFilteringParametersListener.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  612.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  613.         };
  614.     }
  615.     public function compile(): void
  616.     {
  617.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  618.     }
  619.     public function isCompiled(): bool
  620.     {
  621.         return true;
  622.     }
  623.     public function getRemovedIds(): array
  624.     {
  625.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  626.     }
  627.     protected function createProxy($class, \Closure $factory)
  628.     {
  629.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  630.         return $factory();
  631.     }
  632.     /**
  633.      * Gets the public 'App\Services\NewSale\BruxelleServices' shared autowired service.
  634.      *
  635.      * @return \App\Services\NewSale\BruxelleServices
  636.      */
  637.     protected function getBruxelleServicesService()
  638.     {
  639.         include_once \dirname(__DIR__4).'/src/Services/NewSale/BruxelleServices.php';
  640.         return $this->services['App\\Services\\NewSale\\BruxelleServices'] = new \App\Services\NewSale\BruxelleServices(($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  641.     }
  642.     /**
  643.      * Gets the public 'App\Services\NewSale\NewServices' shared autowired service.
  644.      *
  645.      * @return \App\Services\NewSale\NewServices
  646.      */
  647.     protected function getNewServicesService()
  648.     {
  649.         include_once \dirname(__DIR__4).'/src/Services/NewSale/NewServices.php';
  650.         include_once \dirname(__DIR__4).'/src/Services/NewSale/WallonieServices.php';
  651.         include_once \dirname(__DIR__4).'/src/Services/NewSale/FlandreServices.php';
  652.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  653.         return $this->services['App\\Services\\NewSale\\NewServices'] = new \App\Services\NewSale\NewServices(($this->services['App\\Services\\NewSale\\BruxelleServices'] ?? $this->getBruxelleServicesService()), new \App\Services\NewSale\WallonieServices($a), new \App\Services\NewSale\FlandreServices($a));
  654.     }
  655.     /**
  656.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  657.      *
  658.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  659.      */
  660.     protected function getProfilerControllerService()
  661.     {
  662.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  663.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  664.     }
  665.     /**
  666.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  667.      *
  668.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  669.      */
  670.     protected function getRedirectControllerService()
  671.     {
  672.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  673.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  674.     }
  675.     /**
  676.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  677.      *
  678.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  679.      */
  680.     protected function getTemplateControllerService()
  681.     {
  682.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  683.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), NULL);
  684.     }
  685.     /**
  686.      * Gets the public 'api_platform.action.documentation' shared service.
  687.      *
  688.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  689.      */
  690.     protected function getApiPlatform_Action_DocumentationService()
  691.     {
  692.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  693.         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()), 'API IMMO-CALCUL''DOCUMENTATION IMMO-CALCUL''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()));
  694.     }
  695.     /**
  696.      * Gets the public 'api_platform.action.entrypoint' shared service.
  697.      *
  698.      * @return \ApiPlatform\Action\EntrypointAction
  699.      */
  700.     protected function getApiPlatform_Action_EntrypointService()
  701.     {
  702.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  703.         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()));
  704.     }
  705.     /**
  706.      * Gets the public 'api_platform.action.exception' shared service.
  707.      *
  708.      * @return \ApiPlatform\Action\ExceptionAction
  709.      */
  710.     protected function getApiPlatform_Action_ExceptionService()
  711.     {
  712.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  713.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->services['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status'], ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  714.     }
  715.     /**
  716.      * Gets the public 'api_platform.action.not_exposed' shared service.
  717.      *
  718.      * @return \ApiPlatform\Action\NotExposedAction
  719.      */
  720.     protected function getApiPlatform_Action_NotExposedService()
  721.     {
  722.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  723.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  724.     }
  725.     /**
  726.      * Gets the public 'api_platform.action.not_found' shared service.
  727.      *
  728.      * @return \ApiPlatform\Action\NotFoundAction
  729.      */
  730.     protected function getApiPlatform_Action_NotFoundService()
  731.     {
  732.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  733.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  734.     }
  735.     /**
  736.      * Gets the public 'api_platform.action.placeholder' shared service.
  737.      *
  738.      * @return \ApiPlatform\Action\PlaceholderAction
  739.      */
  740.     protected function getApiPlatform_Action_PlaceholderService()
  741.     {
  742.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  743.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  744.     }
  745.     /**
  746.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  747.      *
  748.      * @return \ApiPlatform\JsonLd\Action\ContextAction
  749.      */
  750.     protected function getApiPlatform_Jsonld_Action_ContextService()
  751.     {
  752.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  753.         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()));
  754.     }
  755.     /**
  756.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  757.      *
  758.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  759.      */
  760.     protected function getApiPlatform_Swagger_Action_UiService()
  761.     {
  762.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  763.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), 'API IMMO-CALCUL''DOCUMENTATION IMMO-CALCUL''0.0.0'$this->parameters['api_platform.formats'], false'''''oauth2''application''''', [], truetruetruefalsefalsefalse$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
  764.     }
  765.     /**
  766.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  767.      *
  768.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  769.      */
  770.     protected function getApiPlatform_SwaggerUi_ActionService()
  771.     {
  772.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  773.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  774.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truetruetruefalsefalsefalseNULL, []), $this->parameters['api_platform.formats'], ''''false);
  775.     }
  776.     /**
  777.      * Gets the public 'cache.app' shared service.
  778.      *
  779.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  780.      */
  781.     protected function getCache_AppService()
  782.     {
  783.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('96-DVEEQ2L'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  784.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  785.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  786.     }
  787.     /**
  788.      * Gets the public 'cache.app_clearer' shared service.
  789.      *
  790.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  791.      */
  792.     protected function getCache_AppClearerService()
  793.     {
  794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  796.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  797.     }
  798.     /**
  799.      * Gets the public 'cache.global_clearer' shared service.
  800.      *
  801.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  802.      */
  803.     protected function getCache_GlobalClearerService()
  804.     {
  805.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  806.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  807.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  808.     }
  809.     /**
  810.      * Gets the public 'cache.system' shared service.
  811.      *
  812.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  813.      */
  814.     protected function getCache_SystemService()
  815.     {
  816.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Jza0MqCOIs'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  817.     }
  818.     /**
  819.      * Gets the public 'cache.system_clearer' shared service.
  820.      *
  821.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  822.      */
  823.     protected function getCache_SystemClearerService()
  824.     {
  825.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  826.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  827.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  828.     }
  829.     /**
  830.      * Gets the public 'cache_clearer' shared service.
  831.      *
  832.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  833.      */
  834.     protected function getCacheClearerService()
  835.     {
  836.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  837.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  838.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  839.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  840.         }, 1));
  841.     }
  842.     /**
  843.      * Gets the public 'cache_warmer' shared service.
  844.      *
  845.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  846.      */
  847.     protected function getCacheWarmerService()
  848.     {
  849.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  850.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  851.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  852.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  853.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  854.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  855.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  856.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  857.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  858.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  859.         }, 7), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  860.     }
  861.     /**
  862.      * Gets the public 'console.command_loader' shared service.
  863.      *
  864.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  865.      */
  866.     protected function getConsole_CommandLoaderService()
  867.     {
  868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  870.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  871.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  872.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  873.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  874.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  875.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  876.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  877.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  878.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  879.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  880.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  881.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  882.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  883.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  884.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  885.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  886.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  887.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  888.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  889.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  890.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  891.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  892.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  893.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  894.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  895.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  896.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  897.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  898.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  899.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  900.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  901.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  902.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  903.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  904.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  905.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  906.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  907.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  908.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  909.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  910.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  911.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  912.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  913.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  914.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  915.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  916.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  917.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  918.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  919.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  920.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  921.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  922.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  923.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  924.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  925.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  926.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  927.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  928.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  929.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  930.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  931.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  932.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  933.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  934.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  935.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  936.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  937.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  938.             'maker.auto_command.make_data_persister' => ['privates''maker.auto_command.make_data_persister''getMaker_AutoCommand_MakeDataPersisterService'false],
  939.             'maker.auto_command.make_data_provider' => ['privates''maker.auto_command.make_data_provider''getMaker_AutoCommand_MakeDataProviderService'false],
  940.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  941.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  942.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  943.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  944.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  945.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  946.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  947.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  948.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  949.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  950.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  951.             'maker.auto_command.make_state_processor' => ['privates''maker.auto_command.make_state_processor''getMaker_AutoCommand_MakeStateProcessorService'false],
  952.             'maker.auto_command.make_state_provider' => ['privates''maker.auto_command.make_state_provider''getMaker_AutoCommand_MakeStateProviderService'false],
  953.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  954.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  955.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  956.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  957.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  958.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  959.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  960.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  961.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  962.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  963.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  964.         ], [
  965.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  966.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  967.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  968.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  969.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  970.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  971.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  972.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  973.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  974.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  975.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  976.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  977.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  978.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  979.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  980.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  981.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  982.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  983.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  984.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  985.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  986.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  987.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  988.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  989.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  990.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  991.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  992.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  993.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  994.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  995.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  996.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  997.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  998.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  999.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1000.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1001.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1002.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1003.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1004.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1005.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1006.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1007.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1008.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1009.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1010.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1011.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1012.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1013.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1014.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1015.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1016.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1017.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1018.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1019.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1020.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1021.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1022.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1023.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1024.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1025.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1026.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1027.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1028.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1029.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1030.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1031.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1032.             'maker.auto_command.make_data_persister' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1033.             'maker.auto_command.make_data_provider' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1034.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1035.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1036.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1037.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1038.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1039.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1040.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1041.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1042.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1043.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1044.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1045.             'maker.auto_command.make_state_processor' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1046.             'maker.auto_command.make_state_provider' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1047.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1048.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1049.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1050.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1051.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1052.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1053.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1054.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1055.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1056.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1057.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1058.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''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''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''security:encode-password' => 'security.command.user_password_encoder''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''api:upgrade-resource' => 'api_platform.upgrade_resource.command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:data-provider' => 'maker.auto_command.make_data_provider''make:data-persister' => 'maker.auto_command.make_data_persister''make:state-processor' => 'maker.auto_command.make_state_processor''make:state-provider' => 'maker.auto_command.make_state_provider']);
  1059.     }
  1060.     /**
  1061.      * Gets the public 'container.env_var_processors_locator' shared service.
  1062.      *
  1063.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1064.      */
  1065.     protected function getContainer_EnvVarProcessorsLocatorService()
  1066.     {
  1067.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1068.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1069.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1070.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1071.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1072.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1073.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1074.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1075.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1076.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1077.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1078.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1079.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1080.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1081.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1082.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1083.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1084.         ], [
  1085.             'base64' => '?',
  1086.             'bool' => '?',
  1087.             'const' => '?',
  1088.             'csv' => '?',
  1089.             'default' => '?',
  1090.             'file' => '?',
  1091.             'float' => '?',
  1092.             'int' => '?',
  1093.             'json' => '?',
  1094.             'key' => '?',
  1095.             'query_string' => '?',
  1096.             'require' => '?',
  1097.             'resolve' => '?',
  1098.             'string' => '?',
  1099.             'trim' => '?',
  1100.             'url' => '?',
  1101.         ]);
  1102.     }
  1103.     /**
  1104.      * Gets the public 'data_collector.dump' shared service.
  1105.      *
  1106.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1107.      */
  1108.     protected function getDataCollector_DumpService()
  1109.     {
  1110.         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()));
  1111.     }
  1112.     /**
  1113.      * Gets the public 'doctrine' shared service.
  1114.      *
  1115.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1116.      */
  1117.     protected function getDoctrineService()
  1118.     {
  1119.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1120.     }
  1121.     /**
  1122.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1123.      *
  1124.      * @return \Doctrine\DBAL\Connection
  1125.      */
  1126.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1127.     {
  1128.         $a = new \Doctrine\DBAL\Configuration();
  1129.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1130.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1131.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1132.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1133.         $a->setSQLLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1134.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b)]);
  1135.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1136.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1137.         ], [
  1138.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1139.         ]));
  1140.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1141.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1142.     }
  1143.     /**
  1144.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1145.      *
  1146.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1147.      */
  1148.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1149.     {
  1150.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1151.             'app.event_listener.annual_tax_listener' => ['privates''app.event_listener.annual_tax_listener''getApp_EventListener_AnnualTaxListenerService'false],
  1152.             'app.event_listener.credit_listener' => ['privates''app.event_listener.credit_listener''getApp_EventListener_CreditListenerService'false],
  1153.             'app.event_listener.new_credit_listener' => ['privates''app.event_listener.new_credit_listener''getApp_EventListener_NewCreditListenerService'false],
  1154.             'app.event_listener.new_sale_listener' => ['privates''app.event_listener.new_sale_listener''getApp_EventListener_NewSaleListenerService'false],
  1155.             'app.event_listener.plus_value_listener' => ['privates''app.event_listener.plus_value_listener''getApp_EventListener_PlusValueListenerService'false],
  1156.             'app.event_listener.sale_listener' => ['privates''app.event_listener.sale_listener''getApp_EventListener_SaleListenerService'false],
  1157.         ], [
  1158.             'app.event_listener.annual_tax_listener' => '?',
  1159.             'app.event_listener.credit_listener' => '?',
  1160.             'app.event_listener.new_credit_listener' => '?',
  1161.             'app.event_listener.new_sale_listener' => '?',
  1162.             'app.event_listener.plus_value_listener' => '?',
  1163.             'app.event_listener.sale_listener' => '?',
  1164.         ]));
  1165.         $instance->registerService('App\\EventListener\\AnnualTaxListener''app.event_listener.annual_tax_listener');
  1166.         $instance->registerService('App\\EventListener\\AnnualTaxListener''app.event_listener.annual_tax_listener');
  1167.         $instance->registerService('App\\EventListener\\PlusValueListener''app.event_listener.plus_value_listener');
  1168.         $instance->registerService('App\\EventListener\\PlusValueListener''app.event_listener.plus_value_listener');
  1169.         $instance->registerService('App\\EventListener\\SaleListener''app.event_listener.sale_listener');
  1170.         $instance->registerService('App\\EventListener\\SaleListener''app.event_listener.sale_listener');
  1171.         $instance->registerService('App\\EventListener\\CreditListener''app.event_listener.credit_listener');
  1172.         $instance->registerService('App\\EventListener\\CreditListener''app.event_listener.credit_listener');
  1173.         $instance->registerService('App\\EventListener\\NewCreditListener''app.event_listener.new_credit_listener');
  1174.         $instance->registerService('App\\EventListener\\NewCreditListener''app.event_listener.new_credit_listener');
  1175.         $instance->registerService('App\\EventListener\\NewSaleListener''app.event_listener.new_sale_listener');
  1176.         $instance->registerService('App\\EventListener\\NewSaleListener''app.event_listener.new_sale_listener');
  1177.         return $instance;
  1178.     }
  1179.     /**
  1180.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1181.      *
  1182.      * @return \Doctrine\ORM\EntityManager
  1183.      */
  1184.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1185.     {
  1186.         if ($lazyLoad) {
  1187.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1188.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1189.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1190.                     $proxy->setProxyInitializer(null);
  1191.                     return true;
  1192.                 });
  1193.             });
  1194.         }
  1195.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1201.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1202.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1205.         $a = new \Doctrine\ORM\Configuration();
  1206.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1207.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1208.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1209.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1210.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1211.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1212.         $a->setMetadataDriverImpl($b);
  1213.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1214.         $a->setProxyNamespace('Proxies');
  1215.         $a->setAutoGenerateProxyClasses(true);
  1216.         $a->setSchemaIgnoreClasses([]);
  1217.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1218.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1219.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1220.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1221.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1222.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1223.             'App\\Repository\\AnnualTaxRepository' => ['privates''App\\Repository\\AnnualTaxRepository''getAnnualTaxRepositoryService'false],
  1224.             'App\\Repository\\CreditRepository' => ['privates''App\\Repository\\CreditRepository''getCreditRepositoryService'false],
  1225.             'App\\Repository\\LuxGoodRepository' => ['privates''App\\Repository\\LuxGoodRepository''getLuxGoodRepositoryService'false],
  1226.             'App\\Repository\\NewCreditRepository' => ['privates''App\\Repository\\NewCreditRepository''getNewCreditRepositoryService'false],
  1227.             'App\\Repository\\NewSaleRepository' => ['privates''App\\Repository\\NewSaleRepository''getNewSaleRepositoryService'false],
  1228.             'App\\Repository\\PlusValueRepository' => ['privates''App\\Repository\\PlusValueRepository''getPlusValueRepositoryService'false],
  1229.             'App\\Repository\\SaleRepository' => ['privates''App\\Repository\\SaleRepository''getSaleRepositoryService'false],
  1230.         ], [
  1231.             'App\\Repository\\AnnualTaxRepository' => '?',
  1232.             'App\\Repository\\CreditRepository' => '?',
  1233.             'App\\Repository\\LuxGoodRepository' => '?',
  1234.             'App\\Repository\\NewCreditRepository' => '?',
  1235.             'App\\Repository\\NewSaleRepository' => '?',
  1236.             'App\\Repository\\PlusValueRepository' => '?',
  1237.             'App\\Repository\\SaleRepository' => '?',
  1238.         ])));
  1239.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1240.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1241.         return $instance;
  1242.     }
  1243.     /**
  1244.      * Gets the public 'error_controller' shared service.
  1245.      *
  1246.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1247.      */
  1248.     protected function getErrorControllerService()
  1249.     {
  1250.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1251.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1252.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1253.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1254.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1255.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1256.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1257.     }
  1258.     /**
  1259.      * Gets the public 'event_dispatcher' shared service.
  1260.      *
  1261.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1262.      */
  1263.     protected function getEventDispatcherService()
  1264.     {
  1265.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1266.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1267.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1268.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1269.         $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())));
  1270.         $instance->addListener('kernel.controller', [=> function () {
  1271.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1272.         }, => 'onKernelController'], 0);
  1273.         $instance->addListener('kernel.request', [=> function () {
  1274.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1275.         }, => 'onKernelRequest'], 250);
  1276.         $instance->addListener('kernel.response', [=> function () {
  1277.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1278.         }, => 'onKernelResponse'], 0);
  1279.         $instance->addListener('kernel.response', [=> function () {
  1280.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1281.         }, => 'onResponse'], 0);
  1282.         $instance->addListener('kernel.request', [=> function () {
  1283.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1284.         }, => 'onKernelRequest'], 28);
  1285.         $instance->addListener('kernel.request', [=> function () {
  1286.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1287.         }, => 'onKernelRequest'], 2);
  1288.         $instance->addListener('kernel.view', [=> function () {
  1289.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  1290.         }, => 'onKernelView'], 16);
  1291.         $instance->addListener('kernel.view', [=> function () {
  1292.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  1293.         }, => 'onKernelView'], 8);
  1294.         $instance->addListener('kernel.exception', [=> function () {
  1295.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  1296.         }, => 'onKernelException'], 0);
  1297.         $instance->addListener('kernel.exception', [=> function () {
  1298.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  1299.         }, => 'onKernelException'], -96);
  1300.         $instance->addListener('kernel.view', [=> function () {
  1301.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  1302.         }, => 'onKernelView'], 32);
  1303.         $instance->addListener('kernel.request', [=> function () {
  1304.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1305.         }, => 'onKernelRequest'], 4);
  1306.         $instance->addListener('kernel.request', [=> function () {
  1307.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1308.         }, => 'onKernelRequest'], 0);
  1309.         $instance->addListener('kernel.request', [=> function () {
  1310.             return ($this->privates['api_platform.jsonapi.listener.request.transform_pagination_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_pagination_parameters'] = new \ApiPlatform\Symfony\EventListener\JsonApi\TransformPaginationParametersListener()));
  1311.         }, => 'onKernelRequest'], 5);
  1312.         $instance->addListener('kernel.request', [=> function () {
  1313.             return ($this->privates['api_platform.jsonapi.listener.request.transform_sorting_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_sorting_parameters'] = new \ApiPlatform\Symfony\EventListener\JsonApi\TransformSortingParametersListener('order')));
  1314.         }, => 'onKernelRequest'], 5);
  1315.         $instance->addListener('kernel.request', [=> function () {
  1316.             return ($this->privates['api_platform.jsonapi.listener.request.transform_fieldsets_parameters'] ?? $this->getApiPlatform_Jsonapi_Listener_Request_TransformFieldsetsParametersService());
  1317.         }, => 'onKernelRequest'], 5);
  1318.         $instance->addListener('kernel.request', [=> function () {
  1319.             return ($this->privates['api_platform.jsonapi.listener.request.transform_filtering_parameters'] ?? ($this->privates['api_platform.jsonapi.listener.request.transform_filtering_parameters'] = new \ApiPlatform\Symfony\EventListener\JsonApi\TransformFilteringParametersListener()));
  1320.         }, => 'onKernelRequest'], 5);
  1321.         $instance->addListener('kernel.response', [=> function () {
  1322.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1323.         }, => 'onKernelResponse'], 0);
  1324.         $instance->addListener('kernel.response', [=> function () {
  1325.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1326.         }, => 'onKernelResponse'], -1);
  1327.         $instance->addListener('kernel.view', [=> function () {
  1328.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  1329.         }, => 'onKernelView'], 64);
  1330.         $instance->addListener('kernel.request', [=> function () {
  1331.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1332.         }, => 'onKernelRequest'], 16);
  1333.         $instance->addListener('kernel.request', [=> function () {
  1334.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1335.         }, => 'onSecurity'], 3);
  1336.         $instance->addListener('kernel.request', [=> function () {
  1337.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1338.         }, => 'onSecurityPostDenormalize'], 1);
  1339.         $instance->addListener('kernel.view', [=> function () {
  1340.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1341.         }, => 'onSecurityPostValidation'], 63);
  1342.         $instance->addListener('kernel.response', [=> function () {
  1343.             return ($this->privates['App\\EventSubscriber\\ResponseFormatterSubscriber'] ?? $this->getResponseFormatterSubscriberService());
  1344.         }, => 'onKernelResponse'], -10);
  1345.         $instance->addListener('kernel.response', [=> function () {
  1346.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1347.         }, => 'onKernelResponse'], 0);
  1348.         $instance->addListener('kernel.response', [=> function () {
  1349.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1350.         }, => 'onKernelResponse'], -1024);
  1351.         $instance->addListener('kernel.request', [=> function () {
  1352.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1353.         }, => 'setDefaultLocale'], 100);
  1354.         $instance->addListener('kernel.request', [=> function () {
  1355.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1356.         }, => 'onKernelRequest'], 16);
  1357.         $instance->addListener('kernel.finish_request', [=> function () {
  1358.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1359.         }, => 'onKernelFinishRequest'], 0);
  1360.         $instance->addListener('kernel.request', [=> function () {
  1361.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1362.         }, => 'onKernelRequest'], 256);
  1363.         $instance->addListener('kernel.request', [=> function () {
  1364.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1365.         }, => 'resolveControllerName'], 24);
  1366.         $instance->addListener('kernel.response', [=> function () {
  1367.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1368.         }, => 'onResponse'], -255);
  1369.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1370.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1371.         }, => 'onControllerArguments'], 0);
  1372.         $instance->addListener('kernel.exception', [=> function () {
  1373.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1374.         }, => 'logKernelException'], 0);
  1375.         $instance->addListener('kernel.exception', [=> function () {
  1376.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1377.         }, => 'onKernelException'], -128);
  1378.         $instance->addListener('kernel.request', [=> function () {
  1379.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1380.         }, => 'onKernelRequest'], 15);
  1381.         $instance->addListener('kernel.finish_request', [=> function () {
  1382.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1383.         }, => 'onKernelFinishRequest'], -15);
  1384.         $instance->addListener('console.error', [=> function () {
  1385.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1386.         }, => 'onConsoleError'], -128);
  1387.         $instance->addListener('console.terminate', [=> function () {
  1388.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1389.         }, => 'onConsoleTerminate'], -128);
  1390.         $instance->addListener('console.error', [=> function () {
  1391.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1392.         }, => 'onConsoleError'], 0);
  1393.         $instance->addListener('kernel.request', [=> function () {
  1394.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1395.         }, => 'onKernelRequest'], 128);
  1396.         $instance->addListener('kernel.response', [=> function () {
  1397.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1398.         }, => 'onKernelResponse'], -1000);
  1399.         $instance->addListener('kernel.finish_request', [=> function () {
  1400.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1401.         }, => 'onFinishRequest'], 0);
  1402.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1403.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1404.         }, => 'onMessage'], -255);
  1405.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1406.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1407.         }, => 'onMessage'], -255);
  1408.         $instance->addListener('kernel.response', [=> function () {
  1409.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1410.         }, => 'onKernelResponse'], -100);
  1411.         $instance->addListener('kernel.exception', [=> function () {
  1412.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1413.         }, => 'onKernelException'], 0);
  1414.         $instance->addListener('kernel.terminate', [=> function () {
  1415.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1416.         }, => 'onKernelTerminate'], -1024);
  1417.         $instance->addListener('kernel.controller', [=> function () {
  1418.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1419.         }, => 'onKernelController'], 0);
  1420.         $instance->addListener('kernel.response', [=> function () {
  1421.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1422.         }, => 'onKernelResponse'], 0);
  1423.         $instance->addListener('kernel.request', [=> function () {
  1424.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1425.         }, => 'configure'], 2048);
  1426.         $instance->addListener('console.command', [=> function () {
  1427.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1428.         }, => 'configure'], 2048);
  1429.         $instance->addListener('kernel.request', [=> function () {
  1430.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1431.         }, => 'onKernelRequest'], 32);
  1432.         $instance->addListener('kernel.finish_request', [=> function () {
  1433.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1434.         }, => 'onKernelFinishRequest'], 0);
  1435.         $instance->addListener('kernel.exception', [=> function () {
  1436.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1437.         }, => 'onKernelException'], -64);
  1438.         $instance->addListener('kernel.response', [=> function () {
  1439.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1440.         }, => 'onKernelResponse'], 0);
  1441.         $instance->addListener('kernel.controller', [=> function () {
  1442.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1443.         }, => 'onKernelController'], 0);
  1444.         $instance->addListener('kernel.controller', [=> function () {
  1445.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1446.         }, => 'onKernelController'], 0);
  1447.         $instance->addListener('kernel.controller', [=> function () {
  1448.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1449.         }, => 'onKernelController'], -128);
  1450.         $instance->addListener('kernel.view', [=> function () {
  1451.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1452.         }, => 'onKernelView'], 0);
  1453.         $instance->addListener('kernel.controller', [=> function () {
  1454.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1455.         }, => 'onKernelController'], 0);
  1456.         $instance->addListener('kernel.response', [=> function () {
  1457.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1458.         }, => 'onKernelResponse'], 0);
  1459.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1460.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1461.         }, => 'onKernelControllerArguments'], 0);
  1462.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1463.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1464.         }, => 'onKernelControllerArguments'], 0);
  1465.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1466.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1467.         }, => 'onMessage'], 0);
  1468.         $instance->addListener('kernel.response', [=> function () {
  1469.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1470.         }, => 'onKernelResponse'], -128);
  1471.         $instance->addListener('console.command', [=> function () {
  1472.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1473.         }, => 'onCommand'], 255);
  1474.         $instance->addListener('console.terminate', [=> function () {
  1475.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1476.         }, => 'onTerminate'], -255);
  1477.         $instance->addListener('console.command', [=> function () {
  1478.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1479.         }, => 'configure'], 1024);
  1480.         $instance->addListener('console.error', [=> function () {
  1481.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1482.         }, => 'onConsoleError'], 0);
  1483.         $instance->addListener('console.terminate', [=> function () {
  1484.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1485.         }, => 'onConsoleTerminate'], 0);
  1486.         $instance->addListener('kernel.response', [=> function () {
  1487.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1488.         }, => 'onKernelResponse'], 0);
  1489.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1490.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1491.         }, => 'onVoterVote'], 0);
  1492.         $instance->addListener('kernel.request', [=> function () {
  1493.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1494.         }, => 'configureLogoutUrlGenerator'], 8);
  1495.         $instance->addListener('kernel.request', [=> function () {
  1496.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1497.         }, => 'onKernelRequest'], 8);
  1498.         $instance->addListener('kernel.finish_request', [=> function () {
  1499.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1500.         }, => 'onKernelFinishRequest'], 0);
  1501.         return $instance;
  1502.     }
  1503.     /**
  1504.      * Gets the public 'filesystem' shared service.
  1505.      *
  1506.      * @return \Symfony\Component\Filesystem\Filesystem
  1507.      */
  1508.     protected function getFilesystemService()
  1509.     {
  1510.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1511.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1512.     }
  1513.     /**
  1514.      * Gets the public 'form.factory' shared service.
  1515.      *
  1516.      * @return \Symfony\Component\Form\FormFactory
  1517.      */
  1518.     protected function getForm_FactoryService()
  1519.     {
  1520.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1522.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1523.     }
  1524.     /**
  1525.      * Gets the public 'form.type.file' shared service.
  1526.      *
  1527.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1528.      */
  1529.     protected function getForm_Type_FileService()
  1530.     {
  1531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1532.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1533.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1534.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1535.     }
  1536.     /**
  1537.      * Gets the public 'http_kernel' shared service.
  1538.      *
  1539.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1540.      */
  1541.     protected function getHttpKernelService()
  1542.     {
  1543.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1544.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1545.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1546.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1547.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1548.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1549.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1550.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1551.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1552.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1553.         }, 8)), $a));
  1554.     }
  1555.     /**
  1556.      * Gets the public 'profiler' shared service.
  1557.      *
  1558.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1559.      */
  1560.     protected function getProfilerService()
  1561.     {
  1562.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1563.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1564.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1565.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1566.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1567.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1568.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1569.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1570.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1571.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1572.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1573.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1574.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1575.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1576.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1577.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1578.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1579.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1580.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1581.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1582.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1583.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1584.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1585.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1586.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1587.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1588.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1589.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1590.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1591.         if ($this->has('kernel')) {
  1592.             $g->setKernel($b);
  1593.         }
  1594.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1595.         $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())));
  1596.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1597.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1598.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1599.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1600.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1601.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1602.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1603.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1604.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1605.         $instance->add($d);
  1606.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1607.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1608.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1609.         $instance->add($e);
  1610.         $instance->add($f);
  1611.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1612.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1613.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1614.         $instance->add($g);
  1615.         return $instance;
  1616.     }
  1617.     /**
  1618.      * Gets the public 'request_stack' shared service.
  1619.      *
  1620.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1621.      */
  1622.     protected function getRequestStackService()
  1623.     {
  1624.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1625.     }
  1626.     /**
  1627.      * Gets the public 'router' shared service.
  1628.      *
  1629.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1630.      */
  1631.     protected function getRouterService()
  1632.     {
  1633.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1634.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1635.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1636.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1637.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1638.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1639.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1640.         ], [
  1641.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1642.         ]))->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()), new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this), $a'en');
  1643.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1644.         return $instance;
  1645.     }
  1646.     /**
  1647.      * Gets the public 'routing.loader' shared service.
  1648.      *
  1649.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1650.      */
  1651.     protected function getRouting_LoaderService()
  1652.     {
  1653.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1654.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1655.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1656.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1657.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1658.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1659.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1660.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1661.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1662.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1663.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1664.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1665.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1666.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1667.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1669.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1670.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  1671.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  1672.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1674.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1675.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1676.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1677.         $b = ($this->services['kernel'] ?? $this->get('kernel'1));
  1678.         $c = new \Symfony\Component\HttpKernel\Config\FileLocator($b, (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  1679.         $d = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1680.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($c));
  1681.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($c));
  1682.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($c));
  1683.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($c));
  1684.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($c));
  1685.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1686.             'kernel' => ['services''kernel''getKernelService'false],
  1687.         ], [
  1688.             'kernel' => 'App\\Kernel',
  1689.         ]))));
  1690.         $a->addLoader(new \ApiPlatform\Symfony\Routing\ApiLoader($b, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), falsetruetruefalsefalse, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  1691.         $a->addLoader($d);
  1692.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($c$d));
  1693.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($c$d));
  1694.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  1695.     }
  1696.     /**
  1697.      * Gets the public 'security.authentication_utils' shared service.
  1698.      *
  1699.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1700.      */
  1701.     protected function getSecurity_AuthenticationUtilsService()
  1702.     {
  1703.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1704.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1705.     }
  1706.     /**
  1707.      * Gets the public 'security.authorization_checker' shared service.
  1708.      *
  1709.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1710.      */
  1711.     protected function getSecurity_AuthorizationCheckerService()
  1712.     {
  1713.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1714.     }
  1715.     /**
  1716.      * Gets the public 'security.csrf.token_manager' shared service.
  1717.      *
  1718.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1719.      */
  1720.     protected function getSecurity_Csrf_TokenManagerService()
  1721.     {
  1722.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1724.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1725.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  1727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  1728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  1729.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1730.     }
  1731.     /**
  1732.      * Gets the public 'security.password_encoder' shared service.
  1733.      *
  1734.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1735.      */
  1736.     protected function getSecurity_PasswordEncoderService()
  1737.     {
  1738.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1739.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  1741.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  1742.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? ($this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]))));
  1743.     }
  1744.     /**
  1745.      * Gets the public 'security.token_storage' shared service.
  1746.      *
  1747.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1748.      */
  1749.     protected function getSecurity_TokenStorageService()
  1750.     {
  1751.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1752.             'session' => ['services''session''getSessionService'false],
  1753.         ], [
  1754.             'session' => '?',
  1755.         ]));
  1756.     }
  1757.     /**
  1758.      * Gets the public 'serializer' shared service.
  1759.      *
  1760.      * @return \Symfony\Component\Serializer\Serializer
  1761.      */
  1762.     protected function getSerializerService()
  1763.     {
  1764.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1765.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1766.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  1767.         $d = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  1768.         $e = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($d);
  1769.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1770.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1771.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1772.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1773.         $j = 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'true'itemsPerPage'$this->parameters['api_platform.formats'], true'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$d));
  1774.         $k = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1775.         $l = new \ApiPlatform\JsonApi\Serializer\ReservedAttributeNameConverter($k);
  1776.         $m = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1777.         $n = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  1778.         $o = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1779.         $p = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1780.         $q = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1781.         $r = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1782.         $s = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($r$k$a$b, new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($r), NULL, []);
  1783.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> $e=> $j=> new \ApiPlatform\JsonApi\Serializer\ConstraintViolationListNormalizer($h$l), => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($m, [], $k), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $k), => $j=> new \ApiPlatform\JsonApi\Serializer\ErrorNormalizer(true), => $e=> new \ApiPlatform\JsonApi\Serializer\EntrypointNormalizer($f$n$m), => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f$g$h$oNULL$mNULL$k), 10 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f$n$m), 11 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($mtrue), 12 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 14 => new \ApiPlatform\JsonApi\Serializer\ItemNormalizer($g$h$n$o$a$l$f, [], new RewindableGenerator(function () {
  1784.             return new \EmptyIterator();
  1785.         }, 0), $p), 15 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f$g$h$n$o$q$a$k$r, [], new RewindableGenerator(function () {
  1786.             return new \EmptyIterator();
  1787.         }, 0), $p), 16 => new \ApiPlatform\Serializer\ItemNormalizer($g$h$n$o$a$k$r, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), trueNULL, new RewindableGenerator(function () {
  1788.             return new \EmptyIterator();
  1789.         }, 0), $f$p), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $k), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 22 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 23 => new \ApiPlatform\JsonApi\Serializer\CollectionNormalizer($o'page'$f), 24 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($q$o$nNULL), 'page''pagination'$f$a), $f$o$i), 25 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 26 => new \ApiPlatform\JsonApi\Serializer\ObjectNormalizer($s$n$o$f), 27 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s$n$q), 28 => $s], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonapi'), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1790.     }
  1791.     /**
  1792.      * Gets the public 'services_resetter' shared service.
  1793.      *
  1794.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1795.      */
  1796.     protected function getServicesResetterService()
  1797.     {
  1798.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1799.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1800.             if (isset($this->services['cache.app'])) {
  1801.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1802.             }
  1803.             if (isset($this->services['cache.system'])) {
  1804.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1805.             }
  1806.             if (isset($this->privates['cache.validator'])) {
  1807.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1808.             }
  1809.             if (isset($this->privates['cache.serializer'])) {
  1810.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1811.             }
  1812.             if (isset($this->privates['cache.annotations'])) {
  1813.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1814.             }
  1815.             if (isset($this->privates['cache.property_info'])) {
  1816.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1817.             }
  1818.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1819.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1820.             }
  1821.             if (isset($this->privates['mailer.logger_message_listener'])) {
  1822.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  1823.             }
  1824.             if (isset($this->services['profiler'])) {
  1825.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1826.             }
  1827.             if (isset($this->services['validator'])) {
  1828.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1829.             }
  1830.             if (isset($this->privates['debug.stopwatch'])) {
  1831.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1832.             }
  1833.             if (isset($this->services['event_dispatcher'])) {
  1834.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1835.             }
  1836.             if (isset($this->privates['twig.form.engine'])) {
  1837.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  1838.             }
  1839.             if (isset($this->privates['monolog.handler.main'])) {
  1840.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1841.             }
  1842.             if (isset($this->privates['monolog.handler.console'])) {
  1843.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1844.             }
  1845.             if (isset($this->services['doctrine'])) {
  1846.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1847.             }
  1848.             if (isset($this->privates['form.type.entity'])) {
  1849.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1850.             }
  1851.             if (isset($this->services['security.token_storage'])) {
  1852.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1853.             }
  1854.             if (isset($this->privates['cache.security_expression_language'])) {
  1855.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1856.             }
  1857.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  1858.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  1859.             }
  1860.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  1861.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  1862.             }
  1863.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
  1864.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
  1865.             }
  1866.             if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
  1867.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
  1868.             }
  1869.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  1870.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  1871.             }
  1872.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  1873.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  1874.             }
  1875.             if (isset($this->privates['.debug.http_client'])) {
  1876.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  1877.             }
  1878.         }, function () {
  1879.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['mailer.logger_message_listener'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.legacy'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->privates['.debug.http_client']));
  1880.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'mailer.logger_message_listener' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.resource.legacy' => [=> 'reset'], 'api_platform.cache.metadata.property.legacy' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  1881.     }
  1882.     /**
  1883.      * Gets the public 'session' shared service.
  1884.      *
  1885.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1886.      */
  1887.     protected function getSessionService()
  1888.     {
  1889.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1890.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1891.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1892.     }
  1893.     /**
  1894.      * Gets the public 'translator' shared service.
  1895.      *
  1896.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1897.      */
  1898.     protected function getTranslatorService()
  1899.     {
  1900.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1901.     }
  1902.     /**
  1903.      * Gets the public 'twig' shared service.
  1904.      *
  1905.      * @return \Twig\Environment
  1906.      */
  1907.     protected function getTwigService()
  1908.     {
  1909.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  1910.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1911.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1912.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1913.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1914.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1915.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1916.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1917.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1918.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1919.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1920.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1921.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1922.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1923.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1924.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1925.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1926.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1927.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1928.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1929.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1930.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1931.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1932.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1933.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1934.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1935.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1936.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1937.         $f->setEnvironment('dev');
  1938.         $f->setDebug(true);
  1939.         if ($this->has('security.token_storage')) {
  1940.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1941.         }
  1942.         if ($this->has('request_stack')) {
  1943.             $f->setRequestStack($c);
  1944.         }
  1945.         $g = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1946.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1947.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1948.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1949.         $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''false)), [])));
  1950.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1951.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1952.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1953.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1954.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1955.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1956.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1957.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  1958.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1959.         $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())));
  1960.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1961.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1962.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1963.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1964.         $instance->addGlobal('app'$f);
  1965.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1966.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1967.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1968.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1969.         ], [
  1970.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1971.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1972.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1973.         ])));
  1974.         $instance->registerUndefinedFilterCallback([=> $g=> 'suggestFilter']);
  1975.         $instance->registerUndefinedFunctionCallback([=> $g=> 'suggestFunction']);
  1976.         $instance->registerUndefinedTokenParserCallback([=> $g=> 'suggestTag']);
  1977.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1978.         return $instance;
  1979.     }
  1980.     /**
  1981.      * Gets the public 'twig.controller.exception' shared service.
  1982.      *
  1983.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  1984.      *
  1985.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  1986.      */
  1987.     protected function getTwig_Controller_ExceptionService()
  1988.     {
  1989.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  1990.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  1991.     }
  1992.     /**
  1993.      * Gets the public 'twig.controller.preview_error' shared service.
  1994.      *
  1995.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  1996.      *
  1997.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  1998.      */
  1999.     protected function getTwig_Controller_PreviewErrorService()
  2000.     {
  2001.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  2002.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  2003.     }
  2004.     /**
  2005.      * Gets the public 'validator' shared service.
  2006.      *
  2007.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2008.      */
  2009.     protected function getValidatorService()
  2010.     {
  2011.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2012.     }
  2013.     /**
  2014.      * Gets the public 'var_dumper.cloner' shared service.
  2015.      *
  2016.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2017.      */
  2018.     protected function getVarDumper_ClonerService()
  2019.     {
  2020.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2021.         $instance->setMaxItems(2500);
  2022.         $instance->setMinDepth(1);
  2023.         $instance->setMaxString(-1);
  2024.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2025.         return $instance;
  2026.     }
  2027.     /**
  2028.      * Gets the public 'web_profiler.controller.exception' shared service.
  2029.      *
  2030.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  2031.      *
  2032.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  2033.      */
  2034.     protected function getWebProfiler_Controller_ExceptionService()
  2035.     {
  2036.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  2037.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  2038.     }
  2039.     /**
  2040.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2041.      *
  2042.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2043.      */
  2044.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2045.     {
  2046.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2047.         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()));
  2048.     }
  2049.     /**
  2050.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2051.      *
  2052.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2053.      */
  2054.     protected function getWebProfiler_Controller_ProfilerService()
  2055.     {
  2056.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2057.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2058.     }
  2059.     /**
  2060.      * Gets the public 'web_profiler.controller.router' shared service.
  2061.      *
  2062.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2063.      */
  2064.     protected function getWebProfiler_Controller_RouterService()
  2065.     {
  2066.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2067.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2068.             return new \EmptyIterator();
  2069.         }, 0));
  2070.     }
  2071.     /**
  2072.      * Gets the private '.debug.http_client' shared service.
  2073.      *
  2074.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2075.      */
  2076.     protected function get_Debug_HttpClientService()
  2077.     {
  2078.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2079.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2080.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2081.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2082.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2083.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2084.         $a->setLogger($b);
  2085.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  2086.     }
  2087.     /**
  2088.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  2089.      *
  2090.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2091.      */
  2092.     protected function get_LegacyResolveControllerNameSubscriberService()
  2093.     {
  2094.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  2095.     }
  2096.     /**
  2097.      * Gets the private 'App\DataProvider\ThePropertyAnnualTaxSubresourceProvider' shared autowired service.
  2098.      *
  2099.      * @return \App\DataProvider\ThePropertyAnnualTaxSubresourceProvider
  2100.      */
  2101.     protected function getThePropertyAnnualTaxSubresourceProviderService()
  2102.     {
  2103.         include_once \dirname(__DIR__4).'/src/DataProvider/ThePropertyAnnualTaxSubresourceProvider.php';
  2104.         return $this->privates['App\\DataProvider\\ThePropertyAnnualTaxSubresourceProvider'] = new \App\DataProvider\ThePropertyAnnualTaxSubresourceProvider(($this->privates['App\\Repository\\AnnualTaxRepository'] ?? $this->getAnnualTaxRepositoryService()));
  2105.     }
  2106.     /**
  2107.      * Gets the private 'App\DataProvider\ThePropertyCreditSubresourceProvider' shared autowired service.
  2108.      *
  2109.      * @return \App\DataProvider\ThePropertyCreditSubresourceProvider
  2110.      */
  2111.     protected function getThePropertyCreditSubresourceProviderService()
  2112.     {
  2113.         include_once \dirname(__DIR__4).'/src/DataProvider/ThePropertyCreditSubresourceProvider.php';
  2114.         return $this->privates['App\\DataProvider\\ThePropertyCreditSubresourceProvider'] = new \App\DataProvider\ThePropertyCreditSubresourceProvider(($this->privates['App\\Repository\\CreditRepository'] ?? $this->getCreditRepositoryService()));
  2115.     }
  2116.     /**
  2117.      * Gets the private 'App\DataProvider\ThePropertyPlusValueSubresourceProvider' shared autowired service.
  2118.      *
  2119.      * @return \App\DataProvider\ThePropertyPlusValueSubresourceProvider
  2120.      */
  2121.     protected function getThePropertyPlusValueSubresourceProviderService()
  2122.     {
  2123.         include_once \dirname(__DIR__4).'/src/DataProvider/ThePropertyPlusValueSubresourceProvider.php';
  2124.         return $this->privates['App\\DataProvider\\ThePropertyPlusValueSubresourceProvider'] = new \App\DataProvider\ThePropertyPlusValueSubresourceProvider(($this->privates['App\\Repository\\PlusValueRepository'] ?? $this->getPlusValueRepositoryService()));
  2125.     }
  2126.     /**
  2127.      * Gets the private 'App\DataProvider\ThePropertySaleSubresourceProvider' shared autowired service.
  2128.      *
  2129.      * @return \App\DataProvider\ThePropertySaleSubresourceProvider
  2130.      */
  2131.     protected function getThePropertySaleSubresourceProviderService()
  2132.     {
  2133.         include_once \dirname(__DIR__4).'/src/DataProvider/ThePropertySaleSubresourceProvider.php';
  2134.         return $this->privates['App\\DataProvider\\ThePropertySaleSubresourceProvider'] = new \App\DataProvider\ThePropertySaleSubresourceProvider(($this->privates['App\\Repository\\SaleRepository'] ?? $this->getSaleRepositoryService()));
  2135.     }
  2136.     /**
  2137.      * Gets the private 'App\EventSubscriber\ResponseFormatterSubscriber' shared autowired service.
  2138.      *
  2139.      * @return \App\EventSubscriber\ResponseFormatterSubscriber
  2140.      */
  2141.     protected function getResponseFormatterSubscriberService()
  2142.     {
  2143.         return $this->privates['App\\EventSubscriber\\ResponseFormatterSubscriber'] = new \App\EventSubscriber\ResponseFormatterSubscriber(new \App\Services\ResponseFormatterService());
  2144.     }
  2145.     /**
  2146.      * Gets the private 'App\Repository\AnnualTaxRepository' shared autowired service.
  2147.      *
  2148.      * @return \App\Repository\AnnualTaxRepository
  2149.      */
  2150.     protected function getAnnualTaxRepositoryService()
  2151.     {
  2152.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2155.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2156.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2157.         include_once \dirname(__DIR__4).'/src/Repository/AnnualTaxRepository.php';
  2158.         return $this->privates['App\\Repository\\AnnualTaxRepository'] = new \App\Repository\AnnualTaxRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2159.     }
  2160.     /**
  2161.      * Gets the private 'App\Repository\CreditRepository' shared autowired service.
  2162.      *
  2163.      * @return \App\Repository\CreditRepository
  2164.      */
  2165.     protected function getCreditRepositoryService()
  2166.     {
  2167.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2168.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2169.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2170.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2171.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2172.         include_once \dirname(__DIR__4).'/src/Repository/CreditRepository.php';
  2173.         return $this->privates['App\\Repository\\CreditRepository'] = new \App\Repository\CreditRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2174.     }
  2175.     /**
  2176.      * Gets the private 'App\Repository\LuxGoodRepository' shared autowired service.
  2177.      *
  2178.      * @return \App\Repository\LuxGoodRepository
  2179.      */
  2180.     protected function getLuxGoodRepositoryService()
  2181.     {
  2182.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2183.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2184.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2185.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2186.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2187.         include_once \dirname(__DIR__4).'/src/Repository/LuxGoodRepository.php';
  2188.         return $this->privates['App\\Repository\\LuxGoodRepository'] = new \App\Repository\LuxGoodRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2189.     }
  2190.     /**
  2191.      * Gets the private 'App\Repository\NewCreditRepository' shared autowired service.
  2192.      *
  2193.      * @return \App\Repository\NewCreditRepository
  2194.      */
  2195.     protected function getNewCreditRepositoryService()
  2196.     {
  2197.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2198.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2200.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2202.         include_once \dirname(__DIR__4).'/src/Repository/NewCreditRepository.php';
  2203.         return $this->privates['App\\Repository\\NewCreditRepository'] = new \App\Repository\NewCreditRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2204.     }
  2205.     /**
  2206.      * Gets the private 'App\Repository\NewSaleRepository' shared autowired service.
  2207.      *
  2208.      * @return \App\Repository\NewSaleRepository
  2209.      */
  2210.     protected function getNewSaleRepositoryService()
  2211.     {
  2212.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2213.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2214.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2215.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2217.         include_once \dirname(__DIR__4).'/src/Repository/NewSaleRepository.php';
  2218.         return $this->privates['App\\Repository\\NewSaleRepository'] = new \App\Repository\NewSaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2219.     }
  2220.     /**
  2221.      * Gets the private 'App\Repository\PlusValueRepository' shared autowired service.
  2222.      *
  2223.      * @return \App\Repository\PlusValueRepository
  2224.      */
  2225.     protected function getPlusValueRepositoryService()
  2226.     {
  2227.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2228.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2232.         include_once \dirname(__DIR__4).'/src/Repository/PlusValueRepository.php';
  2233.         return $this->privates['App\\Repository\\PlusValueRepository'] = new \App\Repository\PlusValueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2234.     }
  2235.     /**
  2236.      * Gets the private 'App\Repository\SaleRepository' shared autowired service.
  2237.      *
  2238.      * @return \App\Repository\SaleRepository
  2239.      */
  2240.     protected function getSaleRepositoryService()
  2241.     {
  2242.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2246.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2247.         include_once \dirname(__DIR__4).'/src/Repository/SaleRepository.php';
  2248.         return $this->privates['App\\Repository\\SaleRepository'] = new \App\Repository\SaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2249.     }
  2250.     /**
  2251.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2252.      *
  2253.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2254.      */
  2255.     protected function getManagerRegistryAwareConnectionProviderService()
  2256.     {
  2257.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  2258.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2259.         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'));
  2260.     }
  2261.     /**
  2262.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2263.      *
  2264.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2265.      */
  2266.     protected function getRunSqlCommandService()
  2267.     {
  2268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2269.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  2270.         $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()));
  2271.         $instance->setName('dbal:run-sql');
  2272.         return $instance;
  2273.     }
  2274.     /**
  2275.      * Gets the private 'annotations.cache_adapter' shared service.
  2276.      *
  2277.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2278.      */
  2279.     protected function getAnnotations_CacheAdapterService()
  2280.     {
  2281.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2282.     }
  2283.     /**
  2284.      * Gets the private 'annotations.cache_warmer' shared service.
  2285.      *
  2286.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2287.      */
  2288.     protected function getAnnotations_CacheWarmerService()
  2289.     {
  2290.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2293.         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);
  2294.     }
  2295.     /**
  2296.      * Gets the private 'annotations.cached_reader' shared service.
  2297.      *
  2298.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2299.      */
  2300.     protected function getAnnotations_CachedReaderService()
  2301.     {
  2302.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2303.     }
  2304.     /**
  2305.      * Gets the private 'annotations.reader' shared service.
  2306.      *
  2307.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2308.      */
  2309.     protected function getAnnotations_ReaderService()
  2310.     {
  2311.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2312.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2313.         $a->registerUniqueLoader('class_exists');
  2314.         $instance->addGlobalIgnoredName('required'$a);
  2315.         return $instance;
  2316.     }
  2317.     /**
  2318.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  2319.      *
  2320.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2321.      */
  2322.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  2323.     {
  2324.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('amNeM5KQH1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2325.     }
  2326.     /**
  2327.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  2328.      *
  2329.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2330.      */
  2331.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  2332.     {
  2333.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KjrgP1I2XI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2334.     }
  2335.     /**
  2336.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  2337.      *
  2338.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2339.      */
  2340.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  2341.     {
  2342.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aIepB5inq1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2343.     }
  2344.     /**
  2345.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  2346.      *
  2347.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2348.      */
  2349.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  2350.     {
  2351.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('FiMP40W6Br'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2352.     }
  2353.     /**
  2354.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  2355.      *
  2356.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2357.      */
  2358.     protected function getApiPlatform_Cache_RouteNameResolverService()
  2359.     {
  2360.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('y8xTBfjzyo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2361.     }
  2362.     /**
  2363.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  2364.      *
  2365.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2366.      */
  2367.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  2368.     {
  2369.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lE+QelBUXf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2370.     }
  2371.     /**
  2372.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  2373.      *
  2374.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  2375.      */
  2376.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  2377.     {
  2378.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  2379.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2380.     }
  2381.     /**
  2382.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  2383.      *
  2384.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  2385.      */
  2386.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  2387.     {
  2388.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  2389.         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 () {
  2390.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  2391.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  2392.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  2393.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  2394.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  2395.         }, 5));
  2396.     }
  2397.     /**
  2398.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  2399.      *
  2400.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  2401.      */
  2402.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  2403.     {
  2404.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  2405.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  2406.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  2407.         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 () {
  2408.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  2409.         }, 1), NULL);
  2410.     }
  2411.     /**
  2412.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  2413.      *
  2414.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  2415.      */
  2416.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  2417.     {
  2418.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  2419.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  2420.         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 () {
  2421.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  2422.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  2423.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  2424.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  2425.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  2426.         }, 5), new RewindableGenerator(function () {
  2427.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  2428.         }, 1), NULL);
  2429.     }
  2430.     /**
  2431.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  2432.      *
  2433.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  2434.      */
  2435.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  2436.     {
  2437.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  2439.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  2441.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  2442.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 30trueNULLNULLfalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  2443.     }
  2444.     /**
  2445.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  2446.      *
  2447.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  2448.      */
  2449.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  2450.     {
  2451.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  2454.         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()));
  2455.     }
  2456.     /**
  2457.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  2458.      *
  2459.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  2460.      */
  2461.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  2462.     {
  2463.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  2464.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  2465.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  2467.         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()));
  2468.     }
  2469.     /**
  2470.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  2471.      *
  2472.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  2473.      */
  2474.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  2475.     {
  2476.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  2477.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  2478.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  2479.         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()));
  2480.     }
  2481.     /**
  2482.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  2483.      *
  2484.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  2485.      */
  2486.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  2487.     {
  2488.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  2489.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  2490.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  2491.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
  2493.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2494.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, new \ApiPlatform\Core\DataProvider\Pagination($a$this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
  2495.     }
  2496.     /**
  2497.      * Gets the private 'api_platform.filter_locator' shared service.
  2498.      *
  2499.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2500.      */
  2501.     protected function getApiPlatform_FilterLocatorService()
  2502.     {
  2503.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2504.             'sale.search_filter' => ['privates''sale.search_filter''getSale_SearchFilterService'false],
  2505.             'the_property.search_filter' => ['privates''the_property.search_filter''getTheProperty_SearchFilterService'false],
  2506.         ], [
  2507.             'sale.search_filter' => '?',
  2508.             'the_property.search_filter' => '?',
  2509.         ]);
  2510.     }
  2511.     /**
  2512.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2513.      *
  2514.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  2515.      */
  2516.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2517.     {
  2518.         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');
  2519.     }
  2520.     /**
  2521.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  2522.      *
  2523.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  2524.      */
  2525.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  2526.     {
  2527.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  2528.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2529.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2530.         }
  2531.         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())));
  2532.     }
  2533.     /**
  2534.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  2535.      *
  2536.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  2537.      */
  2538.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  2539.     {
  2540.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2541.     }
  2542.     /**
  2543.      * Gets the private 'api_platform.identifier.converter' shared service.
  2544.      *
  2545.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2546.      */
  2547.     protected function getApiPlatform_Identifier_ConverterService()
  2548.     {
  2549.         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 () {
  2550.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  2551.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  2552.         }, 2));
  2553.     }
  2554.     /**
  2555.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2556.      *
  2557.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2558.      */
  2559.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2560.     {
  2561.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2562.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2563.         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);
  2564.     }
  2565.     /**
  2566.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  2567.      *
  2568.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  2569.      */
  2570.     protected function getApiPlatform_IriConverter_LegacyService()
  2571.     {
  2572.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2573.         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()));
  2574.     }
  2575.     /**
  2576.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  2577.      *
  2578.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  2579.      */
  2580.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  2581.     {
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  2584.         $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']);
  2585.         $instance->setName('api:json-schema:generate');
  2586.         return $instance;
  2587.     }
  2588.     /**
  2589.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2590.      *
  2591.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  2592.      */
  2593.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2594.     {
  2595.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2596.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2597.         return $instance;
  2598.     }
  2599.     /**
  2600.      * Gets the private 'api_platform.jsonapi.listener.request.transform_fieldsets_parameters' shared service.
  2601.      *
  2602.      * @return \ApiPlatform\Symfony\EventListener\JsonApi\TransformFieldsetsParametersListener
  2603.      */
  2604.     protected function getApiPlatform_Jsonapi_Listener_Request_TransformFieldsetsParametersService()
  2605.     {
  2606.         return $this->privates['api_platform.jsonapi.listener.request.transform_fieldsets_parameters'] = new \ApiPlatform\Symfony\EventListener\JsonApi\TransformFieldsetsParametersListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2607.     }
  2608.     /**
  2609.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2610.      *
  2611.      * @return \ApiPlatform\JsonLd\ContextBuilder
  2612.      */
  2613.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  2614.     {
  2615.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2616.         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));
  2617.     }
  2618.     /**
  2619.      * Gets the private 'api_platform.listener.exception' shared service.
  2620.      *
  2621.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  2622.      */
  2623.     protected function getApiPlatform_Listener_ExceptionService()
  2624.     {
  2625.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  2626.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  2627.         $a = ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService());
  2628.         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));
  2629.     }
  2630.     /**
  2631.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  2632.      *
  2633.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  2634.      */
  2635.     protected function getApiPlatform_Listener_Exception_ValidationService()
  2636.     {
  2637.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  2638.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener(($this->services['serializer'] ?? $this->getSerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  2639.     }
  2640.     /**
  2641.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2642.      *
  2643.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2644.      */
  2645.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2646.     {
  2647.         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']);
  2648.     }
  2649.     /**
  2650.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2651.      *
  2652.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2653.      */
  2654.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2655.     {
  2656.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2657.     }
  2658.     /**
  2659.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2660.      *
  2661.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2662.      */
  2663.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2664.     {
  2665.         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()));
  2666.     }
  2667.     /**
  2668.      * Gets the private 'api_platform.listener.view.respond' shared service.
  2669.      *
  2670.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  2671.      */
  2672.     protected function getApiPlatform_Listener_View_RespondService()
  2673.     {
  2674.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  2675.         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);
  2676.     }
  2677.     /**
  2678.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  2679.      *
  2680.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  2681.      */
  2682.     protected function getApiPlatform_Listener_View_SerializeService()
  2683.     {
  2684.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  2685.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2686.     }
  2687.     /**
  2688.      * Gets the private 'api_platform.listener.view.validate' shared service.
  2689.      *
  2690.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  2691.      */
  2692.     protected function getApiPlatform_Listener_View_ValidateService()
  2693.     {
  2694.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  2695.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  2696.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  2697.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(new \ApiPlatform\Symfony\Validator\Validator(($this->services['validator'] ?? $this->getValidatorService()), $this), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2698.     }
  2699.     /**
  2700.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2701.      *
  2702.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2703.      */
  2704.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2705.     {
  2706.         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);
  2707.     }
  2708.     /**
  2709.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  2710.      *
  2711.      * @return \ApiPlatform\Core\EventListener\WriteListener
  2712.      */
  2713.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  2714.     {
  2715.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  2716.         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()));
  2717.     }
  2718.     /**
  2719.      * Gets the private 'api_platform.metadata.extractor.yaml.legacy' shared service.
  2720.      *
  2721.      * @return \ApiPlatform\Core\Metadata\Extractor\YamlExtractor
  2722.      */
  2723.     protected function getApiPlatform_Metadata_Extractor_Yaml_LegacyService()
  2724.     {
  2725.         return $this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([=> (\dirname(__DIR__4).'/config/api/resources/annual_tax.yaml'), => (\dirname(__DIR__4).'/config/api/resources/annual_tax_constant.yaml'), => (\dirname(__DIR__4).'/config/api/resources/credit.yaml'), => (\dirname(__DIR__4).'/config/api/resources/geolocalisation_constant.yaml'), => (\dirname(__DIR__4).'/config/api/resources/new_credit.yaml'), => (\dirname(__DIR__4).'/config/api/resources/new_sale.yaml'), => (\dirname(__DIR__4).'/config/api/resources/plus_value.yaml'), => (\dirname(__DIR__4).'/config/api/resources/plus_value_constant.yaml'), => (\dirname(__DIR__4).'/config/api/resources/sale.yaml'), => (\dirname(__DIR__4).'/config/api/resources/sale_constant.yaml'), 10 => (\dirname(__DIR__4).'/config/api/resources/the_property.yaml')], $this);
  2726.     }
  2727.     /**
  2728.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2729.      *
  2730.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2731.      */
  2732.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2733.     {
  2734.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2735.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['validator'] ?? $this->getValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), 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 () {
  2736.             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()));
  2737.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  2738.             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()));
  2739.             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()));
  2740.             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()));
  2741.             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()));
  2742.             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()));
  2743.             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()));
  2744.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  2745.             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()));
  2746.             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()));
  2747.             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()));
  2748.             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()));
  2749.         }, 13)));
  2750.     }
  2751.     /**
  2752.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2753.      *
  2754.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2755.      */
  2756.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2757.     {
  2758.         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()))));
  2759.     }
  2760.     /**
  2761.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  2762.      *
  2763.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  2764.      */
  2765.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  2766.     {
  2767.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  2768.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  2769.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  2770.             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()));
  2771.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  2772.             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()));
  2773.             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()));
  2774.             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()));
  2775.             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()));
  2776.             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()));
  2777.             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()));
  2778.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  2779.             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()));
  2780.             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()));
  2781.             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()));
  2782.             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()));
  2783.         }, 13));
  2784.     }
  2785.     /**
  2786.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  2787.      *
  2788.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  2789.      */
  2790.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  2791.     {
  2792.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  2793.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  2794.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  2795.             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()));
  2796.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  2797.             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()));
  2798.             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()));
  2799.             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()));
  2800.             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()));
  2801.             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()));
  2802.             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()));
  2803.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  2804.             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()));
  2805.             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()));
  2806.             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()));
  2807.             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()));
  2808.         }, 13));
  2809.     }
  2810.     /**
  2811.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2812.      *
  2813.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2814.      */
  2815.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2816.     {
  2817.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2818.         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->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), 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']));
  2819.     }
  2820.     /**
  2821.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2822.      *
  2823.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2824.      */
  2825.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2826.     {
  2827.         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->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), 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)))))));
  2828.     }
  2829.     /**
  2830.      * Gets the private 'api_platform.openapi.command' shared service.
  2831.      *
  2832.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  2833.      */
  2834.     protected function getApiPlatform_Openapi_CommandService()
  2835.     {
  2836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2837.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  2838.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['api_platform.openapi.factory.legacy'] ?? $this->getApiPlatform_Openapi_Factory_LegacyService()), ($this->services['serializer'] ?? $this->getSerializerService()));
  2839.         $instance->setName('api:openapi:export');
  2840.         return $instance;
  2841.     }
  2842.     /**
  2843.      * Gets the private 'api_platform.openapi.factory.legacy' shared service.
  2844.      *
  2845.      * @return \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory
  2846.      */
  2847.     protected function getApiPlatform_Openapi_Factory_LegacyService()
  2848.     {
  2849.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  2850.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
  2851.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  2852.         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'true'itemsPerPage'true'pagination'10NULLfalsefalse'partial'));
  2853.     }
  2854.     /**
  2855.      * Gets the private 'api_platform.openapi.options' shared service.
  2856.      *
  2857.      * @return \ApiPlatform\OpenApi\Options
  2858.      */
  2859.     protected function getApiPlatform_Openapi_OptionsService()
  2860.     {
  2861.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  2862.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('API IMMO-CALCUL''DOCUMENTATION IMMO-CALCUL''0.0.0'false'oauth2''application''''''', [], $this->parameters['api_platform.swagger.api_keys'], NULLNULLNULLNULLNULLNULL);
  2863.     }
  2864.     /**
  2865.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2866.      *
  2867.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2868.      */
  2869.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2870.     {
  2871.         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()))));
  2872.     }
  2873.     /**
  2874.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2875.      *
  2876.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2877.      */
  2878.     protected function getApiPlatform_OperationPathResolver_RouterService()
  2879.     {
  2880.         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()));
  2881.     }
  2882.     /**
  2883.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2884.      *
  2885.      * @return \ApiPlatform\Api\ResourceClassResolver
  2886.      */
  2887.     protected function getApiPlatform_ResourceClassResolverService()
  2888.     {
  2889.         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()));
  2890.     }
  2891.     /**
  2892.      * Gets the private 'api_platform.router' shared service.
  2893.      *
  2894.      * @return \ApiPlatform\Symfony\Routing\Router
  2895.      */
  2896.     protected function getApiPlatform_RouterService()
  2897.     {
  2898.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  2899.     }
  2900.     /**
  2901.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2902.      *
  2903.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2904.      */
  2905.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2906.     {
  2907.         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()));
  2908.     }
  2909.     /**
  2910.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2911.      *
  2912.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2913.      */
  2914.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2915.     {
  2916.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2917.     }
  2918.     /**
  2919.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2920.      *
  2921.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2922.      */
  2923.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2924.     {
  2925.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2926.         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));
  2927.     }
  2928.     /**
  2929.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2930.      *
  2931.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2932.      */
  2933.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2934.     {
  2935.         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()))])));
  2936.     }
  2937.     /**
  2938.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2939.      *
  2940.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2941.      */
  2942.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2943.     {
  2944.         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())));
  2945.     }
  2946.     /**
  2947.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  2948.      *
  2949.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  2950.      */
  2951.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  2952.     {
  2953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2954.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  2955.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'API IMMO-CALCUL''DOCUMENTATION IMMO-CALCUL''0.0.0'NULL$this->parameters['api_platform.swagger.versions'], true);
  2956.         $instance->setName('api:swagger:export');
  2957.         return $instance;
  2958.     }
  2959.     /**
  2960.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  2961.      *
  2962.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  2963.      */
  2964.     protected function getApiPlatform_UpgradeResource_CommandService()
  2965.     {
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2967.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  2968.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  2969.         $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()));
  2970.         $instance->setName('api:upgrade-resource');
  2971.         return $instance;
  2972.     }
  2973.     /**
  2974.      * Gets the private 'app.event_listener.annual_tax_listener' shared service.
  2975.      *
  2976.      * @return \App\EventListener\AnnualTaxListener
  2977.      */
  2978.     protected function getApp_EventListener_AnnualTaxListenerService()
  2979.     {
  2980.         include_once \dirname(__DIR__4).'/src/EventListener/AnnualTaxListener.php';
  2981.         return $this->privates['app.event_listener.annual_tax_listener'] = new \App\EventListener\AnnualTaxListener(($this->privates['App\\Repository\\AnnualTaxRepository'] ?? $this->getAnnualTaxRepositoryService()));
  2982.     }
  2983.     /**
  2984.      * Gets the private 'app.event_listener.credit_listener' shared service.
  2985.      *
  2986.      * @return \App\EventListener\CreditListener
  2987.      */
  2988.     protected function getApp_EventListener_CreditListenerService()
  2989.     {
  2990.         include_once \dirname(__DIR__4).'/src/EventListener/CreditListener.php';
  2991.         return $this->privates['app.event_listener.credit_listener'] = new \App\EventListener\CreditListener(($this->privates['App\\Repository\\CreditRepository'] ?? $this->getCreditRepositoryService()), ($this->privates['App\\Repository\\SaleRepository'] ?? $this->getSaleRepositoryService()));
  2992.     }
  2993.     /**
  2994.      * Gets the private 'app.event_listener.new_credit_listener' shared service.
  2995.      *
  2996.      * @return \App\EventListener\NewCreditListener
  2997.      */
  2998.     protected function getApp_EventListener_NewCreditListenerService()
  2999.     {
  3000.         include_once \dirname(__DIR__4).'/src/EventListener/NewCreditListener.php';
  3001.         include_once \dirname(__DIR__4).'/src/Services/NewCredit/NewCreditServices.php';
  3002.         return $this->privates['app.event_listener.new_credit_listener'] = new \App\EventListener\NewCreditListener(new \App\Services\NewCredit\NewCreditServices(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  3003.     }
  3004.     /**
  3005.      * Gets the private 'app.event_listener.new_sale_listener' shared service.
  3006.      *
  3007.      * @return \App\EventListener\NewSaleListener
  3008.      */
  3009.     protected function getApp_EventListener_NewSaleListenerService()
  3010.     {
  3011.         include_once \dirname(__DIR__4).'/src/EventListener/NewSaleListener.php';
  3012.         return $this->privates['app.event_listener.new_sale_listener'] = new \App\EventListener\NewSaleListener(($this->services['App\\Services\\NewSale\\NewServices'] ?? $this->getNewServicesService()));
  3013.     }
  3014.     /**
  3015.      * Gets the private 'app.event_listener.plus_value_listener' shared service.
  3016.      *
  3017.      * @return \App\EventListener\PlusValueListener
  3018.      */
  3019.     protected function getApp_EventListener_PlusValueListenerService()
  3020.     {
  3021.         include_once \dirname(__DIR__4).'/src/EventListener/PlusValueListener.php';
  3022.         include_once \dirname(__DIR__4).'/src/Services/PlusValue/PlusValueServices.php';
  3023.         return $this->privates['app.event_listener.plus_value_listener'] = new \App\EventListener\PlusValueListener(new \App\Services\PlusValue\PlusValueServices(($this->privates['App\\Repository\\SaleRepository'] ?? $this->getSaleRepositoryService()), ($this->privates['App\\Repository\\PlusValueRepository'] ?? $this->getPlusValueRepositoryService())));
  3024.     }
  3025.     /**
  3026.      * Gets the private 'app.event_listener.sale_listener' shared service.
  3027.      *
  3028.      * @return \App\EventListener\SaleListener
  3029.      */
  3030.     protected function getApp_EventListener_SaleListenerService()
  3031.     {
  3032.         include_once \dirname(__DIR__4).'/src/EventListener/SaleListener.php';
  3033.         include_once \dirname(__DIR__4).'/src/Services/Selling/SellingServices.php';
  3034.         return $this->privates['app.event_listener.sale_listener'] = new \App\EventListener\SaleListener(new \App\Services\Selling\SellingServices(($this->privates['App\\Repository\\SaleRepository'] ?? $this->getSaleRepositoryService())));
  3035.     }
  3036.     /**
  3037.      * Gets the private 'cache.annotations' shared service.
  3038.      *
  3039.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3040.      */
  3041.     protected function getCache_AnnotationsService()
  3042.     {
  3043.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('f9yu1PCeQy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3044.     }
  3045.     /**
  3046.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3047.      *
  3048.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3049.      */
  3050.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3051.     {
  3052.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3053.     }
  3054.     /**
  3055.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3056.      *
  3057.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3058.      */
  3059.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3060.     {
  3061.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3062.     }
  3063.     /**
  3064.      * Gets the private 'cache.property_info' shared service.
  3065.      *
  3066.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3067.      */
  3068.     protected function getCache_PropertyInfoService()
  3069.     {
  3070.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('b6oe63yWY7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3071.     }
  3072.     /**
  3073.      * Gets the private 'cache.security_expression_language' shared service.
  3074.      *
  3075.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3076.      */
  3077.     protected function getCache_SecurityExpressionLanguageService()
  3078.     {
  3079.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('b6nnvaHuil'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3080.     }
  3081.     /**
  3082.      * Gets the private 'cache.serializer' shared service.
  3083.      *
  3084.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3085.      */
  3086.     protected function getCache_SerializerService()
  3087.     {
  3088.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7n+yF7AMGr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3089.     }
  3090.     /**
  3091.      * Gets the private 'cache.validator' shared service.
  3092.      *
  3093.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3094.      */
  3095.     protected function getCache_ValidatorService()
  3096.     {
  3097.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('o6L9adPVw-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3098.     }
  3099.     /**
  3100.      * Gets the private 'config_cache_factory' shared service.
  3101.      *
  3102.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3103.      */
  3104.     protected function getConfigCacheFactoryService()
  3105.     {
  3106.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3107.             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)));
  3108.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3109.         }, 2));
  3110.     }
  3111.     /**
  3112.      * Gets the private 'console.command.about' shared service.
  3113.      *
  3114.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  3115.      */
  3116.     protected function getConsole_Command_AboutService()
  3117.     {
  3118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  3120.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  3121.         $instance->setName('about');
  3122.         return $instance;
  3123.     }
  3124.     /**
  3125.      * Gets the private 'console.command.assets_install' shared service.
  3126.      *
  3127.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  3128.      */
  3129.     protected function getConsole_Command_AssetsInstallService()
  3130.     {
  3131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3134.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  3135.         $instance->setName('assets:install');
  3136.         return $instance;
  3137.     }
  3138.     /**
  3139.      * Gets the private 'console.command.cache_clear' shared service.
  3140.      *
  3141.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  3142.      */
  3143.     protected function getConsole_Command_CacheClearService()
  3144.     {
  3145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  3148.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  3149.         $instance->setName('cache:clear');
  3150.         return $instance;
  3151.     }
  3152.     /**
  3153.      * Gets the private 'console.command.cache_pool_clear' shared service.
  3154.      *
  3155.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  3156.      */
  3157.     protected function getConsole_Command_CachePoolClearService()
  3158.     {
  3159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  3161.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3162.         $instance->setName('cache:pool:clear');
  3163.         return $instance;
  3164.     }
  3165.     /**
  3166.      * Gets the private 'console.command.cache_pool_delete' shared service.
  3167.      *
  3168.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  3169.      */
  3170.     protected function getConsole_Command_CachePoolDeleteService()
  3171.     {
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  3174.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  3175.         $instance->setName('cache:pool:delete');
  3176.         return $instance;
  3177.     }
  3178.     /**
  3179.      * Gets the private 'console.command.cache_pool_list' shared service.
  3180.      *
  3181.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  3182.      */
  3183.     protected function getConsole_Command_CachePoolListService()
  3184.     {
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  3187.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'=> 'api_platform.cache.route_name_resolver'10 => 'api_platform.cache.metadata.resource'11 => 'api_platform.cache.metadata.resource.legacy'12 => 'api_platform.cache.metadata.property.legacy'13 => 'api_platform.cache.subresource_operation_factory'14 => 'api_platform.cache.identifiers_extractor']);
  3188.         $instance->setName('cache:pool:list');
  3189.         return $instance;
  3190.     }
  3191.     /**
  3192.      * Gets the private 'console.command.cache_pool_prune' shared service.
  3193.      *
  3194.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  3195.      */
  3196.     protected function getConsole_Command_CachePoolPruneService()
  3197.     {
  3198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  3200.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  3201.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  3202.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  3203.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  3204.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  3205.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  3206.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  3207.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  3208.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  3209.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  3210.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  3211.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  3212.             yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
  3213.             yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
  3214.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  3215.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  3216.         }, 15));
  3217.         $instance->setName('cache:pool:prune');
  3218.         return $instance;
  3219.     }
  3220.     /**
  3221.      * Gets the private 'console.command.cache_warmup' shared service.
  3222.      *
  3223.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  3224.      */
  3225.     protected function getConsole_Command_CacheWarmupService()
  3226.     {
  3227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  3229.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  3230.         $instance->setName('cache:warmup');
  3231.         return $instance;
  3232.     }
  3233.     /**
  3234.      * Gets the private 'console.command.config_debug' shared service.
  3235.      *
  3236.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  3237.      */
  3238.     protected function getConsole_Command_ConfigDebugService()
  3239.     {
  3240.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3243.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  3244.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  3245.         $instance->setName('debug:config');
  3246.         return $instance;
  3247.     }
  3248.     /**
  3249.      * Gets the private 'console.command.config_dump_reference' shared service.
  3250.      *
  3251.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  3252.      */
  3253.     protected function getConsole_Command_ConfigDumpReferenceService()
  3254.     {
  3255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3256.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  3258.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  3259.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  3260.         $instance->setName('config:dump-reference');
  3261.         return $instance;
  3262.     }
  3263.     /**
  3264.      * Gets the private 'console.command.container_debug' shared service.
  3265.      *
  3266.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  3267.      */
  3268.     protected function getConsole_Command_ContainerDebugService()
  3269.     {
  3270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3271.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3272.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  3273.         $instance->setName('debug:container');
  3274.         return $instance;
  3275.     }
  3276.     /**
  3277.      * Gets the private 'console.command.container_lint' shared service.
  3278.      *
  3279.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  3280.      */
  3281.     protected function getConsole_Command_ContainerLintService()
  3282.     {
  3283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  3285.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  3286.         $instance->setName('lint:container');
  3287.         return $instance;
  3288.     }
  3289.     /**
  3290.      * Gets the private 'console.command.debug_autowiring' shared service.
  3291.      *
  3292.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  3293.      */
  3294.     protected function getConsole_Command_DebugAutowiringService()
  3295.     {
  3296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  3299.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3300.         $instance->setName('debug:autowiring');
  3301.         return $instance;
  3302.     }
  3303.     /**
  3304.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  3305.      *
  3306.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  3307.      */
  3308.     protected function getConsole_Command_EventDispatcherDebugService()
  3309.     {
  3310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  3312.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3313.         $instance->setName('debug:event-dispatcher');
  3314.         return $instance;
  3315.     }
  3316.     /**
  3317.      * Gets the private 'console.command.form_debug' shared service.
  3318.      *
  3319.      * @return \Symfony\Component\Form\Command\DebugCommand
  3320.      */
  3321.     protected function getConsole_Command_FormDebugService()
  3322.     {
  3323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  3325.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  3326.         $instance->setName('debug:form');
  3327.         return $instance;
  3328.     }
  3329.     /**
  3330.      * Gets the private 'console.command.router_debug' shared service.
  3331.      *
  3332.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  3333.      */
  3334.     protected function getConsole_Command_RouterDebugService()
  3335.     {
  3336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  3338.         $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()));
  3339.         $instance->setName('debug:router');
  3340.         return $instance;
  3341.     }
  3342.     /**
  3343.      * Gets the private 'console.command.router_match' shared service.
  3344.      *
  3345.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  3346.      */
  3347.     protected function getConsole_Command_RouterMatchService()
  3348.     {
  3349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  3351.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  3352.         $instance->setName('router:match');
  3353.         return $instance;
  3354.     }
  3355.     /**
  3356.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  3357.      *
  3358.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  3359.      */
  3360.     protected function getConsole_Command_SecretsDecryptToLocalService()
  3361.     {
  3362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3365.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3366.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3368.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3369.         $instance->setName('secrets:decrypt-to-local');
  3370.         return $instance;
  3371.     }
  3372.     /**
  3373.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  3374.      *
  3375.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  3376.      */
  3377.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  3378.     {
  3379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3382.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3385.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3386.         $instance->setName('secrets:encrypt-from-local');
  3387.         return $instance;
  3388.     }
  3389.     /**
  3390.      * Gets the private 'console.command.secrets_generate_key' shared service.
  3391.      *
  3392.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  3393.      */
  3394.     protected function getConsole_Command_SecretsGenerateKeyService()
  3395.     {
  3396.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  3398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3399.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3402.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3403.         $instance->setName('secrets:generate-keys');
  3404.         return $instance;
  3405.     }
  3406.     /**
  3407.      * Gets the private 'console.command.secrets_list' shared service.
  3408.      *
  3409.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  3410.      */
  3411.     protected function getConsole_Command_SecretsListService()
  3412.     {
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  3415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3416.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3418.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3419.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3420.         $instance->setName('secrets:list');
  3421.         return $instance;
  3422.     }
  3423.     /**
  3424.      * Gets the private 'console.command.secrets_remove' shared service.
  3425.      *
  3426.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  3427.      */
  3428.     protected function getConsole_Command_SecretsRemoveService()
  3429.     {
  3430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  3432.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3433.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3434.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3436.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3437.         $instance->setName('secrets:remove');
  3438.         return $instance;
  3439.     }
  3440.     /**
  3441.      * Gets the private 'console.command.secrets_set' shared service.
  3442.      *
  3443.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  3444.      */
  3445.     protected function getConsole_Command_SecretsSetService()
  3446.     {
  3447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  3449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  3450.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  3451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  3452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  3453.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  3454.         $instance->setName('secrets:set');
  3455.         return $instance;
  3456.     }
  3457.     /**
  3458.      * Gets the private 'console.command.translation_debug' shared service.
  3459.      *
  3460.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  3461.      */
  3462.     protected function getConsole_Command_TranslationDebugService()
  3463.     {
  3464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  3466.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3467.         $instance->setName('debug:translation');
  3468.         return $instance;
  3469.     }
  3470.     /**
  3471.      * Gets the private 'console.command.translation_update' shared service.
  3472.      *
  3473.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3474.      */
  3475.     protected function getConsole_Command_TranslationUpdateService()
  3476.     {
  3477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  3481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  3484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  3485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  3486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  3487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  3488.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  3489.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  3490.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  3493.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  3494.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  3495.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  3496.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  3497.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  3498.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  3499.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  3500.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  3501.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  3502.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  3503.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  3504.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  3505.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3506.         $instance->setName('translation:update');
  3507.         return $instance;
  3508.     }
  3509.     /**
  3510.      * Gets the private 'console.command.xliff_lint' shared service.
  3511.      *
  3512.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  3513.      */
  3514.     protected function getConsole_Command_XliffLintService()
  3515.     {
  3516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3517.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  3519.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  3520.         $instance->setName('lint:xliff');
  3521.         return $instance;
  3522.     }
  3523.     /**
  3524.      * Gets the private 'console.command.yaml_lint' shared service.
  3525.      *
  3526.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3527.      */
  3528.     protected function getConsole_Command_YamlLintService()
  3529.     {
  3530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3532.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3533.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3534.         $instance->setName('lint:yaml');
  3535.         return $instance;
  3536.     }
  3537.     /**
  3538.      * Gets the private 'console.error_listener' shared service.
  3539.      *
  3540.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3541.      */
  3542.     protected function getConsole_ErrorListenerService()
  3543.     {
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3545.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3546.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3547.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3548.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3549.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3550.     }
  3551.     /**
  3552.      * Gets the private 'container.env_var_processor' shared service.
  3553.      *
  3554.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3555.      */
  3556.     protected function getContainer_EnvVarProcessorService()
  3557.     {
  3558.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3559.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3560.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3561.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  3562.         }, 1));
  3563.     }
  3564.     /**
  3565.      * Gets the private 'data_collector.form' shared service.
  3566.      *
  3567.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3568.      */
  3569.     protected function getDataCollector_FormService()
  3570.     {
  3571.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3572.     }
  3573.     /**
  3574.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  3575.      *
  3576.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  3577.      */
  3578.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  3579.     {
  3580.         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 () {
  3581.             yield => ($this->privates['App\\DataProvider\\AnnualTaxConstantProvider'] ?? ($this->privates['App\\DataProvider\\AnnualTaxConstantProvider'] = new \App\DataProvider\AnnualTaxConstantProvider()));
  3582.             yield => ($this->privates['App\\DataProvider\\GeolocalisationConstantProvider'] ?? ($this->privates['App\\DataProvider\\GeolocalisationConstantProvider'] = new \App\DataProvider\GeolocalisationConstantProvider()));
  3583.             yield => ($this->privates['App\\DataProvider\\PlusValueConstantProvider'] ?? ($this->privates['App\\DataProvider\\PlusValueConstantProvider'] = new \App\DataProvider\PlusValueConstantProvider()));
  3584.             yield => ($this->privates['App\\DataProvider\\SaleConstantProvider'] ?? ($this->privates['App\\DataProvider\\SaleConstantProvider'] = new \App\DataProvider\SaleConstantProvider()));
  3585.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  3586.         }, 5)));
  3587.     }
  3588.     /**
  3589.      * Gets the private 'debug.api_platform.data_persister' shared service.
  3590.      *
  3591.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  3592.      */
  3593.     protected function getDebug_ApiPlatform_DataPersisterService()
  3594.     {
  3595.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  3596.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  3597.         }, 1)));
  3598.     }
  3599.     /**
  3600.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  3601.      *
  3602.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  3603.      */
  3604.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  3605.     {
  3606.         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 () {
  3607.             yield => ($this->privates['App\\DataProvider\\AnnualTaxConstantProvider'] ?? ($this->privates['App\\DataProvider\\AnnualTaxConstantProvider'] = new \App\DataProvider\AnnualTaxConstantProvider()));
  3608.             yield => ($this->privates['App\\DataProvider\\GeolocalisationConstantProvider'] ?? ($this->privates['App\\DataProvider\\GeolocalisationConstantProvider'] = new \App\DataProvider\GeolocalisationConstantProvider()));
  3609.             yield => ($this->privates['App\\DataProvider\\PlusValueConstantProvider'] ?? ($this->privates['App\\DataProvider\\PlusValueConstantProvider'] = new \App\DataProvider\PlusValueConstantProvider()));
  3610.             yield => ($this->privates['App\\DataProvider\\SaleConstantProvider'] ?? ($this->privates['App\\DataProvider\\SaleConstantProvider'] = new \App\DataProvider\SaleConstantProvider()));
  3611.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  3612.         }, 5)));
  3613.     }
  3614.     /**
  3615.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  3616.      *
  3617.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  3618.      */
  3619.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  3620.     {
  3621.         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 () {
  3622.             yield => ($this->privates['App\\DataProvider\\ThePropertyAnnualTaxSubresourceProvider'] ?? $this->getThePropertyAnnualTaxSubresourceProviderService());
  3623.             yield => ($this->privates['App\\DataProvider\\ThePropertyCreditSubresourceProvider'] ?? $this->getThePropertyCreditSubresourceProviderService());
  3624.             yield => ($this->privates['App\\DataProvider\\ThePropertyPlusValueSubresourceProvider'] ?? $this->getThePropertyPlusValueSubresourceProviderService());
  3625.             yield => ($this->privates['App\\DataProvider\\ThePropertySaleSubresourceProvider'] ?? $this->getThePropertySaleSubresourceProviderService());
  3626.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  3627.         }, 5)));
  3628.     }
  3629.     /**
  3630.      * Gets the private 'debug.argument_resolver.default' shared service.
  3631.      *
  3632.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3633.      */
  3634.     protected function getDebug_ArgumentResolver_DefaultService()
  3635.     {
  3636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3639.         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))));
  3640.     }
  3641.     /**
  3642.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3643.      *
  3644.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3645.      */
  3646.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3647.     {
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3651.         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.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3652.     }
  3653.     /**
  3654.      * Gets the private 'debug.argument_resolver.request' shared service.
  3655.      *
  3656.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3657.      */
  3658.     protected function getDebug_ArgumentResolver_RequestService()
  3659.     {
  3660.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3662.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3663.         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))));
  3664.     }
  3665.     /**
  3666.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3667.      *
  3668.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3669.      */
  3670.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3671.     {
  3672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3673.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3674.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3675.         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))));
  3676.     }
  3677.     /**
  3678.      * Gets the private 'debug.argument_resolver.service' shared service.
  3679.      *
  3680.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3681.      */
  3682.     protected function getDebug_ArgumentResolver_ServiceService()
  3683.     {
  3684.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3685.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3687.         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.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3688.     }
  3689.     /**
  3690.      * Gets the private 'debug.argument_resolver.session' shared service.
  3691.      *
  3692.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3693.      */
  3694.     protected function getDebug_ArgumentResolver_SessionService()
  3695.     {
  3696.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3699.         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))));
  3700.     }
  3701.     /**
  3702.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3703.      *
  3704.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3705.      */
  3706.     protected function getDebug_ArgumentResolver_VariadicService()
  3707.     {
  3708.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3709.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3710.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3711.         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))));
  3712.     }
  3713.     /**
  3714.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3715.      *
  3716.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3717.      */
  3718.     protected function getDebug_DebugHandlersListenerService()
  3719.     {
  3720.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3721.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3722.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3723.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3724.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3725.         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);
  3726.     }
  3727.     /**
  3728.      * Gets the private 'debug.dump_listener' shared service.
  3729.      *
  3730.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3731.      */
  3732.     protected function getDebug_DumpListenerService()
  3733.     {
  3734.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3736.         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()));
  3737.     }
  3738.     /**
  3739.      * Gets the private 'debug.file_link_formatter' shared service.
  3740.      *
  3741.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3742.      */
  3743.     protected function getDebug_FileLinkFormatterService()
  3744.     {
  3745.         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 () {
  3746.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3747.         });
  3748.     }
  3749.     /**
  3750.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3751.      *
  3752.      * @return \string
  3753.      */
  3754.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3755.     {
  3756.         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');
  3757.     }
  3758.     /**
  3759.      * Gets the private 'debug.log_processor' shared service.
  3760.      *
  3761.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3762.      */
  3763.     protected function getDebug_LogProcessorService()
  3764.     {
  3765.         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())));
  3766.     }
  3767.     /**
  3768.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3769.      *
  3770.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3771.      */
  3772.     protected function getDebug_Security_Access_DecisionManagerService()
  3773.     {
  3774.         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 () {
  3775.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3776.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3777.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3778.         }, 3), 'affirmative'falsetrue));
  3779.     }
  3780.     /**
  3781.      * Gets the private 'debug.security.firewall' shared service.
  3782.      *
  3783.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3784.      */
  3785.     protected function getDebug_Security_FirewallService()
  3786.     {
  3787.         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()));
  3788.     }
  3789.     /**
  3790.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3791.      *
  3792.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3793.      */
  3794.     protected function getDebug_Security_UserValueResolverService()
  3795.     {
  3796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3799.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3800.     }
  3801.     /**
  3802.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3803.      *
  3804.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3805.      */
  3806.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3807.     {
  3808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3811.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3812.     }
  3813.     /**
  3814.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3815.      *
  3816.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3817.      */
  3818.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3819.     {
  3820.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3821.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3823.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3824.     }
  3825.     /**
  3826.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3827.      *
  3828.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3829.      */
  3830.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3831.     {
  3832.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3833.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3834.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3835.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3836.     }
  3837.     /**
  3838.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3839.      *
  3840.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3841.      */
  3842.     protected function getDebug_Security_Voter_VoteListenerService()
  3843.     {
  3844.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3845.         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()));
  3846.     }
  3847.     /**
  3848.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3849.      *
  3850.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3851.      */
  3852.     protected function getDoctrine_CacheClearMetadataCommandService()
  3853.     {
  3854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3855.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3856.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3857.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3858.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3859.         $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()));
  3860.         $instance->setName('doctrine:cache:clear-metadata');
  3861.         return $instance;
  3862.     }
  3863.     /**
  3864.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3865.      *
  3866.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3867.      */
  3868.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3869.     {
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3872.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3873.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3874.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3875.         $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()));
  3876.         $instance->setName('doctrine:cache:clear-query');
  3877.         return $instance;
  3878.     }
  3879.     /**
  3880.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3881.      *
  3882.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3883.      */
  3884.     protected function getDoctrine_CacheClearResultCommandService()
  3885.     {
  3886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3887.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3888.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3889.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3891.         $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()));
  3892.         $instance->setName('doctrine:cache:clear-result');
  3893.         return $instance;
  3894.     }
  3895.     /**
  3896.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3897.      *
  3898.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3899.      */
  3900.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3901.     {
  3902.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3906.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3907.         $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()));
  3908.         $instance->setName('doctrine:cache:clear-collection-region');
  3909.         return $instance;
  3910.     }
  3911.     /**
  3912.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3913.      *
  3914.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3915.      */
  3916.     protected function getDoctrine_ClearEntityRegionCommandService()
  3917.     {
  3918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3919.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3921.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3923.         $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()));
  3924.         $instance->setName('doctrine:cache:clear-entity-region');
  3925.         return $instance;
  3926.     }
  3927.     /**
  3928.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3929.      *
  3930.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3931.      */
  3932.     protected function getDoctrine_ClearQueryRegionCommandService()
  3933.     {
  3934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3935.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3938.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3939.         $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()));
  3940.         $instance->setName('doctrine:cache:clear-query-region');
  3941.         return $instance;
  3942.     }
  3943.     /**
  3944.      * Gets the private 'doctrine.database_create_command' shared service.
  3945.      *
  3946.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3947.      */
  3948.     protected function getDoctrine_DatabaseCreateCommandService()
  3949.     {
  3950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3953.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3954.         $instance->setName('doctrine:database:create');
  3955.         return $instance;
  3956.     }
  3957.     /**
  3958.      * Gets the private 'doctrine.database_drop_command' shared service.
  3959.      *
  3960.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3961.      */
  3962.     protected function getDoctrine_DatabaseDropCommandService()
  3963.     {
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3965.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3966.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3967.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3968.         $instance->setName('doctrine:database:drop');
  3969.         return $instance;
  3970.     }
  3971.     /**
  3972.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3973.      *
  3974.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3975.      */
  3976.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3977.     {
  3978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3980.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3981.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3982.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3983.         $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()));
  3984.         $instance->setName('doctrine:ensure-production-settings');
  3985.         return $instance;
  3986.     }
  3987.     /**
  3988.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3989.      *
  3990.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3991.      */
  3992.     protected function getDoctrine_MappingConvertCommandService()
  3993.     {
  3994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3995.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  3996.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3999.         $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()));
  4000.         $instance->setName('doctrine:mapping:convert');
  4001.         return $instance;
  4002.     }
  4003.     /**
  4004.      * Gets the private 'doctrine.mapping_import_command' shared service.
  4005.      *
  4006.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  4007.      */
  4008.     protected function getDoctrine_MappingImportCommandService()
  4009.     {
  4010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  4012.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  4013.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  4014.         $instance->setName('doctrine:mapping:import');
  4015.         return $instance;
  4016.     }
  4017.     /**
  4018.      * Gets the private 'doctrine.mapping_info_command' shared service.
  4019.      *
  4020.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  4021.      */
  4022.     protected function getDoctrine_MappingInfoCommandService()
  4023.     {
  4024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4025.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4026.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  4027.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4028.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  4029.         $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()));
  4030.         $instance->setName('doctrine:mapping:info');
  4031.         return $instance;
  4032.     }
  4033.     /**
  4034.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  4035.      *
  4036.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  4037.      */
  4038.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  4039.     {
  4040.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  4042.         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);
  4043.     }
  4044.     /**
  4045.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  4046.      *
  4047.      * @return \Doctrine\Migrations\DependencyFactory
  4048.      */
  4049.     protected function getDoctrine_Migrations_DependencyFactoryService()
  4050.     {
  4051.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  4052.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  4053.         $a->setAllOrNothing(false);
  4054.         $a->setCheckDatabasePlatform(true);
  4055.         $a->setTransactional(true);
  4056.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  4057.         $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()));
  4058.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  4059.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  4060.         });
  4061.         return $instance;
  4062.     }
  4063.     /**
  4064.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  4065.      *
  4066.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  4067.      */
  4068.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  4069.     {
  4070.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  4072.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4073.     }
  4074.     /**
  4075.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  4076.      *
  4077.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  4078.      */
  4079.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  4080.     {
  4081.         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')]);
  4082.     }
  4083.     /**
  4084.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  4085.      *
  4086.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  4087.      */
  4088.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  4089.     {
  4090.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  4091.         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()));
  4092.     }
  4093.     /**
  4094.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  4095.      *
  4096.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  4097.      */
  4098.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  4099.     {
  4100.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  4101.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  4102.         $instance->addEntityListener('App\\Entity\\AnnualTax''App\\EventListener\\AnnualTaxListener''prePersist');
  4103.         $instance->addEntityListener('App\\Entity\\AnnualTax''App\\EventListener\\AnnualTaxListener''preUpdate');
  4104.         $instance->addEntityListener('App\\Entity\\PlusValue''App\\EventListener\\PlusValueListener''prePersist');
  4105.         $instance->addEntityListener('App\\Entity\\PlusValue''App\\EventListener\\PlusValueListener''preUpdate');
  4106.         $instance->addEntityListener('App\\Entity\\Sale''App\\EventListener\\SaleListener''prePersist');
  4107.         $instance->addEntityListener('App\\Entity\\Sale''App\\EventListener\\SaleListener''preUpdate');
  4108.         $instance->addEntityListener('App\\Entity\\Credit''App\\EventListener\\CreditListener''prePersist');
  4109.         $instance->addEntityListener('App\\Entity\\Credit''App\\EventListener\\CreditListener''preUpdate');
  4110.         $instance->addEntityListener('App\\Entity\\NewCredit''App\\EventListener\\NewCreditListener''prePersist');
  4111.         $instance->addEntityListener('App\\Entity\\NewCredit''App\\EventListener\\NewCreditListener''preUpdate');
  4112.         $instance->addEntityListener('App\\Entity\\NewSale''App\\EventListener\\NewSaleListener''prePersist');
  4113.         $instance->addEntityListener('App\\Entity\\NewSale''App\\EventListener\\NewSaleListener''preUpdate');
  4114.         return $instance;
  4115.     }
  4116.     /**
  4117.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  4118.      *
  4119.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  4120.      */
  4121.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  4122.     {
  4123.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  4125.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4126.     }
  4127.     /**
  4128.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  4129.      *
  4130.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  4131.      */
  4132.     protected function getDoctrine_Orm_Validator_UniqueService()
  4133.     {
  4134.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  4135.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  4136.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  4137.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4138.     }
  4139.     /**
  4140.      * Gets the private 'doctrine.query_dql_command' shared service.
  4141.      *
  4142.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  4143.      */
  4144.     protected function getDoctrine_QueryDqlCommandService()
  4145.     {
  4146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  4151.         $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()));
  4152.         $instance->setName('doctrine:query:dql');
  4153.         return $instance;
  4154.     }
  4155.     /**
  4156.      * Gets the private 'doctrine.query_sql_command' shared service.
  4157.      *
  4158.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  4159.      */
  4160.     protected function getDoctrine_QuerySqlCommandService()
  4161.     {
  4162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  4165.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4166.         $instance->setName('doctrine:query:sql');
  4167.         return $instance;
  4168.     }
  4169.     /**
  4170.      * Gets the private 'doctrine.schema_create_command' shared service.
  4171.      *
  4172.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  4173.      */
  4174.     protected function getDoctrine_SchemaCreateCommandService()
  4175.     {
  4176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4177.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4178.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  4182.         $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()));
  4183.         $instance->setName('doctrine:schema:create');
  4184.         return $instance;
  4185.     }
  4186.     /**
  4187.      * Gets the private 'doctrine.schema_drop_command' shared service.
  4188.      *
  4189.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  4190.      */
  4191.     protected function getDoctrine_SchemaDropCommandService()
  4192.     {
  4193.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4195.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4198.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  4199.         $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()));
  4200.         $instance->setName('doctrine:schema:drop');
  4201.         return $instance;
  4202.     }
  4203.     /**
  4204.      * Gets the private 'doctrine.schema_update_command' shared service.
  4205.      *
  4206.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  4207.      */
  4208.     protected function getDoctrine_SchemaUpdateCommandService()
  4209.     {
  4210.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4211.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  4214.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4215.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  4216.         $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()));
  4217.         $instance->setName('doctrine:schema:update');
  4218.         return $instance;
  4219.     }
  4220.     /**
  4221.      * Gets the private 'doctrine.schema_validate_command' shared service.
  4222.      *
  4223.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  4224.      */
  4225.     protected function getDoctrine_SchemaValidateCommandService()
  4226.     {
  4227.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  4229.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  4231.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  4232.         $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()));
  4233.         $instance->setName('doctrine:schema:validate');
  4234.         return $instance;
  4235.     }
  4236.     /**
  4237.      * Gets the private 'doctrine_migrations.current_command' shared service.
  4238.      *
  4239.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  4240.      */
  4241.     protected function getDoctrineMigrations_CurrentCommandService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  4246.         $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');
  4247.         $instance->setName('doctrine:migrations:current');
  4248.         return $instance;
  4249.     }
  4250.     /**
  4251.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  4252.      *
  4253.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  4254.      */
  4255.     protected function getDoctrineMigrations_DiffCommandService()
  4256.     {
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  4260.         $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');
  4261.         $instance->setName('doctrine:migrations:diff');
  4262.         return $instance;
  4263.     }
  4264.     /**
  4265.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  4266.      *
  4267.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  4268.      */
  4269.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  4270.     {
  4271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4273.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  4274.         $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');
  4275.         $instance->setName('doctrine:migrations:dump-schema');
  4276.         return $instance;
  4277.     }
  4278.     /**
  4279.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  4280.      *
  4281.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  4282.      */
  4283.     protected function getDoctrineMigrations_ExecuteCommandService()
  4284.     {
  4285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  4288.         $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');
  4289.         $instance->setName('doctrine:migrations:execute');
  4290.         return $instance;
  4291.     }
  4292.     /**
  4293.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  4294.      *
  4295.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  4296.      */
  4297.     protected function getDoctrineMigrations_GenerateCommandService()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  4302.         $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');
  4303.         $instance->setName('doctrine:migrations:generate');
  4304.         return $instance;
  4305.     }
  4306.     /**
  4307.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  4308.      *
  4309.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  4310.      */
  4311.     protected function getDoctrineMigrations_LatestCommandService()
  4312.     {
  4313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4314.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4315.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  4316.         $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');
  4317.         $instance->setName('doctrine:migrations:latest');
  4318.         return $instance;
  4319.     }
  4320.     /**
  4321.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  4322.      *
  4323.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  4324.      */
  4325.     protected function getDoctrineMigrations_MigrateCommandService()
  4326.     {
  4327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4328.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4329.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  4330.         $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');
  4331.         $instance->setName('doctrine:migrations:migrate');
  4332.         return $instance;
  4333.     }
  4334.     /**
  4335.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  4336.      *
  4337.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  4338.      */
  4339.     protected function getDoctrineMigrations_RollupCommandService()
  4340.     {
  4341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4342.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4343.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  4344.         $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');
  4345.         $instance->setName('doctrine:migrations:rollup');
  4346.         return $instance;
  4347.     }
  4348.     /**
  4349.      * Gets the private 'doctrine_migrations.status_command' shared service.
  4350.      *
  4351.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  4352.      */
  4353.     protected function getDoctrineMigrations_StatusCommandService()
  4354.     {
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4356.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4357.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  4358.         $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');
  4359.         $instance->setName('doctrine:migrations:status');
  4360.         return $instance;
  4361.     }
  4362.     /**
  4363.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  4364.      *
  4365.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  4366.      */
  4367.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  4368.     {
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  4372.         $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');
  4373.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  4374.         return $instance;
  4375.     }
  4376.     /**
  4377.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  4378.      *
  4379.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  4380.      */
  4381.     protected function getDoctrineMigrations_UpToDateCommandService()
  4382.     {
  4383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4384.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4385.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  4386.         $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');
  4387.         $instance->setName('doctrine:migrations:up-to-date');
  4388.         return $instance;
  4389.     }
  4390.     /**
  4391.      * Gets the private 'doctrine_migrations.version_command' shared service.
  4392.      *
  4393.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  4394.      */
  4395.     protected function getDoctrineMigrations_VersionCommandService()
  4396.     {
  4397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4398.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4399.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  4400.         $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');
  4401.         $instance->setName('doctrine:migrations:version');
  4402.         return $instance;
  4403.     }
  4404.     /**
  4405.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  4406.      *
  4407.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  4408.      */
  4409.     protected function getDoctrineMigrations_VersionsCommandService()
  4410.     {
  4411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4412.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  4413.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  4414.         $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');
  4415.         $instance->setName('doctrine:migrations:list');
  4416.         return $instance;
  4417.     }
  4418.     /**
  4419.      * Gets the private 'error_handler.error_renderer.html' shared service.
  4420.      *
  4421.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  4422.      */
  4423.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  4424.     {
  4425.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4427.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4428.         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()));
  4429.     }
  4430.     /**
  4431.      * Gets the private 'exception_listener' shared service.
  4432.      *
  4433.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4434.      */
  4435.     protected function getExceptionListenerService()
  4436.     {
  4437.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  4438.     }
  4439.     /**
  4440.      * Gets the private 'form.choice_list_factory.cached' shared service.
  4441.      *
  4442.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  4443.      */
  4444.     protected function getForm_ChoiceListFactory_CachedService()
  4445.     {
  4446.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  4447.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  4448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  4449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  4450.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  4451.     }
  4452.     /**
  4453.      * Gets the private 'form.registry' shared service.
  4454.      *
  4455.      * @return \Symfony\Component\Form\FormRegistry
  4456.      */
  4457.     protected function getForm_RegistryService()
  4458.     {
  4459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  4464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  4465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  4466.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4467.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  4468.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  4469.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  4470.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  4471.         ], [
  4472.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4473.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4474.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4475.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4476.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4477.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  4478.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  4479.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  4480.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  4481.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  4482.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  4483.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4484.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4485.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4486.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4487.         }, 1)], new RewindableGenerator(function () {
  4488.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  4489.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  4490.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4491.     }
  4492.     /**
  4493.      * Gets the private 'form.server_params' shared service.
  4494.      *
  4495.      * @return \Symfony\Component\Form\Util\ServerParams
  4496.      */
  4497.     protected function getForm_ServerParamsService()
  4498.     {
  4499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  4500.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4501.     }
  4502.     /**
  4503.      * Gets the private 'form.type.choice' shared service.
  4504.      *
  4505.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  4506.      */
  4507.     protected function getForm_Type_ChoiceService()
  4508.     {
  4509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  4512.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4513.     }
  4514.     /**
  4515.      * Gets the private 'form.type.entity' shared service.
  4516.      *
  4517.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4518.      */
  4519.     protected function getForm_Type_EntityService()
  4520.     {
  4521.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4523.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4525.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4526.     }
  4527.     /**
  4528.      * Gets the private 'form.type.form' shared service.
  4529.      *
  4530.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4531.      */
  4532.     protected function getForm_Type_FormService()
  4533.     {
  4534.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4535.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4536.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4537.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4538.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4539.     }
  4540.     /**
  4541.      * Gets the private 'form.type_extension.csrf' shared service.
  4542.      *
  4543.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4544.      */
  4545.     protected function getForm_TypeExtension_CsrfService()
  4546.     {
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4549.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4550.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  4551.     }
  4552.     /**
  4553.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4554.      *
  4555.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4556.      */
  4557.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4558.     {
  4559.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4562.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  4563.     }
  4564.     /**
  4565.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4566.      *
  4567.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4568.      */
  4569.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4570.     {
  4571.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4572.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4573.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4574.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4576.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  4577.     }
  4578.     /**
  4579.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4580.      *
  4581.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4582.      */
  4583.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4584.     {
  4585.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4586.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4588.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4589.     }
  4590.     /**
  4591.      * Gets the private 'form.type_extension.form.validator' shared service.
  4592.      *
  4593.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4594.      */
  4595.     protected function getForm_TypeExtension_Form_ValidatorService()
  4596.     {
  4597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4601.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  4602.     }
  4603.     /**
  4604.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4605.      *
  4606.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4607.      */
  4608.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4609.     {
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4613.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4614.     }
  4615.     /**
  4616.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4617.      *
  4618.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4619.      */
  4620.     protected function getForm_TypeGuesser_DoctrineService()
  4621.     {
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4624.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4625.     }
  4626.     /**
  4627.      * Gets the private 'form.type_guesser.validator' shared service.
  4628.      *
  4629.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4630.      */
  4631.     protected function getForm_TypeGuesser_ValidatorService()
  4632.     {
  4633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4635.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  4636.     }
  4637.     /**
  4638.      * Gets the private 'fragment.renderer.inline' shared service.
  4639.      *
  4640.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4641.      */
  4642.     protected function getFragment_Renderer_InlineService()
  4643.     {
  4644.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4645.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4647.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4648.         $instance->setFragmentPath('/_fragment');
  4649.         return $instance;
  4650.     }
  4651.     /**
  4652.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4653.      *
  4654.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4655.      */
  4656.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4657.     {
  4658.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  4659.     }
  4660.     /**
  4661.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4662.      *
  4663.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4664.      */
  4665.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4666.     {
  4667.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4668.     }
  4669.     /**
  4670.      * Gets the private 'locale_aware_listener' shared service.
  4671.      *
  4672.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4673.      */
  4674.     protected function getLocaleAwareListenerService()
  4675.     {
  4676.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4677.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4678.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4679.     }
  4680.     /**
  4681.      * Gets the private 'locale_listener' shared service.
  4682.      *
  4683.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4684.      */
  4685.     protected function getLocaleListenerService()
  4686.     {
  4687.         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()));
  4688.     }
  4689.     /**
  4690.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4691.      *
  4692.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4693.      */
  4694.     protected function getMaker_AutoCommand_MakeAuthService()
  4695.     {
  4696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4698.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4701.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  4702.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4703.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4704.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4705.         $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);
  4706.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4707.         $instance->setName('make:auth');
  4708.         return $instance;
  4709.     }
  4710.     /**
  4711.      * Gets the private 'maker.auto_command.make_command' shared service.
  4712.      *
  4713.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4714.      */
  4715.     protected function getMaker_AutoCommand_MakeCommandService()
  4716.     {
  4717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4719.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4722.         $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()));
  4723.         $instance->setDescription('Creates a new console command class');
  4724.         $instance->setName('make:command');
  4725.         return $instance;
  4726.     }
  4727.     /**
  4728.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4729.      *
  4730.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4731.      */
  4732.     protected function getMaker_AutoCommand_MakeControllerService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4739.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4740.         $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()));
  4741.         $instance->setDescription('Creates a new controller class');
  4742.         $instance->setName('make:controller');
  4743.         return $instance;
  4744.     }
  4745.     /**
  4746.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4747.      *
  4748.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4749.      */
  4750.     protected function getMaker_AutoCommand_MakeCrudService()
  4751.     {
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4757.         $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()));
  4758.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4759.         $instance->setName('make:crud');
  4760.         return $instance;
  4761.     }
  4762.     /**
  4763.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  4764.      *
  4765.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4766.      */
  4767.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  4768.     {
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4772.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4773.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  4774.         $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()));
  4775.         $instance->setDescription('Creates an API Platform data persister');
  4776.         $instance->setName('make:data-persister');
  4777.         return $instance;
  4778.     }
  4779.     /**
  4780.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  4781.      *
  4782.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4783.      */
  4784.     protected function getMaker_AutoCommand_MakeDataProviderService()
  4785.     {
  4786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4790.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  4791.         $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()));
  4792.         $instance->setDescription('Creates an API Platform data provider');
  4793.         $instance->setName('make:data-provider');
  4794.         return $instance;
  4795.     }
  4796.     /**
  4797.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4798.      *
  4799.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4800.      */
  4801.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4802.     {
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4806.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4807.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4808.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4809.         $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()));
  4810.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4811.         $instance->setName('make:docker:database');
  4812.         return $instance;
  4813.     }
  4814.     /**
  4815.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4816.      *
  4817.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4818.      */
  4819.     protected function getMaker_AutoCommand_MakeEntityService()
  4820.     {
  4821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4825.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4826.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4827.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4828.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4829.         $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);
  4830.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4831.         $instance->setName('make:entity');
  4832.         return $instance;
  4833.     }
  4834.     /**
  4835.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4836.      *
  4837.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4838.      */
  4839.     protected function getMaker_AutoCommand_MakeFixturesService()
  4840.     {
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4842.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4843.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4844.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4845.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4846.         $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()));
  4847.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4848.         $instance->setName('make:fixtures');
  4849.         return $instance;
  4850.     }
  4851.     /**
  4852.      * Gets the private 'maker.auto_command.make_form' shared service.
  4853.      *
  4854.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4855.      */
  4856.     protected function getMaker_AutoCommand_MakeFormService()
  4857.     {
  4858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4860.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4861.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4863.         $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()));
  4864.         $instance->setDescription('Creates a new form class');
  4865.         $instance->setName('make:form');
  4866.         return $instance;
  4867.     }
  4868.     /**
  4869.      * Gets the private 'maker.auto_command.make_message' shared service.
  4870.      *
  4871.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4872.      */
  4873.     protected function getMaker_AutoCommand_MakeMessageService()
  4874.     {
  4875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4878.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4880.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4881.         $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()));
  4882.         $instance->setDescription('Creates a new message and handler');
  4883.         $instance->setName('make:message');
  4884.         return $instance;
  4885.     }
  4886.     /**
  4887.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4888.      *
  4889.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4890.      */
  4891.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4892.     {
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4898.         $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()));
  4899.         $instance->setDescription('Creates a new messenger middleware');
  4900.         $instance->setName('make:messenger-middleware');
  4901.         return $instance;
  4902.     }
  4903.     /**
  4904.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4905.      *
  4906.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4907.      */
  4908.     protected function getMaker_AutoCommand_MakeMigrationService()
  4909.     {
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4916.         $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()));
  4917.         $instance->setDescription('Creates a new migration based on database changes');
  4918.         $instance->setName('make:migration');
  4919.         return $instance;
  4920.     }
  4921.     /**
  4922.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4923.      *
  4924.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4925.      */
  4926.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4927.     {
  4928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4933.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4934.         $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()));
  4935.         $instance->setDescription('Creates a new registration form system');
  4936.         $instance->setName('make:registration-form');
  4937.         return $instance;
  4938.     }
  4939.     /**
  4940.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4941.      *
  4942.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4943.      */
  4944.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4945.     {
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4951.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4952.         $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()));
  4953.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4954.         $instance->setName('make:reset-password');
  4955.         return $instance;
  4956.     }
  4957.     /**
  4958.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4959.      *
  4960.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4961.      */
  4962.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4963.     {
  4964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4966.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4969.         $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()));
  4970.         $instance->setDescription('Creates a new serializer encoder class');
  4971.         $instance->setName('make:serializer:encoder');
  4972.         return $instance;
  4973.     }
  4974.     /**
  4975.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4976.      *
  4977.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4978.      */
  4979.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4980.     {
  4981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4983.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4986.         $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()));
  4987.         $instance->setDescription('Creates a new serializer normalizer class');
  4988.         $instance->setName('make:serializer:normalizer');
  4989.         return $instance;
  4990.     }
  4991.     /**
  4992.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  4993.      *
  4994.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4995.      */
  4996.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  4997.     {
  4998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5002.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  5003.         $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()));
  5004.         $instance->setDescription('Creates an API Platform state processor');
  5005.         $instance->setName('make:state-processor');
  5006.         return $instance;
  5007.     }
  5008.     /**
  5009.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  5010.      *
  5011.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5012.      */
  5013.     protected function getMaker_AutoCommand_MakeStateProviderService()
  5014.     {
  5015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  5020.         $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()));
  5021.         $instance->setDescription('Creates an API Platform state provider');
  5022.         $instance->setName('make:state-provider');
  5023.         return $instance;
  5024.     }
  5025.     /**
  5026.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  5027.      *
  5028.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5029.      */
  5030.     protected function getMaker_AutoCommand_MakeSubscriberService()
  5031.     {
  5032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5034.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5036.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  5037.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  5038.         $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()));
  5039.         $instance->setDescription('Creates a new event subscriber class');
  5040.         $instance->setName('make:subscriber');
  5041.         return $instance;
  5042.     }
  5043.     /**
  5044.      * Gets the private 'maker.auto_command.make_test' shared service.
  5045.      *
  5046.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5047.      */
  5048.     protected function getMaker_AutoCommand_MakeTestService()
  5049.     {
  5050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5051.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5052.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5054.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  5056.         $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()));
  5057.         $instance->setDescription('Creates a new test class');
  5058.         $instance->setName('make:test');
  5059.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  5060.         return $instance;
  5061.     }
  5062.     /**
  5063.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  5064.      *
  5065.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5066.      */
  5067.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  5068.     {
  5069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  5074.         $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()));
  5075.         $instance->setDescription('Creates a new Twig extension class');
  5076.         $instance->setName('make:twig-extension');
  5077.         return $instance;
  5078.     }
  5079.     /**
  5080.      * Gets the private 'maker.auto_command.make_user' shared service.
  5081.      *
  5082.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5083.      */
  5084.     protected function getMaker_AutoCommand_MakeUserService()
  5085.     {
  5086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  5092.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  5093.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  5094.         $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()));
  5095.         $instance->setDescription('Creates a new security user class');
  5096.         $instance->setName('make:user');
  5097.         return $instance;
  5098.     }
  5099.     /**
  5100.      * Gets the private 'maker.auto_command.make_validator' shared service.
  5101.      *
  5102.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5103.      */
  5104.     protected function getMaker_AutoCommand_MakeValidatorService()
  5105.     {
  5106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5108.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  5111.         $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()));
  5112.         $instance->setDescription('Creates a new validator and constraint class');
  5113.         $instance->setName('make:validator');
  5114.         return $instance;
  5115.     }
  5116.     /**
  5117.      * Gets the private 'maker.auto_command.make_voter' shared service.
  5118.      *
  5119.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  5120.      */
  5121.     protected function getMaker_AutoCommand_MakeVoterService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  5128.         $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()));
  5129.         $instance->setDescription('Creates a new security voter class');
  5130.         $instance->setName('make:voter');
  5131.         return $instance;
  5132.     }
  5133.     /**
  5134.      * Gets the private 'maker.doctrine_helper' shared service.
  5135.      *
  5136.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  5137.      */
  5138.     protected function getMaker_DoctrineHelperService()
  5139.     {
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  5141.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  5142.     }
  5143.     /**
  5144.      * Gets the private 'maker.entity_class_generator' shared service.
  5145.      *
  5146.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  5147.      */
  5148.     protected function getMaker_EntityClassGeneratorService()
  5149.     {
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  5151.         $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()));
  5152.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  5153.         return $instance;
  5154.     }
  5155.     /**
  5156.      * Gets the private 'maker.file_manager' shared service.
  5157.      *
  5158.      * @return \Symfony\Bundle\MakerBundle\FileManager
  5159.      */
  5160.     protected function getMaker_FileManagerService()
  5161.     {
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5167.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  5168.     }
  5169.     /**
  5170.      * Gets the private 'maker.generator' shared service.
  5171.      *
  5172.      * @return \Symfony\Bundle\MakerBundle\Generator
  5173.      */
  5174.     protected function getMaker_GeneratorService()
  5175.     {
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  5178.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  5179.         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));
  5180.     }
  5181.     /**
  5182.      * Gets the private 'maker.php_compat_util' shared service.
  5183.      *
  5184.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  5185.      */
  5186.     protected function getMaker_PhpCompatUtilService()
  5187.     {
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  5189.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  5190.     }
  5191.     /**
  5192.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  5193.      *
  5194.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  5195.      */
  5196.     protected function getMaker_Renderer_FormTypeRendererService()
  5197.     {
  5198.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  5199.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  5200.     }
  5201.     /**
  5202.      * Gets the private 'mime_types' shared service.
  5203.      *
  5204.      * @return \Symfony\Component\Mime\MimeTypes
  5205.      */
  5206.     protected function getMimeTypesService()
  5207.     {
  5208.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  5209.         $instance->setDefault($instance);
  5210.         return $instance;
  5211.     }
  5212.     /**
  5213.      * Gets the private 'monolog.command.server_log' shared service.
  5214.      *
  5215.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  5216.      */
  5217.     protected function getMonolog_Command_ServerLogService()
  5218.     {
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  5221.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  5222.         $instance->setName('server:log');
  5223.         return $instance;
  5224.     }
  5225.     /**
  5226.      * Gets the private 'monolog.handler.console' shared service.
  5227.      *
  5228.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  5229.      */
  5230.     protected function getMonolog_Handler_ConsoleService()
  5231.     {
  5232.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  5233.     }
  5234.     /**
  5235.      * Gets the private 'monolog.handler.main' shared service.
  5236.      *
  5237.      * @return \Monolog\Handler\StreamHandler
  5238.      */
  5239.     protected function getMonolog_Handler_MainService()
  5240.     {
  5241.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  5242.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  5243.         return $instance;
  5244.     }
  5245.     /**
  5246.      * Gets the private 'monolog.logger' shared service.
  5247.      *
  5248.      * @return \Symfony\Bridge\Monolog\Logger
  5249.      */
  5250.     protected function getMonolog_LoggerService()
  5251.     {
  5252.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  5253.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5254.         $instance->useMicrosecondTimestamps(true);
  5255.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5256.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5257.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5258.         return $instance;
  5259.     }
  5260.     /**
  5261.      * Gets the private 'monolog.logger.cache' shared service.
  5262.      *
  5263.      * @return \Symfony\Bridge\Monolog\Logger
  5264.      */
  5265.     protected function getMonolog_Logger_CacheService()
  5266.     {
  5267.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  5268.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5269.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5270.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5271.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5272.         return $instance;
  5273.     }
  5274.     /**
  5275.      * Gets the private 'monolog.logger.request' shared service.
  5276.      *
  5277.      * @return \Symfony\Bridge\Monolog\Logger
  5278.      */
  5279.     protected function getMonolog_Logger_RequestService()
  5280.     {
  5281.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  5282.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5283.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5284.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5285.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5286.         return $instance;
  5287.     }
  5288.     /**
  5289.      * Gets the private 'monolog.logger.security' shared service.
  5290.      *
  5291.      * @return \Symfony\Bridge\Monolog\Logger
  5292.      */
  5293.     protected function getMonolog_Logger_SecurityService()
  5294.     {
  5295.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  5296.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5297.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5298.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5299.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  5300.         return $instance;
  5301.     }
  5302.     /**
  5303.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  5304.      *
  5305.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  5306.      */
  5307.     protected function getNelmioCors_CorsListenerService()
  5308.     {
  5309.         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'))]));
  5310.     }
  5311.     /**
  5312.      * Gets the private 'profiler_listener' shared service.
  5313.      *
  5314.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  5315.      */
  5316.     protected function getProfilerListenerService()
  5317.     {
  5318.         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);
  5319.     }
  5320.     /**
  5321.      * Gets the private 'property_accessor' shared service.
  5322.      *
  5323.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  5324.      */
  5325.     protected function getPropertyAccessorService()
  5326.     {
  5327.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  5328.     }
  5329.     /**
  5330.      * Gets the private 'property_info' shared service.
  5331.      *
  5332.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  5333.      */
  5334.     protected function getPropertyInfoService()
  5335.     {
  5336.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  5337.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  5338.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5339.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5340.         }, 3), new RewindableGenerator(function () {
  5341.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5342.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5343.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5344.         }, 3), new RewindableGenerator(function () {
  5345.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  5346.         }, 1), new RewindableGenerator(function () {
  5347.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  5348.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5349.         }, 2), new RewindableGenerator(function () {
  5350.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  5351.         }, 1));
  5352.     }
  5353.     /**
  5354.      * Gets the private 'property_info.serializer_extractor' shared service.
  5355.      *
  5356.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  5357.      */
  5358.     protected function getPropertyInfo_SerializerExtractorService()
  5359.     {
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  5361.         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()));
  5362.     }
  5363.     /**
  5364.      * Gets the private 'router.cache_warmer' shared service.
  5365.      *
  5366.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  5367.      */
  5368.     protected function getRouter_CacheWarmerService()
  5369.     {
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  5372.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5373.             'router' => ['services''router''getRouterService'false],
  5374.         ], [
  5375.             'router' => '?',
  5376.         ]))->withContext('router.cache_warmer'$this));
  5377.     }
  5378.     /**
  5379.      * Gets the private 'router.request_context' shared service.
  5380.      *
  5381.      * @return \Symfony\Component\Routing\RequestContext
  5382.      */
  5383.     protected function getRouter_RequestContextService()
  5384.     {
  5385.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  5386.     }
  5387.     /**
  5388.      * Gets the private 'router_listener' shared service.
  5389.      *
  5390.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5391.      */
  5392.     protected function getRouterListenerService()
  5393.     {
  5394.         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);
  5395.     }
  5396.     /**
  5397.      * Gets the private 'sale.search_filter' shared service.
  5398.      *
  5399.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  5400.      */
  5401.     protected function getSale_SearchFilterService()
  5402.     {
  5403.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  5413.         return $this->privates['sale.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()), ['theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  5414.     }
  5415.     /**
  5416.      * Gets the private 'security.access_listener' shared service.
  5417.      *
  5418.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5419.      */
  5420.     protected function getSecurity_AccessListenerService()
  5421.     {
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5428.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? ($this->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5429.     }
  5430.     /**
  5431.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  5432.      *
  5433.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5434.      */
  5435.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  5436.     {
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5441.         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()));
  5442.     }
  5443.     /**
  5444.      * Gets the private 'security.authentication.manager' shared service.
  5445.      *
  5446.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5447.      */
  5448.     protected function getSecurity_Authentication_ManagerService()
  5449.     {
  5450.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5451.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5452.         }, 1), true);
  5453.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5454.         return $instance;
  5455.     }
  5456.     /**
  5457.      * Gets the private 'security.channel_listener' shared service.
  5458.      *
  5459.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5460.      */
  5461.     protected function getSecurity_ChannelListenerService()
  5462.     {
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5469.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5470.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5471.         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(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5472.     }
  5473.     /**
  5474.      * Gets the private 'security.command.user_password_encoder' shared service.
  5475.      *
  5476.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5477.      */
  5478.     protected function getSecurity_Command_UserPasswordEncoderService()
  5479.     {
  5480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  5483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  5484.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? ($this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]))), []);
  5485.         $instance->setName('security:encode-password');
  5486.         return $instance;
  5487.     }
  5488.     /**
  5489.      * Gets the private 'security.context_listener.0' shared service.
  5490.      *
  5491.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5492.      */
  5493.     protected function getSecurity_ContextListener_0Service()
  5494.     {
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5499.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  5500.             yield => ($this->privates['security.user.provider.concrete.users_in_memory'] ?? ($this->privates['security.user.provider.concrete.users_in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  5501.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  5502.     }
  5503.     /**
  5504.      * Gets the private 'security.expression_language' shared service.
  5505.      *
  5506.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  5507.      */
  5508.     protected function getSecurity_ExpressionLanguageService()
  5509.     {
  5510.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  5511.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  5512.         return $instance;
  5513.     }
  5514.     /**
  5515.      * Gets the private 'security.firewall.map' shared service.
  5516.      *
  5517.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5518.      */
  5519.     protected function getSecurity_Firewall_MapService()
  5520.     {
  5521.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5522.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5523.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  5524.         ], [
  5525.             'security.firewall.map.context.dev' => '?',
  5526.             'security.firewall.map.context.main' => '?',
  5527.         ]), new RewindableGenerator(function () {
  5528.             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)/')));
  5529.             yield 'security.firewall.map.context.main' => NULL;
  5530.         }, 2));
  5531.     }
  5532.     /**
  5533.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5534.      *
  5535.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5536.      */
  5537.     protected function getSecurity_Firewall_Map_Context_DevService()
  5538.     {
  5539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5541.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5542.             return new \EmptyIterator();
  5543.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  5544.     }
  5545.     /**
  5546.      * Gets the private 'security.firewall.map.context.main' shared service.
  5547.      *
  5548.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  5549.      */
  5550.     protected function getSecurity_Firewall_Map_Context_MainService()
  5551.     {
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5555.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5558.         $a = ($this->services['router'] ?? $this->getRouterService());
  5559.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  5560.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5561.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5562.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  5563.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5564.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i'), 'main'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.users_in_memory''main'NULLNULLNULL, [=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  5565.     }
  5566.     /**
  5567.      * Gets the private 'security.logout_url_generator' shared service.
  5568.      *
  5569.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5570.      */
  5571.     protected function getSecurity_LogoutUrlGeneratorService()
  5572.     {
  5573.         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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  5574.     }
  5575.     /**
  5576.      * Gets the private 'security.validator.user_password' shared service.
  5577.      *
  5578.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5579.      */
  5580.     protected function getSecurity_Validator_UserPasswordService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5584.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  5587.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? ($this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory([]))));
  5588.     }
  5589.     /**
  5590.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5591.      *
  5592.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5593.      */
  5594.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5595.     {
  5596.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5597.     }
  5598.     /**
  5599.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5600.      *
  5601.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5602.      */
  5603.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5604.     {
  5605.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5606.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5607.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5608.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5609.     }
  5610.     /**
  5611.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5612.      *
  5613.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5614.      */
  5615.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5616.     {
  5617.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  5618.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  5619.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5620.     }
  5621.     /**
  5622.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5623.      *
  5624.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5625.      */
  5626.     protected function getSensioFrameworkExtra_View_ListenerService()
  5627.     {
  5628.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  5629.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5630.             'twig' => ['services''twig''getTwigService'false],
  5631.         ], [
  5632.             'twig' => 'Twig\\Environment',
  5633.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5634.         return $instance;
  5635.     }
  5636.     /**
  5637.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5638.      *
  5639.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5640.      */
  5641.     protected function getSerializer_Mapping_CacheWarmerService()
  5642.     {
  5643.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5644.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5645.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5646.         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'));
  5647.     }
  5648.     /**
  5649.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  5650.      *
  5651.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  5652.      */
  5653.     protected function getSerializer_NameConverter_MetadataAwareService()
  5654.     {
  5655.         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()));
  5656.     }
  5657.     /**
  5658.      * Gets the private 'session.storage.native' shared service.
  5659.      *
  5660.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5661.      */
  5662.     protected function getSession_Storage_NativeService()
  5663.     {
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  5665.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  5668.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  5669.     }
  5670.     /**
  5671.      * Gets the private 'session_listener' shared service.
  5672.      *
  5673.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5674.      */
  5675.     protected function getSessionListenerService()
  5676.     {
  5677.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5678.             'initialized_session' => ['services''session'NULLfalse],
  5679.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5680.             'session' => ['services''session''getSessionService'false],
  5681.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5682.         ], [
  5683.             'initialized_session' => '?',
  5684.             'request_stack' => '?',
  5685.             'session' => '?',
  5686.             'session_storage' => '?',
  5687.         ]));
  5688.     }
  5689.     /**
  5690.      * Gets the private 'the_property.search_filter' shared service.
  5691.      *
  5692.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  5693.      */
  5694.     protected function getTheProperty_SearchFilterService()
  5695.     {
  5696.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  5697.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  5698.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  5699.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  5700.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  5701.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  5702.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  5703.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  5704.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  5705.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  5706.         return $this->privates['the_property.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()), ['theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  5707.     }
  5708.     /**
  5709.      * Gets the private 'translation.extractor' shared service.
  5710.      *
  5711.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5712.      */
  5713.     protected function getTranslation_ExtractorService()
  5714.     {
  5715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5719.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5720.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5721.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5722.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  5723.         return $instance;
  5724.     }
  5725.     /**
  5726.      * Gets the private 'translation.loader.csv' shared service.
  5727.      *
  5728.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5729.      */
  5730.     protected function getTranslation_Loader_CsvService()
  5731.     {
  5732.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5736.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5737.     }
  5738.     /**
  5739.      * Gets the private 'translation.loader.dat' shared service.
  5740.      *
  5741.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5742.      */
  5743.     protected function getTranslation_Loader_DatService()
  5744.     {
  5745.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5746.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5748.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5749.     }
  5750.     /**
  5751.      * Gets the private 'translation.loader.ini' shared service.
  5752.      *
  5753.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5754.      */
  5755.     protected function getTranslation_Loader_IniService()
  5756.     {
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5761.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5762.     }
  5763.     /**
  5764.      * Gets the private 'translation.loader.json' shared service.
  5765.      *
  5766.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5767.      */
  5768.     protected function getTranslation_Loader_JsonService()
  5769.     {
  5770.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5772.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5774.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5775.     }
  5776.     /**
  5777.      * Gets the private 'translation.loader.mo' shared service.
  5778.      *
  5779.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5780.      */
  5781.     protected function getTranslation_Loader_MoService()
  5782.     {
  5783.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5785.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5787.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5788.     }
  5789.     /**
  5790.      * Gets the private 'translation.loader.php' shared service.
  5791.      *
  5792.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  5793.      */
  5794.     protected function getTranslation_Loader_PhpService()
  5795.     {
  5796.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5797.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5798.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5799.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5800.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  5801.     }
  5802.     /**
  5803.      * Gets the private 'translation.loader.po' shared service.
  5804.      *
  5805.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  5806.      */
  5807.     protected function getTranslation_Loader_PoService()
  5808.     {
  5809.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5810.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5811.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5813.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  5814.     }
  5815.     /**
  5816.      * Gets the private 'translation.loader.qt' shared service.
  5817.      *
  5818.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  5819.      */
  5820.     protected function getTranslation_Loader_QtService()
  5821.     {
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5824.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  5825.     }
  5826.     /**
  5827.      * Gets the private 'translation.loader.res' shared service.
  5828.      *
  5829.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  5830.      */
  5831.     protected function getTranslation_Loader_ResService()
  5832.     {
  5833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5835.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  5836.     }
  5837.     /**
  5838.      * Gets the private 'translation.loader.xliff' shared service.
  5839.      *
  5840.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  5841.      */
  5842.     protected function getTranslation_Loader_XliffService()
  5843.     {
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5846.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  5847.     }
  5848.     /**
  5849.      * Gets the private 'translation.loader.yml' shared service.
  5850.      *
  5851.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  5852.      */
  5853.     protected function getTranslation_Loader_YmlService()
  5854.     {
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5859.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5860.     }
  5861.     /**
  5862.      * Gets the private 'translation.reader' shared service.
  5863.      *
  5864.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5865.      */
  5866.     protected function getTranslation_ReaderService()
  5867.     {
  5868.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5869.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5880.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5881.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5882.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5884.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5885.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5886.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5887.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5888.         $instance->addLoader('yaml'$a);
  5889.         $instance->addLoader('yml'$a);
  5890.         $instance->addLoader('xlf'$b);
  5891.         $instance->addLoader('xliff'$b);
  5892.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5893.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5894.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5895.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5896.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5897.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5898.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5899.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5900.         return $instance;
  5901.     }
  5902.     /**
  5903.      * Gets the private 'translation.warmer' shared service.
  5904.      *
  5905.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  5906.      */
  5907.     protected function getTranslation_WarmerService()
  5908.     {
  5909.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5910.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  5911.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5912.             'translator' => ['services''translator''getTranslatorService'false],
  5913.         ], [
  5914.             'translator' => '?',
  5915.         ]))->withContext('translation.warmer'$this));
  5916.     }
  5917.     /**
  5918.      * Gets the private 'translator.default' shared service.
  5919.      *
  5920.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5921.      */
  5922.     protected function getTranslator_DefaultService()
  5923.     {
  5924.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5925.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  5926.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  5927.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  5928.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  5929.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  5930.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  5931.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  5932.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  5933.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  5934.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  5935.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  5936.         ], [
  5937.             'translation.loader.csv' => '?',
  5938.             'translation.loader.dat' => '?',
  5939.             'translation.loader.ini' => '?',
  5940.             'translation.loader.json' => '?',
  5941.             'translation.loader.mo' => '?',
  5942.             'translation.loader.php' => '?',
  5943.             'translation.loader.po' => '?',
  5944.             'translation.loader.qt' => '?',
  5945.             'translation.loader.res' => '?',
  5946.             'translation.loader.xliff' => '?',
  5947.             'translation.loader.yml' => '?',
  5948.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/ApiPlatformBundle/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'src/Resources/FrameworkBundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'src/Resources/SensioFrameworkExtraBundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'src/Resources/TwigBundle/translations'10 => 'vendor/symfony/web-profiler-bundle/translations'11 => 'src/Resources/WebProfilerBundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'src/Resources/MonologBundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'src/Resources/DebugBundle/translations'16 => 'vendor/symfony/maker-bundle/src/translations'17 => 'src/Resources/MakerBundle/translations'18 => 'vendor/doctrine/doctrine-bundle/translations'19 => 'src/Resources/DoctrineBundle/translations'20 => 'vendor/doctrine/doctrine-migrations-bundle/translations'21 => 'src/Resources/DoctrineMigrationsBundle/translations'22 => 'vendor/symfony/security-bundle/translations'23 => 'src/Resources/SecurityBundle/translations'24 => 'vendor/twig/extra-bundle/translations'25 => 'src/Resources/TwigExtraBundle/translations'26 => 'vendor/nelmio/cors-bundle/translations'27 => 'src/Resources/NelmioCorsBundle/translations'28 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'29 => 'src/Resources/ApiPlatformBundle/translations'30 => 'src/Resources/translations']]]);
  5949.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5950.         $instance->setFallbackLocales([=> 'en']);
  5951.         return $instance;
  5952.     }
  5953.     /**
  5954.      * Gets the private 'twig.command.debug' shared service.
  5955.      *
  5956.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  5957.      */
  5958.     protected function getTwig_Command_DebugService()
  5959.     {
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5961.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  5962.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  5963.         $instance->setName('debug:twig');
  5964.         return $instance;
  5965.     }
  5966.     /**
  5967.      * Gets the private 'twig.command.lint' shared service.
  5968.      *
  5969.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  5970.      */
  5971.     protected function getTwig_Command_LintService()
  5972.     {
  5973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5974.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  5975.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  5976.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  5977.         $instance->setName('lint:twig');
  5978.         return $instance;
  5979.     }
  5980.     /**
  5981.      * Gets the private 'twig.form.engine' shared service.
  5982.      *
  5983.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  5984.      */
  5985.     protected function getTwig_Form_EngineService()
  5986.     {
  5987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  5990.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService()));
  5991.     }
  5992.     /**
  5993.      * Gets the private 'twig.form.renderer' shared service.
  5994.      *
  5995.      * @return \Symfony\Component\Form\FormRenderer
  5996.      */
  5997.     protected function getTwig_Form_RendererService()
  5998.     {
  5999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  6001.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6002.     }
  6003.     /**
  6004.      * Gets the private 'twig.mailer.message_listener' shared service.
  6005.      *
  6006.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  6007.      */
  6008.     protected function getTwig_Mailer_MessageListenerService()
  6009.     {
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  6013.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  6014.     }
  6015.     /**
  6016.      * Gets the private 'twig.runtime.httpkernel' shared service.
  6017.      *
  6018.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  6019.      */
  6020.     protected function getTwig_Runtime_HttpkernelService()
  6021.     {
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  6023.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  6025.         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, [
  6026.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6027.         ], [
  6028.             'inline' => '?',
  6029.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  6030.     }
  6031.     /**
  6032.      * Gets the private 'twig.runtime.security_csrf' shared service.
  6033.      *
  6034.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  6035.      */
  6036.     protected function getTwig_Runtime_SecurityCsrfService()
  6037.     {
  6038.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  6039.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  6040.     }
  6041.     /**
  6042.      * Gets the private 'twig.template_cache_warmer' shared service.
  6043.      *
  6044.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  6045.      */
  6046.     protected function getTwig_TemplateCacheWarmerService()
  6047.     {
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  6050.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  6051.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  6052.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6053.             'twig' => ['services''twig''getTwigService'false],
  6054.         ], [
  6055.             'twig' => 'Twig\\Environment',
  6056.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  6057.     }
  6058.     /**
  6059.      * Gets the private 'validator.builder' shared service.
  6060.      *
  6061.      * @return \Symfony\Component\Validator\ValidatorBuilder
  6062.      */
  6063.     protected function getValidator_BuilderService()
  6064.     {
  6065.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6066.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6067.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6068.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6069.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6070.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6071.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6072.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6073.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6074.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6075.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6076.         ], [
  6077.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6078.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6079.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6080.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6081.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6082.             'doctrine.orm.validator.unique' => '?',
  6083.             'security.validator.user_password' => '?',
  6084.             'validator.expression' => '?',
  6085.         ])));
  6086.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  6087.         $instance->setTranslationDomain('validators');
  6088.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6089.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6090.         $instance->addMethodMapping('loadValidatorMetadata');
  6091.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6092.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6093.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6094.         return $instance;
  6095.     }
  6096.     /**
  6097.      * Gets the private 'validator.email' shared service.
  6098.      *
  6099.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6100.      */
  6101.     protected function getValidator_EmailService()
  6102.     {
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6106.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6107.     }
  6108.     /**
  6109.      * Gets the private 'validator.expression' shared service.
  6110.      *
  6111.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6112.      */
  6113.     protected function getValidator_ExpressionService()
  6114.     {
  6115.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6118.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6119.     }
  6120.     /**
  6121.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6122.      *
  6123.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6124.      */
  6125.     protected function getValidator_Mapping_CacheWarmerService()
  6126.     {
  6127.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6130.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6131.     }
  6132.     /**
  6133.      * Gets the private 'validator.not_compromised_password' shared service.
  6134.      *
  6135.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6136.      */
  6137.     protected function getValidator_NotCompromisedPasswordService()
  6138.     {
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6142.         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);
  6143.     }
  6144.     /**
  6145.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6146.      *
  6147.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6148.      */
  6149.     protected function getVarDumper_Command_ServerDumpService()
  6150.     {
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6157.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6158.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6159.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6160.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6161.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6162.         $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()))]);
  6163.         $instance->setName('server:dump');
  6164.         return $instance;
  6165.     }
  6166.     /**
  6167.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6168.      *
  6169.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6170.      */
  6171.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6172.     {
  6173.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6174.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6175.         return $instance;
  6176.     }
  6177.     /**
  6178.      * Gets the private 'var_dumper.html_dumper' shared service.
  6179.      *
  6180.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6181.      */
  6182.     protected function getVarDumper_HtmlDumperService()
  6183.     {
  6184.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6185.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6186.         return $instance;
  6187.     }
  6188.     /**
  6189.      * Gets the private 'var_dumper.server_connection' shared service.
  6190.      *
  6191.      * @return \Symfony\Component\VarDumper\Server\Connection
  6192.      */
  6193.     protected function getVarDumper_ServerConnectionService()
  6194.     {
  6195.         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()]);
  6196.     }
  6197.     /**
  6198.      * Gets the private 'web_profiler.csp.handler' shared service.
  6199.      *
  6200.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6201.      */
  6202.     protected function getWebProfiler_Csp_HandlerService()
  6203.     {
  6204.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6205.     }
  6206.     /**
  6207.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6208.      *
  6209.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6210.      */
  6211.     protected function getWebProfiler_DebugToolbarService()
  6212.     {
  6213.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  6214.     }
  6215.     /**
  6216.      * @return array|bool|float|int|string|\UnitEnum|null
  6217.      */
  6218.     public function getParameter($name)
  6219.     {
  6220.         $name = (string) $name;
  6221.         if (isset($this->buildParameters[$name])) {
  6222.             return $this->buildParameters[$name];
  6223.         }
  6224.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  6225.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6226.         }
  6227.         if (isset($this->loadedDynamicParameters[$name])) {
  6228.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6229.         }
  6230.         return $this->parameters[$name];
  6231.     }
  6232.     public function hasParameter($name): bool
  6233.     {
  6234.         $name = (string) $name;
  6235.         if (isset($this->buildParameters[$name])) {
  6236.             return true;
  6237.         }
  6238.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  6239.     }
  6240.     public function setParameter($name$value): void
  6241.     {
  6242.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6243.     }
  6244.     public function getParameterBag(): ParameterBagInterface
  6245.     {
  6246.         if (null === $this->parameterBag) {
  6247.             $parameters $this->parameters;
  6248.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6249.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6250.             }
  6251.             foreach ($this->buildParameters as $name => $value) {
  6252.                 $parameters[$name] = $value;
  6253.             }
  6254.             $this->parameterBag = new FrozenParameterBag($parameters);
  6255.         }
  6256.         return $this->parameterBag;
  6257.     }
  6258.     private $loadedDynamicParameters = [
  6259.         'kernel.cache_dir' => false,
  6260.         'kernel.secret' => false,
  6261.         'session.save_path' => false,
  6262.         'validator.mapping.cache.file' => false,
  6263.         'profiler.storage.dsn' => false,
  6264.         'debug.container.dump' => false,
  6265.         'serializer.mapping.cache.file' => false,
  6266.         'doctrine.orm.proxy_dir' => false,
  6267.         'nelmio_cors.defaults' => false,
  6268.     ];
  6269.     private $dynamicParameters = [];
  6270.     private function getDynamicParameter(string $name)
  6271.     {
  6272.         switch ($name) {
  6273.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6274.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6275.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6276.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6277.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6278.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  6279.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6280.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6281.             case 'nelmio_cors.defaults'$value = [
  6282.                 'allow_origin' => [
  6283.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  6284.                 ],
  6285.                 'allow_credentials' => false,
  6286.                 'allow_headers' => [
  6287.                     => 'content-type',
  6288.                     => 'authorization',
  6289.                 ],
  6290.                 'expose_headers' => [
  6291.                     => 'Link',
  6292.                 ],
  6293.                 'allow_methods' => [
  6294.                     => 'GET',
  6295.                     => 'OPTIONS',
  6296.                     => 'POST',
  6297.                     => 'PUT',
  6298.                     => 'PATCH',
  6299.                     => 'DELETE',
  6300.                 ],
  6301.                 'max_age' => 3600,
  6302.                 'hosts' => [
  6303.                 ],
  6304.                 'origin_regex' => true,
  6305.                 'forced_allow_origin_value' => NULL,
  6306.             ]; break;
  6307.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6308.         }
  6309.         $this->loadedDynamicParameters[$name] = true;
  6310.         return $this->dynamicParameters[$name] = $value;
  6311.     }
  6312.     protected function getDefaultParameters(): array
  6313.     {
  6314.         return [
  6315.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  6316.             'kernel.project_dir' => \dirname(__DIR__4),
  6317.             'kernel.environment' => 'dev',
  6318.             'kernel.debug' => true,
  6319.             'kernel.name' => 'src',
  6320.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6321.             'kernel.bundles' => [
  6322.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6323.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6324.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6325.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6326.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6327.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6328.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6329.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6330.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6331.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6332.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6333.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  6334.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  6335.             ],
  6336.             'kernel.bundles_metadata' => [
  6337.                 'FrameworkBundle' => [
  6338.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6339.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6340.                 ],
  6341.                 'SensioFrameworkExtraBundle' => [
  6342.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6343.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6344.                 ],
  6345.                 'TwigBundle' => [
  6346.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6347.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6348.                 ],
  6349.                 'WebProfilerBundle' => [
  6350.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6351.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6352.                 ],
  6353.                 'MonologBundle' => [
  6354.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6355.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6356.                 ],
  6357.                 'DebugBundle' => [
  6358.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6359.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6360.                 ],
  6361.                 'MakerBundle' => [
  6362.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6363.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6364.                 ],
  6365.                 'DoctrineBundle' => [
  6366.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6367.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6368.                 ],
  6369.                 'DoctrineMigrationsBundle' => [
  6370.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6371.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6372.                 ],
  6373.                 'SecurityBundle' => [
  6374.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6375.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6376.                 ],
  6377.                 'TwigExtraBundle' => [
  6378.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6379.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6380.                 ],
  6381.                 'NelmioCorsBundle' => [
  6382.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  6383.                     'namespace' => 'Nelmio\\CorsBundle',
  6384.                 ],
  6385.                 'ApiPlatformBundle' => [
  6386.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  6387.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  6388.                 ],
  6389.             ],
  6390.             'kernel.charset' => 'UTF-8',
  6391.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  6392.             'container.dumper.inline_class_loader' => true,
  6393.             'container.dumper.inline_factories' => true,
  6394.             'event_dispatcher.event_aliases' => [
  6395.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6396.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6397.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6398.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6399.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6400.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6401.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6402.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6403.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6404.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6405.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6406.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6407.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6408.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6409.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6410.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6411.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6412.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6413.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6414.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6415.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6416.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6417.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6418.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6419.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6420.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6421.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6422.             ],
  6423.             'fragment.renderer.hinclude.global_template' => '',
  6424.             'fragment.path' => '/_fragment',
  6425.             'kernel.http_method_override' => true,
  6426.             'kernel.trusted_hosts' => [
  6427.             ],
  6428.             'kernel.default_locale' => 'en',
  6429.             'kernel.error_controller' => 'error_controller',
  6430.             'templating.helper.code.file_link_format' => NULL,
  6431.             'debug.file_link_format' => NULL,
  6432.             'session.metadata.storage_key' => '_sf2_meta',
  6433.             'session.storage.options' => [
  6434.                 'cache_limiter' => '0',
  6435.                 'cookie_secure' => 'auto',
  6436.                 'cookie_httponly' => true,
  6437.                 'cookie_samesite' => 'lax',
  6438.                 'gc_probability' => 1,
  6439.             ],
  6440.             'session.metadata.update_threshold' => 0,
  6441.             'form.type_extension.csrf.enabled' => true,
  6442.             'form.type_extension.csrf.field_name' => '_token',
  6443.             'asset.request_context.base_path' => '',
  6444.             'asset.request_context.secure' => false,
  6445.             'validator.translation_domain' => 'validators',
  6446.             'translator.logging' => false,
  6447.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6448.             'profiler_listener.only_exceptions' => false,
  6449.             'profiler_listener.only_master_requests' => false,
  6450.             'debug.error_handler.throw_at' => -1,
  6451.             'router.request_context.host' => 'localhost',
  6452.             'router.request_context.scheme' => 'http',
  6453.             'router.request_context.base_url' => '',
  6454.             'router.resource' => 'kernel::loadRoutes',
  6455.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  6456.             'request_listener.http_port' => 80,
  6457.             'request_listener.https_port' => 443,
  6458.             'twig.exception_listener.controller' => NULL,
  6459.             'twig.form.resources' => [
  6460.                 => 'form_div_layout.html.twig',
  6461.             ],
  6462.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6463.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6464.             'web_profiler.debug_toolbar.mode' => 2,
  6465.             'monolog.use_microseconds' => true,
  6466.             'monolog.swift_mailer.handlers' => [
  6467.             ],
  6468.             'monolog.handlers_to_channels' => [
  6469.                 'monolog.handler.console' => [
  6470.                     'type' => 'exclusive',
  6471.                     'elements' => [
  6472.                         => 'event',
  6473.                         => 'doctrine',
  6474.                         => 'console',
  6475.                     ],
  6476.                 ],
  6477.                 'monolog.handler.main' => [
  6478.                     'type' => 'exclusive',
  6479.                     'elements' => [
  6480.                         => 'event',
  6481.                     ],
  6482.                 ],
  6483.             ],
  6484.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6485.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6486.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6487.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6488.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6489.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6490.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6491.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6492.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6493.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6494.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6495.             'doctrine.entity_managers' => [
  6496.                 'default' => 'doctrine.orm.default_entity_manager',
  6497.             ],
  6498.             'doctrine.default_entity_manager' => 'default',
  6499.             'doctrine.dbal.connection_factory.types' => [
  6500.             ],
  6501.             'doctrine.connections' => [
  6502.                 'default' => 'doctrine.dbal.default_connection',
  6503.             ],
  6504.             'doctrine.default_connection' => 'default',
  6505.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6506.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6507.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6508.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6509.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6510.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6511.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6512.             'doctrine.orm.cache.memcache_port' => 11211,
  6513.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6514.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6515.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6516.             'doctrine.orm.cache.memcached_port' => 11211,
  6517.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6518.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6519.             'doctrine.orm.cache.redis_host' => 'localhost',
  6520.             'doctrine.orm.cache.redis_port' => 6379,
  6521.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6522.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6523.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6524.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6525.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6526.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6527.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6528.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6529.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6530.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6531.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6532.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6533.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6534.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6535.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6536.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6537.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6538.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6539.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6540.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6541.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6542.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6543.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6544.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6545.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6546.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6547.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6548.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6549.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6550.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6551.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6552.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6553.             'doctrine.migrations.preferred_em' => NULL,
  6554.             'doctrine.migrations.preferred_connection' => NULL,
  6555.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  6556.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  6557.             'security.role_hierarchy.roles' => [
  6558.             ],
  6559.             'security.access.denied_url' => NULL,
  6560.             'security.authentication.manager.erase_credentials' => true,
  6561.             'security.authentication.session_strategy.strategy' => 'migrate',
  6562.             'security.access.always_authenticate_before_granting' => false,
  6563.             'security.authentication.hide_user_not_found' => true,
  6564.             'nelmio_cors.map' => [
  6565.                 '^/' => [
  6566.                 ],
  6567.             ],
  6568.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  6569.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  6570.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  6571.             'api_platform.metadata_backward_compatibility_layer' => true,
  6572.             'api_platform.enable_entrypoint' => true,
  6573.             'api_platform.enable_docs' => true,
  6574.             'api_platform.title' => 'API IMMO-CALCUL',
  6575.             'api_platform.description' => 'DOCUMENTATION IMMO-CALCUL',
  6576.             'api_platform.version' => '0.0.0',
  6577.             'api_platform.show_webby' => true,
  6578.             'api_platform.url_generation_strategy' => 1,
  6579.             'api_platform.exception_to_status' => [
  6580.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  6581.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  6582.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  6583.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  6584.             ],
  6585.             'api_platform.formats' => [
  6586.                 'json' => [
  6587.                     => 'application/json',
  6588.                 ],
  6589.                 'jsonld' => [
  6590.                     => 'application/ld+json',
  6591.                 ],
  6592.                 'jsonapi' => [
  6593.                     => 'application/vnd.api+json',
  6594.                 ],
  6595.                 'html' => [
  6596.                     => 'text/html',
  6597.                 ],
  6598.                 'form' => [
  6599.                     => 'multipart/form-data',
  6600.                 ],
  6601.             ],
  6602.             'api_platform.patch_formats' => [
  6603.                 'json' => [
  6604.                     => 'application/json',
  6605.                 ],
  6606.                 'jsonapi' => [
  6607.                     => 'application/vnd.api+json',
  6608.                 ],
  6609.             ],
  6610.             'api_platform.error_formats' => [
  6611.                 'jsonproblem' => [
  6612.                     => 'application/problem+json',
  6613.                 ],
  6614.                 'jsonld' => [
  6615.                     => 'application/ld+json',
  6616.                 ],
  6617.             ],
  6618.             'api_platform.allow_plain_identifiers' => true,
  6619.             'api_platform.eager_loading.enabled' => true,
  6620.             'api_platform.eager_loading.max_joins' => 30,
  6621.             'api_platform.eager_loading.fetch_partial' => false,
  6622.             'api_platform.eager_loading.force_eager' => true,
  6623.             'api_platform.collection.exists_parameter_name' => 'exists',
  6624.             'api_platform.collection.order' => 'ASC',
  6625.             'api_platform.collection.order_parameter_name' => 'order',
  6626.             'api_platform.collection.order_nulls_comparison' => NULL,
  6627.             'api_platform.collection.pagination.enabled' => true,
  6628.             'api_platform.collection.pagination.partial' => false,
  6629.             'api_platform.collection.pagination.client_enabled' => true,
  6630.             'api_platform.collection.pagination.client_items_per_page' => true,
  6631.             'api_platform.collection.pagination.client_partial' => false,
  6632.             'api_platform.collection.pagination.items_per_page' => 10,
  6633.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  6634.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  6635.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  6636.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  6637.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  6638.             'api_platform.collection.pagination' => [
  6639.                 'enabled' => true,
  6640.                 'items_per_page' => 10,
  6641.                 'client_enabled' => true,
  6642.                 'client_items_per_page' => true,
  6643.                 'page_parameter_name' => 'page',
  6644.                 'items_per_page_parameter_name' => 'itemsPerPage',
  6645.                 'partial' => false,
  6646.                 'client_partial' => false,
  6647.                 'maximum_items_per_page' => NULL,
  6648.                 'enabled_parameter_name' => 'pagination',
  6649.                 'partial_parameter_name' => 'partial',
  6650.             ],
  6651.             'api_platform.http_cache.etag' => true,
  6652.             'api_platform.http_cache.max_age' => NULL,
  6653.             'api_platform.http_cache.shared_max_age' => NULL,
  6654.             'api_platform.http_cache.vary' => [
  6655.                 => 'Accept',
  6656.             ],
  6657.             'api_platform.http_cache.public' => NULL,
  6658.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  6659.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  6660.             'api_platform.asset_package' => NULL,
  6661.             'api_platform.defaults' => [
  6662.                 'attributes' => [
  6663.                     'pagination_items_per_page' => 10,
  6664.                     'pagination_enabled' => true,
  6665.                     'pagination_client_enabled' => true,
  6666.                 ],
  6667.             ],
  6668.             'api_platform.resource_class_directories' => [
  6669.                 => (\dirname(__DIR__4).'/config/api/resources'),
  6670.             ],
  6671.             'api_platform.oauth.enabled' => false,
  6672.             'api_platform.oauth.clientId' => '',
  6673.             'api_platform.oauth.clientSecret' => '',
  6674.             'api_platform.oauth.type' => 'oauth2',
  6675.             'api_platform.oauth.flow' => 'application',
  6676.             'api_platform.oauth.tokenUrl' => '',
  6677.             'api_platform.oauth.authorizationUrl' => '',
  6678.             'api_platform.oauth.refreshUrl' => '',
  6679.             'api_platform.oauth.scopes' => [
  6680.             ],
  6681.             'api_platform.oauth.pkce' => false,
  6682.             'api_platform.openapi.termsOfService' => NULL,
  6683.             'api_platform.openapi.contact.name' => NULL,
  6684.             'api_platform.openapi.contact.url' => NULL,
  6685.             'api_platform.openapi.contact.email' => NULL,
  6686.             'api_platform.openapi.license.name' => NULL,
  6687.             'api_platform.openapi.license.url' => NULL,
  6688.             'api_platform.swagger.versions' => [
  6689.                 => 3,
  6690.             ],
  6691.             'api_platform.enable_swagger_ui' => true,
  6692.             'api_platform.enable_re_doc' => true,
  6693.             'api_platform.swagger.api_keys' => [
  6694.                 'bearerAuth' => [
  6695.                     'name' => 'Authorization',
  6696.                     'type' => 'header',
  6697.                 ],
  6698.             ],
  6699.             'api_platform.swagger_ui.extra_configuration' => [
  6700.             ],
  6701.             'api_platform.graphql.enabled' => false,
  6702.             'api_platform.graphql.graphiql.enabled' => false,
  6703.             'api_platform.graphql.graphql_playground.enabled' => false,
  6704.             'api_platform.graphql.collection.pagination' => [
  6705.                 'enabled' => true,
  6706.             ],
  6707.             'api_platform.validator.serialize_payload_fields' => [
  6708.             ],
  6709.             'api_platform.validator.query_parameter_validation' => true,
  6710.             'api_platform.elasticsearch.enabled' => false,
  6711.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6712.             'data_collector.templates' => [
  6713.                 'data_collector.request' => [
  6714.                     => 'request',
  6715.                     => '@WebProfiler/Collector/request.html.twig',
  6716.                 ],
  6717.                 'api_platform.data_collector.request' => [
  6718.                     => 'api_platform.data_collector.request',
  6719.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  6720.                 ],
  6721.                 'data_collector.time' => [
  6722.                     => 'time',
  6723.                     => '@WebProfiler/Collector/time.html.twig',
  6724.                 ],
  6725.                 'data_collector.memory' => [
  6726.                     => 'memory',
  6727.                     => '@WebProfiler/Collector/memory.html.twig',
  6728.                 ],
  6729.                 'data_collector.validator' => [
  6730.                     => 'validator',
  6731.                     => '@WebProfiler/Collector/validator.html.twig',
  6732.                 ],
  6733.                 'data_collector.ajax' => [
  6734.                     => 'ajax',
  6735.                     => '@WebProfiler/Collector/ajax.html.twig',
  6736.                 ],
  6737.                 'data_collector.form' => [
  6738.                     => 'form',
  6739.                     => '@WebProfiler/Collector/form.html.twig',
  6740.                 ],
  6741.                 'data_collector.exception' => [
  6742.                     => 'exception',
  6743.                     => '@WebProfiler/Collector/exception.html.twig',
  6744.                 ],
  6745.                 'data_collector.logger' => [
  6746.                     => 'logger',
  6747.                     => '@WebProfiler/Collector/logger.html.twig',
  6748.                 ],
  6749.                 'data_collector.events' => [
  6750.                     => 'events',
  6751.                     => '@WebProfiler/Collector/events.html.twig',
  6752.                 ],
  6753.                 'data_collector.router' => [
  6754.                     => 'router',
  6755.                     => '@WebProfiler/Collector/router.html.twig',
  6756.                 ],
  6757.                 'data_collector.cache' => [
  6758.                     => 'cache',
  6759.                     => '@WebProfiler/Collector/cache.html.twig',
  6760.                 ],
  6761.                 'data_collector.translation' => [
  6762.                     => 'translation',
  6763.                     => '@WebProfiler/Collector/translation.html.twig',
  6764.                 ],
  6765.                 'data_collector.security' => [
  6766.                     => 'security',
  6767.                     => '@Security/Collector/security.html.twig',
  6768.                 ],
  6769.                 'data_collector.twig' => [
  6770.                     => 'twig',
  6771.                     => '@WebProfiler/Collector/twig.html.twig',
  6772.                 ],
  6773.                 'data_collector.http_client' => [
  6774.                     => 'http_client',
  6775.                     => '@WebProfiler/Collector/http_client.html.twig',
  6776.                 ],
  6777.                 'data_collector.doctrine' => [
  6778.                     => 'db',
  6779.                     => '@Doctrine/Collector/db.html.twig',
  6780.                 ],
  6781.                 'doctrine_migrations.migrations_collector' => [
  6782.                     => 'doctrine_migrations',
  6783.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6784.                 ],
  6785.                 'data_collector.dump' => [
  6786.                     => 'dump',
  6787.                     => '@Debug/Profiler/dump.html.twig',
  6788.                 ],
  6789.                 'mailer.data_collector' => [
  6790.                     => 'mailer',
  6791.                     => '@WebProfiler/Collector/mailer.html.twig',
  6792.                 ],
  6793.                 'data_collector.config' => [
  6794.                     => 'config',
  6795.                     => '@WebProfiler/Collector/config.html.twig',
  6796.                 ],
  6797.             ],
  6798.             'console.command.ids' => [
  6799.             ],
  6800.         ];
  6801.     }
  6802. }
  6803. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  6804. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  6805. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  6806. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  6807. {
  6808.     /**
  6809.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  6810.      */
  6811.     private $valueHolderaf593 null;
  6812.     /**
  6813.      * @var \Closure|null initializer responsible for generating the wrapped object
  6814.      */
  6815.     private $initializere0618 null;
  6816.     /**
  6817.      * @var bool[] map of public properties of the parent class
  6818.      */
  6819.     private static $publicPropertiesca1a1 = [
  6820.         
  6821.     ];
  6822.     public function getConnection()
  6823.     {
  6824.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getConnection', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6825.         return $this->valueHolderaf593->getConnection();
  6826.     }
  6827.     public function getMetadataFactory()
  6828.     {
  6829.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getMetadataFactory', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6830.         return $this->valueHolderaf593->getMetadataFactory();
  6831.     }
  6832.     public function getExpressionBuilder()
  6833.     {
  6834.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getExpressionBuilder', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6835.         return $this->valueHolderaf593->getExpressionBuilder();
  6836.     }
  6837.     public function beginTransaction()
  6838.     {
  6839.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'beginTransaction', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6840.         return $this->valueHolderaf593->beginTransaction();
  6841.     }
  6842.     public function getCache()
  6843.     {
  6844.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getCache', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6845.         return $this->valueHolderaf593->getCache();
  6846.     }
  6847.     public function transactional($func)
  6848.     {
  6849.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'transactional', array('func' => $func), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6850.         return $this->valueHolderaf593->transactional($func);
  6851.     }
  6852.     public function wrapInTransaction(callable $func)
  6853.     {
  6854.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'wrapInTransaction', array('func' => $func), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6855.         return $this->valueHolderaf593->wrapInTransaction($func);
  6856.     }
  6857.     public function commit()
  6858.     {
  6859.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'commit', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6860.         return $this->valueHolderaf593->commit();
  6861.     }
  6862.     public function rollback()
  6863.     {
  6864.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'rollback', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6865.         return $this->valueHolderaf593->rollback();
  6866.     }
  6867.     public function getClassMetadata($className)
  6868.     {
  6869.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getClassMetadata', array('className' => $className), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6870.         return $this->valueHolderaf593->getClassMetadata($className);
  6871.     }
  6872.     public function createQuery($dql '')
  6873.     {
  6874.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'createQuery', array('dql' => $dql), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6875.         return $this->valueHolderaf593->createQuery($dql);
  6876.     }
  6877.     public function createNamedQuery($name)
  6878.     {
  6879.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'createNamedQuery', array('name' => $name), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6880.         return $this->valueHolderaf593->createNamedQuery($name);
  6881.     }
  6882.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  6883.     {
  6884.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6885.         return $this->valueHolderaf593->createNativeQuery($sql$rsm);
  6886.     }
  6887.     public function createNamedNativeQuery($name)
  6888.     {
  6889.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'createNamedNativeQuery', array('name' => $name), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6890.         return $this->valueHolderaf593->createNamedNativeQuery($name);
  6891.     }
  6892.     public function createQueryBuilder()
  6893.     {
  6894.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'createQueryBuilder', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6895.         return $this->valueHolderaf593->createQueryBuilder();
  6896.     }
  6897.     public function flush($entity null)
  6898.     {
  6899.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'flush', array('entity' => $entity), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6900.         return $this->valueHolderaf593->flush($entity);
  6901.     }
  6902.     public function find($className$id$lockMode null$lockVersion null)
  6903.     {
  6904.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6905.         return $this->valueHolderaf593->find($className$id$lockMode$lockVersion);
  6906.     }
  6907.     public function getReference($entityName$id)
  6908.     {
  6909.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6910.         return $this->valueHolderaf593->getReference($entityName$id);
  6911.     }
  6912.     public function getPartialReference($entityName$identifier)
  6913.     {
  6914.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6915.         return $this->valueHolderaf593->getPartialReference($entityName$identifier);
  6916.     }
  6917.     public function clear($entityName null)
  6918.     {
  6919.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'clear', array('entityName' => $entityName), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6920.         return $this->valueHolderaf593->clear($entityName);
  6921.     }
  6922.     public function close()
  6923.     {
  6924.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'close', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6925.         return $this->valueHolderaf593->close();
  6926.     }
  6927.     public function persist($entity)
  6928.     {
  6929.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'persist', array('entity' => $entity), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6930.         return $this->valueHolderaf593->persist($entity);
  6931.     }
  6932.     public function remove($entity)
  6933.     {
  6934.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'remove', array('entity' => $entity), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6935.         return $this->valueHolderaf593->remove($entity);
  6936.     }
  6937.     public function refresh($entity)
  6938.     {
  6939.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'refresh', array('entity' => $entity), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6940.         return $this->valueHolderaf593->refresh($entity);
  6941.     }
  6942.     public function detach($entity)
  6943.     {
  6944.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'detach', array('entity' => $entity), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6945.         return $this->valueHolderaf593->detach($entity);
  6946.     }
  6947.     public function merge($entity)
  6948.     {
  6949.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'merge', array('entity' => $entity), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6950.         return $this->valueHolderaf593->merge($entity);
  6951.     }
  6952.     public function copy($entity$deep false)
  6953.     {
  6954.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'copy', array('entity' => $entity'deep' => $deep), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6955.         return $this->valueHolderaf593->copy($entity$deep);
  6956.     }
  6957.     public function lock($entity$lockMode$lockVersion null)
  6958.     {
  6959.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6960.         return $this->valueHolderaf593->lock($entity$lockMode$lockVersion);
  6961.     }
  6962.     public function getRepository($entityName)
  6963.     {
  6964.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getRepository', array('entityName' => $entityName), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6965.         return $this->valueHolderaf593->getRepository($entityName);
  6966.     }
  6967.     public function contains($entity)
  6968.     {
  6969.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'contains', array('entity' => $entity), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6970.         return $this->valueHolderaf593->contains($entity);
  6971.     }
  6972.     public function getEventManager()
  6973.     {
  6974.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getEventManager', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6975.         return $this->valueHolderaf593->getEventManager();
  6976.     }
  6977.     public function getConfiguration()
  6978.     {
  6979.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getConfiguration', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6980.         return $this->valueHolderaf593->getConfiguration();
  6981.     }
  6982.     public function isOpen()
  6983.     {
  6984.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'isOpen', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6985.         return $this->valueHolderaf593->isOpen();
  6986.     }
  6987.     public function getUnitOfWork()
  6988.     {
  6989.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getUnitOfWork', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6990.         return $this->valueHolderaf593->getUnitOfWork();
  6991.     }
  6992.     public function getHydrator($hydrationMode)
  6993.     {
  6994.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  6995.         return $this->valueHolderaf593->getHydrator($hydrationMode);
  6996.     }
  6997.     public function newHydrator($hydrationMode)
  6998.     {
  6999.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7000.         return $this->valueHolderaf593->newHydrator($hydrationMode);
  7001.     }
  7002.     public function getProxyFactory()
  7003.     {
  7004.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getProxyFactory', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7005.         return $this->valueHolderaf593->getProxyFactory();
  7006.     }
  7007.     public function initializeObject($obj)
  7008.     {
  7009.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'initializeObject', array('obj' => $obj), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7010.         return $this->valueHolderaf593->initializeObject($obj);
  7011.     }
  7012.     public function getFilters()
  7013.     {
  7014.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'getFilters', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7015.         return $this->valueHolderaf593->getFilters();
  7016.     }
  7017.     public function isFiltersStateClean()
  7018.     {
  7019.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'isFiltersStateClean', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7020.         return $this->valueHolderaf593->isFiltersStateClean();
  7021.     }
  7022.     public function hasFilters()
  7023.     {
  7024.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'hasFilters', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7025.         return $this->valueHolderaf593->hasFilters();
  7026.     }
  7027.     /**
  7028.      * Constructor for lazy initialization
  7029.      *
  7030.      * @param \Closure|null $initializer
  7031.      */
  7032.     public static function staticProxyConstructor($initializer)
  7033.     {
  7034.         static $reflection;
  7035.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  7036.         $instance   $reflection->newInstanceWithoutConstructor();
  7037.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7038.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7039.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  7040.         $instance->initializere0618 $initializer;
  7041.         return $instance;
  7042.     }
  7043.     public function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config)
  7044.     {
  7045.         static $reflection;
  7046.         if (! $this->valueHolderaf593) {
  7047.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7048.             $this->valueHolderaf593 $reflection->newInstanceWithoutConstructor();
  7049.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7050.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7051.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  7052.         }
  7053.         $this->valueHolderaf593->__construct($conn$config);
  7054.     }
  7055.     public function & __get($name)
  7056.     {
  7057.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'__get', ['name' => $name], $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7058.         if (isset(self::$publicPropertiesca1a1[$name])) {
  7059.             return $this->valueHolderaf593->$name;
  7060.         }
  7061.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7062.         if (! $realInstanceReflection->hasProperty($name)) {
  7063.             $targetObject $this->valueHolderaf593;
  7064.             $backtrace debug_backtrace(false1);
  7065.             trigger_error(
  7066.                 sprintf(
  7067.                     'Undefined property: %s::$%s in %s on line %s',
  7068.                     $realInstanceReflection->getName(),
  7069.                     $name,
  7070.                     $backtrace[0]['file'],
  7071.                     $backtrace[0]['line']
  7072.                 ),
  7073.                 \E_USER_NOTICE
  7074.             );
  7075.             return $targetObject->$name;
  7076.         }
  7077.         $targetObject $this->valueHolderaf593;
  7078.         $accessor = function & () use ($targetObject$name) {
  7079.             return $targetObject->$name;
  7080.         };
  7081.         $backtrace debug_backtrace(true2);
  7082.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7083.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7084.         $returnValue = & $accessor();
  7085.         return $returnValue;
  7086.     }
  7087.     public function __set($name$value)
  7088.     {
  7089.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'__set', array('name' => $name'value' => $value), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7090.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7091.         if (! $realInstanceReflection->hasProperty($name)) {
  7092.             $targetObject $this->valueHolderaf593;
  7093.             $targetObject->$name $value;
  7094.             return $targetObject->$name;
  7095.         }
  7096.         $targetObject $this->valueHolderaf593;
  7097.         $accessor = function & () use ($targetObject$name$value) {
  7098.             $targetObject->$name $value;
  7099.             return $targetObject->$name;
  7100.         };
  7101.         $backtrace debug_backtrace(true2);
  7102.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7103.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7104.         $returnValue = & $accessor();
  7105.         return $returnValue;
  7106.     }
  7107.     public function __isset($name)
  7108.     {
  7109.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'__isset', array('name' => $name), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7110.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7111.         if (! $realInstanceReflection->hasProperty($name)) {
  7112.             $targetObject $this->valueHolderaf593;
  7113.             return isset($targetObject->$name);
  7114.         }
  7115.         $targetObject $this->valueHolderaf593;
  7116.         $accessor = function () use ($targetObject$name) {
  7117.             return isset($targetObject->$name);
  7118.         };
  7119.         $backtrace debug_backtrace(true2);
  7120.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7121.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7122.         $returnValue $accessor();
  7123.         return $returnValue;
  7124.     }
  7125.     public function __unset($name)
  7126.     {
  7127.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'__unset', array('name' => $name), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7128.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  7129.         if (! $realInstanceReflection->hasProperty($name)) {
  7130.             $targetObject $this->valueHolderaf593;
  7131.             unset($targetObject->$name);
  7132.             return;
  7133.         }
  7134.         $targetObject $this->valueHolderaf593;
  7135.         $accessor = function () use ($targetObject$name) {
  7136.             unset($targetObject->$name);
  7137.             return;
  7138.         };
  7139.         $backtrace debug_backtrace(true2);
  7140.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  7141.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  7142.         $accessor();
  7143.     }
  7144.     public function __clone()
  7145.     {
  7146.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'__clone', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7147.         $this->valueHolderaf593 = clone $this->valueHolderaf593;
  7148.     }
  7149.     public function __sleep()
  7150.     {
  7151.         $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'__sleep', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7152.         return array('valueHolderaf593');
  7153.     }
  7154.     public function __wakeup()
  7155.     {
  7156.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  7157.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  7158.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  7159.     }
  7160.     public function setProxyInitializer(\Closure $initializer null) : void
  7161.     {
  7162.         $this->initializere0618 $initializer;
  7163.     }
  7164.     public function getProxyInitializer() : ?\Closure
  7165.     {
  7166.         return $this->initializere0618;
  7167.     }
  7168.     public function initializeProxy() : bool
  7169.     {
  7170.         return $this->initializere0618 && ($this->initializere0618->__invoke($valueHolderaf593$this'initializeProxy', array(), $this->initializere0618) || 1) && $this->valueHolderaf593 $valueHolderaf593;
  7171.     }
  7172.     public function isProxyInitialized() : bool
  7173.     {
  7174.         return null !== $this->valueHolderaf593;
  7175.     }
  7176.     public function getWrappedValueHolderValue()
  7177.     {
  7178.         return $this->valueHolderaf593;
  7179.     }
  7180. }