var/cache/dev/ContainerC8GtNuz/App_KernelDevDebugContainer.php line 5696

Open in your IDE?
  1. <?php
  2. namespace ContainerC8GtNuz;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class App_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\ContactEmailController' => 'getContactEmailControllerService',
  37.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  38.             'App\\Controller\\JobOfferController' => 'getJobOfferControllerService',
  39.             'App\\Controller\\JobOfferEmailController' => 'getJobOfferEmailControllerService',
  40.             'App\\Controller\\NewsletterController' => 'getNewsletterControllerService',
  41.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  42.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  43.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  44.             'cache.app' => 'getCache_AppService',
  45.             'cache.app_clearer' => 'getCache_AppClearerService',
  46.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  47.             'cache.system' => 'getCache_SystemService',
  48.             'cache.system_clearer' => 'getCache_SystemClearerService',
  49.             'cache_clearer' => 'getCacheClearerService',
  50.             'cache_warmer' => 'getCacheWarmerService',
  51.             'console.command_loader' => 'getConsole_CommandLoaderService',
  52.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  53.             'data_collector.dump' => 'getDataCollector_DumpService',
  54.             'doctrine' => 'getDoctrineService',
  55.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  56.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  57.             'error_controller' => 'getErrorControllerService',
  58.             'event_dispatcher' => 'getEventDispatcherService',
  59.             'filesystem' => 'getFilesystemService',
  60.             'form.factory' => 'getForm_FactoryService',
  61.             'form.type.file' => 'getForm_Type_FileService',
  62.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  63.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  64.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  65.             'http_kernel' => 'getHttpKernelService',
  66.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService',
  67.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  68.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  69.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  70.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  71.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  72.             'profiler' => 'getProfilerService',
  73.             'request_stack' => 'getRequestStackService',
  74.             'router' => 'getRouterService',
  75.             'routing.loader' => 'getRouting_LoaderService',
  76.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  77.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  78.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  79.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  80.             'security.token_storage' => 'getSecurity_TokenStorageService',
  81.             'serializer' => 'getSerializerService',
  82.             'services_resetter' => 'getServicesResetterService',
  83.             'session' => 'getSessionService',
  84.             'translator' => 'getTranslatorService',
  85.             'twig' => 'getTwigService',
  86.             'validator' => 'getValidatorService',
  87.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  88.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  89.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  90.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  91.         ];
  92.         $this->aliases = [
  93.             'database_connection' => 'doctrine.dbal.default_connection',
  94.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  95.         ];
  96.         $this->privates['service_container'] = function () {
  97.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  98.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  99.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  100.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  101.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  103.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  116.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  132.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  139.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  180.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  201.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  231.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  233.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  236.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  269.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  271.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  273.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  279.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  280.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  283.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  284.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  285.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  286.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  307.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  308.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  309.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  311.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  313.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  320.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  326.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  327.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  330.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  331.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  354.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  355.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  359.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  377.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  383.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  385.         };
  386.     }
  387.     public function compile(): void
  388.     {
  389.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  390.     }
  391.     public function isCompiled(): bool
  392.     {
  393.         return true;
  394.     }
  395.     public function getRemovedIds(): array
  396.     {
  397.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  398.     }
  399.     protected function createProxy($class, \Closure $factory)
  400.     {
  401.         class_exists($classfalse) || class_alias(__NAMESPACE__."\\$class"$classfalse);
  402.         return $factory();
  403.     }
  404.     /**
  405.      * Gets the public 'App\Controller\ContactEmailController' shared autowired service.
  406.      *
  407.      * @return \App\Controller\ContactEmailController
  408.      */
  409.     protected function getContactEmailControllerService()
  410.     {
  411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  412.         include_once \dirname(__DIR__4).'/src/Controller/ContactEmailController.php';
  413.         $this->services['App\\Controller\\ContactEmailController'] = $instance = new \App\Controller\ContactEmailController();
  414.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\ContactEmailController'$this));
  415.         return $instance;
  416.     }
  417.     /**
  418.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  419.      *
  420.      * @return \App\Controller\HomeController
  421.      */
  422.     protected function getHomeControllerService()
  423.     {
  424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  425.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  426.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController();
  427.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\HomeController'$this));
  428.         return $instance;
  429.     }
  430.     /**
  431.      * Gets the public 'App\Controller\JobOfferController' shared autowired service.
  432.      *
  433.      * @return \App\Controller\JobOfferController
  434.      */
  435.     protected function getJobOfferControllerService()
  436.     {
  437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  438.         include_once \dirname(__DIR__4).'/src/Controller/JobOfferController.php';
  439.         $this->services['App\\Controller\\JobOfferController'] = $instance = new \App\Controller\JobOfferController();
  440.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\JobOfferController'$this));
  441.         return $instance;
  442.     }
  443.     /**
  444.      * Gets the public 'App\Controller\JobOfferEmailController' shared autowired service.
  445.      *
  446.      * @return \App\Controller\JobOfferEmailController
  447.      */
  448.     protected function getJobOfferEmailControllerService()
  449.     {
  450.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  451.         include_once \dirname(__DIR__4).'/src/Controller/JobOfferEmailController.php';
  452.         $this->services['App\\Controller\\JobOfferEmailController'] = $instance = new \App\Controller\JobOfferEmailController();
  453.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\JobOfferEmailController'$this));
  454.         return $instance;
  455.     }
  456.     /**
  457.      * Gets the public 'App\Controller\NewsletterController' shared autowired service.
  458.      *
  459.      * @return \App\Controller\NewsletterController
  460.      */
  461.     protected function getNewsletterControllerService()
  462.     {
  463.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  464.         include_once \dirname(__DIR__4).'/src/Controller/NewsletterController.php';
  465.         $this->services['App\\Controller\\NewsletterController'] = $instance = new \App\Controller\NewsletterController();
  466.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\NewsletterController'$this));
  467.         return $instance;
  468.     }
  469.     /**
  470.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  471.      *
  472.      * @return \App\Controller\SecurityController
  473.      */
  474.     protected function getSecurityControllerService()
  475.     {
  476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  477.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  478.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  479.         $instance->setContainer(($this->privates['.service_locator.pNNo5z3'] ?? $this->get_ServiceLocator_PNNo5z3Service())->withContext('App\\Controller\\SecurityController'$this));
  480.         return $instance;
  481.     }
  482.     /**
  483.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  484.      *
  485.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  486.      */
  487.     protected function getRedirectControllerService()
  488.     {
  489.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  490.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  491.     }
  492.     /**
  493.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  494.      *
  495.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  496.      */
  497.     protected function getTemplateControllerService()
  498.     {
  499.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  500.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()));
  501.     }
  502.     /**
  503.      * Gets the public 'cache.app' shared service.
  504.      *
  505.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  506.      */
  507.     protected function getCache_AppService()
  508.     {
  509.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('I-kfU++FdI'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  510.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  511.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  512.     }
  513.     /**
  514.      * Gets the public 'cache.app_clearer' shared service.
  515.      *
  516.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  517.      */
  518.     protected function getCache_AppClearerService()
  519.     {
  520.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  521.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  522.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  523.     }
  524.     /**
  525.      * Gets the public 'cache.global_clearer' shared service.
  526.      *
  527.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  528.      */
  529.     protected function getCache_GlobalClearerService()
  530.     {
  531.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  532.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  533.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  534.     }
  535.     /**
  536.      * Gets the public 'cache.system' shared service.
  537.      *
  538.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  539.      */
  540.     protected function getCache_SystemService()
  541.     {
  542.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Shk86jySB4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  543.     }
  544.     /**
  545.      * Gets the public 'cache.system_clearer' shared service.
  546.      *
  547.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  548.      */
  549.     protected function getCache_SystemClearerService()
  550.     {
  551.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  552.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  553.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  554.     }
  555.     /**
  556.      * Gets the public 'cache_clearer' shared service.
  557.      *
  558.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  559.      */
  560.     protected function getCacheClearerService()
  561.     {
  562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  563.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  564.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  565.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  566.         }, 1));
  567.     }
  568.     /**
  569.      * Gets the public 'cache_warmer' shared service.
  570.      *
  571.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  572.      */
  573.     protected function getCacheWarmerService()
  574.     {
  575.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  576.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  577.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  578.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  579.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  580.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  581.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  582.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  583.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  584.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  585.         }, 7), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  586.     }
  587.     /**
  588.      * Gets the public 'console.command_loader' shared service.
  589.      *
  590.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  591.      */
  592.     protected function getConsole_CommandLoaderService()
  593.     {
  594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  596.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  597.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  598.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  599.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  600.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  601.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  602.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  603.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  604.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  605.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  606.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  607.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  608.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  609.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  610.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  611.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  612.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  613.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  614.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  615.             'console.command.messenger_consume_messages' => ['privates''console.command.messenger_consume_messages''getConsole_Command_MessengerConsumeMessagesService'false],
  616.             'console.command.messenger_debug' => ['privates''console.command.messenger_debug''getConsole_Command_MessengerDebugService'false],
  617.             'console.command.messenger_setup_transports' => ['privates''console.command.messenger_setup_transports''getConsole_Command_MessengerSetupTransportsService'false],
  618.             'console.command.messenger_stop_workers' => ['privates''console.command.messenger_stop_workers''getConsole_Command_MessengerStopWorkersService'false],
  619.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  620.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  621.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  622.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  623.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  624.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  625.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  626.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  627.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  628.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  629.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  630.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  631.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  632.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  633.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  634.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  635.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  636.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  637.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  638.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  639.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  640.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  641.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  642.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  643.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  644.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  645.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  646.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  647.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  648.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  649.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  650.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  651.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  652.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  653.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  654.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  655.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  656.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  657.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  658.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  659.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  660.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  661.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  662.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  663.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  664.             'lexik_jwt_authentication.check_config_command' => ['services''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  665.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  666.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  667.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  668.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  669.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  670.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  671.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  672.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  673.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  674.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  675.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  676.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  677.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  678.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  679.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  680.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  681.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  682.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  683.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  684.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  685.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  686.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  687.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  688.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  689.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  690.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  691.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  692.         ], [
  693.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  694.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand',
  695.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand',
  696.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  697.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  698.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  699.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  700.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  701.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  702.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  703.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  704.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  705.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  706.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  707.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  708.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  709.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  710.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  711.             'console.command.messenger_consume_messages' => 'Symfony\\Component\\Messenger\\Command\\ConsumeMessagesCommand',
  712.             'console.command.messenger_debug' => 'Symfony\\Component\\Messenger\\Command\\DebugCommand',
  713.             'console.command.messenger_setup_transports' => 'Symfony\\Component\\Messenger\\Command\\SetupTransportsCommand',
  714.             'console.command.messenger_stop_workers' => 'Symfony\\Component\\Messenger\\Command\\StopWorkersCommand',
  715.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  716.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  717.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  718.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  719.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  720.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  721.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  722.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  723.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  724.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  725.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  726.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  727.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  728.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  729.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  730.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  731.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  732.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  733.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  734.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  735.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  736.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  737.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  738.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  739.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  740.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  741.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  742.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  743.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  744.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  745.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  746.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  747.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  748.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  749.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  750.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  751.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  752.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  753.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  754.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  755.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  756.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  757.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  758.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  759.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  760.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  761.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  762.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  763.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  764.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  765.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  766.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  767.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  768.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  769.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  770.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  771.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  772.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  773.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  774.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  775.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  776.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  777.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  778.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  779.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  780.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  781.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  782.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  783.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  784.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  785.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  786.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  787.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  788.         ]), ['about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''security:encode-password' => 'security.command.user_password_encoder''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''gesdinet:jwt:clear' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''gesdinet:jwt:revoke' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  789.     }
  790.     /**
  791.      * Gets the public 'container.env_var_processors_locator' shared service.
  792.      *
  793.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  794.      */
  795.     protected function getContainer_EnvVarProcessorsLocatorService()
  796.     {
  797.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  798.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  799.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  800.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  801.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  802.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  803.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  804.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  805.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  806.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  807.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  808.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  809.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  810.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  811.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  812.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  813.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  814.         ], [
  815.             'base64' => '?',
  816.             'bool' => '?',
  817.             'const' => '?',
  818.             'csv' => '?',
  819.             'default' => '?',
  820.             'file' => '?',
  821.             'float' => '?',
  822.             'int' => '?',
  823.             'json' => '?',
  824.             'key' => '?',
  825.             'query_string' => '?',
  826.             'require' => '?',
  827.             'resolve' => '?',
  828.             'string' => '?',
  829.             'trim' => '?',
  830.             'url' => '?',
  831.         ]);
  832.     }
  833.     /**
  834.      * Gets the public 'data_collector.dump' shared service.
  835.      *
  836.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  837.      */
  838.     protected function getDataCollector_DumpService()
  839.     {
  840.         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()));
  841.     }
  842.     /**
  843.      * Gets the public 'doctrine' shared service.
  844.      *
  845.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  846.      */
  847.     protected function getDoctrineService()
  848.     {
  849.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  850.     }
  851.     /**
  852.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  853.      *
  854.      * @return \Doctrine\DBAL\Connection
  855.      */
  856.     protected function getDoctrine_Dbal_DefaultConnectionService()
  857.     {
  858.         $a = new \Doctrine\DBAL\Configuration();
  859.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  860.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  861.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  862.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  863.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  864.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  865.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  866.         ], [
  867.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  868.         ]));
  869.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  870.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  871.     }
  872.     /**
  873.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  874.      *
  875.      * @return \Doctrine\ORM\EntityManager
  876.      */
  877.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  878.     {
  879.         if ($lazyLoad) {
  880.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  881.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  882.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  883.                     $proxy->setProxyInitializer(null);
  884.                     return true;
  885.                 });
  886.             });
  887.         }
  888.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  889.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  890.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  891.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  892.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  893.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  894.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  895.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  896.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  897.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  898.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  899.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  900.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  901.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  902.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  903.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  904.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  905.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  908.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  909.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  910.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  911.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  912.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  913.         $a = new \Doctrine\ORM\Configuration();
  914.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  915.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  916.         $d = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-entity') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.xml'));
  917.         $b->addDriver($c'App\\Entity');
  918.         $b->addDriver($c'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  919.         $b->addDriver($d'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  920.         $b->addDriver($d'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  921.         $a->setEntityNamespaces(['App' => 'App\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  922.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  923.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  924.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  925.         $a->setMetadataDriverImpl($b);
  926.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  927.         $a->setProxyNamespace('Proxies');
  928.         $a->setAutoGenerateProxyClasses(true);
  929.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  930.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  931.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  932.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  933.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  934.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  935.             'App\\Repository\\ContactEmailDocumentRepository' => ['privates''App\\Repository\\ContactEmailDocumentRepository''getContactEmailDocumentRepositoryService'false],
  936.             'App\\Repository\\ContactEmailRepository' => ['privates''App\\Repository\\ContactEmailRepository''getContactEmailRepositoryService'false],
  937.             'App\\Repository\\JobOfferEmailDocumentRepository' => ['privates''App\\Repository\\JobOfferEmailDocumentRepository''getJobOfferEmailDocumentRepositoryService'false],
  938.             'App\\Repository\\JobOfferEmailRepository' => ['privates''App\\Repository\\JobOfferEmailRepository''getJobOfferEmailRepositoryService'false],
  939.             'App\\Repository\\JobOfferRepository' => ['privates''App\\Repository\\JobOfferRepository''getJobOfferRepositoryService'false],
  940.             'App\\Repository\\NewsletterRepository' => ['privates''App\\Repository\\NewsletterRepository''getNewsletterRepositoryService'false],
  941.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  942.         ], [
  943.             'App\\Repository\\ContactEmailDocumentRepository' => '?',
  944.             'App\\Repository\\ContactEmailRepository' => '?',
  945.             'App\\Repository\\JobOfferEmailDocumentRepository' => '?',
  946.             'App\\Repository\\JobOfferEmailRepository' => '?',
  947.             'App\\Repository\\JobOfferRepository' => '?',
  948.             'App\\Repository\\NewsletterRepository' => '?',
  949.             'App\\Repository\\UserRepository' => '?',
  950.         ])));
  951.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  952.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  953.         return $instance;
  954.     }
  955.     /**
  956.      * Gets the public 'error_controller' shared service.
  957.      *
  958.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  959.      */
  960.     protected function getErrorControllerService()
  961.     {
  962.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  963.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  965.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  966.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  967.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  968.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  969.     }
  970.     /**
  971.      * Gets the public 'event_dispatcher' shared service.
  972.      *
  973.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  974.      */
  975.     protected function getEventDispatcherService()
  976.     {
  977.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  978.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  979.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  980.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  981.         $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())));
  982.         $instance->addListener('kernel.controller', [=> function () {
  983.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  984.         }, => 'onKernelController'], 0);
  985.         $instance->addListener('kernel.request', [=> function () {
  986.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  987.         }, => 'onKernelRequest'], 250);
  988.         $instance->addListener('kernel.response', [=> function () {
  989.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  990.         }, => 'onKernelResponse'], 0);
  991.         $instance->addListener('kernel.response', [=> function () {
  992.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  993.         }, => 'onResponse'], 0);
  994.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  995.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->getGesdinet_Jwtrefreshtoken_SendTokenService());
  996.         }, => 'attachRefreshToken'], 0);
  997.         $instance->addListener('kernel.response', [=> function () {
  998.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  999.         }, => 'onKernelResponse'], 0);
  1000.         $instance->addListener('kernel.response', [=> function () {
  1001.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1002.         }, => 'onKernelResponse'], -1024);
  1003.         $instance->addListener('kernel.request', [=> function () {
  1004.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1005.         }, => 'setDefaultLocale'], 100);
  1006.         $instance->addListener('kernel.request', [=> function () {
  1007.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1008.         }, => 'onKernelRequest'], 16);
  1009.         $instance->addListener('kernel.finish_request', [=> function () {
  1010.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1011.         }, => 'onKernelFinishRequest'], 0);
  1012.         $instance->addListener('kernel.request', [=> function () {
  1013.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1014.         }, => 'onKernelRequest'], 256);
  1015.         $instance->addListener('kernel.response', [=> function () {
  1016.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1017.         }, => 'onResponse'], -255);
  1018.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1019.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1020.         }, => 'onControllerArguments'], 0);
  1021.         $instance->addListener('kernel.exception', [=> function () {
  1022.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1023.         }, => 'logKernelException'], 0);
  1024.         $instance->addListener('kernel.exception', [=> function () {
  1025.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1026.         }, => 'onKernelException'], -128);
  1027.         $instance->addListener('kernel.request', [=> function () {
  1028.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1029.         }, => 'onKernelRequest'], 15);
  1030.         $instance->addListener('kernel.finish_request', [=> function () {
  1031.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1032.         }, => 'onKernelFinishRequest'], -15);
  1033.         $instance->addListener('console.error', [=> function () {
  1034.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1035.         }, => 'onConsoleError'], -128);
  1036.         $instance->addListener('console.terminate', [=> function () {
  1037.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1038.         }, => 'onConsoleTerminate'], -128);
  1039.         $instance->addListener('console.error', [=> function () {
  1040.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1041.         }, => 'onConsoleError'], 0);
  1042.         $instance->addListener('kernel.request', [=> function () {
  1043.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1044.         }, => 'onKernelRequest'], 128);
  1045.         $instance->addListener('kernel.response', [=> function () {
  1046.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1047.         }, => 'onKernelResponse'], -1000);
  1048.         $instance->addListener('kernel.finish_request', [=> function () {
  1049.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1050.         }, => 'onFinishRequest'], 0);
  1051.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1052.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  1053.         }, => 'onMessageFailed'], 100);
  1054.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1055.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1056.         }, => 'onWorkerStarted'], 0);
  1057.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1058.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1059.         }, => 'onWorkerRunning'], 0);
  1060.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1061.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1062.         }, => 'onMessage'], -255);
  1063.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1064.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1065.         }, => 'onMessage'], -255);
  1066.         $instance->addListener('kernel.response', [=> function () {
  1067.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1068.         }, => 'onKernelResponse'], -100);
  1069.         $instance->addListener('kernel.exception', [=> function () {
  1070.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1071.         }, => 'onKernelException'], 0);
  1072.         $instance->addListener('kernel.terminate', [=> function () {
  1073.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1074.         }, => 'onKernelTerminate'], -1024);
  1075.         $instance->addListener('kernel.controller', [=> function () {
  1076.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1077.         }, => 'onKernelController'], 0);
  1078.         $instance->addListener('kernel.response', [=> function () {
  1079.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1080.         }, => 'onKernelResponse'], 0);
  1081.         $instance->addListener('kernel.request', [=> function () {
  1082.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1083.         }, => 'configure'], 2048);
  1084.         $instance->addListener('console.command', [=> function () {
  1085.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1086.         }, => 'configure'], 2048);
  1087.         $instance->addListener('kernel.request', [=> function () {
  1088.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1089.         }, => 'onKernelRequest'], 32);
  1090.         $instance->addListener('kernel.finish_request', [=> function () {
  1091.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1092.         }, => 'onKernelFinishRequest'], 0);
  1093.         $instance->addListener('kernel.exception', [=> function () {
  1094.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1095.         }, => 'onKernelException'], -64);
  1096.         $instance->addListener('kernel.response', [=> function () {
  1097.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1098.         }, => 'onKernelResponse'], 0);
  1099.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1100.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1101.         }, => 'onMessage'], 0);
  1102.         $instance->addListener('kernel.response', [=> function () {
  1103.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1104.         }, => 'onKernelResponse'], -128);
  1105.         $instance->addListener('console.command', [=> function () {
  1106.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1107.         }, => 'onCommand'], 255);
  1108.         $instance->addListener('console.terminate', [=> function () {
  1109.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1110.         }, => 'onTerminate'], -255);
  1111.         $instance->addListener('console.command', [=> function () {
  1112.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1113.         }, => 'configure'], 1024);
  1114.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1115.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1116.         }, => 'onWorkerMessageHandled'], 0);
  1117.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1118.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  1119.         }, => 'onWorkerMessageFailed'], 0);
  1120.         $instance->addListener('kernel.controller', [=> function () {
  1121.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1122.         }, => 'onKernelController'], 0);
  1123.         $instance->addListener('kernel.controller', [=> function () {
  1124.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1125.         }, => 'onKernelController'], 0);
  1126.         $instance->addListener('kernel.controller', [=> function () {
  1127.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1128.         }, => 'onKernelController'], -128);
  1129.         $instance->addListener('kernel.view', [=> function () {
  1130.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1131.         }, => 'onKernelView'], 0);
  1132.         $instance->addListener('kernel.controller', [=> function () {
  1133.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1134.         }, => 'onKernelController'], 0);
  1135.         $instance->addListener('kernel.response', [=> function () {
  1136.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1137.         }, => 'onKernelResponse'], 0);
  1138.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1139.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1140.         }, => 'onKernelControllerArguments'], 0);
  1141.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1142.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1143.         }, => 'onKernelControllerArguments'], 0);
  1144.         $instance->addListener('kernel.response', [=> function () {
  1145.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1146.         }, => 'onKernelResponse'], 0);
  1147.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1148.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1149.         }, => 'onVoterVote'], 0);
  1150.         $instance->addListener('kernel.request', [=> function () {
  1151.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1152.         }, => 'configureLogoutUrlGenerator'], 8);
  1153.         $instance->addListener('kernel.request', [=> function () {
  1154.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1155.         }, => 'onKernelRequest'], 8);
  1156.         $instance->addListener('kernel.finish_request', [=> function () {
  1157.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1158.         }, => 'onKernelFinishRequest'], 0);
  1159.         $instance->addListener('console.error', [=> function () {
  1160.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1161.         }, => 'onConsoleError'], 0);
  1162.         $instance->addListener('console.terminate', [=> function () {
  1163.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1164.         }, => 'onConsoleTerminate'], 0);
  1165.         return $instance;
  1166.     }
  1167.     /**
  1168.      * Gets the public 'filesystem' shared service.
  1169.      *
  1170.      * @return \Symfony\Component\Filesystem\Filesystem
  1171.      */
  1172.     protected function getFilesystemService()
  1173.     {
  1174.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1175.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1176.     }
  1177.     /**
  1178.      * Gets the public 'form.factory' shared service.
  1179.      *
  1180.      * @return \Symfony\Component\Form\FormFactory
  1181.      */
  1182.     protected function getForm_FactoryService()
  1183.     {
  1184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1186.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1187.     }
  1188.     /**
  1189.      * Gets the public 'form.type.file' shared service.
  1190.      *
  1191.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1192.      */
  1193.     protected function getForm_Type_FileService()
  1194.     {
  1195.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1198.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1199.     }
  1200.     /**
  1201.      * Gets the public 'fos_rest.view_handler' shared service.
  1202.      *
  1203.      * @return \FOS\RestBundle\View\ViewHandler
  1204.      */
  1205.     protected function getFosRest_ViewHandlerService()
  1206.     {
  1207.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  1211.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/SymfonySerializerAdapter.php';
  1212.         return $this->services['fos_rest.view_handler'] = \FOS\RestBundle\View\ViewHandler::create(($this->services['router'] ?? $this->getRouterService()), new \FOS\RestBundle\Serializer\SymfonySerializerAdapter(($this->services['serializer'] ?? $this->getSerializerService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false], 400204false, ['serializeNullStrategy' => false]);
  1213.     }
  1214.     /**
  1215.      * Gets the public 'gesdinet.jwtrefreshtoken' shared service.
  1216.      *
  1217.      * @return \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken
  1218.      */
  1219.     protected function getGesdinet_JwtrefreshtokenService()
  1220.     {
  1221.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Service/RefreshToken.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  1223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  1224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Authenticator/RefreshTokenAuthenticator.php';
  1226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Provider/RefreshTokenProvider.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  1230.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  1231.         $b = new \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider($a);
  1232.         $b->setCustomUserProvider(($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService()));
  1233.         return $this->services['gesdinet.jwtrefreshtoken'] = new \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken(new \Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'refresh_token'), $b, ($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), ($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), $a2592000'api'false, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1234.     }
  1235.     /**
  1236.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_manager' shared service.
  1237.      *
  1238.      * @return \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager
  1239.      */
  1240.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()
  1241.     {
  1242.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManagerInterface.php';
  1243.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManager.php';
  1244.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php';
  1245.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] = new \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken');
  1246.     }
  1247.     /**
  1248.      * Gets the public 'http_kernel' shared service.
  1249.      *
  1250.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1251.      */
  1252.     protected function getHttpKernelService()
  1253.     {
  1254.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1255.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1256.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1257.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1258.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1259.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1260.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1261.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1262.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1263.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1264.         }, 8)), $a));
  1265.     }
  1266.     /**
  1267.      * Gets the public 'lexik_jwt_authentication.check_config_command' shared service.
  1268.      *
  1269.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  1270.      */
  1271.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  1272.     {
  1273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1274.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  1275.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1276.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1277.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1278.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1279.         $this->services['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE')))), 'RS256');
  1280.         $instance->setName('lexik:jwt:check-config');
  1281.         return $instance;
  1282.     }
  1283.     /**
  1284.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  1285.      *
  1286.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  1287.      */
  1288.     protected function getLexikJwtAuthentication_EncoderService()
  1289.     {
  1290.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  1291.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  1292.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  1293.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  1294.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  1295.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1296.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1297.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1298.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1299.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE')))), 'openssl''RS256'36000));
  1300.     }
  1301.     /**
  1302.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  1303.      *
  1304.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  1305.      */
  1306.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  1307.     {
  1308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1309.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  1310.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  1311.             yield => ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService());
  1312.         }, 1));
  1313.         $instance->setName('lexik:jwt:generate-token');
  1314.         return $instance;
  1315.     }
  1316.     /**
  1317.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  1318.      *
  1319.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  1320.      */
  1321.     protected function getLexikJwtAuthentication_JwtManagerService()
  1322.     {
  1323.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  1324.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  1325.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  1326.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  1327.         $instance->setUserIdentityField('username');
  1328.         return $instance;
  1329.     }
  1330.     /**
  1331.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  1332.      *
  1333.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  1334.      */
  1335.     protected function getLexikJwtAuthentication_KeyLoaderService()
  1336.     {
  1337.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1338.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1339.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1340.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1341.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'));
  1342.     }
  1343.     /**
  1344.      * Gets the public 'messenger.default_bus' shared service.
  1345.      *
  1346.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1347.      */
  1348.     protected function getMessenger_DefaultBusService()
  1349.     {
  1350.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1351.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  1352.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1353.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1354.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1355.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1356.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  1357.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  1358.         }, 7)));
  1359.     }
  1360.     /**
  1361.      * Gets the public 'profiler' shared service.
  1362.      *
  1363.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1364.      */
  1365.     protected function getProfilerService()
  1366.     {
  1367.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1368.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1369.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1370.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1371.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1372.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1373.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1374.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1375.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1376.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1377.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1378.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1379.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1380.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1381.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1382.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1383.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1384.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1385.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1386.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1387.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1388.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1389.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1390.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1391.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1392.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1393.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1394.         if ($this->has('kernel')) {
  1395.             $h->setKernel($b);
  1396.         }
  1397.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1398.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1399.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1400.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1401.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1402.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1403.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1404.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1405.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1406.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1407.         $instance->add($d);
  1408.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1409.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1410.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1411.         $instance->add($e);
  1412.         $instance->add($f);
  1413.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1414.         $instance->add($g);
  1415.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1416.         $instance->add($h);
  1417.         return $instance;
  1418.     }
  1419.     /**
  1420.      * Gets the public 'request_stack' shared service.
  1421.      *
  1422.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1423.      */
  1424.     protected function getRequestStackService()
  1425.     {
  1426.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1427.     }
  1428.     /**
  1429.      * Gets the public 'router' shared service.
  1430.      *
  1431.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1432.      */
  1433.     protected function getRouterService()
  1434.     {
  1435.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1436.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1437.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1438.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1439.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1440.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1441.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  1442.         ], [
  1443.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1444.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1445.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1446.         return $instance;
  1447.     }
  1448.     /**
  1449.      * Gets the public 'routing.loader' shared service.
  1450.      *
  1451.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  1452.      */
  1453.     protected function getRouting_LoaderService()
  1454.     {
  1455.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  1476.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  1477.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  1478.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1479.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  1480.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  1481.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  1482.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  1483.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  1484.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1485.             'kernel' => ['services''kernel''getKernelService'false],
  1486.         ], [
  1487.             'kernel' => 'App\\Kernel',
  1488.         ])));
  1489.         $a->addLoader($c);
  1490.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  1491.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  1492.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true]);
  1493.     }
  1494.     /**
  1495.      * Gets the public 'security.authentication_utils' shared service.
  1496.      *
  1497.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  1498.      */
  1499.     protected function getSecurity_AuthenticationUtilsService()
  1500.     {
  1501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  1502.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1503.     }
  1504.     /**
  1505.      * Gets the public 'security.authorization_checker' shared service.
  1506.      *
  1507.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1508.      */
  1509.     protected function getSecurity_AuthorizationCheckerService()
  1510.     {
  1511.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1512.     }
  1513.     /**
  1514.      * Gets the public 'security.csrf.token_manager' shared service.
  1515.      *
  1516.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1517.      */
  1518.     protected function getSecurity_Csrf_TokenManagerService()
  1519.     {
  1520.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1521.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1522.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1524.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1525.     }
  1526.     /**
  1527.      * Gets the public 'security.password_encoder' shared service.
  1528.      *
  1529.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1530.      */
  1531.     protected function getSecurity_PasswordEncoderService()
  1532.     {
  1533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  1534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  1535.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1536.     }
  1537.     /**
  1538.      * Gets the public 'security.token_storage' shared service.
  1539.      *
  1540.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1541.      */
  1542.     protected function getSecurity_TokenStorageService()
  1543.     {
  1544.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1545.             'session' => ['services''session''getSessionService'false],
  1546.         ], [
  1547.             'session' => '?',
  1548.         ]));
  1549.     }
  1550.     /**
  1551.      * Gets the public 'serializer' shared service.
  1552.      *
  1553.      * @return \Symfony\Component\Serializer\Serializer
  1554.      */
  1555.     protected function getSerializerService()
  1556.     {
  1557.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1558.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1559.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1560.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1562.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1563.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1565.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1566.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1567.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  1568.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1569.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1570.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1571.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1572.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1573.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1574.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1575.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1576.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1577.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  1578.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  1579.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  1580.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1581.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1582.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1583.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1584.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1585.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  1586.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  1587.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  1588.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1589.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1590.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1591.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1592.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1593.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1594.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  1595.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $b), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($a$b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1596.     }
  1597.     /**
  1598.      * Gets the public 'services_resetter' shared service.
  1599.      *
  1600.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  1601.      */
  1602.     protected function getServicesResetterService()
  1603.     {
  1604.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  1605.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  1606.             if (isset($this->services['cache.app'])) {
  1607.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  1608.             }
  1609.             if (isset($this->services['cache.system'])) {
  1610.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  1611.             }
  1612.             if (isset($this->privates['cache.validator'])) {
  1613.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  1614.             }
  1615.             if (isset($this->privates['cache.serializer'])) {
  1616.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  1617.             }
  1618.             if (isset($this->privates['cache.annotations'])) {
  1619.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  1620.             }
  1621.             if (isset($this->privates['cache.property_info'])) {
  1622.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  1623.             }
  1624.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  1625.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  1626.             }
  1627.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  1628.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  1629.             }
  1630.             if (false) {
  1631.                 yield 'messenger.transport.in_memory.factory' => null;
  1632.             }
  1633.             if (isset($this->services['profiler'])) {
  1634.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  1635.             }
  1636.             if (isset($this->services['validator'])) {
  1637.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  1638.             }
  1639.             if (isset($this->privates['debug.stopwatch'])) {
  1640.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  1641.             }
  1642.             if (isset($this->services['event_dispatcher'])) {
  1643.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  1644.             }
  1645.             if (isset($this->privates['monolog.handler.main'])) {
  1646.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  1647.             }
  1648.             if (isset($this->privates['monolog.handler.console'])) {
  1649.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  1650.             }
  1651.             if (isset($this->services['doctrine'])) {
  1652.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  1653.             }
  1654.             if (isset($this->privates['form.type.entity'])) {
  1655.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  1656.             }
  1657.             if (isset($this->services['security.token_storage'])) {
  1658.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  1659.             }
  1660.             if (isset($this->privates['cache.security_expression_language'])) {
  1661.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  1662.             }
  1663.             if (isset($this->services['fos_rest.view_handler'])) {
  1664.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  1665.             }
  1666.         }, function () {
  1667.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (false) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['fos_rest.view_handler']));
  1668.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset']]);
  1669.     }
  1670.     /**
  1671.      * Gets the public 'session' shared service.
  1672.      *
  1673.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1674.      */
  1675.     protected function getSessionService()
  1676.     {
  1677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1678.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1679.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  1680.     }
  1681.     /**
  1682.      * Gets the public 'translator' shared service.
  1683.      *
  1684.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1685.      */
  1686.     protected function getTranslatorService()
  1687.     {
  1688.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1689.     }
  1690.     /**
  1691.      * Gets the public 'twig' shared service.
  1692.      *
  1693.      * @return \Twig\Environment
  1694.      */
  1695.     protected function getTwigService()
  1696.     {
  1697.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1698.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1699.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1700.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1701.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1702.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1703.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1704.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1705.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1706.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1707.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1708.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1709.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1710.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1711.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1712.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1713.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1714.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1715.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1716.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1717.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1718.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1719.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1720.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1721.         $f->setEnvironment('dev');
  1722.         $f->setDebug(true);
  1723.         if ($this->has('security.token_storage')) {
  1724.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1725.         }
  1726.         if ($this->has('request_stack')) {
  1727.             $f->setRequestStack($c);
  1728.         }
  1729.         $g = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1730.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1731.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1732.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  1733.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), [])));
  1734.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1735.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1736.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1737.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1738.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1739.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1740.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1741.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  1742.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  1743.         $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())));
  1744.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1745.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1746.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1747.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1748.         $instance->addGlobal('app'$f);
  1749.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1750.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1751.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1752.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1753.         ], [
  1754.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1755.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1756.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1757.         ])));
  1758.         $instance->registerUndefinedFilterCallback([=> $g=> 'suggestFilter']);
  1759.         $instance->registerUndefinedFunctionCallback([=> $g=> 'suggestFunction']);
  1760.         $instance->registerUndefinedTokenParserCallback([=> $g=> 'suggestTag']);
  1761.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1762.         return $instance;
  1763.     }
  1764.     /**
  1765.      * Gets the public 'validator' shared service.
  1766.      *
  1767.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1768.      */
  1769.     protected function getValidatorService()
  1770.     {
  1771.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1772.     }
  1773.     /**
  1774.      * Gets the public 'var_dumper.cloner' shared service.
  1775.      *
  1776.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1777.      */
  1778.     protected function getVarDumper_ClonerService()
  1779.     {
  1780.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1781.         $instance->setMaxItems(2500);
  1782.         $instance->setMinDepth(1);
  1783.         $instance->setMaxString(-1);
  1784.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1785.         return $instance;
  1786.     }
  1787.     /**
  1788.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  1789.      *
  1790.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  1791.      */
  1792.     protected function getWebProfiler_Controller_ExceptionPanelService()
  1793.     {
  1794.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  1795.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  1796.     }
  1797.     /**
  1798.      * Gets the public 'web_profiler.controller.profiler' shared service.
  1799.      *
  1800.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  1801.      */
  1802.     protected function getWebProfiler_Controller_ProfilerService()
  1803.     {
  1804.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  1805.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  1806.     }
  1807.     /**
  1808.      * Gets the public 'web_profiler.controller.router' shared service.
  1809.      *
  1810.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  1811.      */
  1812.     protected function getWebProfiler_Controller_RouterService()
  1813.     {
  1814.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  1815.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()));
  1816.     }
  1817.     /**
  1818.      * Gets the private '.debug.http_client' shared service.
  1819.      *
  1820.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1821.      */
  1822.     protected function get_Debug_HttpClientService()
  1823.     {
  1824.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1825.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1826.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1827.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1828.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1829.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1830.         $a->setLogger($b);
  1831.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  1832.     }
  1833.     /**
  1834.      * Gets the private '.errored..service_locator.4Gjrb8p.App\Entity\JobOffer' shared service.
  1835.      *
  1836.      * @return \App\Entity\JobOffer
  1837.      */
  1838.     protected function getJobOfferService()
  1839.     {
  1840.         $this->throw('Cannot autowire service ".service_locator.4Gjrb8p": it references class "App\\Entity\\JobOffer" but no such service exists.');
  1841.     }
  1842.     /**
  1843.      * Gets the private '.errored..service_locator.NE3fyJ0.App\Entity\JobOffer' shared service.
  1844.      *
  1845.      * @return \App\Entity\JobOffer
  1846.      */
  1847.     protected function getJobOffer2Service()
  1848.     {
  1849.         $this->throw('Cannot autowire service ".service_locator.NE3fyJ0": it references class "App\\Entity\\JobOffer" but no such service exists.');
  1850.     }
  1851.     /**
  1852.      * Gets the private '.errored..service_locator.VSuq4vZ.App\Entity\JobOffer' shared service.
  1853.      *
  1854.      * @return \App\Entity\JobOffer
  1855.      */
  1856.     protected function getJobOffer3Service()
  1857.     {
  1858.         $this->throw('Cannot autowire service ".service_locator.VSuq4vZ": it references class "App\\Entity\\JobOffer" but no such service exists.');
  1859.     }
  1860.     /**
  1861.      * Gets the private '.errored..service_locator.zaPkb5x.App\Entity\JobOffer' shared service.
  1862.      *
  1863.      * @return \App\Entity\JobOffer
  1864.      */
  1865.     protected function getJobOffer4Service()
  1866.     {
  1867.         $this->throw('Cannot autowire service ".service_locator.zaPkb5x": it references class "App\\Entity\\JobOffer" but no such service exists.');
  1868.     }
  1869.     /**
  1870.      * Gets the private '.messenger.handler_descriptor.XZowc.T' shared service.
  1871.      *
  1872.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  1873.      */
  1874.     protected function get_Messenger_HandlerDescriptor_XZowc_TService()
  1875.     {
  1876.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  1877.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  1878.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  1879.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  1881.         return $this->privates['.messenger.handler_descriptor.XZowc.T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler((new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  1882.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  1883.         }, 1)))->fromStrings([])), []);
  1884.     }
  1885.     /**
  1886.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  1887.      *
  1888.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  1889.      */
  1890.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  1891.     {
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  1893.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  1894.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService())), []);
  1895.     }
  1896.     /**
  1897.      * Gets the private '.messenger.handler_descriptor.vMw0m61' shared service.
  1898.      *
  1899.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  1900.      */
  1901.     protected function get_Messenger_HandlerDescriptor_VMw0m61Service()
  1902.     {
  1903.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  1905.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  1908.         return $this->privates['.messenger.handler_descriptor.vMw0m61'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler((new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  1909.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  1910.         }, 1)))->fromStrings([])), []);
  1911.     }
  1912.     /**
  1913.      * Gets the private '.service_locator.2uGQgTZ' shared service.
  1914.      *
  1915.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1916.      */
  1917.     protected function get_ServiceLocator_2uGQgTZService()
  1918.     {
  1919.         return $this->privates['.service_locator.2uGQgTZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1920.             'jobOfferRepository' => ['privates''App\\Repository\\JobOfferRepository''getJobOfferRepositoryService'false],
  1921.             'normalizer' => ['services''serializer''getSerializerService'false],
  1922.         ], [
  1923.             'jobOfferRepository' => 'App\\Repository\\JobOfferRepository',
  1924.             'normalizer' => '?',
  1925.         ]);
  1926.     }
  1927.     /**
  1928.      * Gets the private '.service_locator.4Gjrb8p' shared service.
  1929.      *
  1930.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1931.      */
  1932.     protected function get_ServiceLocator_4Gjrb8pService()
  1933.     {
  1934.         return $this->privates['.service_locator.4Gjrb8p'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1935.             'captchaService' => ['privates''App\\Services\\CaptchaService''getCaptchaServiceService'false],
  1936.             'emailService' => ['privates''App\\Services\\EmailService''getEmailServiceService'false],
  1937.             'jobOffer' => ['privates''.errored..service_locator.4Gjrb8p.App\\Entity\\JobOffer'NULL'Cannot autowire service ".service_locator.4Gjrb8p": it references class "App\\Entity\\JobOffer" but no such service exists.'],
  1938.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  1939.             'uploadService' => ['privates''App\\Services\\UploadService''getUploadServiceService'false],
  1940.             'validator' => ['services''validator''getValidatorService'false],
  1941.         ], [
  1942.             'captchaService' => 'App\\Services\\CaptchaService',
  1943.             'emailService' => 'App\\Services\\EmailService',
  1944.             'jobOffer' => 'App\\Entity\\JobOffer',
  1945.             'manager' => '?',
  1946.             'uploadService' => 'App\\Services\\UploadService',
  1947.             'validator' => '?',
  1948.         ]);
  1949.     }
  1950.     /**
  1951.      * Gets the private '.service_locator.54vvj1t' shared service.
  1952.      *
  1953.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1954.      */
  1955.     protected function get_ServiceLocator_54vvj1tService()
  1956.     {
  1957.         return $this->privates['.service_locator.54vvj1t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1958.             'newsletterRepository' => ['privates''App\\Repository\\NewsletterRepository''getNewsletterRepositoryService'false],
  1959.             'normalizer' => ['services''serializer''getSerializerService'false],
  1960.         ], [
  1961.             'newsletterRepository' => 'App\\Repository\\NewsletterRepository',
  1962.             'normalizer' => '?',
  1963.         ]);
  1964.     }
  1965.     /**
  1966.      * Gets the private '.service_locator.E6XrPFk' shared service.
  1967.      *
  1968.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1969.      */
  1970.     protected function get_ServiceLocator_E6XrPFkService()
  1971.     {
  1972.         return $this->privates['.service_locator.E6XrPFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1973.             'captchaService' => ['privates''App\\Services\\CaptchaService''getCaptchaServiceService'false],
  1974.             'emailService' => ['privates''App\\Services\\EmailService''getEmailServiceService'false],
  1975.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  1976.             'validator' => ['services''validator''getValidatorService'false],
  1977.         ], [
  1978.             'captchaService' => 'App\\Services\\CaptchaService',
  1979.             'emailService' => 'App\\Services\\EmailService',
  1980.             'manager' => '?',
  1981.             'validator' => '?',
  1982.         ]);
  1983.     }
  1984.     /**
  1985.      * Gets the private '.service_locator.NE3fyJ0' shared service.
  1986.      *
  1987.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1988.      */
  1989.     protected function get_ServiceLocator_NE3fyJ0Service()
  1990.     {
  1991.         return $this->privates['.service_locator.NE3fyJ0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1992.             'jobOffer' => ['privates''.errored..service_locator.NE3fyJ0.App\\Entity\\JobOffer'NULL'Cannot autowire service ".service_locator.NE3fyJ0": it references class "App\\Entity\\JobOffer" but no such service exists.'],
  1993.             'normalizer' => ['services''serializer''getSerializerService'false],
  1994.         ], [
  1995.             'jobOffer' => 'App\\Entity\\JobOffer',
  1996.             'normalizer' => '?',
  1997.         ]);
  1998.     }
  1999.     /**
  2000.      * Gets the private '.service_locator.R5EK4Ca' shared service.
  2001.      *
  2002.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2003.      */
  2004.     protected function get_ServiceLocator_R5EK4CaService()
  2005.     {
  2006.         return $this->privates['.service_locator.R5EK4Ca'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2007.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2008.             'validator' => ['services''validator''getValidatorService'false],
  2009.         ], [
  2010.             'manager' => '?',
  2011.             'validator' => '?',
  2012.         ]);
  2013.     }
  2014.     /**
  2015.      * Gets the private '.service_locator.TH7Bnjq' shared service.
  2016.      *
  2017.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2018.      */
  2019.     protected function get_ServiceLocator_TH7BnjqService()
  2020.     {
  2021.         return $this->privates['.service_locator.TH7Bnjq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2022.             'App\\Controller\\ContactEmailController::getContactsEmail' => ['privates''.service_locator.lOniZP3''get_ServiceLocator_LOniZP3Service'false],
  2023.             'App\\Controller\\ContactEmailController::postContactEmail' => ['privates''.service_locator.rZKx0Ld''get_ServiceLocator_RZKx0LdService'false],
  2024.             'App\\Controller\\JobOfferController::deleteFocusJob' => ['privates''.service_locator.zaPkb5x''get_ServiceLocator_ZaPkb5xService'false],
  2025.             'App\\Controller\\JobOfferController::getJobsOffer' => ['privates''.service_locator.2uGQgTZ''get_ServiceLocator_2uGQgTZService'false],
  2026.             'App\\Controller\\JobOfferController::getJobsOfferHome' => ['privates''.service_locator.2uGQgTZ''get_ServiceLocator_2uGQgTZService'false],
  2027.             'App\\Controller\\JobOfferController::postJobsActivated' => ['privates''.service_locator.VSuq4vZ''get_ServiceLocator_VSuq4vZService'false],
  2028.             'App\\Controller\\JobOfferController::postJobsEdition' => ['privates''.service_locator.VSuq4vZ''get_ServiceLocator_VSuq4vZService'false],
  2029.             'App\\Controller\\JobOfferController::postJobsNew' => ['privates''.service_locator.R5EK4Ca''get_ServiceLocator_R5EK4CaService'false],
  2030.             'App\\Controller\\JobOfferEmailController::getJobsOfferEmail' => ['privates''.service_locator.NE3fyJ0''get_ServiceLocator_NE3fyJ0Service'false],
  2031.             'App\\Controller\\JobOfferEmailController::postJobsOfferEmail' => ['privates''.service_locator.4Gjrb8p''get_ServiceLocator_4Gjrb8pService'false],
  2032.             'App\\Controller\\NewsletterController::getJobsOfferHome' => ['privates''.service_locator.54vvj1t''get_ServiceLocator_54vvj1tService'false],
  2033.             'App\\Controller\\NewsletterController::postNewsletter' => ['privates''.service_locator.E6XrPFk''get_ServiceLocator_E6XrPFkService'false],
  2034.             'App\\Controller\\SecurityController::api_login' => ['privates''.service_locator.qj1XXaZ''get_ServiceLocator_Qj1XXaZService'false],
  2035.             'App\\Controller\\SecurityController::getAccount' => ['privates''.service_locator.lkyazt2''get_ServiceLocator_Lkyazt2Service'false],
  2036.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.q6jLs_L''get_ServiceLocator_Q6jLsLService'false],
  2037.             'App\\Controller\\ContactEmailController:getContactsEmail' => ['privates''.service_locator.lOniZP3''get_ServiceLocator_LOniZP3Service'false],
  2038.             'App\\Controller\\ContactEmailController:postContactEmail' => ['privates''.service_locator.rZKx0Ld''get_ServiceLocator_RZKx0LdService'false],
  2039.             'App\\Controller\\JobOfferController:deleteFocusJob' => ['privates''.service_locator.zaPkb5x''get_ServiceLocator_ZaPkb5xService'false],
  2040.             'App\\Controller\\JobOfferController:getJobsOffer' => ['privates''.service_locator.2uGQgTZ''get_ServiceLocator_2uGQgTZService'false],
  2041.             'App\\Controller\\JobOfferController:getJobsOfferHome' => ['privates''.service_locator.2uGQgTZ''get_ServiceLocator_2uGQgTZService'false],
  2042.             'App\\Controller\\JobOfferController:postJobsActivated' => ['privates''.service_locator.VSuq4vZ''get_ServiceLocator_VSuq4vZService'false],
  2043.             'App\\Controller\\JobOfferController:postJobsEdition' => ['privates''.service_locator.VSuq4vZ''get_ServiceLocator_VSuq4vZService'false],
  2044.             'App\\Controller\\JobOfferController:postJobsNew' => ['privates''.service_locator.R5EK4Ca''get_ServiceLocator_R5EK4CaService'false],
  2045.             'App\\Controller\\JobOfferEmailController:getJobsOfferEmail' => ['privates''.service_locator.NE3fyJ0''get_ServiceLocator_NE3fyJ0Service'false],
  2046.             'App\\Controller\\JobOfferEmailController:postJobsOfferEmail' => ['privates''.service_locator.4Gjrb8p''get_ServiceLocator_4Gjrb8pService'false],
  2047.             'App\\Controller\\NewsletterController:getJobsOfferHome' => ['privates''.service_locator.54vvj1t''get_ServiceLocator_54vvj1tService'false],
  2048.             'App\\Controller\\NewsletterController:postNewsletter' => ['privates''.service_locator.E6XrPFk''get_ServiceLocator_E6XrPFkService'false],
  2049.             'App\\Controller\\SecurityController:api_login' => ['privates''.service_locator.qj1XXaZ''get_ServiceLocator_Qj1XXaZService'false],
  2050.             'App\\Controller\\SecurityController:getAccount' => ['privates''.service_locator.lkyazt2''get_ServiceLocator_Lkyazt2Service'false],
  2051.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.q6jLs_L''get_ServiceLocator_Q6jLsLService'false],
  2052.         ], [
  2053.             'App\\Controller\\ContactEmailController::getContactsEmail' => '?',
  2054.             'App\\Controller\\ContactEmailController::postContactEmail' => '?',
  2055.             'App\\Controller\\JobOfferController::deleteFocusJob' => '?',
  2056.             'App\\Controller\\JobOfferController::getJobsOffer' => '?',
  2057.             'App\\Controller\\JobOfferController::getJobsOfferHome' => '?',
  2058.             'App\\Controller\\JobOfferController::postJobsActivated' => '?',
  2059.             'App\\Controller\\JobOfferController::postJobsEdition' => '?',
  2060.             'App\\Controller\\JobOfferController::postJobsNew' => '?',
  2061.             'App\\Controller\\JobOfferEmailController::getJobsOfferEmail' => '?',
  2062.             'App\\Controller\\JobOfferEmailController::postJobsOfferEmail' => '?',
  2063.             'App\\Controller\\NewsletterController::getJobsOfferHome' => '?',
  2064.             'App\\Controller\\NewsletterController::postNewsletter' => '?',
  2065.             'App\\Controller\\SecurityController::api_login' => '?',
  2066.             'App\\Controller\\SecurityController::getAccount' => '?',
  2067.             'App\\Controller\\SecurityController::login' => '?',
  2068.             'App\\Controller\\ContactEmailController:getContactsEmail' => '?',
  2069.             'App\\Controller\\ContactEmailController:postContactEmail' => '?',
  2070.             'App\\Controller\\JobOfferController:deleteFocusJob' => '?',
  2071.             'App\\Controller\\JobOfferController:getJobsOffer' => '?',
  2072.             'App\\Controller\\JobOfferController:getJobsOfferHome' => '?',
  2073.             'App\\Controller\\JobOfferController:postJobsActivated' => '?',
  2074.             'App\\Controller\\JobOfferController:postJobsEdition' => '?',
  2075.             'App\\Controller\\JobOfferController:postJobsNew' => '?',
  2076.             'App\\Controller\\JobOfferEmailController:getJobsOfferEmail' => '?',
  2077.             'App\\Controller\\JobOfferEmailController:postJobsOfferEmail' => '?',
  2078.             'App\\Controller\\NewsletterController:getJobsOfferHome' => '?',
  2079.             'App\\Controller\\NewsletterController:postNewsletter' => '?',
  2080.             'App\\Controller\\SecurityController:api_login' => '?',
  2081.             'App\\Controller\\SecurityController:getAccount' => '?',
  2082.             'App\\Controller\\SecurityController:login' => '?',
  2083.         ]);
  2084.     }
  2085.     /**
  2086.      * Gets the private '.service_locator.VSuq4vZ' shared service.
  2087.      *
  2088.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2089.      */
  2090.     protected function get_ServiceLocator_VSuq4vZService()
  2091.     {
  2092.         return $this->privates['.service_locator.VSuq4vZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2093.             'jobOffer' => ['privates''.errored..service_locator.VSuq4vZ.App\\Entity\\JobOffer'NULL'Cannot autowire service ".service_locator.VSuq4vZ": it references class "App\\Entity\\JobOffer" but no such service exists.'],
  2094.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2095.             'validator' => ['services''validator''getValidatorService'false],
  2096.         ], [
  2097.             'jobOffer' => 'App\\Entity\\JobOffer',
  2098.             'manager' => '?',
  2099.             'validator' => '?',
  2100.         ]);
  2101.     }
  2102.     /**
  2103.      * Gets the private '.service_locator.lOniZP3' shared service.
  2104.      *
  2105.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2106.      */
  2107.     protected function get_ServiceLocator_LOniZP3Service()
  2108.     {
  2109.         return $this->privates['.service_locator.lOniZP3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2110.             'contactEmailRepository' => ['privates''App\\Repository\\ContactEmailRepository''getContactEmailRepositoryService'false],
  2111.             'normalizer' => ['services''serializer''getSerializerService'false],
  2112.         ], [
  2113.             'contactEmailRepository' => 'App\\Repository\\ContactEmailRepository',
  2114.             'normalizer' => '?',
  2115.         ]);
  2116.     }
  2117.     /**
  2118.      * Gets the private '.service_locator.lkyazt2' shared service.
  2119.      *
  2120.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2121.      */
  2122.     protected function get_ServiceLocator_Lkyazt2Service()
  2123.     {
  2124.         return $this->privates['.service_locator.lkyazt2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2125.             'authenticator' => ['privates''App\\Security\\LoginFormAuthenticator''getLoginFormAuthenticatorService'false],
  2126.             'storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2127.             'userProvider' => ['privates''security.user.provider.concrete.users''getSecurity_User_Provider_Concrete_UsersService'false],
  2128.         ], [
  2129.             'authenticator' => 'App\\Security\\LoginFormAuthenticator',
  2130.             'storage' => '?',
  2131.             'userProvider' => '?',
  2132.         ]);
  2133.     }
  2134.     /**
  2135.      * Gets the private '.service_locator.pNNo5z3' shared service.
  2136.      *
  2137.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2138.      */
  2139.     protected function get_ServiceLocator_PNNo5z3Service()
  2140.     {
  2141.         return $this->privates['.service_locator.pNNo5z3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2142.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2143.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  2144.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2145.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2146.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2147.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2148.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2149.             'router' => ['services''router''getRouterService'false],
  2150.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  2151.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  2152.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  2153.             'serializer' => ['services''serializer''getSerializerService'false],
  2154.             'session' => ['services''session''getSessionService'false],
  2155.             'twig' => ['services''twig''getTwigService'false],
  2156.         ], [
  2157.             'doctrine' => '?',
  2158.             'form.factory' => '?',
  2159.             'http_kernel' => '?',
  2160.             'message_bus' => '?',
  2161.             'messenger.default_bus' => '?',
  2162.             'parameter_bag' => '?',
  2163.             'request_stack' => '?',
  2164.             'router' => '?',
  2165.             'security.authorization_checker' => '?',
  2166.             'security.csrf.token_manager' => '?',
  2167.             'security.token_storage' => '?',
  2168.             'serializer' => '?',
  2169.             'session' => '?',
  2170.             'twig' => '?',
  2171.         ]);
  2172.     }
  2173.     /**
  2174.      * Gets the private '.service_locator.q6jLs_L' shared service.
  2175.      *
  2176.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2177.      */
  2178.     protected function get_ServiceLocator_Q6jLsLService()
  2179.     {
  2180.         return $this->privates['.service_locator.q6jLs_L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2181.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  2182.         ], [
  2183.             'authenticationUtils' => '?',
  2184.         ]);
  2185.     }
  2186.     /**
  2187.      * Gets the private '.service_locator.qj1XXaZ' shared service.
  2188.      *
  2189.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2190.      */
  2191.     protected function get_ServiceLocator_Qj1XXaZService()
  2192.     {
  2193.         return $this->privates['.service_locator.qj1XXaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2194.             'captchaService' => ['privates''App\\Services\\CaptchaService''getCaptchaServiceService'false],
  2195.         ], [
  2196.             'captchaService' => 'App\\Services\\CaptchaService',
  2197.         ]);
  2198.     }
  2199.     /**
  2200.      * Gets the private '.service_locator.rZKx0Ld' shared service.
  2201.      *
  2202.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2203.      */
  2204.     protected function get_ServiceLocator_RZKx0LdService()
  2205.     {
  2206.         return $this->privates['.service_locator.rZKx0Ld'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2207.             'captchaService' => ['privates''App\\Services\\CaptchaService''getCaptchaServiceService'false],
  2208.             'emailService' => ['privates''App\\Services\\EmailService''getEmailServiceService'false],
  2209.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2210.             'uploadService' => ['privates''App\\Services\\UploadService''getUploadServiceService'false],
  2211.             'validator' => ['services''validator''getValidatorService'false],
  2212.         ], [
  2213.             'captchaService' => 'App\\Services\\CaptchaService',
  2214.             'emailService' => 'App\\Services\\EmailService',
  2215.             'manager' => '?',
  2216.             'uploadService' => 'App\\Services\\UploadService',
  2217.             'validator' => '?',
  2218.         ]);
  2219.     }
  2220.     /**
  2221.      * Gets the private '.service_locator.zaPkb5x' shared service.
  2222.      *
  2223.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2224.      */
  2225.     protected function get_ServiceLocator_ZaPkb5xService()
  2226.     {
  2227.         return $this->privates['.service_locator.zaPkb5x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2228.             'jobOffer' => ['privates''.errored..service_locator.zaPkb5x.App\\Entity\\JobOffer'NULL'Cannot autowire service ".service_locator.zaPkb5x": it references class "App\\Entity\\JobOffer" but no such service exists.'],
  2229.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  2230.         ], [
  2231.             'jobOffer' => 'App\\Entity\\JobOffer',
  2232.             'manager' => '?',
  2233.         ]);
  2234.     }
  2235.     /**
  2236.      * Gets the private 'App\Repository\ContactEmailDocumentRepository' shared autowired service.
  2237.      *
  2238.      * @return \App\Repository\ContactEmailDocumentRepository
  2239.      */
  2240.     protected function getContactEmailDocumentRepositoryService()
  2241.     {
  2242.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2246.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2247.         include_once \dirname(__DIR__4).'/src/Repository/ContactEmailDocumentRepository.php';
  2248.         return $this->privates['App\\Repository\\ContactEmailDocumentRepository'] = new \App\Repository\ContactEmailDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2249.     }
  2250.     /**
  2251.      * Gets the private 'App\Repository\ContactEmailRepository' shared autowired service.
  2252.      *
  2253.      * @return \App\Repository\ContactEmailRepository
  2254.      */
  2255.     protected function getContactEmailRepositoryService()
  2256.     {
  2257.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2258.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2259.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2260.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2261.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2262.         include_once \dirname(__DIR__4).'/src/Repository/ContactEmailRepository.php';
  2263.         return $this->privates['App\\Repository\\ContactEmailRepository'] = new \App\Repository\ContactEmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2264.     }
  2265.     /**
  2266.      * Gets the private 'App\Repository\JobOfferEmailDocumentRepository' shared autowired service.
  2267.      *
  2268.      * @return \App\Repository\JobOfferEmailDocumentRepository
  2269.      */
  2270.     protected function getJobOfferEmailDocumentRepositoryService()
  2271.     {
  2272.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2273.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2274.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2275.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2276.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2277.         include_once \dirname(__DIR__4).'/src/Repository/JobOfferEmailDocumentRepository.php';
  2278.         return $this->privates['App\\Repository\\JobOfferEmailDocumentRepository'] = new \App\Repository\JobOfferEmailDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2279.     }
  2280.     /**
  2281.      * Gets the private 'App\Repository\JobOfferEmailRepository' shared autowired service.
  2282.      *
  2283.      * @return \App\Repository\JobOfferEmailRepository
  2284.      */
  2285.     protected function getJobOfferEmailRepositoryService()
  2286.     {
  2287.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2288.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2289.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2290.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2291.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2292.         include_once \dirname(__DIR__4).'/src/Repository/JobOfferEmailRepository.php';
  2293.         return $this->privates['App\\Repository\\JobOfferEmailRepository'] = new \App\Repository\JobOfferEmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2294.     }
  2295.     /**
  2296.      * Gets the private 'App\Repository\JobOfferRepository' shared autowired service.
  2297.      *
  2298.      * @return \App\Repository\JobOfferRepository
  2299.      */
  2300.     protected function getJobOfferRepositoryService()
  2301.     {
  2302.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2303.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2304.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2305.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2306.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2307.         include_once \dirname(__DIR__4).'/src/Repository/JobOfferRepository.php';
  2308.         return $this->privates['App\\Repository\\JobOfferRepository'] = new \App\Repository\JobOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2309.     }
  2310.     /**
  2311.      * Gets the private 'App\Repository\NewsletterRepository' shared autowired service.
  2312.      *
  2313.      * @return \App\Repository\NewsletterRepository
  2314.      */
  2315.     protected function getNewsletterRepositoryService()
  2316.     {
  2317.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2319.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2320.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2321.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2322.         include_once \dirname(__DIR__4).'/src/Repository/NewsletterRepository.php';
  2323.         return $this->privates['App\\Repository\\NewsletterRepository'] = new \App\Repository\NewsletterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2324.     }
  2325.     /**
  2326.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  2327.      *
  2328.      * @return \App\Repository\UserRepository
  2329.      */
  2330.     protected function getUserRepositoryService()
  2331.     {
  2332.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  2334.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  2335.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  2336.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  2337.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  2338.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2339.     }
  2340.     /**
  2341.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  2342.      *
  2343.      * @return \App\Security\LoginFormAuthenticator
  2344.      */
  2345.     protected function getLoginFormAuthenticatorService()
  2346.     {
  2347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  2348.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  2349.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  2350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  2352.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  2353.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  2354.     }
  2355.     /**
  2356.      * Gets the private 'App\Services\CaptchaService' shared autowired service.
  2357.      *
  2358.      * @return \App\Services\CaptchaService
  2359.      */
  2360.     protected function getCaptchaServiceService()
  2361.     {
  2362.         include_once \dirname(__DIR__4).'/src/Services/CaptchaService.php';
  2363.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php';
  2364.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php';
  2366.         return $this->privates['App\\Services\\CaptchaService'] = new \App\Services\CaptchaService(new \ReCaptcha\ReCaptcha($this->getEnv('GOOGLE_RECAPTCHA_SECRET'), new \ReCaptcha\RequestMethod\CurlPost()));
  2367.     }
  2368.     /**
  2369.      * Gets the private 'App\Services\EmailService' shared autowired service.
  2370.      *
  2371.      * @return \App\Services\EmailService
  2372.      */
  2373.     protected function getEmailServiceService()
  2374.     {
  2375.         include_once \dirname(__DIR__4).'/src/Services/EmailService.php';
  2376.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  2377.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  2378.         return $this->privates['App\\Services\\EmailService'] = new \App\Services\EmailService(new \Symfony\Component\Mailer\Mailer(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  2379.     }
  2380.     /**
  2381.      * Gets the private 'App\Services\UploadService' shared autowired service.
  2382.      *
  2383.      * @return \App\Services\UploadService
  2384.      */
  2385.     protected function getUploadServiceService()
  2386.     {
  2387.         include_once \dirname(__DIR__4).'/src/Services/UploadService.php';
  2388.         return $this->privates['App\\Services\\UploadService'] = new \App\Services\UploadService();
  2389.     }
  2390.     /**
  2391.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  2392.      *
  2393.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  2394.      */
  2395.     protected function getManagerRegistryAwareConnectionProviderService()
  2396.     {
  2397.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  2398.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  2399.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  2400.     }
  2401.     /**
  2402.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  2403.      *
  2404.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  2405.      */
  2406.     protected function getRunSqlCommandService()
  2407.     {
  2408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2409.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  2410.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  2411.         $instance->setName('dbal:run-sql');
  2412.         return $instance;
  2413.     }
  2414.     /**
  2415.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  2416.      *
  2417.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  2418.      */
  2419.     protected function getClearInvalidRefreshTokensCommandService()
  2420.     {
  2421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2422.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  2423.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  2424.         $instance->setName('gesdinet:jwt:clear');
  2425.         return $instance;
  2426.     }
  2427.     /**
  2428.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  2429.      *
  2430.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  2431.      */
  2432.     protected function getRevokeRefreshTokenCommandService()
  2433.     {
  2434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2435.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  2436.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  2437.         $instance->setName('gesdinet:jwt:revoke');
  2438.         return $instance;
  2439.     }
  2440.     /**
  2441.      * Gets the private 'annotations.cache' shared service.
  2442.      *
  2443.      * @return \Symfony\Component\Cache\DoctrineProvider
  2444.      */
  2445.     protected function getAnnotations_CacheService()
  2446.     {
  2447.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  2448.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  2449.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  2450.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  2455.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  2456.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  2457.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  2458.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  2459.     }
  2460.     /**
  2461.      * Gets the private 'annotations.cache_warmer' shared service.
  2462.      *
  2463.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  2464.      */
  2465.     protected function getAnnotations_CacheWarmerService()
  2466.     {
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  2468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  2470.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  2471.     }
  2472.     /**
  2473.      * Gets the private 'annotations.cached_reader' shared service.
  2474.      *
  2475.      * @return \Doctrine\Common\Annotations\CachedReader
  2476.      */
  2477.     protected function getAnnotations_CachedReaderService()
  2478.     {
  2479.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  2480.     }
  2481.     /**
  2482.      * Gets the private 'annotations.reader' shared service.
  2483.      *
  2484.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2485.      */
  2486.     protected function getAnnotations_ReaderService()
  2487.     {
  2488.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2489.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2490.         $a->registerUniqueLoader('class_exists');
  2491.         $instance->addGlobalIgnoredName('required'$a);
  2492.         return $instance;
  2493.     }
  2494.     /**
  2495.      * Gets the private 'cache.annotations' shared service.
  2496.      *
  2497.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2498.      */
  2499.     protected function getCache_AnnotationsService()
  2500.     {
  2501.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1OW9rwGEjU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2502.     }
  2503.     /**
  2504.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  2505.      *
  2506.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2507.      */
  2508.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  2509.     {
  2510.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2511.     }
  2512.     /**
  2513.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2514.      *
  2515.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2516.      */
  2517.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2518.     {
  2519.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2520.     }
  2521.     /**
  2522.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2523.      *
  2524.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2525.      */
  2526.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2527.     {
  2528.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2529.     }
  2530.     /**
  2531.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2532.      *
  2533.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2534.      */
  2535.     protected function getCache_Messenger_RestartWorkersSignalService()
  2536.     {
  2537.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('AjQhiKzaeb'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  2538.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2539.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2540.     }
  2541.     /**
  2542.      * Gets the private 'cache.property_info' shared service.
  2543.      *
  2544.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2545.      */
  2546.     protected function getCache_PropertyInfoService()
  2547.     {
  2548.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('V+9g59TQqS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2549.     }
  2550.     /**
  2551.      * Gets the private 'cache.security_expression_language' shared service.
  2552.      *
  2553.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2554.      */
  2555.     protected function getCache_SecurityExpressionLanguageService()
  2556.     {
  2557.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7MJ4yx7qfJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2558.     }
  2559.     /**
  2560.      * Gets the private 'cache.serializer' shared service.
  2561.      *
  2562.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2563.      */
  2564.     protected function getCache_SerializerService()
  2565.     {
  2566.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NH46hHwM+v'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2567.     }
  2568.     /**
  2569.      * Gets the private 'cache.validator' shared service.
  2570.      *
  2571.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2572.      */
  2573.     protected function getCache_ValidatorService()
  2574.     {
  2575.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oGi570WxXh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2576.     }
  2577.     /**
  2578.      * Gets the private 'config_cache_factory' shared service.
  2579.      *
  2580.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2581.      */
  2582.     protected function getConfigCacheFactoryService()
  2583.     {
  2584.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2585.             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)));
  2586.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2587.         }, 2));
  2588.     }
  2589.     /**
  2590.      * Gets the private 'console.command.about' shared service.
  2591.      *
  2592.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  2593.      */
  2594.     protected function getConsole_Command_AboutService()
  2595.     {
  2596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  2598.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  2599.         $instance->setName('about');
  2600.         return $instance;
  2601.     }
  2602.     /**
  2603.      * Gets the private 'console.command.assets_install' shared service.
  2604.      *
  2605.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  2606.      */
  2607.     protected function getConsole_Command_AssetsInstallService()
  2608.     {
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2612.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  2613.         $instance->setName('assets:install');
  2614.         return $instance;
  2615.     }
  2616.     /**
  2617.      * Gets the private 'console.command.cache_clear' shared service.
  2618.      *
  2619.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  2620.      */
  2621.     protected function getConsole_Command_CacheClearService()
  2622.     {
  2623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2624.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  2625.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2626.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  2627.         $instance->setName('cache:clear');
  2628.         return $instance;
  2629.     }
  2630.     /**
  2631.      * Gets the private 'console.command.cache_pool_clear' shared service.
  2632.      *
  2633.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  2634.      */
  2635.     protected function getConsole_Command_CachePoolClearService()
  2636.     {
  2637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2638.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  2639.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2640.         $instance->setName('cache:pool:clear');
  2641.         return $instance;
  2642.     }
  2643.     /**
  2644.      * Gets the private 'console.command.cache_pool_delete' shared service.
  2645.      *
  2646.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  2647.      */
  2648.     protected function getConsole_Command_CachePoolDeleteService()
  2649.     {
  2650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  2652.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  2653.         $instance->setName('cache:pool:delete');
  2654.         return $instance;
  2655.     }
  2656.     /**
  2657.      * Gets the private 'console.command.cache_pool_list' shared service.
  2658.      *
  2659.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  2660.      */
  2661.     protected function getConsole_Command_CachePoolListService()
  2662.     {
  2663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  2665.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'10 => 'cache.security_expression_language']);
  2666.         $instance->setName('cache:pool:list');
  2667.         return $instance;
  2668.     }
  2669.     /**
  2670.      * Gets the private 'console.command.cache_pool_prune' shared service.
  2671.      *
  2672.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  2673.      */
  2674.     protected function getConsole_Command_CachePoolPruneService()
  2675.     {
  2676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  2678.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  2679.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  2680.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  2681.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  2682.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  2683.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  2684.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  2685.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  2686.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  2687.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  2688.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  2689.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  2690.         }, 11));
  2691.         $instance->setName('cache:pool:prune');
  2692.         return $instance;
  2693.     }
  2694.     /**
  2695.      * Gets the private 'console.command.cache_warmup' shared service.
  2696.      *
  2697.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  2698.      */
  2699.     protected function getConsole_Command_CacheWarmupService()
  2700.     {
  2701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2702.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  2703.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  2704.         $instance->setName('cache:warmup');
  2705.         return $instance;
  2706.     }
  2707.     /**
  2708.      * Gets the private 'console.command.config_debug' shared service.
  2709.      *
  2710.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  2711.      */
  2712.     protected function getConsole_Command_ConfigDebugService()
  2713.     {
  2714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2716.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2717.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  2718.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  2719.         $instance->setName('debug:config');
  2720.         return $instance;
  2721.     }
  2722.     /**
  2723.      * Gets the private 'console.command.config_dump_reference' shared service.
  2724.      *
  2725.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  2726.      */
  2727.     protected function getConsole_Command_ConfigDumpReferenceService()
  2728.     {
  2729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  2732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  2733.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  2734.         $instance->setName('config:dump-reference');
  2735.         return $instance;
  2736.     }
  2737.     /**
  2738.      * Gets the private 'console.command.container_debug' shared service.
  2739.      *
  2740.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  2741.      */
  2742.     protected function getConsole_Command_ContainerDebugService()
  2743.     {
  2744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2745.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2746.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  2747.         $instance->setName('debug:container');
  2748.         return $instance;
  2749.     }
  2750.     /**
  2751.      * Gets the private 'console.command.container_lint' shared service.
  2752.      *
  2753.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  2754.      */
  2755.     protected function getConsole_Command_ContainerLintService()
  2756.     {
  2757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  2759.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  2760.         $instance->setName('lint:container');
  2761.         return $instance;
  2762.     }
  2763.     /**
  2764.      * Gets the private 'console.command.debug_autowiring' shared service.
  2765.      *
  2766.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  2767.      */
  2768.     protected function getConsole_Command_DebugAutowiringService()
  2769.     {
  2770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  2772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  2773.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2774.         $instance->setName('debug:autowiring');
  2775.         return $instance;
  2776.     }
  2777.     /**
  2778.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  2779.      *
  2780.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  2781.      */
  2782.     protected function getConsole_Command_EventDispatcherDebugService()
  2783.     {
  2784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  2786.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2787.         $instance->setName('debug:event-dispatcher');
  2788.         return $instance;
  2789.     }
  2790.     /**
  2791.      * Gets the private 'console.command.form_debug' shared service.
  2792.      *
  2793.      * @return \Symfony\Component\Form\Command\DebugCommand
  2794.      */
  2795.     protected function getConsole_Command_FormDebugService()
  2796.     {
  2797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  2799.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2800.         $instance->setName('debug:form');
  2801.         return $instance;
  2802.     }
  2803.     /**
  2804.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  2805.      *
  2806.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  2807.      */
  2808.     protected function getConsole_Command_MessengerConsumeMessagesService()
  2809.     {
  2810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2811.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  2812.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  2813.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2814.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  2815.         ], [
  2816.             'messenger.bus.default' => '?',
  2817.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService())), ($this->privates['messenger.receiver_locator'] ?? ($this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), []);
  2818.         $instance->setName('messenger:consume');
  2819.         return $instance;
  2820.     }
  2821.     /**
  2822.      * Gets the private 'console.command.messenger_debug' shared service.
  2823.      *
  2824.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  2825.      */
  2826.     protected function getConsole_Command_MessengerDebugService()
  2827.     {
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  2830.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => [=> [=> 'chatter.messenger.chat_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => [=> [=> 'texter.messenger.sms_handler'=> []]]]]);
  2831.         $instance->setName('debug:messenger');
  2832.         return $instance;
  2833.     }
  2834.     /**
  2835.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  2836.      *
  2837.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  2838.      */
  2839.     protected function getConsole_Command_MessengerSetupTransportsService()
  2840.     {
  2841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2842.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  2843.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? ($this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), []);
  2844.         $instance->setName('messenger:setup-transports');
  2845.         return $instance;
  2846.     }
  2847.     /**
  2848.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  2849.      *
  2850.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  2851.      */
  2852.     protected function getConsole_Command_MessengerStopWorkersService()
  2853.     {
  2854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2855.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  2856.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2857.         $instance->setName('messenger:stop-workers');
  2858.         return $instance;
  2859.     }
  2860.     /**
  2861.      * Gets the private 'console.command.router_debug' shared service.
  2862.      *
  2863.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  2864.      */
  2865.     protected function getConsole_Command_RouterDebugService()
  2866.     {
  2867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  2869.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  2870.         $instance->setName('debug:router');
  2871.         return $instance;
  2872.     }
  2873.     /**
  2874.      * Gets the private 'console.command.router_match' shared service.
  2875.      *
  2876.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  2877.      */
  2878.     protected function getConsole_Command_RouterMatchService()
  2879.     {
  2880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2881.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  2882.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  2883.         $instance->setName('router:match');
  2884.         return $instance;
  2885.     }
  2886.     /**
  2887.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  2888.      *
  2889.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  2890.      */
  2891.     protected function getConsole_Command_SecretsDecryptToLocalService()
  2892.     {
  2893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2894.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  2895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2896.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2897.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2899.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2900.         $instance->setName('secrets:decrypt-to-local');
  2901.         return $instance;
  2902.     }
  2903.     /**
  2904.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  2905.      *
  2906.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  2907.      */
  2908.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  2909.     {
  2910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2911.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  2912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2913.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2916.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2917.         $instance->setName('secrets:encrypt-from-local');
  2918.         return $instance;
  2919.     }
  2920.     /**
  2921.      * Gets the private 'console.command.secrets_generate_key' shared service.
  2922.      *
  2923.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  2924.      */
  2925.     protected function getConsole_Command_SecretsGenerateKeyService()
  2926.     {
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  2929.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2930.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2933.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2934.         $instance->setName('secrets:generate-keys');
  2935.         return $instance;
  2936.     }
  2937.     /**
  2938.      * Gets the private 'console.command.secrets_list' shared service.
  2939.      *
  2940.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  2941.      */
  2942.     protected function getConsole_Command_SecretsListService()
  2943.     {
  2944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2947.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2950.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2951.         $instance->setName('secrets:list');
  2952.         return $instance;
  2953.     }
  2954.     /**
  2955.      * Gets the private 'console.command.secrets_remove' shared service.
  2956.      *
  2957.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  2958.      */
  2959.     protected function getConsole_Command_SecretsRemoveService()
  2960.     {
  2961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  2963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2964.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2967.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2968.         $instance->setName('secrets:remove');
  2969.         return $instance;
  2970.     }
  2971.     /**
  2972.      * Gets the private 'console.command.secrets_set' shared service.
  2973.      *
  2974.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  2975.      */
  2976.     protected function getConsole_Command_SecretsSetService()
  2977.     {
  2978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  2980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  2981.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  2983.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  2984.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  2985.         $instance->setName('secrets:set');
  2986.         return $instance;
  2987.     }
  2988.     /**
  2989.      * Gets the private 'console.command.translation_debug' shared service.
  2990.      *
  2991.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  2992.      */
  2993.     protected function getConsole_Command_TranslationDebugService()
  2994.     {
  2995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  2997.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  2998.         $instance->setName('debug:translation');
  2999.         return $instance;
  3000.     }
  3001.     /**
  3002.      * Gets the private 'console.command.translation_update' shared service.
  3003.      *
  3004.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  3005.      */
  3006.     protected function getConsole_Command_TranslationUpdateService()
  3007.     {
  3008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3009.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  3010.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  3011.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  3012.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  3014.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  3015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  3016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  3017.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  3019.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  3022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  3023.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  3024.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  3025.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  3026.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  3027.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  3028.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  3029.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  3030.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  3031.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  3032.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  3033.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  3034.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  3035.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  3036.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php')]);
  3037.         $instance->setName('translation:update');
  3038.         return $instance;
  3039.     }
  3040.     /**
  3041.      * Gets the private 'console.command.xliff_lint' shared service.
  3042.      *
  3043.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  3044.      */
  3045.     protected function getConsole_Command_XliffLintService()
  3046.     {
  3047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3048.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  3049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  3050.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  3051.         $instance->setName('lint:xliff');
  3052.         return $instance;
  3053.     }
  3054.     /**
  3055.      * Gets the private 'console.command.yaml_lint' shared service.
  3056.      *
  3057.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  3058.      */
  3059.     protected function getConsole_Command_YamlLintService()
  3060.     {
  3061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3062.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  3064.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  3065.         $instance->setName('lint:yaml');
  3066.         return $instance;
  3067.     }
  3068.     /**
  3069.      * Gets the private 'console.error_listener' shared service.
  3070.      *
  3071.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  3072.      */
  3073.     protected function getConsole_ErrorListenerService()
  3074.     {
  3075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  3076.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  3077.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3078.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3079.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3080.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  3081.     }
  3082.     /**
  3083.      * Gets the private 'container.env_var_processor' shared service.
  3084.      *
  3085.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  3086.      */
  3087.     protected function getContainer_EnvVarProcessorService()
  3088.     {
  3089.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  3090.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  3091.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  3092.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  3093.         }, 1));
  3094.     }
  3095.     /**
  3096.      * Gets the private 'data_collector.form' shared service.
  3097.      *
  3098.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3099.      */
  3100.     protected function getDataCollector_FormService()
  3101.     {
  3102.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3103.     }
  3104.     /**
  3105.      * Gets the private 'debug.argument_resolver.default' shared service.
  3106.      *
  3107.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3108.      */
  3109.     protected function getDebug_ArgumentResolver_DefaultService()
  3110.     {
  3111.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3112.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3113.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  3114.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3115.     }
  3116.     /**
  3117.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  3118.      *
  3119.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3120.      */
  3121.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  3122.     {
  3123.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3124.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3125.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  3126.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.TH7Bnjq'] ?? $this->get_ServiceLocator_TH7BnjqService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3127.     }
  3128.     /**
  3129.      * Gets the private 'debug.argument_resolver.request' shared service.
  3130.      *
  3131.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3132.      */
  3133.     protected function getDebug_ArgumentResolver_RequestService()
  3134.     {
  3135.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3137.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  3138.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3139.     }
  3140.     /**
  3141.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  3142.      *
  3143.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3144.      */
  3145.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  3146.     {
  3147.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3148.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3149.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  3150.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3151.     }
  3152.     /**
  3153.      * Gets the private 'debug.argument_resolver.service' shared service.
  3154.      *
  3155.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3156.      */
  3157.     protected function getDebug_ArgumentResolver_ServiceService()
  3158.     {
  3159.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3160.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3161.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  3162.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.TH7Bnjq'] ?? $this->get_ServiceLocator_TH7BnjqService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3163.     }
  3164.     /**
  3165.      * Gets the private 'debug.argument_resolver.session' shared service.
  3166.      *
  3167.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3168.      */
  3169.     protected function getDebug_ArgumentResolver_SessionService()
  3170.     {
  3171.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3173.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  3174.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3175.     }
  3176.     /**
  3177.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  3178.      *
  3179.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3180.      */
  3181.     protected function getDebug_ArgumentResolver_VariadicService()
  3182.     {
  3183.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3184.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  3186.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3187.     }
  3188.     /**
  3189.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3190.      *
  3191.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3192.      */
  3193.     protected function getDebug_DebugHandlersListenerService()
  3194.     {
  3195.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3196.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3197.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3198.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3199.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3200.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  3201.     }
  3202.     /**
  3203.      * Gets the private 'debug.dump_listener' shared service.
  3204.      *
  3205.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  3206.      */
  3207.     protected function getDebug_DumpListenerService()
  3208.     {
  3209.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  3210.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  3211.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  3212.     }
  3213.     /**
  3214.      * Gets the private 'debug.file_link_formatter' shared service.
  3215.      *
  3216.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3217.      */
  3218.     protected function getDebug_FileLinkFormatterService()
  3219.     {
  3220.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  3221.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  3222.         });
  3223.     }
  3224.     /**
  3225.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  3226.      *
  3227.      * @return \string
  3228.      */
  3229.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  3230.     {
  3231.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  3232.     }
  3233.     /**
  3234.      * Gets the private 'debug.log_processor' shared service.
  3235.      *
  3236.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3237.      */
  3238.     protected function getDebug_LogProcessorService()
  3239.     {
  3240.         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())));
  3241.     }
  3242.     /**
  3243.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3244.      *
  3245.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3246.      */
  3247.     protected function getDebug_Security_Access_DecisionManagerService()
  3248.     {
  3249.         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 () {
  3250.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  3251.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->getDebug_Security_Voter_Security_Access_SimpleRoleVoterService());
  3252.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  3253.         }, 3), 'affirmative'falsetrue));
  3254.     }
  3255.     /**
  3256.      * Gets the private 'debug.security.firewall' shared service.
  3257.      *
  3258.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3259.      */
  3260.     protected function getDebug_Security_FirewallService()
  3261.     {
  3262.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3263.     }
  3264.     /**
  3265.      * Gets the private 'debug.security.user_value_resolver' shared service.
  3266.      *
  3267.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  3268.      */
  3269.     protected function getDebug_Security_UserValueResolverService()
  3270.     {
  3271.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  3273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  3274.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3275.     }
  3276.     /**
  3277.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  3278.      *
  3279.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3280.      */
  3281.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  3282.     {
  3283.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  3286.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3287.     }
  3288.     /**
  3289.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  3290.      *
  3291.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3292.      */
  3293.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  3294.     {
  3295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  3298.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3299.     }
  3300.     /**
  3301.      * Gets the private 'debug.security.voter.security.access.simple_role_voter' shared service.
  3302.      *
  3303.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  3304.      */
  3305.     protected function getDebug_Security_Voter_Security_Access_SimpleRoleVoterService()
  3306.     {
  3307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  3308.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  3309.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  3310.         return $this->privates['debug.security.voter.security.access.simple_role_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3311.     }
  3312.     /**
  3313.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  3314.      *
  3315.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  3316.      */
  3317.     protected function getDebug_Security_Voter_VoteListenerService()
  3318.     {
  3319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  3320.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  3321.     }
  3322.     /**
  3323.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  3324.      *
  3325.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  3326.      */
  3327.     protected function getDoctrine_CacheClearMetadataCommandService()
  3328.     {
  3329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3330.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  3331.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  3332.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  3333.         $instance->setName('doctrine:cache:clear-metadata');
  3334.         return $instance;
  3335.     }
  3336.     /**
  3337.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  3338.      *
  3339.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  3340.      */
  3341.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  3342.     {
  3343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3344.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  3345.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  3346.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  3347.         $instance->setName('doctrine:cache:clear-query');
  3348.         return $instance;
  3349.     }
  3350.     /**
  3351.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  3352.      *
  3353.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  3354.      */
  3355.     protected function getDoctrine_CacheClearResultCommandService()
  3356.     {
  3357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3358.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  3359.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  3360.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  3361.         $instance->setName('doctrine:cache:clear-result');
  3362.         return $instance;
  3363.     }
  3364.     /**
  3365.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  3366.      *
  3367.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  3368.      */
  3369.     protected function getDoctrine_CacheCollectionRegionCommandService()
  3370.     {
  3371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3372.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  3373.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  3374.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  3375.         $instance->setName('doctrine:cache:clear-collection-region');
  3376.         return $instance;
  3377.     }
  3378.     /**
  3379.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  3380.      *
  3381.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  3382.      */
  3383.     protected function getDoctrine_ClearEntityRegionCommandService()
  3384.     {
  3385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3386.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  3387.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  3388.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  3389.         $instance->setName('doctrine:cache:clear-entity-region');
  3390.         return $instance;
  3391.     }
  3392.     /**
  3393.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  3394.      *
  3395.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  3396.      */
  3397.     protected function getDoctrine_ClearQueryRegionCommandService()
  3398.     {
  3399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3400.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  3401.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  3402.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  3403.         $instance->setName('doctrine:cache:clear-query-region');
  3404.         return $instance;
  3405.     }
  3406.     /**
  3407.      * Gets the private 'doctrine.database_create_command' shared service.
  3408.      *
  3409.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  3410.      */
  3411.     protected function getDoctrine_DatabaseCreateCommandService()
  3412.     {
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3415.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  3416.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3417.         $instance->setName('doctrine:database:create');
  3418.         return $instance;
  3419.     }
  3420.     /**
  3421.      * Gets the private 'doctrine.database_drop_command' shared service.
  3422.      *
  3423.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  3424.      */
  3425.     protected function getDoctrine_DatabaseDropCommandService()
  3426.     {
  3427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3429.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  3430.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3431.         $instance->setName('doctrine:database:drop');
  3432.         return $instance;
  3433.     }
  3434.     /**
  3435.      * Gets the private 'doctrine.database_import_command' shared service.
  3436.      *
  3437.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  3438.      */
  3439.     protected function getDoctrine_DatabaseImportCommandService()
  3440.     {
  3441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3442.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  3443.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  3444.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  3445.         $instance->setName('doctrine:database:import');
  3446.         return $instance;
  3447.     }
  3448.     /**
  3449.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  3450.      *
  3451.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  3452.      */
  3453.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  3454.     {
  3455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3456.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  3457.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  3458.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  3459.         $instance->setName('doctrine:ensure-production-settings');
  3460.         return $instance;
  3461.     }
  3462.     /**
  3463.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  3464.      *
  3465.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  3466.      */
  3467.     protected function getDoctrine_FixturesLoadCommandService()
  3468.     {
  3469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3470.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3471.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  3472.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  3473.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  3474.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  3475.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3476.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3480.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  3481.         include_once \dirname(__DIR__4).'/src/DataFixtures/UsersFixtures.php';
  3482.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  3483.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  3484.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  3485.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\UsersFixtures(($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService())), 'groups' => []]]);
  3486.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  3487.         $instance->setName('doctrine:fixtures:load');
  3488.         return $instance;
  3489.     }
  3490.     /**
  3491.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  3492.      *
  3493.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  3494.      */
  3495.     protected function getDoctrine_MappingConvertCommandService()
  3496.     {
  3497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3498.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  3499.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  3500.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  3501.         $instance->setName('doctrine:mapping:convert');
  3502.         return $instance;
  3503.     }
  3504.     /**
  3505.      * Gets the private 'doctrine.mapping_import_command' shared service.
  3506.      *
  3507.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  3508.      */
  3509.     protected function getDoctrine_MappingImportCommandService()
  3510.     {
  3511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3512.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  3514.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  3515.         $instance->setName('doctrine:mapping:import');
  3516.         return $instance;
  3517.     }
  3518.     /**
  3519.      * Gets the private 'doctrine.mapping_info_command' shared service.
  3520.      *
  3521.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  3522.      */
  3523.     protected function getDoctrine_MappingInfoCommandService()
  3524.     {
  3525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3526.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  3528.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  3529.         $instance->setName('doctrine:mapping:info');
  3530.         return $instance;
  3531.     }
  3532.     /**
  3533.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  3534.      *
  3535.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  3536.      */
  3537.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  3538.     {
  3539.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  3541.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory(), $this);
  3542.     }
  3543.     /**
  3544.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3545.      *
  3546.      * @return \Doctrine\Migrations\DependencyFactory
  3547.      */
  3548.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3549.     {
  3550.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  3551.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  3552.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  3553.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  3555.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  3556.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  3557.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  3558.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3559.         $a->addMigrationsDirectory('App\\Migrations''src/Migrations');
  3560.         $a->setAllOrNothing(false);
  3561.         $a->setCheckDatabasePlatform(true);
  3562.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3563.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3564.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3565.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  3566.         });
  3567.         return $instance;
  3568.     }
  3569.     /**
  3570.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  3571.      *
  3572.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  3573.      */
  3574.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  3575.     {
  3576.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity')]);
  3577.     }
  3578.     /**
  3579.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  3580.      *
  3581.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  3582.      */
  3583.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  3584.     {
  3585.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  3586.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3587.     }
  3588.     /**
  3589.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  3590.      *
  3591.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  3592.      */
  3593.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  3594.     {
  3595.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  3596.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  3597.     }
  3598.     /**
  3599.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  3600.      *
  3601.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  3602.      */
  3603.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  3604.     {
  3605.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  3606.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3607.     }
  3608.     /**
  3609.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  3610.      *
  3611.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  3612.      */
  3613.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  3614.     {
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  3617.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3618.     }
  3619.     /**
  3620.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  3621.      *
  3622.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  3623.      */
  3624.     protected function getDoctrine_Orm_Validator_UniqueService()
  3625.     {
  3626.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3627.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  3629.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3630.     }
  3631.     /**
  3632.      * Gets the private 'doctrine.query_dql_command' shared service.
  3633.      *
  3634.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  3635.      */
  3636.     protected function getDoctrine_QueryDqlCommandService()
  3637.     {
  3638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3639.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  3641.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  3642.         $instance->setName('doctrine:query:dql');
  3643.         return $instance;
  3644.     }
  3645.     /**
  3646.      * Gets the private 'doctrine.query_sql_command' shared service.
  3647.      *
  3648.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  3649.      */
  3650.     protected function getDoctrine_QuerySqlCommandService()
  3651.     {
  3652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3653.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  3654.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  3655.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  3656.         $instance->setName('doctrine:query:sql');
  3657.         return $instance;
  3658.     }
  3659.     /**
  3660.      * Gets the private 'doctrine.schema_create_command' shared service.
  3661.      *
  3662.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  3663.      */
  3664.     protected function getDoctrine_SchemaCreateCommandService()
  3665.     {
  3666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3668.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  3669.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  3670.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  3671.         $instance->setName('doctrine:schema:create');
  3672.         return $instance;
  3673.     }
  3674.     /**
  3675.      * Gets the private 'doctrine.schema_drop_command' shared service.
  3676.      *
  3677.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  3678.      */
  3679.     protected function getDoctrine_SchemaDropCommandService()
  3680.     {
  3681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3682.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3683.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  3684.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  3685.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  3686.         $instance->setName('doctrine:schema:drop');
  3687.         return $instance;
  3688.     }
  3689.     /**
  3690.      * Gets the private 'doctrine.schema_update_command' shared service.
  3691.      *
  3692.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  3693.      */
  3694.     protected function getDoctrine_SchemaUpdateCommandService()
  3695.     {
  3696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  3699.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  3700.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  3701.         $instance->setName('doctrine:schema:update');
  3702.         return $instance;
  3703.     }
  3704.     /**
  3705.      * Gets the private 'doctrine.schema_validate_command' shared service.
  3706.      *
  3707.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  3708.      */
  3709.     protected function getDoctrine_SchemaValidateCommandService()
  3710.     {
  3711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3712.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  3713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  3714.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  3715.         $instance->setName('doctrine:schema:validate');
  3716.         return $instance;
  3717.     }
  3718.     /**
  3719.      * Gets the private 'doctrine_migrations.current_command' shared service.
  3720.      *
  3721.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  3722.      */
  3723.     protected function getDoctrineMigrations_CurrentCommandService()
  3724.     {
  3725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3727.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  3728.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  3729.         $instance->setName('doctrine:migrations:current');
  3730.         return $instance;
  3731.     }
  3732.     /**
  3733.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  3734.      *
  3735.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  3736.      */
  3737.     protected function getDoctrineMigrations_DiffCommandService()
  3738.     {
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3740.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3741.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  3742.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  3743.         $instance->setName('doctrine:migrations:diff');
  3744.         return $instance;
  3745.     }
  3746.     /**
  3747.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  3748.      *
  3749.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  3750.      */
  3751.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  3752.     {
  3753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3754.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3755.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  3756.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  3757.         $instance->setName('doctrine:migrations:dump-schema');
  3758.         return $instance;
  3759.     }
  3760.     /**
  3761.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  3762.      *
  3763.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  3764.      */
  3765.     protected function getDoctrineMigrations_ExecuteCommandService()
  3766.     {
  3767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  3770.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  3771.         $instance->setName('doctrine:migrations:execute');
  3772.         return $instance;
  3773.     }
  3774.     /**
  3775.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  3776.      *
  3777.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  3778.      */
  3779.     protected function getDoctrineMigrations_GenerateCommandService()
  3780.     {
  3781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3782.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3783.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  3784.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  3785.         $instance->setName('doctrine:migrations:generate');
  3786.         return $instance;
  3787.     }
  3788.     /**
  3789.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  3790.      *
  3791.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  3792.      */
  3793.     protected function getDoctrineMigrations_LatestCommandService()
  3794.     {
  3795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  3798.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  3799.         $instance->setName('doctrine:migrations:latest');
  3800.         return $instance;
  3801.     }
  3802.     /**
  3803.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  3804.      *
  3805.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  3806.      */
  3807.     protected function getDoctrineMigrations_MigrateCommandService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  3812.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  3813.         $instance->setName('doctrine:migrations:migrate');
  3814.         return $instance;
  3815.     }
  3816.     /**
  3817.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  3818.      *
  3819.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  3820.      */
  3821.     protected function getDoctrineMigrations_RollupCommandService()
  3822.     {
  3823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3824.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  3826.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  3827.         $instance->setName('doctrine:migrations:rollup');
  3828.         return $instance;
  3829.     }
  3830.     /**
  3831.      * Gets the private 'doctrine_migrations.status_command' shared service.
  3832.      *
  3833.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  3834.      */
  3835.     protected function getDoctrineMigrations_StatusCommandService()
  3836.     {
  3837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3838.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3839.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  3840.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  3841.         $instance->setName('doctrine:migrations:status');
  3842.         return $instance;
  3843.     }
  3844.     /**
  3845.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  3846.      *
  3847.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  3848.      */
  3849.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  3850.     {
  3851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3852.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3853.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  3854.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  3855.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  3856.         return $instance;
  3857.     }
  3858.     /**
  3859.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  3860.      *
  3861.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  3862.      */
  3863.     protected function getDoctrineMigrations_UpToDateCommandService()
  3864.     {
  3865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3866.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3867.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  3868.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  3869.         $instance->setName('doctrine:migrations:up-to-date');
  3870.         return $instance;
  3871.     }
  3872.     /**
  3873.      * Gets the private 'doctrine_migrations.version_command' shared service.
  3874.      *
  3875.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  3876.      */
  3877.     protected function getDoctrineMigrations_VersionCommandService()
  3878.     {
  3879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3880.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3881.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  3882.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  3883.         $instance->setName('doctrine:migrations:version');
  3884.         return $instance;
  3885.     }
  3886.     /**
  3887.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  3888.      *
  3889.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  3890.      */
  3891.     protected function getDoctrineMigrations_VersionsCommandService()
  3892.     {
  3893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3894.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  3895.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  3896.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  3897.         $instance->setName('doctrine:migrations:list');
  3898.         return $instance;
  3899.     }
  3900.     /**
  3901.      * Gets the private 'error_handler.error_renderer.html' shared service.
  3902.      *
  3903.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  3904.      */
  3905.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  3906.     {
  3907.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3909.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3910.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3911.     }
  3912.     /**
  3913.      * Gets the private 'exception_listener' shared service.
  3914.      *
  3915.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3916.      */
  3917.     protected function getExceptionListenerService()
  3918.     {
  3919.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  3920.     }
  3921.     /**
  3922.      * Gets the private 'form.choice_list_factory.cached' shared service.
  3923.      *
  3924.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  3925.      */
  3926.     protected function getForm_ChoiceListFactory_CachedService()
  3927.     {
  3928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  3930.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  3931.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  3932.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  3933.     }
  3934.     /**
  3935.      * Gets the private 'form.registry' shared service.
  3936.      *
  3937.      * @return \Symfony\Component\Form\FormRegistry
  3938.      */
  3939.     protected function getForm_RegistryService()
  3940.     {
  3941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  3942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  3943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  3944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  3945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  3946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  3947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  3948.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3949.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  3950.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  3951.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  3952.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  3953.         ], [
  3954.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3955.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3956.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3957.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3958.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3959.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  3960.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  3961.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  3962.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  3963.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  3964.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  3965.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3966.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3967.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3968.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3969.         }, 1)], new RewindableGenerator(function () {
  3970.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  3971.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  3972.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3973.     }
  3974.     /**
  3975.      * Gets the private 'form.server_params' shared service.
  3976.      *
  3977.      * @return \Symfony\Component\Form\Util\ServerParams
  3978.      */
  3979.     protected function getForm_ServerParamsService()
  3980.     {
  3981.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  3982.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3983.     }
  3984.     /**
  3985.      * Gets the private 'form.type.choice' shared service.
  3986.      *
  3987.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  3988.      */
  3989.     protected function getForm_Type_ChoiceService()
  3990.     {
  3991.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  3994.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()));
  3995.     }
  3996.     /**
  3997.      * Gets the private 'form.type.entity' shared service.
  3998.      *
  3999.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  4000.      */
  4001.     protected function getForm_Type_EntityService()
  4002.     {
  4003.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  4007.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4008.     }
  4009.     /**
  4010.      * Gets the private 'form.type.form' shared service.
  4011.      *
  4012.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  4013.      */
  4014.     protected function getForm_Type_FormService()
  4015.     {
  4016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  4019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  4020.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  4021.     }
  4022.     /**
  4023.      * Gets the private 'form.type_extension.csrf' shared service.
  4024.      *
  4025.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  4026.      */
  4027.     protected function getForm_TypeExtension_CsrfService()
  4028.     {
  4029.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  4032.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  4033.     }
  4034.     /**
  4035.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  4036.      *
  4037.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  4038.      */
  4039.     protected function getForm_TypeExtension_Form_DataCollectorService()
  4040.     {
  4041.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  4044.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  4045.     }
  4046.     /**
  4047.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  4048.      *
  4049.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  4050.      */
  4051.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  4052.     {
  4053.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  4056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  4057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  4058.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  4059.     }
  4060.     /**
  4061.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  4062.      *
  4063.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  4064.      */
  4065.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  4066.     {
  4067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  4070.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  4071.     }
  4072.     /**
  4073.      * Gets the private 'form.type_extension.form.validator' shared service.
  4074.      *
  4075.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  4076.      */
  4077.     protected function getForm_TypeExtension_Form_ValidatorService()
  4078.     {
  4079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  4083.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  4084.     }
  4085.     /**
  4086.      * Gets the private 'form.type_extension.upload.validator' shared service.
  4087.      *
  4088.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  4089.      */
  4090.     protected function getForm_TypeExtension_Upload_ValidatorService()
  4091.     {
  4092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  4095.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  4096.     }
  4097.     /**
  4098.      * Gets the private 'form.type_guesser.doctrine' shared service.
  4099.      *
  4100.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  4101.      */
  4102.     protected function getForm_TypeGuesser_DoctrineService()
  4103.     {
  4104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  4106.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4107.     }
  4108.     /**
  4109.      * Gets the private 'form.type_guesser.validator' shared service.
  4110.      *
  4111.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  4112.      */
  4113.     protected function getForm_TypeGuesser_ValidatorService()
  4114.     {
  4115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  4116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  4117.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  4118.     }
  4119.     /**
  4120.      * Gets the private 'fragment.renderer.inline' shared service.
  4121.      *
  4122.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  4123.      */
  4124.     protected function getFragment_Renderer_InlineService()
  4125.     {
  4126.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  4127.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  4128.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  4129.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4130.         $instance->setFragmentPath('/_fragment');
  4131.         return $instance;
  4132.     }
  4133.     /**
  4134.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4135.      *
  4136.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4137.      */
  4138.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4139.     {
  4140.         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())));
  4141.     }
  4142.     /**
  4143.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4144.      *
  4145.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4146.      */
  4147.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4148.     {
  4149.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  4150.     }
  4151.     /**
  4152.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  4153.      *
  4154.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  4155.      */
  4156.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  4157.     {
  4158.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  4159.         return $this->privates['gesdinet.jwtrefreshtoken.send_token'] = new \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), 2592000, ($this->services['validator'] ?? $this->getValidatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'username''refresh_token'false);
  4160.     }
  4161.     /**
  4162.      * Gets the private 'lexik_jwt_authentication.handler.authentication_failure' shared service.
  4163.      *
  4164.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler
  4165.      */
  4166.     protected function getLexikJwtAuthentication_Handler_AuthenticationFailureService()
  4167.     {
  4168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  4169.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  4170.         return $this->privates['lexik_jwt_authentication.handler.authentication_failure'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4171.     }
  4172.     /**
  4173.      * Gets the private 'lexik_jwt_authentication.handler.authentication_success' shared service.
  4174.      *
  4175.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler
  4176.      */
  4177.     protected function getLexikJwtAuthentication_Handler_AuthenticationSuccessService()
  4178.     {
  4179.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  4181.         return $this->privates['lexik_jwt_authentication.handler.authentication_success'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), []);
  4182.     }
  4183.     /**
  4184.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  4185.      *
  4186.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  4187.      */
  4188.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  4189.     {
  4190.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  4192.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  4193.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  4194.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  4195.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  4196.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  4197.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage());
  4198.     }
  4199.     /**
  4200.      * Gets the private 'locale_aware_listener' shared service.
  4201.      *
  4202.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4203.      */
  4204.     protected function getLocaleAwareListenerService()
  4205.     {
  4206.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4207.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  4208.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4209.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4210.     }
  4211.     /**
  4212.      * Gets the private 'locale_listener' shared service.
  4213.      *
  4214.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4215.      */
  4216.     protected function getLocaleListenerService()
  4217.     {
  4218.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  4219.     }
  4220.     /**
  4221.      * Gets the private 'mailer.transport_factory.null' shared service.
  4222.      *
  4223.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  4224.      */
  4225.     protected function getMailer_TransportFactory_NullService()
  4226.     {
  4227.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4229.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  4230.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4231.     }
  4232.     /**
  4233.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  4234.      *
  4235.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  4236.      */
  4237.     protected function getMailer_TransportFactory_SendmailService()
  4238.     {
  4239.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4241.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  4242.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4243.     }
  4244.     /**
  4245.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  4246.      *
  4247.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  4248.      */
  4249.     protected function getMailer_TransportFactory_SmtpService()
  4250.     {
  4251.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  4254.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4255.     }
  4256.     /**
  4257.      * Gets the private 'mailer.transports' shared service.
  4258.      *
  4259.      * @return \Symfony\Component\Mailer\Transport\Transports
  4260.      */
  4261.     protected function getMailer_TransportsService()
  4262.     {
  4263.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  4264.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  4265.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  4266.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4267.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  4268.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  4269.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  4270.         }, 3)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  4271.     }
  4272.     /**
  4273.      * Gets the private 'maker.auto_command.make_auth' shared service.
  4274.      *
  4275.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4276.      */
  4277.     protected function getMaker_AutoCommand_MakeAuthService()
  4278.     {
  4279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4281.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4282.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4285.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4286.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4287.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  4288.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  4289.         $instance->setName('make:auth');
  4290.         return $instance;
  4291.     }
  4292.     /**
  4293.      * Gets the private 'maker.auto_command.make_command' shared service.
  4294.      *
  4295.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4296.      */
  4297.     protected function getMaker_AutoCommand_MakeCommandService()
  4298.     {
  4299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  4304.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4305.         $instance->setDescription('Creates a new console command class');
  4306.         $instance->setName('make:command');
  4307.         return $instance;
  4308.     }
  4309.     /**
  4310.      * Gets the private 'maker.auto_command.make_controller' shared service.
  4311.      *
  4312.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4313.      */
  4314.     protected function getMaker_AutoCommand_MakeControllerService()
  4315.     {
  4316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4317.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  4321.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4322.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4323.         $instance->setDescription('Creates a new controller class');
  4324.         $instance->setName('make:controller');
  4325.         return $instance;
  4326.     }
  4327.     /**
  4328.      * Gets the private 'maker.auto_command.make_crud' shared service.
  4329.      *
  4330.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4331.      */
  4332.     protected function getMaker_AutoCommand_MakeCrudService()
  4333.     {
  4334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4335.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  4339.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4340.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  4341.         $instance->setName('make:crud');
  4342.         return $instance;
  4343.     }
  4344.     /**
  4345.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  4346.      *
  4347.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4348.      */
  4349.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  4350.     {
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  4356.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4357.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4358.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  4359.         $instance->setName('make:docker:database');
  4360.         return $instance;
  4361.     }
  4362.     /**
  4363.      * Gets the private 'maker.auto_command.make_entity' shared service.
  4364.      *
  4365.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4366.      */
  4367.     protected function getMaker_AutoCommand_MakeEntityService()
  4368.     {
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  4375.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4376.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  4377.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  4378.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  4379.         $instance->setName('make:entity');
  4380.         return $instance;
  4381.     }
  4382.     /**
  4383.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  4384.      *
  4385.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4386.      */
  4387.     protected function getMaker_AutoCommand_MakeFixturesService()
  4388.     {
  4389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4393.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  4394.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4395.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  4396.         $instance->setName('make:fixtures');
  4397.         return $instance;
  4398.     }
  4399.     /**
  4400.      * Gets the private 'maker.auto_command.make_form' shared service.
  4401.      *
  4402.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4403.      */
  4404.     protected function getMaker_AutoCommand_MakeFormService()
  4405.     {
  4406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4409.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4410.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  4411.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4412.         $instance->setDescription('Creates a new form class');
  4413.         $instance->setName('make:form');
  4414.         return $instance;
  4415.     }
  4416.     /**
  4417.      * Gets the private 'maker.auto_command.make_message' shared service.
  4418.      *
  4419.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4420.      */
  4421.     protected function getMaker_AutoCommand_MakeMessageService()
  4422.     {
  4423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4427.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  4428.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4429.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4430.         $instance->setDescription('Creates a new message and handler');
  4431.         $instance->setName('make:message');
  4432.         return $instance;
  4433.     }
  4434.     /**
  4435.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  4436.      *
  4437.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4438.      */
  4439.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  4440.     {
  4441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4442.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4444.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  4446.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4447.         $instance->setDescription('Creates a new messenger middleware');
  4448.         $instance->setName('make:messenger-middleware');
  4449.         return $instance;
  4450.     }
  4451.     /**
  4452.      * Gets the private 'maker.auto_command.make_migration' shared service.
  4453.      *
  4454.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4455.      */
  4456.     protected function getMaker_AutoCommand_MakeMigrationService()
  4457.     {
  4458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4461.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4462.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  4463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  4464.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4465.         $instance->setDescription('Creates a new migration based on database changes');
  4466.         $instance->setName('make:migration');
  4467.         return $instance;
  4468.     }
  4469.     /**
  4470.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  4471.      *
  4472.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4473.      */
  4474.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  4475.     {
  4476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4477.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4478.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4480.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  4481.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4482.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4483.         $instance->setDescription('Creates a new registration form system');
  4484.         $instance->setName('make:registration-form');
  4485.         return $instance;
  4486.     }
  4487.     /**
  4488.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  4489.      *
  4490.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4491.      */
  4492.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  4493.     {
  4494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4498.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  4499.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4500.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4501.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  4502.         $instance->setName('make:reset-password');
  4503.         return $instance;
  4504.     }
  4505.     /**
  4506.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  4507.      *
  4508.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4509.      */
  4510.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  4511.     {
  4512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  4517.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4518.         $instance->setDescription('Creates a new serializer encoder class');
  4519.         $instance->setName('make:serializer:encoder');
  4520.         return $instance;
  4521.     }
  4522.     /**
  4523.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  4524.      *
  4525.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4526.      */
  4527.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  4528.     {
  4529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4533.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  4534.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4535.         $instance->setDescription('Creates a new serializer normalizer class');
  4536.         $instance->setName('make:serializer:normalizer');
  4537.         return $instance;
  4538.     }
  4539.     /**
  4540.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  4541.      *
  4542.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4543.      */
  4544.     protected function getMaker_AutoCommand_MakeSubscriberService()
  4545.     {
  4546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4547.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4549.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4550.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  4551.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  4552.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4553.         $instance->setDescription('Creates a new event subscriber class');
  4554.         $instance->setName('make:subscriber');
  4555.         return $instance;
  4556.     }
  4557.     /**
  4558.      * Gets the private 'maker.auto_command.make_test' shared service.
  4559.      *
  4560.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4561.      */
  4562.     protected function getMaker_AutoCommand_MakeTestService()
  4563.     {
  4564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  4570.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4571.         $instance->setDescription('Creates a new test class');
  4572.         $instance->setName('make:test');
  4573.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  4574.         return $instance;
  4575.     }
  4576.     /**
  4577.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  4578.      *
  4579.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4580.      */
  4581.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  4582.     {
  4583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4586.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  4588.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4589.         $instance->setDescription('Creates a new Twig extension class');
  4590.         $instance->setName('make:twig-extension');
  4591.         return $instance;
  4592.     }
  4593.     /**
  4594.      * Gets the private 'maker.auto_command.make_user' shared service.
  4595.      *
  4596.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4597.      */
  4598.     protected function getMaker_AutoCommand_MakeUserService()
  4599.     {
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  4606.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  4607.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4608.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4609.         $instance->setDescription('Creates a new security user class');
  4610.         $instance->setName('make:user');
  4611.         return $instance;
  4612.     }
  4613.     /**
  4614.      * Gets the private 'maker.auto_command.make_validator' shared service.
  4615.      *
  4616.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4617.      */
  4618.     protected function getMaker_AutoCommand_MakeValidatorService()
  4619.     {
  4620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4624.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  4625.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4626.         $instance->setDescription('Creates a new validator and constraint class');
  4627.         $instance->setName('make:validator');
  4628.         return $instance;
  4629.     }
  4630.     /**
  4631.      * Gets the private 'maker.auto_command.make_voter' shared service.
  4632.      *
  4633.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  4634.      */
  4635.     protected function getMaker_AutoCommand_MakeVoterService()
  4636.     {
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  4642.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4643.         $instance->setDescription('Creates a new security voter class');
  4644.         $instance->setName('make:voter');
  4645.         return $instance;
  4646.     }
  4647.     /**
  4648.      * Gets the private 'maker.doctrine_helper' shared service.
  4649.      *
  4650.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  4651.      */
  4652.     protected function getMaker_DoctrineHelperService()
  4653.     {
  4654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  4655.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  4656.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Gesdinet\\JWTRefreshTokenBundle\\Entity'=> $a]]]);
  4657.     }
  4658.     /**
  4659.      * Gets the private 'maker.entity_class_generator' shared service.
  4660.      *
  4661.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  4662.      */
  4663.     protected function getMaker_EntityClassGeneratorService()
  4664.     {
  4665.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  4666.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  4667.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  4668.         return $instance;
  4669.     }
  4670.     /**
  4671.      * Gets the private 'maker.file_manager' shared service.
  4672.      *
  4673.      * @return \Symfony\Bundle\MakerBundle\FileManager
  4674.      */
  4675.     protected function getMaker_FileManagerService()
  4676.     {
  4677.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  4678.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  4679.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4682.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  4683.     }
  4684.     /**
  4685.      * Gets the private 'maker.generator' shared service.
  4686.      *
  4687.      * @return \Symfony\Bundle\MakerBundle\Generator
  4688.      */
  4689.     protected function getMaker_GeneratorService()
  4690.     {
  4691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  4693.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  4694.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  4695.     }
  4696.     /**
  4697.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  4698.      *
  4699.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  4700.      */
  4701.     protected function getMaker_Renderer_FormTypeRendererService()
  4702.     {
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  4704.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  4705.     }
  4706.     /**
  4707.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  4708.      *
  4709.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  4710.      */
  4711.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  4712.     {
  4713.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  4714.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  4717.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  4718.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  4719.         }, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
  4720.             yield => ($this->privates['.messenger.handler_descriptor.vMw0m61'] ?? $this->get_Messenger_HandlerDescriptor_VMw0m61Service());
  4721.         }, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
  4722.             yield => ($this->privates['.messenger.handler_descriptor.XZowc.T'] ?? $this->get_Messenger_HandlerDescriptor_XZowc_TService());
  4723.         }, 1)]));
  4724.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  4725.         return $instance;
  4726.     }
  4727.     /**
  4728.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  4729.      *
  4730.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  4731.      */
  4732.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  4736.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  4737.     }
  4738.     /**
  4739.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  4740.      *
  4741.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  4742.      */
  4743.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  4744.     {
  4745.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  4746.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  4747.     }
  4748.     /**
  4749.      * Gets the private 'messenger.middleware.send_message' shared service.
  4750.      *
  4751.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  4752.      */
  4753.     protected function getMessenger_Middleware_SendMessageService()
  4754.     {
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  4757.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  4758.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  4759.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator([], ($this->privates['.service_locator.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  4760.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  4761.         return $instance;
  4762.     }
  4763.     /**
  4764.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  4765.      *
  4766.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  4767.      */
  4768.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  4769.     {
  4770.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  4771.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  4772.     }
  4773.     /**
  4774.      * Gets the private 'mime_types' shared service.
  4775.      *
  4776.      * @return \Symfony\Component\Mime\MimeTypes
  4777.      */
  4778.     protected function getMimeTypesService()
  4779.     {
  4780.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  4781.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  4782.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  4783.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  4784.         $instance->setDefault($instance);
  4785.         return $instance;
  4786.     }
  4787.     /**
  4788.      * Gets the private 'monolog.command.server_log' shared service.
  4789.      *
  4790.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  4791.      */
  4792.     protected function getMonolog_Command_ServerLogService()
  4793.     {
  4794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  4796.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  4797.         $instance->setName('server:log');
  4798.         return $instance;
  4799.     }
  4800.     /**
  4801.      * Gets the private 'monolog.handler.console' shared service.
  4802.      *
  4803.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  4804.      */
  4805.     protected function getMonolog_Handler_ConsoleService()
  4806.     {
  4807.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  4808.     }
  4809.     /**
  4810.      * Gets the private 'monolog.handler.main' shared service.
  4811.      *
  4812.      * @return \Monolog\Handler\StreamHandler
  4813.      */
  4814.     protected function getMonolog_Handler_MainService()
  4815.     {
  4816.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  4817.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  4818.         return $instance;
  4819.     }
  4820.     /**
  4821.      * Gets the private 'monolog.logger' shared service.
  4822.      *
  4823.      * @return \Symfony\Bridge\Monolog\Logger
  4824.      */
  4825.     protected function getMonolog_LoggerService()
  4826.     {
  4827.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4828.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4829.         $instance->useMicrosecondTimestamps(true);
  4830.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4831.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4832.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4833.         return $instance;
  4834.     }
  4835.     /**
  4836.      * Gets the private 'monolog.logger.cache' shared service.
  4837.      *
  4838.      * @return \Symfony\Bridge\Monolog\Logger
  4839.      */
  4840.     protected function getMonolog_Logger_CacheService()
  4841.     {
  4842.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4843.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4844.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4845.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4846.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4847.         return $instance;
  4848.     }
  4849.     /**
  4850.      * Gets the private 'monolog.logger.messenger' shared service.
  4851.      *
  4852.      * @return \Symfony\Bridge\Monolog\Logger
  4853.      */
  4854.     protected function getMonolog_Logger_MessengerService()
  4855.     {
  4856.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  4857.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4858.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4859.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4860.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4861.         return $instance;
  4862.     }
  4863.     /**
  4864.      * Gets the private 'monolog.logger.request' shared service.
  4865.      *
  4866.      * @return \Symfony\Bridge\Monolog\Logger
  4867.      */
  4868.     protected function getMonolog_Logger_RequestService()
  4869.     {
  4870.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4871.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4872.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4873.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4874.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4875.         return $instance;
  4876.     }
  4877.     /**
  4878.      * Gets the private 'monolog.logger.security' shared service.
  4879.      *
  4880.      * @return \Symfony\Bridge\Monolog\Logger
  4881.      */
  4882.     protected function getMonolog_Logger_SecurityService()
  4883.     {
  4884.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  4885.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4886.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4887.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4888.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4889.         return $instance;
  4890.     }
  4891.     /**
  4892.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4893.      *
  4894.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4895.      */
  4896.     protected function getNelmioCors_CorsListenerService()
  4897.     {
  4898.         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'))]));
  4899.     }
  4900.     /**
  4901.      * Gets the private 'notifier.transport_factory.null' shared service.
  4902.      *
  4903.      * @return \Symfony\Component\Notifier\Transport\NullTransportFactory
  4904.      */
  4905.     protected function getNotifier_TransportFactory_NullService()
  4906.     {
  4907.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  4908.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/NullTransportFactory.php';
  4910.         return $this->privates['notifier.transport_factory.null'] = new \Symfony\Component\Notifier\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  4911.     }
  4912.     /**
  4913.      * Gets the private 'parameter_bag' shared service.
  4914.      *
  4915.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4916.      */
  4917.     protected function getParameterBagService()
  4918.     {
  4919.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4920.     }
  4921.     /**
  4922.      * Gets the private 'profiler_listener' shared service.
  4923.      *
  4924.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4925.      */
  4926.     protected function getProfilerListenerService()
  4927.     {
  4928.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  4929.     }
  4930.     /**
  4931.      * Gets the private 'property_accessor' shared service.
  4932.      *
  4933.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  4934.      */
  4935.     protected function getPropertyAccessorService()
  4936.     {
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  4939.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  4940.     }
  4941.     /**
  4942.      * Gets the private 'property_info' shared service.
  4943.      *
  4944.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4945.      */
  4946.     protected function getPropertyInfoService()
  4947.     {
  4948.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4949.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  4950.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4951.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4952.         }, 3), new RewindableGenerator(function () {
  4953.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4954.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4955.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4956.         }, 3), new RewindableGenerator(function () {
  4957.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4958.         }, 1), new RewindableGenerator(function () {
  4959.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  4960.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4961.         }, 2), new RewindableGenerator(function () {
  4962.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4963.         }, 1));
  4964.     }
  4965.     /**
  4966.      * Gets the private 'property_info.serializer_extractor' shared service.
  4967.      *
  4968.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  4969.      */
  4970.     protected function getPropertyInfo_SerializerExtractorService()
  4971.     {
  4972.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  4973.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  4974.     }
  4975.     /**
  4976.      * Gets the private 'router.cache_warmer' shared service.
  4977.      *
  4978.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  4979.      */
  4980.     protected function getRouter_CacheWarmerService()
  4981.     {
  4982.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4983.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  4984.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4985.             'router' => ['services''router''getRouterService'false],
  4986.         ], [
  4987.             'router' => '?',
  4988.         ]))->withContext('router.cache_warmer'$this));
  4989.     }
  4990.     /**
  4991.      * Gets the private 'router.request_context' shared service.
  4992.      *
  4993.      * @return \Symfony\Component\Routing\RequestContext
  4994.      */
  4995.     protected function getRouter_RequestContextService()
  4996.     {
  4997.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  4998.     }
  4999.     /**
  5000.      * Gets the private 'router_listener' shared service.
  5001.      *
  5002.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  5003.      */
  5004.     protected function getRouterListenerService()
  5005.     {
  5006.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  5007.     }
  5008.     /**
  5009.      * Gets the private 'security.access_listener' shared service.
  5010.      *
  5011.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  5012.      */
  5013.     protected function getSecurity_AccessListenerService()
  5014.     {
  5015.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  5017.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5018.     }
  5019.     /**
  5020.      * Gets the private 'security.access_map' shared service.
  5021.      *
  5022.      * @return \Symfony\Component\Security\Http\AccessMap
  5023.      */
  5024.     protected function getSecurity_AccessMapService()
  5025.     {
  5026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  5030.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  5031.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  5032.         return $instance;
  5033.     }
  5034.     /**
  5035.      * Gets the private 'security.authentication.guard_handler' shared service.
  5036.      *
  5037.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  5038.      */
  5039.     protected function getSecurity_Authentication_GuardHandlerService()
  5040.     {
  5041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/GuardAuthenticatorHandler.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5044.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'refresh'=> 'jobsOffersHome'=> 'jobsOffersHomeEmail'=> 'contactEmail'=> 'newsletterEmail'=> 'login'=> 'api']);
  5045.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  5046.         return $instance;
  5047.     }
  5048.     /**
  5049.      * Gets the private 'security.authentication.listener.anonymous.classic' shared service.
  5050.      *
  5051.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5052.      */
  5053.     protected function getSecurity_Authentication_Listener_Anonymous_ClassicService()
  5054.     {
  5055.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5056.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5057.         return $this->privates['security.authentication.listener.anonymous.classic'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5058.     }
  5059.     /**
  5060.      * Gets the private 'security.authentication.listener.anonymous.contactEmail' shared service.
  5061.      *
  5062.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5063.      */
  5064.     protected function getSecurity_Authentication_Listener_Anonymous_ContactEmailService()
  5065.     {
  5066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5068.         return $this->privates['security.authentication.listener.anonymous.contactEmail'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5069.     }
  5070.     /**
  5071.      * Gets the private 'security.authentication.listener.anonymous.jobsOffersHome' shared service.
  5072.      *
  5073.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5074.      */
  5075.     protected function getSecurity_Authentication_Listener_Anonymous_JobsOffersHomeService()
  5076.     {
  5077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5079.         return $this->privates['security.authentication.listener.anonymous.jobsOffersHome'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5080.     }
  5081.     /**
  5082.      * Gets the private 'security.authentication.listener.anonymous.jobsOffersHomeEmail' shared service.
  5083.      *
  5084.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5085.      */
  5086.     protected function getSecurity_Authentication_Listener_Anonymous_JobsOffersHomeEmailService()
  5087.     {
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5090.         return $this->privates['security.authentication.listener.anonymous.jobsOffersHomeEmail'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5091.     }
  5092.     /**
  5093.      * Gets the private 'security.authentication.listener.anonymous.login' shared service.
  5094.      *
  5095.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5096.      */
  5097.     protected function getSecurity_Authentication_Listener_Anonymous_LoginService()
  5098.     {
  5099.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5100.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5101.         return $this->privates['security.authentication.listener.anonymous.login'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5102.     }
  5103.     /**
  5104.      * Gets the private 'security.authentication.listener.anonymous.newsletterEmail' shared service.
  5105.      *
  5106.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5107.      */
  5108.     protected function getSecurity_Authentication_Listener_Anonymous_NewsletterEmailService()
  5109.     {
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5112.         return $this->privates['security.authentication.listener.anonymous.newsletterEmail'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5113.     }
  5114.     /**
  5115.      * Gets the private 'security.authentication.listener.anonymous.refresh' shared service.
  5116.      *
  5117.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  5118.      */
  5119.     protected function getSecurity_Authentication_Listener_Anonymous_RefreshService()
  5120.     {
  5121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  5123.         return $this->privates['security.authentication.listener.anonymous.refresh'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  5124.     }
  5125.     /**
  5126.      * Gets the private 'security.authentication.listener.guard.api' shared service.
  5127.      *
  5128.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5129.      */
  5130.     protected function getSecurity_Authentication_Listener_Guard_ApiService()
  5131.     {
  5132.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5133.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  5134.         return $this->privates['security.authentication.listener.guard.api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'api', new RewindableGenerator(function () {
  5135.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  5136.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5137.     }
  5138.     /**
  5139.      * Gets the private 'security.authentication.listener.guard.classic' shared service.
  5140.      *
  5141.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  5142.      */
  5143.     protected function getSecurity_Authentication_Listener_Guard_ClassicService()
  5144.     {
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php';
  5147.         return $this->privates['security.authentication.listener.guard.classic'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'classic', new RewindableGenerator(function () {
  5148.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5149.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5150.     }
  5151.     /**
  5152.      * Gets the private 'security.authentication.listener.json.login' shared service.
  5153.      *
  5154.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  5155.      */
  5156.     protected function getSecurity_Authentication_Listener_Json_LoginService()
  5157.     {
  5158.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php';
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  5166.         $this->privates['security.authentication.listener.json.login'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(($this->privates['lexik_jwt_authentication.handler.authentication_success'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationSuccessService()), [], 'login'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(($this->privates['lexik_jwt_authentication.handler.authentication_failure'] ?? $this->getLexikJwtAuthentication_Handler_AuthenticationFailureService()), []), ['check_path' => '/api/login_check''use_forward' => false'require_previous_session' => false'username_path' => 'username''password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5167.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  5168.         return $instance;
  5169.     }
  5170.     /**
  5171.      * Gets the private 'security.authentication.manager' shared service.
  5172.      *
  5173.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  5174.      */
  5175.     protected function getSecurity_Authentication_ManagerService()
  5176.     {
  5177.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  5178.             yield => ($this->privates['security.authentication.provider.anonymous.refresh'] ?? ($this->privates['security.authentication.provider.anonymous.refresh'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5179.             yield => ($this->privates['security.authentication.provider.anonymous.jobsOffersHome'] ?? ($this->privates['security.authentication.provider.anonymous.jobsOffersHome'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5180.             yield => ($this->privates['security.authentication.provider.anonymous.jobsOffersHomeEmail'] ?? ($this->privates['security.authentication.provider.anonymous.jobsOffersHomeEmail'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5181.             yield => ($this->privates['security.authentication.provider.anonymous.contactEmail'] ?? ($this->privates['security.authentication.provider.anonymous.contactEmail'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5182.             yield => ($this->privates['security.authentication.provider.anonymous.newsletterEmail'] ?? ($this->privates['security.authentication.provider.anonymous.newsletterEmail'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5183.             yield => ($this->privates['security.authentication.provider.dao.login'] ?? $this->getSecurity_Authentication_Provider_Dao_LoginService());
  5184.             yield => ($this->privates['security.authentication.provider.anonymous.login'] ?? ($this->privates['security.authentication.provider.anonymous.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5185.             yield => ($this->privates['security.authentication.provider.guard.api'] ?? $this->getSecurity_Authentication_Provider_Guard_ApiService());
  5186.             yield => ($this->privates['security.authentication.provider.guard.classic'] ?? $this->getSecurity_Authentication_Provider_Guard_ClassicService());
  5187.             yield => ($this->privates['security.authentication.provider.anonymous.classic'] ?? ($this->privates['security.authentication.provider.anonymous.classic'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  5188.         }, 10), true);
  5189.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5190.         return $instance;
  5191.     }
  5192.     /**
  5193.      * Gets the private 'security.authentication.provider.dao.login' shared service.
  5194.      *
  5195.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  5196.      */
  5197.     protected function getSecurity_Authentication_Provider_Dao_LoginService()
  5198.     {
  5199.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5204.         return $this->privates['security.authentication.provider.dao.login'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'login', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  5205.     }
  5206.     /**
  5207.      * Gets the private 'security.authentication.provider.guard.api' shared service.
  5208.      *
  5209.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5210.      */
  5211.     protected function getSecurity_Authentication_Provider_Guard_ApiService()
  5212.     {
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  5215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5217.         return $this->privates['security.authentication.provider.guard.api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5218.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  5219.         }, 1), ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService()), 'api', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5220.     }
  5221.     /**
  5222.      * Gets the private 'security.authentication.provider.guard.classic' shared service.
  5223.      *
  5224.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  5225.      */
  5226.     protected function getSecurity_Authentication_Provider_Guard_ClassicService()
  5227.     {
  5228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  5229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php';
  5230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  5231.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  5232.         return $this->privates['security.authentication.provider.guard.classic'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  5233.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  5234.         }, 1), ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService()), 'classic', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->services['security.password_encoder'] ?? $this->getSecurity_PasswordEncoderService()));
  5235.     }
  5236.     /**
  5237.      * Gets the private 'security.channel_listener' shared service.
  5238.      *
  5239.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  5240.      */
  5241.     protected function getSecurity_ChannelListenerService()
  5242.     {
  5243.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  5247.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  5248.     }
  5249.     /**
  5250.      * Gets the private 'security.command.user_password_encoder' shared service.
  5251.      *
  5252.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  5253.      */
  5254.     protected function getSecurity_Command_UserPasswordEncoderService()
  5255.     {
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  5258.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\User']);
  5259.         $instance->setName('security:encode-password');
  5260.         return $instance;
  5261.     }
  5262.     /**
  5263.      * Gets the private 'security.context_listener.0' shared service.
  5264.      *
  5265.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  5266.      */
  5267.     protected function getSecurity_ContextListener_0Service()
  5268.     {
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  5271.         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 () {
  5272.             yield => ($this->privates['security.user.provider.concrete.users'] ?? $this->getSecurity_User_Provider_Concrete_UsersService());
  5273.         }, 1), 'classic', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  5274.     }
  5275.     /**
  5276.      * Gets the private 'security.csrf.token_storage' shared service.
  5277.      *
  5278.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  5279.      */
  5280.     protected function getSecurity_Csrf_TokenStorageService()
  5281.     {
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  5283.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  5285.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  5286.     }
  5287.     /**
  5288.      * Gets the private 'security.encoder_factory.generic' shared service.
  5289.      *
  5290.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  5291.      */
  5292.     protected function getSecurity_EncoderFactory_GenericService()
  5293.     {
  5294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  5295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  5296.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  5297.     }
  5298.     /**
  5299.      * Gets the private 'security.firewall.map' shared service.
  5300.      *
  5301.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  5302.      */
  5303.     protected function getSecurity_Firewall_MapService()
  5304.     {
  5305.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5306.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  5307.             'security.firewall.map.context.classic' => ['privates''security.firewall.map.context.classic''getSecurity_Firewall_Map_Context_ClassicService'false],
  5308.             'security.firewall.map.context.contactEmail' => ['privates''security.firewall.map.context.contactEmail''getSecurity_Firewall_Map_Context_ContactEmailService'false],
  5309.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  5310.             'security.firewall.map.context.jobsOffersHome' => ['privates''security.firewall.map.context.jobsOffersHome''getSecurity_Firewall_Map_Context_JobsOffersHomeService'false],
  5311.             'security.firewall.map.context.jobsOffersHomeEmail' => ['privates''security.firewall.map.context.jobsOffersHomeEmail''getSecurity_Firewall_Map_Context_JobsOffersHomeEmailService'false],
  5312.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'false],
  5313.             'security.firewall.map.context.newsletterEmail' => ['privates''security.firewall.map.context.newsletterEmail''getSecurity_Firewall_Map_Context_NewsletterEmailService'false],
  5314.             'security.firewall.map.context.refresh' => ['privates''security.firewall.map.context.refresh''getSecurity_Firewall_Map_Context_RefreshService'false],
  5315.         ], [
  5316.             'security.firewall.map.context.api' => '?',
  5317.             'security.firewall.map.context.classic' => '?',
  5318.             'security.firewall.map.context.contactEmail' => '?',
  5319.             'security.firewall.map.context.dev' => '?',
  5320.             'security.firewall.map.context.jobsOffersHome' => '?',
  5321.             'security.firewall.map.context.jobsOffersHomeEmail' => '?',
  5322.             'security.firewall.map.context.login' => '?',
  5323.             'security.firewall.map.context.newsletterEmail' => '?',
  5324.             'security.firewall.map.context.refresh' => '?',
  5325.         ]), new RewindableGenerator(function () {
  5326.             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)/')));
  5327.             yield 'security.firewall.map.context.refresh' => ($this->privates['.security.request_matcher.UQgI.UV'] ?? ($this->privates['.security.request_matcher.UQgI.UV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh')));
  5328.             yield 'security.firewall.map.context.jobsOffersHome' => ($this->privates['.security.request_matcher.0bTQ8aD'] ?? ($this->privates['.security.request_matcher.0bTQ8aD'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/jobs/home')));
  5329.             yield 'security.firewall.map.context.jobsOffersHomeEmail' => ($this->privates['.security.request_matcher.G9EQFqa'] ?? ($this->privates['.security.request_matcher.G9EQFqa'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/jobs/[\\s\\S]*/email/new')));
  5330.             yield 'security.firewall.map.context.contactEmail' => ($this->privates['.security.request_matcher.g0UJ3Up'] ?? ($this->privates['.security.request_matcher.g0UJ3Up'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/contact/email/new')));
  5331.             yield 'security.firewall.map.context.newsletterEmail' => ($this->privates['.security.request_matcher.ujXO64b'] ?? ($this->privates['.security.request_matcher.ujXO64b'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/newsletter/email/new')));
  5332.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  5333.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  5334.             yield 'security.firewall.map.context.classic' => NULL;
  5335.         }, 9));
  5336.     }
  5337.     /**
  5338.      * Gets the private 'security.firewall.map.context.api' shared service.
  5339.      *
  5340.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5341.      */
  5342.     protected function getSecurity_Firewall_Map_Context_ApiService()
  5343.     {
  5344.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5346.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5348.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5349.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5350.             yield => ($this->privates['security.authentication.listener.guard.api'] ?? $this->getSecurity_Authentication_Listener_Guard_ApiService());
  5351.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5352.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'security.user.provider.concrete.users'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL));
  5353.     }
  5354.     /**
  5355.      * Gets the private 'security.firewall.map.context.classic' shared service.
  5356.      *
  5357.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5358.      */
  5359.     protected function getSecurity_Firewall_Map_Context_ClassicService()
  5360.     {
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  5369.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  5370.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  5371.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5372.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  5373.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  5374.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']);
  5375.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  5376.         $c->addHandler(new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler());
  5377.         return $this->privates['security.firewall.map.context.classic'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5378.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5379.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5380.             yield => ($this->privates['security.authentication.listener.guard.classic'] ?? $this->getSecurity_Authentication_Listener_Guard_ClassicService());
  5381.             yield => ($this->privates['security.authentication.listener.anonymous.classic'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ClassicService());
  5382.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5383.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'classic', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('classic''security.user_checker'NULLtruefalse'security.user.provider.concrete.users''classic''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  5384.     }
  5385.     /**
  5386.      * Gets the private 'security.firewall.map.context.contactEmail' shared service.
  5387.      *
  5388.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5389.      */
  5390.     protected function getSecurity_Firewall_Map_Context_ContactEmailService()
  5391.     {
  5392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5396.         return $this->privates['security.firewall.map.context.contactEmail'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5397.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5398.             yield => ($this->privates['security.authentication.listener.anonymous.contactEmail'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ContactEmailService());
  5399.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5400.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'contactEmail'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('contactEmail''security.user_checker''.security.request_matcher.g0UJ3Up'truetrue'security.user.provider.concrete.users'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  5401.     }
  5402.     /**
  5403.      * Gets the private 'security.firewall.map.context.dev' shared service.
  5404.      *
  5405.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5406.      */
  5407.     protected function getSecurity_Firewall_Map_Context_DevService()
  5408.     {
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5411.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5412.             return new \EmptyIterator();
  5413.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  5414.     }
  5415.     /**
  5416.      * Gets the private 'security.firewall.map.context.jobsOffersHome' shared service.
  5417.      *
  5418.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5419.      */
  5420.     protected function getSecurity_Firewall_Map_Context_JobsOffersHomeService()
  5421.     {
  5422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5426.         return $this->privates['security.firewall.map.context.jobsOffersHome'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5427.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5428.             yield => ($this->privates['security.authentication.listener.anonymous.jobsOffersHome'] ?? $this->getSecurity_Authentication_Listener_Anonymous_JobsOffersHomeService());
  5429.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5430.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'jobsOffersHome'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('jobsOffersHome''security.user_checker''.security.request_matcher.0bTQ8aD'truetrue'security.user.provider.concrete.users'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  5431.     }
  5432.     /**
  5433.      * Gets the private 'security.firewall.map.context.jobsOffersHomeEmail' shared service.
  5434.      *
  5435.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5436.      */
  5437.     protected function getSecurity_Firewall_Map_Context_JobsOffersHomeEmailService()
  5438.     {
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5443.         return $this->privates['security.firewall.map.context.jobsOffersHomeEmail'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5444.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5445.             yield => ($this->privates['security.authentication.listener.anonymous.jobsOffersHomeEmail'] ?? $this->getSecurity_Authentication_Listener_Anonymous_JobsOffersHomeEmailService());
  5446.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5447.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'jobsOffersHomeEmail'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('jobsOffersHomeEmail''security.user_checker''.security.request_matcher.G9EQFqa'truetrue'security.user.provider.concrete.users'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  5448.     }
  5449.     /**
  5450.      * Gets the private 'security.firewall.map.context.login' shared service.
  5451.      *
  5452.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5453.      */
  5454.     protected function getSecurity_Firewall_Map_Context_LoginService()
  5455.     {
  5456.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5460.         return $this->privates['security.firewall.map.context.login'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5461.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5462.             yield => ($this->privates['security.authentication.listener.json.login'] ?? $this->getSecurity_Authentication_Listener_Json_LoginService());
  5463.             yield => ($this->privates['security.authentication.listener.anonymous.login'] ?? $this->getSecurity_Authentication_Listener_Anonymous_LoginService());
  5464.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5465.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'login'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('login''security.user_checker''.security.request_matcher.HeUdK73'truetrue'security.user.provider.concrete.users'NULLNULLNULLNULL, [=> 'json_login'=> 'anonymous'], NULL));
  5466.     }
  5467.     /**
  5468.      * Gets the private 'security.firewall.map.context.newsletterEmail' shared service.
  5469.      *
  5470.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5471.      */
  5472.     protected function getSecurity_Firewall_Map_Context_NewsletterEmailService()
  5473.     {
  5474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5478.         return $this->privates['security.firewall.map.context.newsletterEmail'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5479.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5480.             yield => ($this->privates['security.authentication.listener.anonymous.newsletterEmail'] ?? $this->getSecurity_Authentication_Listener_Anonymous_NewsletterEmailService());
  5481.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5482.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'newsletterEmail'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('newsletterEmail''security.user_checker''.security.request_matcher.ujXO64b'truetrue'security.user.provider.concrete.users'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  5483.     }
  5484.     /**
  5485.      * Gets the private 'security.firewall.map.context.refresh' shared service.
  5486.      *
  5487.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  5488.      */
  5489.     protected function getSecurity_Firewall_Map_Context_RefreshService()
  5490.     {
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  5495.         return $this->privates['security.firewall.map.context.refresh'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  5496.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  5497.             yield => ($this->privates['security.authentication.listener.anonymous.refresh'] ?? $this->getSecurity_Authentication_Listener_Anonymous_RefreshService());
  5498.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  5499.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'refresh'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('refresh''security.user_checker''.security.request_matcher.UQgI.UV'truetrue'security.user.provider.concrete.users'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  5500.     }
  5501.     /**
  5502.      * Gets the private 'security.http_utils' shared service.
  5503.      *
  5504.      * @return \Symfony\Component\Security\Http\HttpUtils
  5505.      */
  5506.     protected function getSecurity_HttpUtilsService()
  5507.     {
  5508.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  5509.         $a = ($this->services['router'] ?? $this->getRouterService());
  5510.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  5511.     }
  5512.     /**
  5513.      * Gets the private 'security.logout_url_generator' shared service.
  5514.      *
  5515.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  5516.      */
  5517.     protected function getSecurity_LogoutUrlGeneratorService()
  5518.     {
  5519.         $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())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  5520.         $instance->registerListener('classic''app_logout''logout''_csrf_token'NULLNULL);
  5521.         return $instance;
  5522.     }
  5523.     /**
  5524.      * Gets the private 'security.user.provider.concrete.users' shared service.
  5525.      *
  5526.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  5527.      */
  5528.     protected function getSecurity_User_Provider_Concrete_UsersService()
  5529.     {
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  5533.         return $this->privates['security.user.provider.concrete.users'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  5534.     }
  5535.     /**
  5536.      * Gets the private 'security.validator.user_password' shared service.
  5537.      *
  5538.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  5539.      */
  5540.     protected function getSecurity_Validator_UserPasswordService()
  5541.     {
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5544.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  5545.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  5546.     }
  5547.     /**
  5548.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  5549.      *
  5550.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  5551.      */
  5552.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  5553.     {
  5554.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5555.     }
  5556.     /**
  5557.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  5558.      *
  5559.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  5560.      */
  5561.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  5562.     {
  5563.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  5564.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  5565.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  5566.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  5567.     }
  5568.     /**
  5569.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  5570.      *
  5571.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  5572.      */
  5573.     protected function getSensioFrameworkExtra_Security_ListenerService()
  5574.     {
  5575.         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()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5576.     }
  5577.     /**
  5578.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  5579.      *
  5580.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  5581.      */
  5582.     protected function getSensioFrameworkExtra_View_ListenerService()
  5583.     {
  5584.         $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))));
  5585.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5586.             'twig' => ['services''twig''getTwigService'false],
  5587.         ], [
  5588.             'twig' => 'Twig\\Environment',
  5589.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5590.         return $instance;
  5591.     }
  5592.     /**
  5593.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  5594.      *
  5595.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  5596.      */
  5597.     protected function getSerializer_Mapping_CacheWarmerService()
  5598.     {
  5599.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5604.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  5605.     }
  5606.     /**
  5607.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  5608.      *
  5609.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  5610.      */
  5611.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  5612.     {
  5613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  5616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  5619.         return $this->privates['serializer.mapping.class_metadata_factory'] = 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()))]));
  5620.     }
  5621.     /**
  5622.      * Gets the private 'session.storage.native' shared service.
  5623.      *
  5624.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  5625.      */
  5626.     protected function getSession_Storage_NativeService()
  5627.     {
  5628.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  5629.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  5630.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  5632.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  5633.     }
  5634.     /**
  5635.      * Gets the private 'session_listener' shared service.
  5636.      *
  5637.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5638.      */
  5639.     protected function getSessionListenerService()
  5640.     {
  5641.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5642.             'initialized_session' => ['services''session'NULLfalse],
  5643.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5644.             'session' => ['services''session''getSessionService'false],
  5645.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  5646.         ], [
  5647.             'initialized_session' => '?',
  5648.             'request_stack' => '?',
  5649.             'session' => '?',
  5650.             'session_storage' => '?',
  5651.         ]));
  5652.     }
  5653.     /**
  5654.      * Gets the private 'translation.extractor' shared service.
  5655.      *
  5656.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  5657.      */
  5658.     protected function getTranslation_ExtractorService()
  5659.     {
  5660.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  5663.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  5664.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  5665.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  5666.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  5667.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  5668.         return $instance;
  5669.     }
  5670.     /**
  5671.      * Gets the private 'translation.loader.csv' shared service.
  5672.      *
  5673.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  5674.      */
  5675.     protected function getTranslation_Loader_CsvService()
  5676.     {
  5677.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5678.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5681.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  5682.     }
  5683.     /**
  5684.      * Gets the private 'translation.loader.dat' shared service.
  5685.      *
  5686.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  5687.      */
  5688.     protected function getTranslation_Loader_DatService()
  5689.     {
  5690.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5691.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5692.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5693.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  5694.     }
  5695.     /**
  5696.      * Gets the private 'translation.loader.ini' shared service.
  5697.      *
  5698.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  5699.      */
  5700.     protected function getTranslation_Loader_IniService()
  5701.     {
  5702.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5703.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5704.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5705.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5706.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  5707.     }
  5708.     /**
  5709.      * Gets the private 'translation.loader.json' shared service.
  5710.      *
  5711.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  5712.      */
  5713.     protected function getTranslation_Loader_JsonService()
  5714.     {
  5715.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5719.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  5720.     }
  5721.     /**
  5722.      * Gets the private 'translation.loader.mo' shared service.
  5723.      *
  5724.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  5725.      */
  5726.     protected function getTranslation_Loader_MoService()
  5727.     {
  5728.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5730.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5731.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5732.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  5733.     }
  5734.     /**
  5735.      * Gets the private 'translation.loader.php' shared service.
  5736.      *
  5737.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  5738.      */
  5739.     protected function getTranslation_Loader_PhpService()
  5740.     {
  5741.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5742.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5743.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5745.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  5746.     }
  5747.     /**
  5748.      * Gets the private 'translation.loader.po' shared service.
  5749.      *
  5750.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  5751.      */
  5752.     protected function getTranslation_Loader_PoService()
  5753.     {
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5758.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  5759.     }
  5760.     /**
  5761.      * Gets the private 'translation.loader.qt' shared service.
  5762.      *
  5763.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  5764.      */
  5765.     protected function getTranslation_Loader_QtService()
  5766.     {
  5767.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5769.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  5770.     }
  5771.     /**
  5772.      * Gets the private 'translation.loader.res' shared service.
  5773.      *
  5774.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  5775.      */
  5776.     protected function getTranslation_Loader_ResService()
  5777.     {
  5778.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5780.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  5781.     }
  5782.     /**
  5783.      * Gets the private 'translation.loader.xliff' shared service.
  5784.      *
  5785.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  5786.      */
  5787.     protected function getTranslation_Loader_XliffService()
  5788.     {
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5791.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  5792.     }
  5793.     /**
  5794.      * Gets the private 'translation.loader.yml' shared service.
  5795.      *
  5796.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  5797.      */
  5798.     protected function getTranslation_Loader_YmlService()
  5799.     {
  5800.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5801.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5802.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5804.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  5805.     }
  5806.     /**
  5807.      * Gets the private 'translation.reader' shared service.
  5808.      *
  5809.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  5810.      */
  5811.     protected function getTranslation_ReaderService()
  5812.     {
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  5819.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  5820.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  5823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  5824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  5825.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  5829.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  5830.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  5831.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  5832.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  5833.         $instance->addLoader('yaml'$a);
  5834.         $instance->addLoader('yml'$a);
  5835.         $instance->addLoader('xlf'$b);
  5836.         $instance->addLoader('xliff'$b);
  5837.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  5838.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  5839.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  5840.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  5841.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  5842.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  5843.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  5844.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  5845.         return $instance;
  5846.     }
  5847.     /**
  5848.      * Gets the private 'translation.warmer' shared service.
  5849.      *
  5850.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  5851.      */
  5852.     protected function getTranslation_WarmerService()
  5853.     {
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  5856.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5857.             'translator' => ['services''translator''getTranslatorService'false],
  5858.         ], [
  5859.             'translator' => '?',
  5860.         ]))->withContext('translation.warmer'$this));
  5861.     }
  5862.     /**
  5863.      * Gets the private 'translator.default' shared service.
  5864.      *
  5865.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5866.      */
  5867.     protected function getTranslator_DefaultService()
  5868.     {
  5869.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5870.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  5871.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  5872.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  5873.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  5874.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  5875.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  5876.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  5877.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  5878.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  5879.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  5880.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  5881.         ], [
  5882.             'translation.loader.csv' => '?',
  5883.             'translation.loader.dat' => '?',
  5884.             'translation.loader.ini' => '?',
  5885.             'translation.loader.json' => '?',
  5886.             'translation.loader.mo' => '?',
  5887.             'translation.loader.php' => '?',
  5888.             'translation.loader.po' => '?',
  5889.             'translation.loader.qt' => '?',
  5890.             'translation.loader.res' => '?',
  5891.             'translation.loader.xliff' => '?',
  5892.             'translation.loader.yml' => '?',
  5893.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf')], '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')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], '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/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], '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')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'=> 'vendor/symfony/monolog-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'vendor/doctrine/doctrine-migrations-bundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'vendor/symfony/security-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'16 => 'vendor/nelmio/cors-bundle/translations'17 => 'vendor/friendsofsymfony/rest-bundle/translations'18 => 'vendor/lexik/jwt-authentication-bundle/translations'19 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations']]]);
  5894.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5895.         $instance->setFallbackLocales([=> 'en']);
  5896.         return $instance;
  5897.     }
  5898.     /**
  5899.      * Gets the private 'twig.command.debug' shared service.
  5900.      *
  5901.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  5902.      */
  5903.     protected function getTwig_Command_DebugService()
  5904.     {
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  5907.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5908.         $instance->setName('debug:twig');
  5909.         return $instance;
  5910.     }
  5911.     /**
  5912.      * Gets the private 'twig.command.lint' shared service.
  5913.      *
  5914.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  5915.      */
  5916.     protected function getTwig_Command_LintService()
  5917.     {
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  5921.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  5922.         $instance->setName('lint:twig');
  5923.         return $instance;
  5924.     }
  5925.     /**
  5926.      * Gets the private 'twig.form.renderer' shared service.
  5927.      *
  5928.      * @return \Symfony\Component\Form\FormRenderer
  5929.      */
  5930.     protected function getTwig_Form_RendererService()
  5931.     {
  5932.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  5937.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5938.     }
  5939.     /**
  5940.      * Gets the private 'twig.mailer.message_listener' shared service.
  5941.      *
  5942.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  5943.      */
  5944.     protected function getTwig_Mailer_MessageListenerService()
  5945.     {
  5946.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  5949.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  5950.     }
  5951.     /**
  5952.      * Gets the private 'twig.runtime.httpkernel' shared service.
  5953.      *
  5954.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  5955.      */
  5956.     protected function getTwig_Runtime_HttpkernelService()
  5957.     {
  5958.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  5960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  5961.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5962.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  5963.         ], [
  5964.             'inline' => '?',
  5965.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  5966.     }
  5967.     /**
  5968.      * Gets the private 'twig.runtime.security_csrf' shared service.
  5969.      *
  5970.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  5971.      */
  5972.     protected function getTwig_Runtime_SecurityCsrfService()
  5973.     {
  5974.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  5975.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5976.     }
  5977.     /**
  5978.      * Gets the private 'twig.template_cache_warmer' shared service.
  5979.      *
  5980.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  5981.      */
  5982.     protected function getTwig_TemplateCacheWarmerService()
  5983.     {
  5984.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  5987.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5988.             'twig' => ['services''twig''getTwigService'false],
  5989.         ], [
  5990.             'twig' => 'Twig\\Environment',
  5991.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  5992.     }
  5993.     /**
  5994.      * Gets the private 'validator.builder' shared service.
  5995.      *
  5996.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5997.      */
  5998.     protected function getValidator_BuilderService()
  5999.     {
  6000.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  6001.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  6002.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6003.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6004.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6005.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  6006.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6007.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6008.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  6009.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6010.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6011.         ], [
  6012.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  6013.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  6014.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  6015.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  6016.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  6017.             'doctrine.orm.validator.unique' => '?',
  6018.             'security.validator.user_password' => '?',
  6019.             'validator.expression' => '?',
  6020.         ])));
  6021.         if ($this->has('translator')) {
  6022.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  6023.         }
  6024.         $instance->setTranslationDomain('validators');
  6025.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  6026.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6027.         $instance->addMethodMapping('loadValidatorMetadata');
  6028.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  6029.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  6030.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  6031.         return $instance;
  6032.     }
  6033.     /**
  6034.      * Gets the private 'validator.email' shared service.
  6035.      *
  6036.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  6037.      */
  6038.     protected function getValidator_EmailService()
  6039.     {
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  6043.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  6044.     }
  6045.     /**
  6046.      * Gets the private 'validator.expression' shared service.
  6047.      *
  6048.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  6049.      */
  6050.     protected function getValidator_ExpressionService()
  6051.     {
  6052.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6053.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6054.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  6055.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  6056.     }
  6057.     /**
  6058.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  6059.      *
  6060.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  6061.      */
  6062.     protected function getValidator_Mapping_CacheWarmerService()
  6063.     {
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  6067.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  6068.     }
  6069.     /**
  6070.      * Gets the private 'validator.not_compromised_password' shared service.
  6071.      *
  6072.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  6073.      */
  6074.     protected function getValidator_NotCompromisedPasswordService()
  6075.     {
  6076.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6077.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  6079.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  6080.     }
  6081.     /**
  6082.      * Gets the private 'var_dumper.command.server_dump' shared service.
  6083.      *
  6084.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  6085.      */
  6086.     protected function getVarDumper_Command_ServerDumpService()
  6087.     {
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  6094.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  6095.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6096.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6097.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6098.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6099.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  6100.         $instance->setName('server:dump');
  6101.         return $instance;
  6102.     }
  6103.     /**
  6104.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  6105.      *
  6106.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  6107.      */
  6108.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  6109.     {
  6110.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  6111.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6112.         return $instance;
  6113.     }
  6114.     /**
  6115.      * Gets the private 'var_dumper.html_dumper' shared service.
  6116.      *
  6117.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  6118.      */
  6119.     protected function getVarDumper_HtmlDumperService()
  6120.     {
  6121.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  6122.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  6123.         return $instance;
  6124.     }
  6125.     /**
  6126.      * Gets the private 'var_dumper.server_connection' shared service.
  6127.      *
  6128.      * @return \Symfony\Component\VarDumper\Server\Connection
  6129.      */
  6130.     protected function getVarDumper_ServerConnectionService()
  6131.     {
  6132.         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()]);
  6133.     }
  6134.     /**
  6135.      * Gets the private 'web_profiler.csp.handler' shared service.
  6136.      *
  6137.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  6138.      */
  6139.     protected function getWebProfiler_Csp_HandlerService()
  6140.     {
  6141.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  6142.     }
  6143.     /**
  6144.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  6145.      *
  6146.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  6147.      */
  6148.     protected function getWebProfiler_DebugToolbarService()
  6149.     {
  6150.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  6151.     }
  6152.     public function getParameter(string $name)
  6153.     {
  6154.         if (isset($this->buildParameters[$name])) {
  6155.             return $this->buildParameters[$name];
  6156.         }
  6157.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  6158.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  6159.         }
  6160.         if (isset($this->loadedDynamicParameters[$name])) {
  6161.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6162.         }
  6163.         return $this->parameters[$name];
  6164.     }
  6165.     public function hasParameter(string $name): bool
  6166.     {
  6167.         if (isset($this->buildParameters[$name])) {
  6168.             return true;
  6169.         }
  6170.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  6171.     }
  6172.     public function setParameter(string $name$value): void
  6173.     {
  6174.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  6175.     }
  6176.     public function getParameterBag(): ParameterBagInterface
  6177.     {
  6178.         if (null === $this->parameterBag) {
  6179.             $parameters $this->parameters;
  6180.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  6181.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  6182.             }
  6183.             foreach ($this->buildParameters as $name => $value) {
  6184.                 $parameters[$name] = $value;
  6185.             }
  6186.             $this->parameterBag = new FrozenParameterBag($parameters);
  6187.         }
  6188.         return $this->parameterBag;
  6189.     }
  6190.     private $loadedDynamicParameters = [
  6191.         'kernel.cache_dir' => false,
  6192.         'google_recaptcha_site_key' => false,
  6193.         'kernel.secret' => false,
  6194.         'session.save_path' => false,
  6195.         'validator.mapping.cache.file' => false,
  6196.         'profiler.storage.dsn' => false,
  6197.         'debug.container.dump' => false,
  6198.         'serializer.mapping.cache.file' => false,
  6199.         'doctrine.orm.proxy_dir' => false,
  6200.         'nelmio_cors.defaults' => false,
  6201.         'lexik_jwt_authentication.pass_phrase' => false,
  6202.     ];
  6203.     private $dynamicParameters = [];
  6204.     private function getDynamicParameter(string $name)
  6205.     {
  6206.         switch ($name) {
  6207.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  6208.             case 'google_recaptcha_site_key'$value $this->getEnv('GOOGLE_RECAPTCHA_SITE_KEY'); break;
  6209.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  6210.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  6211.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  6212.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  6213.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  6214.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  6215.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  6216.             case 'nelmio_cors.defaults'$value = [
  6217.                 'allow_origin' => [
  6218.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  6219.                 ],
  6220.                 'allow_credentials' => false,
  6221.                 'allow_headers' => [
  6222.                     => 'content-type',
  6223.                     => 'authorization',
  6224.                 ],
  6225.                 'expose_headers' => [
  6226.                     => 'Link',
  6227.                 ],
  6228.                 'allow_methods' => [
  6229.                     => 'GET',
  6230.                     => 'OPTIONS',
  6231.                     => 'POST',
  6232.                     => 'PUT',
  6233.                     => 'PATCH',
  6234.                     => 'DELETE',
  6235.                 ],
  6236.                 'max_age' => 3600,
  6237.                 'hosts' => [
  6238.                 ],
  6239.                 'origin_regex' => true,
  6240.                 'forced_allow_origin_value' => NULL,
  6241.             ]; break;
  6242.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  6243.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  6244.         }
  6245.         $this->loadedDynamicParameters[$name] = true;
  6246.         return $this->dynamicParameters[$name] = $value;
  6247.     }
  6248.     protected function getDefaultParameters(): array
  6249.     {
  6250.         return [
  6251.             'kernel.project_dir' => \dirname(__DIR__4),
  6252.             'kernel.environment' => 'dev',
  6253.             'kernel.debug' => true,
  6254.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  6255.             'kernel.bundles' => [
  6256.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  6257.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  6258.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  6259.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  6260.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  6261.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  6262.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  6263.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  6264.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  6265.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  6266.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  6267.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  6268.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  6269.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  6270.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  6271.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  6272.             ],
  6273.             'kernel.bundles_metadata' => [
  6274.                 'FrameworkBundle' => [
  6275.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  6276.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  6277.                 ],
  6278.                 'TwigBundle' => [
  6279.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  6280.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  6281.                 ],
  6282.                 'TwigExtraBundle' => [
  6283.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  6284.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  6285.                 ],
  6286.                 'WebProfilerBundle' => [
  6287.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  6288.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  6289.                 ],
  6290.                 'MonologBundle' => [
  6291.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  6292.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  6293.                 ],
  6294.                 'DebugBundle' => [
  6295.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  6296.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  6297.                 ],
  6298.                 'DoctrineBundle' => [
  6299.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  6300.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  6301.                 ],
  6302.                 'DoctrineMigrationsBundle' => [
  6303.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  6304.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  6305.                 ],
  6306.                 'SensioFrameworkExtraBundle' => [
  6307.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  6308.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  6309.                 ],
  6310.                 'SecurityBundle' => [
  6311.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  6312.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  6313.                 ],
  6314.                 'MakerBundle' => [
  6315.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  6316.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  6317.                 ],
  6318.                 'DoctrineFixturesBundle' => [
  6319.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  6320.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  6321.                 ],
  6322.                 'NelmioCorsBundle' => [
  6323.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  6324.                     'namespace' => 'Nelmio\\CorsBundle',
  6325.                 ],
  6326.                 'FOSRestBundle' => [
  6327.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  6328.                     'namespace' => 'FOS\\RestBundle',
  6329.                 ],
  6330.                 'LexikJWTAuthenticationBundle' => [
  6331.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  6332.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  6333.                 ],
  6334.                 'GesdinetJWTRefreshTokenBundle' => [
  6335.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  6336.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  6337.                 ],
  6338.             ],
  6339.             'kernel.charset' => 'UTF-8',
  6340.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  6341.             'container.dumper.inline_class_loader' => true,
  6342.             'container.dumper.inline_factories' => true,
  6343.             'event_dispatcher.event_aliases' => [
  6344.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6345.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6346.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6347.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6348.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6349.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6350.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6351.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6352.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6353.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6354.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6355.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6356.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6357.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6358.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6359.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6360.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6361.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6362.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6363.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6364.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6365.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6366.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6367.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6368.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6369.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6370.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6371.             ],
  6372.             'fragment.renderer.hinclude.global_template' => '',
  6373.             'fragment.path' => '/_fragment',
  6374.             'kernel.http_method_override' => true,
  6375.             'kernel.trusted_hosts' => [
  6376.             ],
  6377.             'kernel.default_locale' => 'en',
  6378.             'kernel.error_controller' => 'error_controller',
  6379.             'debug.file_link_format' => NULL,
  6380.             'session.metadata.storage_key' => '_sf2_meta',
  6381.             'session.storage.options' => [
  6382.                 'cache_limiter' => '0',
  6383.                 'cookie_secure' => 'auto',
  6384.                 'cookie_httponly' => true,
  6385.                 'cookie_samesite' => 'lax',
  6386.                 'gc_probability' => 1,
  6387.             ],
  6388.             'session.metadata.update_threshold' => 0,
  6389.             'form.type_extension.csrf.enabled' => true,
  6390.             'form.type_extension.csrf.field_name' => '_token',
  6391.             'asset.request_context.base_path' => '',
  6392.             'asset.request_context.secure' => false,
  6393.             'validator.translation_domain' => 'validators',
  6394.             'translator.logging' => false,
  6395.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6396.             'profiler_listener.only_exceptions' => false,
  6397.             'profiler_listener.only_master_requests' => false,
  6398.             'debug.error_handler.throw_at' => -1,
  6399.             'router.request_context.host' => 'localhost',
  6400.             'router.request_context.scheme' => 'http',
  6401.             'router.request_context.base_url' => '',
  6402.             'router.resource' => 'kernel::loadRoutes',
  6403.             'request_listener.http_port' => 80,
  6404.             'request_listener.https_port' => 443,
  6405.             'twig.form.resources' => [
  6406.                 => 'form_div_layout.html.twig',
  6407.             ],
  6408.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6409.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6410.             'web_profiler.debug_toolbar.mode' => 2,
  6411.             'monolog.use_microseconds' => true,
  6412.             'monolog.swift_mailer.handlers' => [
  6413.             ],
  6414.             'monolog.handlers_to_channels' => [
  6415.                 'monolog.handler.console' => [
  6416.                     'type' => 'exclusive',
  6417.                     'elements' => [
  6418.                         => 'event',
  6419.                         => 'doctrine',
  6420.                         => 'console',
  6421.                     ],
  6422.                 ],
  6423.                 'monolog.handler.main' => [
  6424.                     'type' => 'exclusive',
  6425.                     'elements' => [
  6426.                         => 'event',
  6427.                     ],
  6428.                 ],
  6429.             ],
  6430.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6431.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  6432.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  6433.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  6434.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6435.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6436.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6437.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6438.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6439.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6440.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6441.             'doctrine.entity_managers' => [
  6442.                 'default' => 'doctrine.orm.default_entity_manager',
  6443.             ],
  6444.             'doctrine.default_entity_manager' => 'default',
  6445.             'doctrine.dbal.connection_factory.types' => [
  6446.             ],
  6447.             'doctrine.connections' => [
  6448.                 'default' => 'doctrine.dbal.default_connection',
  6449.             ],
  6450.             'doctrine.default_connection' => 'default',
  6451.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6452.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6453.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6454.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6455.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6456.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6457.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6458.             'doctrine.orm.cache.memcache_port' => 11211,
  6459.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6460.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6461.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6462.             'doctrine.orm.cache.memcached_port' => 11211,
  6463.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6464.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6465.             'doctrine.orm.cache.redis_host' => 'localhost',
  6466.             'doctrine.orm.cache.redis_port' => 6379,
  6467.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6468.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6469.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6470.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6471.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6472.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6473.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6474.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6475.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6476.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6477.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6478.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6479.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6480.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6481.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6482.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6483.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6484.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6485.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6486.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6487.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6488.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6489.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6490.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6491.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6492.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6493.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6494.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6495.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6496.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6497.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6498.             'doctrine.migrations.preferred_em' => NULL,
  6499.             'doctrine.migrations.preferred_connection' => NULL,
  6500.             'security.role_hierarchy.roles' => [
  6501.             ],
  6502.             'security.access.denied_url' => NULL,
  6503.             'security.authentication.manager.erase_credentials' => true,
  6504.             'security.authentication.session_strategy.strategy' => 'migrate',
  6505.             'security.access.always_authenticate_before_granting' => false,
  6506.             'security.authentication.hide_user_not_found' => true,
  6507.             'nelmio_cors.map' => [
  6508.                 '^/' => [
  6509.                     'allow_origin' => true,
  6510.                     'allow_headers' => [
  6511.                         => 'origin',
  6512.                         => 'x-requested-with',
  6513.                         => 'content-type',
  6514.                         => 'accept',
  6515.                         => 'authorization',
  6516.                         => 'x-xsrf-token',
  6517.                     ],
  6518.                     'allow_methods' => [
  6519.                         => 'POST',
  6520.                         => 'GET',
  6521.                         => 'DELETE',
  6522.                         => 'PUT',
  6523.                     ],
  6524.                     'max_age' => 3600,
  6525.                 ],
  6526.             ],
  6527.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  6528.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  6529.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  6530.             'lexik_jwt_authentication.token_ttl' => 3600,
  6531.             'lexik_jwt_authentication.clock_skew' => 0,
  6532.             'lexik_jwt_authentication.user_identity_field' => 'username',
  6533.             'lexik_jwt_authentication.user_id_claim' => 'username',
  6534.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  6535.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  6536.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  6537.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  6538.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  6539.             'gesdinet_jwt_refresh_token.user_provider' => 'security.user.provider.concrete.users',
  6540.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  6541.             'gesdinet_jwt_refresh_token.single_use' => false,
  6542.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  6543.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  6544.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
  6545.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  6546.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  6547.             'data_collector.templates' => [
  6548.                 'data_collector.request' => [
  6549.                     => 'request',
  6550.                     => '@WebProfiler/Collector/request.html.twig',
  6551.                 ],
  6552.                 'data_collector.time' => [
  6553.                     => 'time',
  6554.                     => '@WebProfiler/Collector/time.html.twig',
  6555.                 ],
  6556.                 'data_collector.memory' => [
  6557.                     => 'memory',
  6558.                     => '@WebProfiler/Collector/memory.html.twig',
  6559.                 ],
  6560.                 'data_collector.validator' => [
  6561.                     => 'validator',
  6562.                     => '@WebProfiler/Collector/validator.html.twig',
  6563.                 ],
  6564.                 'data_collector.ajax' => [
  6565.                     => 'ajax',
  6566.                     => '@WebProfiler/Collector/ajax.html.twig',
  6567.                 ],
  6568.                 'data_collector.form' => [
  6569.                     => 'form',
  6570.                     => '@WebProfiler/Collector/form.html.twig',
  6571.                 ],
  6572.                 'data_collector.exception' => [
  6573.                     => 'exception',
  6574.                     => '@WebProfiler/Collector/exception.html.twig',
  6575.                 ],
  6576.                 'data_collector.logger' => [
  6577.                     => 'logger',
  6578.                     => '@WebProfiler/Collector/logger.html.twig',
  6579.                 ],
  6580.                 'data_collector.events' => [
  6581.                     => 'events',
  6582.                     => '@WebProfiler/Collector/events.html.twig',
  6583.                 ],
  6584.                 'data_collector.router' => [
  6585.                     => 'router',
  6586.                     => '@WebProfiler/Collector/router.html.twig',
  6587.                 ],
  6588.                 'data_collector.cache' => [
  6589.                     => 'cache',
  6590.                     => '@WebProfiler/Collector/cache.html.twig',
  6591.                 ],
  6592.                 'data_collector.translation' => [
  6593.                     => 'translation',
  6594.                     => '@WebProfiler/Collector/translation.html.twig',
  6595.                 ],
  6596.                 'data_collector.security' => [
  6597.                     => 'security',
  6598.                     => '@Security/Collector/security.html.twig',
  6599.                 ],
  6600.                 'data_collector.twig' => [
  6601.                     => 'twig',
  6602.                     => '@WebProfiler/Collector/twig.html.twig',
  6603.                 ],
  6604.                 'data_collector.http_client' => [
  6605.                     => 'http_client',
  6606.                     => '@WebProfiler/Collector/http_client.html.twig',
  6607.                 ],
  6608.                 'data_collector.doctrine' => [
  6609.                     => 'db',
  6610.                     => '@Doctrine/Collector/db.html.twig',
  6611.                 ],
  6612.                 'data_collector.dump' => [
  6613.                     => 'dump',
  6614.                     => '@Debug/Profiler/dump.html.twig',
  6615.                 ],
  6616.                 'data_collector.messenger' => [
  6617.                     => 'messenger',
  6618.                     => '@WebProfiler/Collector/messenger.html.twig',
  6619.                 ],
  6620.                 'mailer.data_collector' => [
  6621.                     => 'mailer',
  6622.                     => '@WebProfiler/Collector/mailer.html.twig',
  6623.                 ],
  6624.                 'data_collector.config' => [
  6625.                     => 'config',
  6626.                     => '@WebProfiler/Collector/config.html.twig',
  6627.                 ],
  6628.             ],
  6629.             'console.command.ids' => [
  6630.             ],
  6631.         ];
  6632.     }
  6633.     protected function throw($message)
  6634.     {
  6635.         throw new RuntimeException($message);
  6636.     }
  6637. }
  6638. include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  6639. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  6640. include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  6641. class EntityManager_9a5be93 extends \Doctrine\ORM\EntityManager implements \ProxyManager\Proxy\VirtualProxyInterface
  6642. {
  6643.     /**
  6644.      * @var \Doctrine\ORM\EntityManager|null wrapped object, if the proxy is initialized
  6645.      */
  6646.     private $valueHolder9a5be93 null;
  6647.     /**
  6648.      * @var \Closure|null initializer responsible for generating the wrapped object
  6649.      */
  6650.     private $initializer9a5be93 null;
  6651.     /**
  6652.      * @var bool[] map of public properties of the parent class
  6653.      */
  6654.     private static $publicProperties9a5be93 = [
  6655.         
  6656.     ];
  6657.     public function getConnection()
  6658.     {
  6659.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getConnection', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6660.         return $this->valueHolder9a5be93->getConnection();
  6661.     }
  6662.     public function getMetadataFactory()
  6663.     {
  6664.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getMetadataFactory', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6665.         return $this->valueHolder9a5be93->getMetadataFactory();
  6666.     }
  6667.     public function getExpressionBuilder()
  6668.     {
  6669.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getExpressionBuilder', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6670.         return $this->valueHolder9a5be93->getExpressionBuilder();
  6671.     }
  6672.     public function beginTransaction()
  6673.     {
  6674.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'beginTransaction', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6675.         return $this->valueHolder9a5be93->beginTransaction();
  6676.     }
  6677.     public function getCache()
  6678.     {
  6679.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getCache', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6680.         return $this->valueHolder9a5be93->getCache();
  6681.     }
  6682.     public function transactional($func)
  6683.     {
  6684.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'transactional', array('func' => $func), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6685.         return $this->valueHolder9a5be93->transactional($func);
  6686.     }
  6687.     public function commit()
  6688.     {
  6689.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'commit', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6690.         return $this->valueHolder9a5be93->commit();
  6691.     }
  6692.     public function rollback()
  6693.     {
  6694.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'rollback', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6695.         return $this->valueHolder9a5be93->rollback();
  6696.     }
  6697.     public function getClassMetadata($className)
  6698.     {
  6699.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getClassMetadata', array('className' => $className), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6700.         return $this->valueHolder9a5be93->getClassMetadata($className);
  6701.     }
  6702.     public function createQuery($dql '')
  6703.     {
  6704.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'createQuery', array('dql' => $dql), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6705.         return $this->valueHolder9a5be93->createQuery($dql);
  6706.     }
  6707.     public function createNamedQuery($name)
  6708.     {
  6709.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'createNamedQuery', array('name' => $name), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6710.         return $this->valueHolder9a5be93->createNamedQuery($name);
  6711.     }
  6712.     public function createNativeQuery($sql, \Doctrine\ORM\Query\ResultSetMapping $rsm)
  6713.     {
  6714.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'createNativeQuery', array('sql' => $sql'rsm' => $rsm), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6715.         return $this->valueHolder9a5be93->createNativeQuery($sql$rsm);
  6716.     }
  6717.     public function createNamedNativeQuery($name)
  6718.     {
  6719.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'createNamedNativeQuery', array('name' => $name), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6720.         return $this->valueHolder9a5be93->createNamedNativeQuery($name);
  6721.     }
  6722.     public function createQueryBuilder()
  6723.     {
  6724.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'createQueryBuilder', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6725.         return $this->valueHolder9a5be93->createQueryBuilder();
  6726.     }
  6727.     public function flush($entity null)
  6728.     {
  6729.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'flush', array('entity' => $entity), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6730.         return $this->valueHolder9a5be93->flush($entity);
  6731.     }
  6732.     public function find($className$id$lockMode null$lockVersion null)
  6733.     {
  6734.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'find', array('className' => $className'id' => $id'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6735.         return $this->valueHolder9a5be93->find($className$id$lockMode$lockVersion);
  6736.     }
  6737.     public function getReference($entityName$id)
  6738.     {
  6739.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getReference', array('entityName' => $entityName'id' => $id), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6740.         return $this->valueHolder9a5be93->getReference($entityName$id);
  6741.     }
  6742.     public function getPartialReference($entityName$identifier)
  6743.     {
  6744.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getPartialReference', array('entityName' => $entityName'identifier' => $identifier), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6745.         return $this->valueHolder9a5be93->getPartialReference($entityName$identifier);
  6746.     }
  6747.     public function clear($entityName null)
  6748.     {
  6749.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'clear', array('entityName' => $entityName), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6750.         return $this->valueHolder9a5be93->clear($entityName);
  6751.     }
  6752.     public function close()
  6753.     {
  6754.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'close', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6755.         return $this->valueHolder9a5be93->close();
  6756.     }
  6757.     public function persist($entity)
  6758.     {
  6759.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'persist', array('entity' => $entity), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6760.         return $this->valueHolder9a5be93->persist($entity);
  6761.     }
  6762.     public function remove($entity)
  6763.     {
  6764.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'remove', array('entity' => $entity), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6765.         return $this->valueHolder9a5be93->remove($entity);
  6766.     }
  6767.     public function refresh($entity)
  6768.     {
  6769.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'refresh', array('entity' => $entity), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6770.         return $this->valueHolder9a5be93->refresh($entity);
  6771.     }
  6772.     public function detach($entity)
  6773.     {
  6774.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'detach', array('entity' => $entity), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6775.         return $this->valueHolder9a5be93->detach($entity);
  6776.     }
  6777.     public function merge($entity)
  6778.     {
  6779.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'merge', array('entity' => $entity), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6780.         return $this->valueHolder9a5be93->merge($entity);
  6781.     }
  6782.     public function copy($entity$deep false)
  6783.     {
  6784.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'copy', array('entity' => $entity'deep' => $deep), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6785.         return $this->valueHolder9a5be93->copy($entity$deep);
  6786.     }
  6787.     public function lock($entity$lockMode$lockVersion null)
  6788.     {
  6789.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'lock', array('entity' => $entity'lockMode' => $lockMode'lockVersion' => $lockVersion), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6790.         return $this->valueHolder9a5be93->lock($entity$lockMode$lockVersion);
  6791.     }
  6792.     public function getRepository($entityName)
  6793.     {
  6794.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getRepository', array('entityName' => $entityName), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6795.         return $this->valueHolder9a5be93->getRepository($entityName);
  6796.     }
  6797.     public function contains($entity)
  6798.     {
  6799.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'contains', array('entity' => $entity), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6800.         return $this->valueHolder9a5be93->contains($entity);
  6801.     }
  6802.     public function getEventManager()
  6803.     {
  6804.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getEventManager', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6805.         return $this->valueHolder9a5be93->getEventManager();
  6806.     }
  6807.     public function getConfiguration()
  6808.     {
  6809.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getConfiguration', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6810.         return $this->valueHolder9a5be93->getConfiguration();
  6811.     }
  6812.     public function isOpen()
  6813.     {
  6814.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'isOpen', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6815.         return $this->valueHolder9a5be93->isOpen();
  6816.     }
  6817.     public function getUnitOfWork()
  6818.     {
  6819.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getUnitOfWork', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6820.         return $this->valueHolder9a5be93->getUnitOfWork();
  6821.     }
  6822.     public function getHydrator($hydrationMode)
  6823.     {
  6824.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getHydrator', array('hydrationMode' => $hydrationMode), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6825.         return $this->valueHolder9a5be93->getHydrator($hydrationMode);
  6826.     }
  6827.     public function newHydrator($hydrationMode)
  6828.     {
  6829.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'newHydrator', array('hydrationMode' => $hydrationMode), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6830.         return $this->valueHolder9a5be93->newHydrator($hydrationMode);
  6831.     }
  6832.     public function getProxyFactory()
  6833.     {
  6834.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getProxyFactory', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6835.         return $this->valueHolder9a5be93->getProxyFactory();
  6836.     }
  6837.     public function initializeObject($obj)
  6838.     {
  6839.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'initializeObject', array('obj' => $obj), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6840.         return $this->valueHolder9a5be93->initializeObject($obj);
  6841.     }
  6842.     public function getFilters()
  6843.     {
  6844.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'getFilters', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6845.         return $this->valueHolder9a5be93->getFilters();
  6846.     }
  6847.     public function isFiltersStateClean()
  6848.     {
  6849.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'isFiltersStateClean', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6850.         return $this->valueHolder9a5be93->isFiltersStateClean();
  6851.     }
  6852.     public function hasFilters()
  6853.     {
  6854.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'hasFilters', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6855.         return $this->valueHolder9a5be93->hasFilters();
  6856.     }
  6857.     /**
  6858.      * Constructor for lazy initialization
  6859.      *
  6860.      * @param \Closure|null $initializer
  6861.      */
  6862.     public static function staticProxyConstructor($initializer)
  6863.     {
  6864.         static $reflection;
  6865.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  6866.         $instance   $reflection->newInstanceWithoutConstructor();
  6867.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  6868.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  6869.         }, $instance'Doctrine\\ORM\\EntityManager')->__invoke($instance);
  6870.         $instance->initializer9a5be93 $initializer;
  6871.         return $instance;
  6872.     }
  6873.     protected function __construct(\Doctrine\DBAL\Connection $conn, \Doctrine\ORM\Configuration $config, \Doctrine\Common\EventManager $eventManager)
  6874.     {
  6875.         static $reflection;
  6876.         if (! $this->valueHolder9a5be93) {
  6877.             $reflection $reflection ?? new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6878.             $this->valueHolder9a5be93 $reflection->newInstanceWithoutConstructor();
  6879.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  6880.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  6881.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  6882.         }
  6883.         $this->valueHolder9a5be93->__construct($conn$config$eventManager);
  6884.     }
  6885.     public function & __get($name)
  6886.     {
  6887.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'__get', ['name' => $name], $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6888.         if (isset(self::$publicProperties9a5be93[$name])) {
  6889.             return $this->valueHolder9a5be93->$name;
  6890.         }
  6891.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6892.         if (! $realInstanceReflection->hasProperty($name)) {
  6893.             $targetObject $this->valueHolder9a5be93;
  6894.             $backtrace debug_backtrace(false1);
  6895.             trigger_error(
  6896.                 sprintf(
  6897.                     'Undefined property: %s::$%s in %s on line %s',
  6898.                     $realInstanceReflection->getName(),
  6899.                     $name,
  6900.                     $backtrace[0]['file'],
  6901.                     $backtrace[0]['line']
  6902.                 ),
  6903.                 \E_USER_NOTICE
  6904.             );
  6905.             return $targetObject->$name;
  6906.         }
  6907.         $targetObject $this->valueHolder9a5be93;
  6908.         $accessor = function & () use ($targetObject$name) {
  6909.             return $targetObject->$name;
  6910.         };
  6911.         $backtrace debug_backtrace(true2);
  6912.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6913.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6914.         $returnValue = & $accessor();
  6915.         return $returnValue;
  6916.     }
  6917.     public function __set($name$value)
  6918.     {
  6919.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'__set', array('name' => $name'value' => $value), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6920.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6921.         if (! $realInstanceReflection->hasProperty($name)) {
  6922.             $targetObject $this->valueHolder9a5be93;
  6923.             $targetObject->$name $value;
  6924.             return $targetObject->$name;
  6925.         }
  6926.         $targetObject $this->valueHolder9a5be93;
  6927.         $accessor = function & () use ($targetObject$name$value) {
  6928.             $targetObject->$name $value;
  6929.             return $targetObject->$name;
  6930.         };
  6931.         $backtrace debug_backtrace(true2);
  6932.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6933.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6934.         $returnValue = & $accessor();
  6935.         return $returnValue;
  6936.     }
  6937.     public function __isset($name)
  6938.     {
  6939.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'__isset', array('name' => $name), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6940.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6941.         if (! $realInstanceReflection->hasProperty($name)) {
  6942.             $targetObject $this->valueHolder9a5be93;
  6943.             return isset($targetObject->$name);
  6944.         }
  6945.         $targetObject $this->valueHolder9a5be93;
  6946.         $accessor = function () use ($targetObject$name) {
  6947.             return isset($targetObject->$name);
  6948.         };
  6949.         $backtrace debug_backtrace(true2);
  6950.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6951.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6952.         $returnValue $accessor();
  6953.         return $returnValue;
  6954.     }
  6955.     public function __unset($name)
  6956.     {
  6957.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'__unset', array('name' => $name), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6958.         $realInstanceReflection = new \ReflectionClass('Doctrine\\ORM\\EntityManager');
  6959.         if (! $realInstanceReflection->hasProperty($name)) {
  6960.             $targetObject $this->valueHolder9a5be93;
  6961.             unset($targetObject->$name);
  6962.             return;
  6963.         }
  6964.         $targetObject $this->valueHolder9a5be93;
  6965.         $accessor = function () use ($targetObject$name) {
  6966.             unset($targetObject->$name);
  6967.             return;
  6968.         };
  6969.         $backtrace debug_backtrace(true2);
  6970.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  6971.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  6972.         $accessor();
  6973.     }
  6974.     public function __clone()
  6975.     {
  6976.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'__clone', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6977.         $this->valueHolder9a5be93 = clone $this->valueHolder9a5be93;
  6978.     }
  6979.     public function __sleep()
  6980.     {
  6981.         $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'__sleep', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  6982.         return array('valueHolder9a5be93');
  6983.     }
  6984.     public function __wakeup()
  6985.     {
  6986.         \Closure::bind(function (\Doctrine\ORM\EntityManager $instance) {
  6987.             unset($instance->config$instance->conn$instance->metadataFactory$instance->unitOfWork$instance->eventManager$instance->proxyFactory$instance->repositoryFactory$instance->expressionBuilder$instance->closed$instance->filterCollection$instance->cache);
  6988.         }, $this'Doctrine\\ORM\\EntityManager')->__invoke($this);
  6989.     }
  6990.     public function setProxyInitializer(\Closure $initializer null) : void
  6991.     {
  6992.         $this->initializer9a5be93 $initializer;
  6993.     }
  6994.     public function getProxyInitializer() : ?\Closure
  6995.     {
  6996.         return $this->initializer9a5be93;
  6997.     }
  6998.     public function initializeProxy() : bool
  6999.     {
  7000.         return $this->initializer9a5be93 && ($this->initializer9a5be93->__invoke($valueHolder9a5be93$this'initializeProxy', array(), $this->initializer9a5be93) || 1) && $this->valueHolder9a5be93 $valueHolder9a5be93;
  7001.     }
  7002.     public function isProxyInitialized() : bool
  7003.     {
  7004.         return null !== $this->valueHolder9a5be93;
  7005.     }
  7006.     public function getWrappedValueHolderValue()
  7007.     {
  7008.         return $this->valueHolder9a5be93;
  7009.     }
  7010. }