var/cache/dev/ContainerUPzHJv5/App_KernelDevDebugContainer.php line 1601

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