var/cache/dev/ContainerXbixmQX/App_KernelDevDebugContainer.php line 5534

Open in your IDE?
  1. <?php
  2. namespace ContainerXbixmQX;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\AdviceController' => 'getAdviceControllerService',
  47.             'App\\Controller\\AjaxController' => 'getAjaxControllerService',
  48.             'App\\Controller\\ContactController' => 'getContactControllerService',
  49.             'App\\Controller\\FavoritesController' => 'getFavoritesControllerService',
  50.             'App\\Controller\\FormationController' => 'getFormationControllerService',
  51.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  52.             'App\\Controller\\NotificationController' => 'getNotificationControllerService',
  53.             'App\\Controller\\ProfileController' => 'getProfileControllerService',
  54.             'App\\Controller\\ProgramController' => 'getProgramControllerService',
  55.             'App\\Controller\\SearchController' => 'getSearchControllerService',
  56.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  57.             'App\\Controller\\SharePlaylistController' => 'getSharePlaylistControllerService',
  58.             'App\\Controller\\UserDashboardController' => 'getUserDashboardControllerService',
  59.             'App\\Controller\\VideosController' => 'getVideosControllerService',
  60.             'App\\Controller\\WPContentController' => 'getWPContentControllerService',
  61.             'App\\Controller\\admin\\AdminController' => 'getAdminControllerService',
  62.             'App\\Controller\\admin\\ExportController' => 'getExportControllerService',
  63.             'App\\Controller\\admin\\FormationController' => 'getFormationController2Service',
  64.             'App\\Controller\\admin\\ImportController' => 'getImportControllerService',
  65.             'App\\Controller\\admin\\MessageController' => 'getMessageControllerService',
  66.             'App\\Controller\\admin\\StatisticsController' => 'getStatisticsControllerService',
  67.             'App\\Controller\\admin\\SubscriptionController' => 'getSubscriptionControllerService',
  68.             'App\\Controller\\admin\\TestController' => 'getTestControllerService',
  69.             'App\\Controller\\admin\\ToolsController' => 'getToolsControllerService',
  70.             'App\\Controller\\admin\\UploadController' => 'getUploadControllerService',
  71.             'App\\Controller\\admin\\UserController' => 'getUserControllerService',
  72.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  73.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  74.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  75.             'cache.app' => 'getCache_AppService',
  76.             'cache.app_clearer' => 'getCache_AppClearerService',
  77.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  78.             'cache.system' => 'getCache_SystemService',
  79.             'cache.system_clearer' => 'getCache_SystemClearerService',
  80.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  81.             'cache_warmer' => 'getCacheWarmerService',
  82.             'console.command_loader' => 'getConsole_CommandLoaderService',
  83.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  84.             'data_collector.dump' => 'getDataCollector_DumpService',
  85.             'doctrine' => 'getDoctrineService',
  86.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  87.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  88.             'error_controller' => 'getErrorControllerService',
  89.             'event_dispatcher' => 'getEventDispatcherService',
  90.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  91.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  92.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  93.             'http_kernel' => 'getHttpKernelService',
  94.             'knpu.oauth2.client.keycloak' => 'getKnpu_Oauth2_Client_KeycloakService',
  95.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  96.             'monolog.logger.emails' => 'getMonolog_Logger_EmailsService',
  97.             'request_stack' => 'getRequestStackService',
  98.             'router' => 'getRouterService',
  99.             'routing.loader' => 'getRouting_LoaderService',
  100.             'services_resetter' => 'getServicesResetterService',
  101.             'translator' => 'getTranslatorService',
  102.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  103.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  104.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  105.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  106.             'cache_clearer' => 'getCacheClearerService',
  107.             'filesystem' => 'getFilesystemService',
  108.             'serializer' => 'getSerializerService',
  109.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  110.             'form.factory' => 'getForm_FactoryService',
  111.             'form.type.file' => 'getForm_Type_FileService',
  112.             'profiler' => 'getProfilerService',
  113.             'twig' => 'getTwigService',
  114.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  115.             'security.token_storage' => 'getSecurity_TokenStorageService',
  116.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  117.             'session' => 'getSessionService',
  118.             'validator' => 'getValidatorService',
  119.         ];
  120.         $this->aliases = [
  121.             'database_connection' => 'doctrine.dbal.default_connection',
  122.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  123.             'oauth2.registry' => 'knpu.oauth2.registry',
  124.         ];
  125.         $this->privates['service_container'] = function () {
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  132.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  134.             include_once \dirname(__DIR__4).'/src/EventSubscriber/AbonnementSubcriber.php';
  135.             include_once \dirname(__DIR__4).'/src/EventSubscriber/LoginAtSubscriber.php';
  136.             include_once \dirname(__DIR__4).'/src/EventSubscriber/MaintenanceSubscriber.php';
  137.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  139.             include_once \dirname(__DIR__4).'/src/Twig/CategoryExtension.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  151.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  167.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  174.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  209.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.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/expression-language/ExpressionFunctionProviderInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  222.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  223.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  224.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  279.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  304.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  305.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  306.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  307.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  308.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  310.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  311.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  321.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  322.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  350.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  355.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  356.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  386.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  392.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  412.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  414.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  422.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  444.             include_once \dirname(__DIR__4).'/src/Twig/FrequencyExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  452.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  455.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  457.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  465.         };
  466.     }
  467.     public function compile(): void
  468.     {
  469.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  470.     }
  471.     public function isCompiled(): bool
  472.     {
  473.         return true;
  474.     }
  475.     public function getRemovedIds(): array
  476.     {
  477.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  478.     }
  479.     /**
  480.      * Gets the public '.container.private.cache_clearer' shared service.
  481.      *
  482.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  483.      */
  484.     protected function get_Container_Private_CacheClearerService()
  485.     {
  486.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  487.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  488.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  489.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  490.         }, 1));
  491.     }
  492.     /**
  493.      * Gets the public '.container.private.filesystem' shared service.
  494.      *
  495.      * @return \Symfony\Component\Filesystem\Filesystem
  496.      */
  497.     protected function get_Container_Private_FilesystemService()
  498.     {
  499.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  500.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  501.     }
  502.     /**
  503.      * Gets the public '.container.private.form.factory' shared service.
  504.      *
  505.      * @return \Symfony\Component\Form\FormFactory
  506.      */
  507.     protected function get_Container_Private_Form_FactoryService()
  508.     {
  509.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  510.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  511.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  512.     }
  513.     /**
  514.      * Gets the public '.container.private.form.type.file' shared service.
  515.      *
  516.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  517.      */
  518.     protected function get_Container_Private_Form_Type_FileService()
  519.     {
  520.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  521.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  523.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  524.     }
  525.     /**
  526.      * Gets the public '.container.private.profiler' shared service.
  527.      *
  528.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  529.      */
  530.     protected function get_Container_Private_ProfilerService()
  531.     {
  532.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  533.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  534.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  535.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  536.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  537.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  538.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  539.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  540.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  541.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  542.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  543.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  544.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  545.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  546.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  547.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  548.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  549.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  550.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  551.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  552.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  553.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  554.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  555.         if ($this->has('kernel')) {
  556.             $f->setKernel($b);
  557.         }
  558.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  559.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  560.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  561.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  562.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  563.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  564.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  565.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  566.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  567.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  568.         $instance->add($d);
  569.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  570.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  571.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  572.         $instance->add($e);
  573.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  574.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  575.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  576.         $instance->add($f);
  577.         return $instance;
  578.     }
  579.     /**
  580.      * Gets the public '.container.private.security.authorization_checker' shared service.
  581.      *
  582.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  583.      */
  584.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  585.     {
  586.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  587.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  588.             return $this->services['.container.private.security.authorization_checker'];
  589.         }
  590.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  591.     }
  592.     /**
  593.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  594.      *
  595.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  596.      */
  597.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  598.     {
  599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  603.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  604.     }
  605.     /**
  606.      * Gets the public '.container.private.security.password_encoder' shared service.
  607.      *
  608.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  609.      *
  610.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  611.      */
  612.     protected function get_Container_Private_Security_PasswordEncoderService()
  613.     {
  614.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  615.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  616.     }
  617.     /**
  618.      * Gets the public '.container.private.security.token_storage' shared service.
  619.      *
  620.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  621.      */
  622.     protected function get_Container_Private_Security_TokenStorageService()
  623.     {
  624.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  625.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  626.         ], [
  627.             'request_stack' => '?',
  628.         ]));
  629.     }
  630.     /**
  631.      * Gets the public '.container.private.serializer' shared service.
  632.      *
  633.      * @return \Symfony\Component\Serializer\Serializer
  634.      */
  635.     protected function get_Container_Private_SerializerService()
  636.     {
  637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  645.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  646.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  647.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  648.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  649.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  650.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  651.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  652.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  653.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  654.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  655.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  656.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  657.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  658.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  659.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  660.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  661.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  662.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  663.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  664.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  665.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  666.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  667.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  668.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  669.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  670.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  671.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  672.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  673.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  674.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  675.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  676.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  677.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  678.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  679.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  680.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  681.         $c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
  682.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  683.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  684.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL)), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 10 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 11 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL)], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  685.     }
  686.     /**
  687.      * Gets the public '.container.private.session' shared service.
  688.      *
  689.      * @return \Symfony\Component\HttpFoundation\Session\Session
  690.      */
  691.     protected function get_Container_Private_SessionService()
  692.     {
  693.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  694.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  695.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  696.         if (isset($this->services['.container.private.session'])) {
  697.             return $this->services['.container.private.session'];
  698.         }
  699.         return $this->services['.container.private.session'] = $a->createSession();
  700.     }
  701.     /**
  702.      * Gets the public '.container.private.twig' shared service.
  703.      *
  704.      * @return \Twig\Environment
  705.      */
  706.     protected function get_Container_Private_TwigService()
  707.     {
  708.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  709.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  710.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  711.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  712.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  713.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  714.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  715.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  716.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  717.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  718.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  719.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  720.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  721.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  722.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  723.         $a->addPath((\dirname(__DIR__4).'/templates'));
  724.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  725.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  726.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  727.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  728.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  729.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  730.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  731.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  732.         $f = ($this->services['router'] ?? $this->getRouterService());
  733.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  734.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  735.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  736.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  737.         $j = new \Symfony\Bridge\Twig\AppVariable();
  738.         $j->setEnvironment('dev');
  739.         $j->setDebug(true);
  740.         if ($this->has('.container.private.security.token_storage')) {
  741.             $j->setTokenStorage($h);
  742.         }
  743.         if ($this->has('request_stack')) {
  744.             $j->setRequestStack($g);
  745.         }
  746.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  747.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  748.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  749.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  750.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  751.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  752.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  753.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  754.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  755.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  756.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  757.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  758.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  759.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  760.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  761.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  762.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  763.         $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())));
  764.         $instance->addExtension(($this->privates['App\\Twig\\CategoryExtension'] ?? ($this->privates['App\\Twig\\CategoryExtension'] = new \App\Twig\CategoryExtension())));
  765.         $instance->addExtension(new \App\Twig\FrequencyExtension());
  766.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  767.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  768.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  769.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  770.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  771.         ], [
  772.             'webpack_encore.entrypoint_lookup_collection' => '?',
  773.             'webpack_encore.tag_renderer' => '?',
  774.         ])));
  775.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  776.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$g$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  777.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  778.         $instance->addGlobal('app'$j);
  779.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  780.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  781.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  782.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  783.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  784.         ], [
  785.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  786.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  787.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  788.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  789.         ])));
  790.         $instance->addGlobal('app_version''V1.0');
  791.         $instance->addGlobal('jwp_versions''NexuP0i4');
  792.         $instance->addGlobal('privacy_policy_path''https://conseils.kinalgo.com/wp-content/uploads/2025/07/PolitiqueConfidentialite_KinalgoCorporate_2025.pdf');
  793.         $instance->addGlobal('cgu_path'' https://conseils.kinalgo.com/wp-content/uploads/2025/07/CGU_PolitiqueConfidentialite_KinalgoCorporate_2025.pdf');
  794.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  795.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  796.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  797.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  798.         return $instance;
  799.     }
  800.     /**
  801.      * Gets the public '.container.private.validator' shared service.
  802.      *
  803.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  804.      */
  805.     protected function get_Container_Private_ValidatorService()
  806.     {
  807.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  808.     }
  809.     /**
  810.      * Gets the public 'App\Controller\AdviceController' shared autowired service.
  811.      *
  812.      * @return \App\Controller\AdviceController
  813.      */
  814.     protected function getAdviceControllerService()
  815.     {
  816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  817.         include_once \dirname(__DIR__4).'/src/Controller/AdviceController.php';
  818.         $this->services['App\\Controller\\AdviceController'] = $instance = new \App\Controller\AdviceController(($this->services['translator'] ?? $this->getTranslatorService()));
  819.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\AdviceController'$this));
  820.         return $instance;
  821.     }
  822.     /**
  823.      * Gets the public 'App\Controller\AjaxController' shared autowired service.
  824.      *
  825.      * @return \App\Controller\AjaxController
  826.      */
  827.     protected function getAjaxControllerService()
  828.     {
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  830.         include_once \dirname(__DIR__4).'/src/Controller/AjaxController.php';
  831.         $this->services['App\\Controller\\AjaxController'] = $instance = new \App\Controller\AjaxController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  832.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\AjaxController'$this));
  833.         return $instance;
  834.     }
  835.     /**
  836.      * Gets the public 'App\Controller\ContactController' shared autowired service.
  837.      *
  838.      * @return \App\Controller\ContactController
  839.      */
  840.     protected function getContactControllerService()
  841.     {
  842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  843.         include_once \dirname(__DIR__4).'/src/Controller/ContactController.php';
  844.         $this->services['App\\Controller\\ContactController'] = $instance = new \App\Controller\ContactController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  845.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\ContactController'$this));
  846.         return $instance;
  847.     }
  848.     /**
  849.      * Gets the public 'App\Controller\FavoritesController' shared autowired service.
  850.      *
  851.      * @return \App\Controller\FavoritesController
  852.      */
  853.     protected function getFavoritesControllerService()
  854.     {
  855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  856.         include_once \dirname(__DIR__4).'/src/Controller/FavoritesController.php';
  857.         $this->services['App\\Controller\\FavoritesController'] = $instance = new \App\Controller\FavoritesController();
  858.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\FavoritesController'$this));
  859.         return $instance;
  860.     }
  861.     /**
  862.      * Gets the public 'App\Controller\FormationController' shared autowired service.
  863.      *
  864.      * @return \App\Controller\FormationController
  865.      */
  866.     protected function getFormationControllerService()
  867.     {
  868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  869.         include_once \dirname(__DIR__4).'/src/Controller/FormationController.php';
  870.         include_once \dirname(__DIR__4).'/src/Service/UserLabelFormatter.php';
  871.         $this->services['App\\Controller\\FormationController'] = $instance = new \App\Controller\FormationController(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\UserLabelFormatter'] ?? ($this->privates['App\\Service\\UserLabelFormatter'] = new \App\Service\UserLabelFormatter())));
  872.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\FormationController'$this));
  873.         return $instance;
  874.     }
  875.     /**
  876.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  877.      *
  878.      * @return \App\Controller\HomeController
  879.      */
  880.     protected function getHomeControllerService()
  881.     {
  882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  883.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  884.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  885.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\HomeController'$this));
  886.         return $instance;
  887.     }
  888.     /**
  889.      * Gets the public 'App\Controller\NotificationController' shared autowired service.
  890.      *
  891.      * @return \App\Controller\NotificationController
  892.      */
  893.     protected function getNotificationControllerService()
  894.     {
  895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  896.         include_once \dirname(__DIR__4).'/src/Controller/NotificationController.php';
  897.         include_once \dirname(__DIR__4).'/src/Service/UserLabelFormatter.php';
  898.         $this->services['App\\Controller\\NotificationController'] = $instance = new \App\Controller\NotificationController(($this->privates['App\\Service\\UserLabelFormatter'] ?? ($this->privates['App\\Service\\UserLabelFormatter'] = new \App\Service\UserLabelFormatter())));
  899.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\NotificationController'$this));
  900.         return $instance;
  901.     }
  902.     /**
  903.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  904.      *
  905.      * @return \App\Controller\ProfileController
  906.      */
  907.     protected function getProfileControllerService()
  908.     {
  909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  910.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  911.         $this->services['App\\Controller\\ProfileController'] = $instance = new \App\Controller\ProfileController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  912.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\ProfileController'$this));
  913.         return $instance;
  914.     }
  915.     /**
  916.      * Gets the public 'App\Controller\ProgramController' shared autowired service.
  917.      *
  918.      * @return \App\Controller\ProgramController
  919.      */
  920.     protected function getProgramControllerService()
  921.     {
  922.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  923.         include_once \dirname(__DIR__4).'/src/Controller/ProgramController.php';
  924.         $this->services['App\\Controller\\ProgramController'] = $instance = new \App\Controller\ProgramController(($this->privates['App\\Service\\videos\\PlaylistFilterService'] ?? $this->getPlaylistFilterServiceService()));
  925.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\ProgramController'$this));
  926.         return $instance;
  927.     }
  928.     /**
  929.      * Gets the public 'App\Controller\SearchController' shared autowired service.
  930.      *
  931.      * @return \App\Controller\SearchController
  932.      */
  933.     protected function getSearchControllerService()
  934.     {
  935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  936.         include_once \dirname(__DIR__4).'/src/Controller/SearchController.php';
  937.         $this->services['App\\Controller\\SearchController'] = $instance = new \App\Controller\SearchController();
  938.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\SearchController'$this));
  939.         return $instance;
  940.     }
  941.     /**
  942.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  943.      *
  944.      * @return \App\Controller\SecurityController
  945.      */
  946.     protected function getSecurityControllerService()
  947.     {
  948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  949.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  950.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  951.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\SecurityController'$this));
  952.         return $instance;
  953.     }
  954.     /**
  955.      * Gets the public 'App\Controller\SharePlaylistController' shared autowired service.
  956.      *
  957.      * @return \App\Controller\SharePlaylistController
  958.      */
  959.     protected function getSharePlaylistControllerService()
  960.     {
  961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  962.         include_once \dirname(__DIR__4).'/src/Controller/SharePlaylistController.php';
  963.         $this->services['App\\Controller\\SharePlaylistController'] = $instance = new \App\Controller\SharePlaylistController();
  964.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\SharePlaylistController'$this));
  965.         return $instance;
  966.     }
  967.     /**
  968.      * Gets the public 'App\Controller\UserDashboardController' shared autowired service.
  969.      *
  970.      * @return \App\Controller\UserDashboardController
  971.      */
  972.     protected function getUserDashboardControllerService()
  973.     {
  974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  975.         include_once \dirname(__DIR__4).'/src/Controller/UserDashboardController.php';
  976.         $this->services['App\\Controller\\UserDashboardController'] = $instance = new \App\Controller\UserDashboardController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  977.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\UserDashboardController'$this));
  978.         return $instance;
  979.     }
  980.     /**
  981.      * Gets the public 'App\Controller\VideosController' shared autowired service.
  982.      *
  983.      * @return \App\Controller\VideosController
  984.      */
  985.     protected function getVideosControllerService()
  986.     {
  987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  988.         include_once \dirname(__DIR__4).'/src/Controller/VideosController.php';
  989.         $this->services['App\\Controller\\VideosController'] = $instance = new \App\Controller\VideosController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\videos\\PlaylistFilterService'] ?? $this->getPlaylistFilterServiceService()), ($this->privates['App\\Twig\\CategoryExtension'] ?? ($this->privates['App\\Twig\\CategoryExtension'] = new \App\Twig\CategoryExtension())));
  990.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\VideosController'$this));
  991.         return $instance;
  992.     }
  993.     /**
  994.      * Gets the public 'App\Controller\WPContentController' shared autowired service.
  995.      *
  996.      * @return \App\Controller\WPContentController
  997.      */
  998.     protected function getWPContentControllerService()
  999.     {
  1000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1001.         include_once \dirname(__DIR__4).'/src/Controller/WPContentController.php';
  1002.         $this->services['App\\Controller\\WPContentController'] = $instance = new \App\Controller\WPContentController(($this->services['translator'] ?? $this->getTranslatorService()));
  1003.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\WPContentController'$this));
  1004.         return $instance;
  1005.     }
  1006.     /**
  1007.      * Gets the public 'App\Controller\admin\AdminController' shared autowired service.
  1008.      *
  1009.      * @return \App\Controller\admin\AdminController
  1010.      */
  1011.     protected function getAdminControllerService()
  1012.     {
  1013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1014.         include_once \dirname(__DIR__4).'/src/Controller/admin/AdminController.php';
  1015.         $this->services['App\\Controller\\admin\\AdminController'] = $instance = new \App\Controller\admin\AdminController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1016.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\AdminController'$this));
  1017.         return $instance;
  1018.     }
  1019.     /**
  1020.      * Gets the public 'App\Controller\admin\ExportController' shared autowired service.
  1021.      *
  1022.      * @return \App\Controller\admin\ExportController
  1023.      */
  1024.     protected function getExportControllerService()
  1025.     {
  1026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1027.         include_once \dirname(__DIR__4).'/src/Controller/admin/ExportController.php';
  1028.         $this->services['App\\Controller\\admin\\ExportController'] = $instance = new \App\Controller\admin\ExportController();
  1029.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\ExportController'$this));
  1030.         return $instance;
  1031.     }
  1032.     /**
  1033.      * Gets the public 'App\Controller\admin\FormationController' shared autowired service.
  1034.      *
  1035.      * @return \App\Controller\admin\FormationController
  1036.      */
  1037.     protected function getFormationController2Service()
  1038.     {
  1039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1040.         include_once \dirname(__DIR__4).'/src/Controller/admin/FormationController.php';
  1041.         $this->services['App\\Controller\\admin\\FormationController'] = $instance = new \App\Controller\admin\FormationController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1042.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\FormationController'$this));
  1043.         return $instance;
  1044.     }
  1045.     /**
  1046.      * Gets the public 'App\Controller\admin\ImportController' shared autowired service.
  1047.      *
  1048.      * @return \App\Controller\admin\ImportController
  1049.      */
  1050.     protected function getImportControllerService()
  1051.     {
  1052.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1053.         include_once \dirname(__DIR__4).'/src/Controller/admin/ImportController.php';
  1054.         $this->services['App\\Controller\\admin\\ImportController'] = $instance = new \App\Controller\admin\ImportController();
  1055.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\ImportController'$this));
  1056.         return $instance;
  1057.     }
  1058.     /**
  1059.      * Gets the public 'App\Controller\admin\MessageController' shared autowired service.
  1060.      *
  1061.      * @return \App\Controller\admin\MessageController
  1062.      */
  1063.     protected function getMessageControllerService()
  1064.     {
  1065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1066.         include_once \dirname(__DIR__4).'/src/Controller/admin/MessageController.php';
  1067.         $this->services['App\\Controller\\admin\\MessageController'] = $instance = new \App\Controller\admin\MessageController();
  1068.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\MessageController'$this));
  1069.         return $instance;
  1070.     }
  1071.     /**
  1072.      * Gets the public 'App\Controller\admin\StatisticsController' shared autowired service.
  1073.      *
  1074.      * @return \App\Controller\admin\StatisticsController
  1075.      */
  1076.     protected function getStatisticsControllerService()
  1077.     {
  1078.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1079.         include_once \dirname(__DIR__4).'/src/Controller/admin/StatisticsController.php';
  1080.         $this->services['App\\Controller\\admin\\StatisticsController'] = $instance = new \App\Controller\admin\StatisticsController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1081.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\StatisticsController'$this));
  1082.         return $instance;
  1083.     }
  1084.     /**
  1085.      * Gets the public 'App\Controller\admin\SubscriptionController' shared autowired service.
  1086.      *
  1087.      * @return \App\Controller\admin\SubscriptionController
  1088.      */
  1089.     protected function getSubscriptionControllerService()
  1090.     {
  1091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1092.         include_once \dirname(__DIR__4).'/src/Controller/admin/SubscriptionController.php';
  1093.         $this->services['App\\Controller\\admin\\SubscriptionController'] = $instance = new \App\Controller\admin\SubscriptionController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1094.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\SubscriptionController'$this));
  1095.         return $instance;
  1096.     }
  1097.     /**
  1098.      * Gets the public 'App\Controller\admin\TestController' shared autowired service.
  1099.      *
  1100.      * @return \App\Controller\admin\TestController
  1101.      */
  1102.     protected function getTestControllerService()
  1103.     {
  1104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1105.         include_once \dirname(__DIR__4).'/src/Controller/admin/TestController.php';
  1106.         $this->services['App\\Controller\\admin\\TestController'] = $instance = new \App\Controller\admin\TestController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1107.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\TestController'$this));
  1108.         return $instance;
  1109.     }
  1110.     /**
  1111.      * Gets the public 'App\Controller\admin\ToolsController' shared autowired service.
  1112.      *
  1113.      * @return \App\Controller\admin\ToolsController
  1114.      */
  1115.     protected function getToolsControllerService()
  1116.     {
  1117.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1118.         include_once \dirname(__DIR__4).'/src/Controller/admin/ToolsController.php';
  1119.         $this->services['App\\Controller\\admin\\ToolsController'] = $instance = new \App\Controller\admin\ToolsController();
  1120.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\ToolsController'$this));
  1121.         return $instance;
  1122.     }
  1123.     /**
  1124.      * Gets the public 'App\Controller\admin\UploadController' shared autowired service.
  1125.      *
  1126.      * @return \App\Controller\admin\UploadController
  1127.      */
  1128.     protected function getUploadControllerService()
  1129.     {
  1130.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1131.         include_once \dirname(__DIR__4).'/src/Controller/admin/UploadController.php';
  1132.         $this->services['App\\Controller\\admin\\UploadController'] = $instance = new \App\Controller\admin\UploadController();
  1133.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\UploadController'$this));
  1134.         return $instance;
  1135.     }
  1136.     /**
  1137.      * Gets the public 'App\Controller\admin\UserController' shared autowired service.
  1138.      *
  1139.      * @return \App\Controller\admin\UserController
  1140.      */
  1141.     protected function getUserControllerService()
  1142.     {
  1143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1144.         include_once \dirname(__DIR__4).'/src/Controller/admin/UserController.php';
  1145.         $this->services['App\\Controller\\admin\\UserController'] = $instance = new \App\Controller\admin\UserController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1146.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\UserController'$this));
  1147.         return $instance;
  1148.     }
  1149.     /**
  1150.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1151.      *
  1152.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1153.      */
  1154.     protected function getProfilerControllerService()
  1155.     {
  1156.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1157.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  1158.     }
  1159.     /**
  1160.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1161.      *
  1162.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1163.      */
  1164.     protected function getRedirectControllerService()
  1165.     {
  1166.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1167.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1168.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1169.     }
  1170.     /**
  1171.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1172.      *
  1173.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1174.      */
  1175.     protected function getTemplateControllerService()
  1176.     {
  1177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1178.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1179.     }
  1180.     /**
  1181.      * Gets the public 'cache.app' shared service.
  1182.      *
  1183.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1184.      */
  1185.     protected function getCache_AppService()
  1186.     {
  1187.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('AQlaoHZoIV'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1188.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1189.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1190.     }
  1191.     /**
  1192.      * Gets the public 'cache.app_clearer' shared service.
  1193.      *
  1194.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1195.      */
  1196.     protected function getCache_AppClearerService()
  1197.     {
  1198.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1200.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1201.     }
  1202.     /**
  1203.      * Gets the public 'cache.global_clearer' shared service.
  1204.      *
  1205.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1206.      */
  1207.     protected function getCache_GlobalClearerService()
  1208.     {
  1209.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1211.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.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()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1212.     }
  1213.     /**
  1214.      * Gets the public 'cache.system' shared service.
  1215.      *
  1216.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1217.      */
  1218.     protected function getCache_SystemService()
  1219.     {
  1220.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HJSqoLp7ez'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1221.     }
  1222.     /**
  1223.      * Gets the public 'cache.system_clearer' shared service.
  1224.      *
  1225.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1226.      */
  1227.     protected function getCache_SystemClearerService()
  1228.     {
  1229.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1231.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  1232.     }
  1233.     /**
  1234.      * Gets the public 'cache.validator_expression_language' shared service.
  1235.      *
  1236.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1237.      */
  1238.     protected function getCache_ValidatorExpressionLanguageService()
  1239.     {
  1240.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oJKiyVmx1v'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1241.     }
  1242.     /**
  1243.      * Gets the public 'cache_warmer' shared service.
  1244.      *
  1245.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1246.      */
  1247.     protected function getCacheWarmerService()
  1248.     {
  1249.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1250.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1251.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1252.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1253.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1254.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1255.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1256.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1257.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1258.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1259.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1260.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1261.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'))));
  1262.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1263.     }
  1264.     /**
  1265.      * Gets the public 'console.command_loader' shared service.
  1266.      *
  1267.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1268.      */
  1269.     protected function getConsole_CommandLoaderService()
  1270.     {
  1271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1273.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1274.             'App\\Command\\CacheImagesCommand' => ['privates''.App\\Command\\CacheImagesCommand.lazy''getCacheImagesCommand_LazyService'false],
  1275.             'App\\Command\\LoadActivityCommand' => ['privates''App\\Command\\LoadActivityCommand''getLoadActivityCommandService'false],
  1276.             'App\\Command\\NotifyFormationRequiredCommand' => ['privates''App\\Command\\NotifyFormationRequiredCommand''getNotifyFormationRequiredCommandService'false],
  1277.             'App\\Command\\NotifySubscriptionExpirationCommand' => ['privates''App\\Command\\NotifySubscriptionExpirationCommand''getNotifySubscriptionExpirationCommandService'false],
  1278.             'App\\Command\\RegistrationReminderCommand' => ['privates''.App\\Command\\RegistrationReminderCommand.lazy''getRegistrationReminderCommand_LazyService'false],
  1279.             'App\\Command\\TestCommand' => ['privates''App\\Command\\TestCommand''getTestCommandService'false],
  1280.             'App\\Command\\UpdateActivityCommand' => ['privates''App\\Command\\UpdateActivityCommand''getUpdateActivityCommandService'false],
  1281.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1282.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1283.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1284.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1285.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1286.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1287.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1288.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1289.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1290.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1291.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1292.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1293.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1294.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1295.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1296.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1297.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1298.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1299.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1300.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1301.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1302.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1303.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1304.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1305.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1306.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1307.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1308.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1309.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1310.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1311.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1312.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1313.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1314.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1315.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1316.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1317.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1318.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1319.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1320.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1321.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1322.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1323.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1324.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1325.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1326.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1327.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1328.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1329.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1330.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1331.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1332.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1333.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1334.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1335.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1336.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1337.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1338.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1339.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1340.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1341.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1342.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1343.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1344.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1345.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1346.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1347.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1348.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1349.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  1350.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1351.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1352.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1353.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1354.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1355.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1356.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1357.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1358.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1359.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1360.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1361.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1362.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1363.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1364.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1365.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1366.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1367.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1368.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1369.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1370.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1371.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1372.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1373.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1374.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1375.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1376.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1377.         ], [
  1378.             'App\\Command\\CacheImagesCommand' => '?',
  1379.             'App\\Command\\LoadActivityCommand' => 'App\\Command\\LoadActivityCommand',
  1380.             'App\\Command\\NotifyFormationRequiredCommand' => 'App\\Command\\NotifyFormationRequiredCommand',
  1381.             'App\\Command\\NotifySubscriptionExpirationCommand' => 'App\\Command\\NotifySubscriptionExpirationCommand',
  1382.             'App\\Command\\RegistrationReminderCommand' => '?',
  1383.             'App\\Command\\TestCommand' => 'App\\Command\\TestCommand',
  1384.             'App\\Command\\UpdateActivityCommand' => 'App\\Command\\UpdateActivityCommand',
  1385.             'console.command.about' => '?',
  1386.             'console.command.assets_install' => '?',
  1387.             'console.command.cache_clear' => '?',
  1388.             'console.command.cache_pool_clear' => '?',
  1389.             'console.command.cache_pool_prune' => '?',
  1390.             'console.command.cache_pool_delete' => '?',
  1391.             'console.command.cache_pool_list' => '?',
  1392.             'console.command.cache_warmup' => '?',
  1393.             'console.command.config_debug' => '?',
  1394.             'console.command.config_dump_reference' => '?',
  1395.             'console.command.container_debug' => '?',
  1396.             'console.command.container_lint' => '?',
  1397.             'console.command.debug_autowiring' => '?',
  1398.             'console.command.dotenv_debug' => '?',
  1399.             'console.command.event_dispatcher_debug' => '?',
  1400.             'console.command.router_debug' => '?',
  1401.             'console.command.router_match' => '?',
  1402.             'console.command.translation_debug' => '?',
  1403.             'console.command.translation_extract' => '?',
  1404.             'console.command.validator_debug' => '?',
  1405.             'console.command.translation_pull' => '?',
  1406.             'console.command.translation_push' => '?',
  1407.             'console.command.xliff_lint' => '?',
  1408.             'console.command.yaml_lint' => '?',
  1409.             'console.command.form_debug' => '?',
  1410.             'console.command.secrets_set' => '?',
  1411.             'console.command.secrets_remove' => '?',
  1412.             'console.command.secrets_generate_key' => '?',
  1413.             'console.command.secrets_list' => '?',
  1414.             'console.command.secrets_decrypt_to_local' => '?',
  1415.             'console.command.secrets_encrypt_from_local' => '?',
  1416.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1417.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1418.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1419.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1420.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1421.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1422.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1423.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1424.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1425.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1426.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1427.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1428.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1429.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1430.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1431.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1432.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1433.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1434.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1435.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1436.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1437.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1438.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1439.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1440.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1441.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1442.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1443.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1444.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1445.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1446.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1447.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1448.             'twig.command.debug' => '?',
  1449.             'twig.command.lint' => '?',
  1450.             'security.command.debug_firewall' => '?',
  1451.             'security.command.user_password_encoder' => '?',
  1452.             'security.command.user_password_hash' => '?',
  1453.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  1454.             'var_dumper.command.server_dump' => '?',
  1455.             'monolog.command.server_log' => '?',
  1456.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1457.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1458.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1459.             'maker.auto_command.make_auth' => '?',
  1460.             'maker.auto_command.make_command' => '?',
  1461.             'maker.auto_command.make_controller' => '?',
  1462.             'maker.auto_command.make_crud' => '?',
  1463.             'maker.auto_command.make_docker_database' => '?',
  1464.             'maker.auto_command.make_entity' => '?',
  1465.             'maker.auto_command.make_fixtures' => '?',
  1466.             'maker.auto_command.make_form' => '?',
  1467.             'maker.auto_command.make_message' => '?',
  1468.             'maker.auto_command.make_messenger_middleware' => '?',
  1469.             'maker.auto_command.make_registration_form' => '?',
  1470.             'maker.auto_command.make_reset_password' => '?',
  1471.             'maker.auto_command.make_serializer_encoder' => '?',
  1472.             'maker.auto_command.make_serializer_normalizer' => '?',
  1473.             'maker.auto_command.make_subscriber' => '?',
  1474.             'maker.auto_command.make_twig_extension' => '?',
  1475.             'maker.auto_command.make_test' => '?',
  1476.             'maker.auto_command.make_validator' => '?',
  1477.             'maker.auto_command.make_voter' => '?',
  1478.             'maker.auto_command.make_user' => '?',
  1479.             'maker.auto_command.make_migration' => '?',
  1480.             'maker.auto_command.make_stimulus_controller' => '?',
  1481.         ]), ['app:cache-images' => 'App\\Command\\CacheImagesCommand''app:load-activities' => 'App\\Command\\LoadActivityCommand''app:formation:notify' => 'App\\Command\\NotifyFormationRequiredCommand''app:subscription:expiration:notify' => 'App\\Command\\NotifySubscriptionExpirationCommand''app:registration-reminder' => 'App\\Command\\RegistrationReminderCommand''app:test:test' => 'App\\Command\\TestCommand''app:update-activity' => 'App\\Command\\UpdateActivityCommand''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:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''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''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''ckeditor:install' => 'fos_ck_editor.command.installer''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  1482.     }
  1483.     /**
  1484.      * Gets the public 'container.env_var_processors_locator' shared service.
  1485.      *
  1486.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1487.      */
  1488.     protected function getContainer_EnvVarProcessorsLocatorService()
  1489.     {
  1490.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1491.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1492.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1493.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1494.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1495.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1496.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1497.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1498.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1499.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1500.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1501.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1502.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1503.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1504.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1505.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1506.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1507.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1508.         ], [
  1509.             'base64' => '?',
  1510.             'bool' => '?',
  1511.             'const' => '?',
  1512.             'csv' => '?',
  1513.             'default' => '?',
  1514.             'file' => '?',
  1515.             'float' => '?',
  1516.             'int' => '?',
  1517.             'json' => '?',
  1518.             'key' => '?',
  1519.             'not' => '?',
  1520.             'query_string' => '?',
  1521.             'require' => '?',
  1522.             'resolve' => '?',
  1523.             'string' => '?',
  1524.             'trim' => '?',
  1525.             'url' => '?',
  1526.         ]);
  1527.     }
  1528.     /**
  1529.      * Gets the public 'data_collector.dump' shared service.
  1530.      *
  1531.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1532.      */
  1533.     protected function getDataCollector_DumpService()
  1534.     {
  1535.         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()));
  1536.     }
  1537.     /**
  1538.      * Gets the public 'doctrine' shared service.
  1539.      *
  1540.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1541.      */
  1542.     protected function getDoctrineService()
  1543.     {
  1544.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1545.     }
  1546.     /**
  1547.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1548.      *
  1549.      * @return \Doctrine\DBAL\Connection
  1550.      */
  1551.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1552.     {
  1553.         $a = new \Doctrine\DBAL\Configuration();
  1554.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1555.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1556.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1557.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1558.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1559.         $c->setConnectionName('default');
  1560.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1561.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1562.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  1563.     }
  1564.     /**
  1565.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1566.      *
  1567.      * @return \Doctrine\ORM\EntityManager
  1568.      */
  1569.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1570.     {
  1571.         $a = new \Doctrine\ORM\Configuration();
  1572.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1573.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1574.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1575.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1576.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1577.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1578.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1579.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1580.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1581.         ], [
  1582.             'doctrine.ulid_generator' => '?',
  1583.             'doctrine.uuid_generator' => '?',
  1584.         ])));
  1585.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1586.         $a->setProxyNamespace('Proxies');
  1587.         $a->setAutoGenerateProxyClasses(true);
  1588.         $a->setSchemaIgnoreClasses([]);
  1589.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1590.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1591.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1592.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1593.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1594.         $a->setLazyGhostObjectEnabled(false);
  1595.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1596.             'App\\Repository\\ActivityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  1597.             'App\\Repository\\CategoryActivityRepository' => ['privates''App\\Repository\\CategoryActivityRepository''getCategoryActivityRepositoryService'false],
  1598.             'App\\Repository\\CompanyRepository' => ['privates''App\\Repository\\CompanyRepository''getCompanyRepositoryService'false],
  1599.             'App\\Repository\\FormationRegistrationRepository' => ['privates''App\\Repository\\FormationRegistrationRepository''getFormationRegistrationRepositoryService'false],
  1600.             'App\\Repository\\FormationRepository' => ['privates''App\\Repository\\FormationRepository''getFormationRepositoryService'false],
  1601.             'App\\Repository\\GroupRepository' => ['privates''App\\Repository\\GroupRepository''getGroupRepositoryService'false],
  1602.             'App\\Repository\\LogRepository' => ['privates''App\\Repository\\LogRepository''getLogRepositoryService'false],
  1603.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  1604.             'App\\Repository\\MuscleActivityRepository' => ['privates''App\\Repository\\MuscleActivityRepository''getMuscleActivityRepositoryService'false],
  1605.             'App\\Repository\\MuscleRepository' => ['privates''App\\Repository\\MuscleRepository''getMuscleRepositoryService'false],
  1606.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1607.             'App\\Repository\\RoleRepository' => ['privates''App\\Repository\\RoleRepository''getRoleRepositoryService'false],
  1608.             'App\\Repository\\UserActivityRepository' => ['privates''App\\Repository\\UserActivityRepository''getUserActivityRepositoryService'false],
  1609.             'App\\Repository\\UserFavoritesRepository' => ['privates''App\\Repository\\UserFavoritesRepository''getUserFavoritesRepositoryService'false],
  1610.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1611.             'App\\Repository\\UsersGroupsRepository' => ['privates''App\\Repository\\UsersGroupsRepository''getUsersGroupsRepositoryService'false],
  1612.         ], [
  1613.             'App\\Repository\\ActivityRepository' => '?',
  1614.             'App\\Repository\\CategoryActivityRepository' => '?',
  1615.             'App\\Repository\\CompanyRepository' => '?',
  1616.             'App\\Repository\\FormationRegistrationRepository' => '?',
  1617.             'App\\Repository\\FormationRepository' => '?',
  1618.             'App\\Repository\\GroupRepository' => '?',
  1619.             'App\\Repository\\LogRepository' => '?',
  1620.             'App\\Repository\\MessageRepository' => '?',
  1621.             'App\\Repository\\MuscleActivityRepository' => '?',
  1622.             'App\\Repository\\MuscleRepository' => '?',
  1623.             'App\\Repository\\NotificationRepository' => '?',
  1624.             'App\\Repository\\RoleRepository' => '?',
  1625.             'App\\Repository\\UserActivityRepository' => '?',
  1626.             'App\\Repository\\UserFavoritesRepository' => '?',
  1627.             'App\\Repository\\UserRepository' => '?',
  1628.             'App\\Repository\\UsersGroupsRepository' => '?',
  1629.         ])));
  1630.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  1631.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1632.         return $instance;
  1633.     }
  1634.     /**
  1635.      * Gets the public 'error_controller' shared service.
  1636.      *
  1637.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1638.      */
  1639.     protected function getErrorControllerService()
  1640.     {
  1641.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1642.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1643.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1644.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1645.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1646.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1647.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1648.     }
  1649.     /**
  1650.      * Gets the public 'event_dispatcher' shared service.
  1651.      *
  1652.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1653.      */
  1654.     protected function getEventDispatcherService()
  1655.     {
  1656.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1657.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1658.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1659.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1660.         $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())));
  1661.         $instance->addListener('kernel.controller', [=> function () {
  1662.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1663.         }, => 'onKernelController'], 0);
  1664.         $instance->addListener('kernel.exception', [=> function () {
  1665.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1666.         }, => 'onKernelException'], 0);
  1667.         $instance->addListener('kernel.controller', [=> function () {
  1668.             return ($this->privates['App\\EventSubscriber\\AbonnementSubcriber'] ?? $this->getAbonnementSubcriberService());
  1669.         }, => 'onKernelRequest'], 10);
  1670.         $instance->addListener('email.forgot.pwd', [=> function () {
  1671.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1672.         }, => 'onForgotPwd'], 0);
  1673.         $instance->addListener('email.new.account', [=> function () {
  1674.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1675.         }, => 'onNewAccount'], 0);
  1676.         $instance->addListener('email.formation.registration', [=> function () {
  1677.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1678.         }, => 'onFormationRegistration'], 0);
  1679.         $instance->addListener('email.formation.reminder', [=> function () {
  1680.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1681.         }, => 'onFormationReminder'], 0);
  1682.         $instance->addListener('email.formation.admin.reminder', [=> function () {
  1683.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1684.         }, => 'onFormationAdminReminder'], 0);
  1685.         $instance->addListener('email.formation.relance', [=> function () {
  1686.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1687.         }, => 'onFormationRelance'], 0);
  1688.         $instance->addListener('email.contact', [=> function () {
  1689.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1690.         }, => 'onContact'], 0);
  1691.         $instance->addListener('email.company.status.change', [=> function () {
  1692.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1693.         }, => 'onCompanyStatusChange'], 0);
  1694.         $instance->addListener('email.subscription.end.admin', [=> function () {
  1695.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1696.         }, => 'onSubscriptionEndAdmin'], 0);
  1697.         $instance->addListener('email.subscription.end.rh', [=> function () {
  1698.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1699.         }, => 'onSubscriptionEndRh'], 0);
  1700.         $instance->addListener('email.subscription.expired.rh', [=> function () {
  1701.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1702.         }, => 'onSubscriptionExpired'], 0);
  1703.         $instance->addListener('email.new.notification', [=> function () {
  1704.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1705.         }, => 'onNotificationNew'], 0);
  1706.         $instance->addListener('email.new.account.relance', [=> function () {
  1707.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1708.         }, => 'onNewAccountRelance'], 0);
  1709.         $instance->addListener('email.completion', [=> function () {
  1710.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1711.         }, => 'onCompletionLessThan'], 0);
  1712.         $instance->addListener('video.complete', [=> function () {
  1713.             return ($this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'] ?? $this->getLogJwpEventsSubscriberService());
  1714.         }, => 'onVideoComplete'], 0);
  1715.         $instance->addListener('video.formation.progress', [=> function () {
  1716.             return ($this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'] ?? $this->getLogJwpEventsSubscriberService());
  1717.         }, => 'onVideoFormationProgress'], 0);
  1718.         $instance->addListener('kernel.controller', [=> function () {
  1719.             return ($this->privates['App\\EventSubscriber\\LoginAtSubscriber'] ?? $this->getLoginAtSubscriberService());
  1720.         }, => 'onKernelRequest'], 10);
  1721.         $instance->addListener('kernel.request', [=> function () {
  1722.             return ($this->privates['App\\EventSubscriber\\MaintenanceSubscriber'] ?? $this->getMaintenanceSubscriberService());
  1723.         }, => 'onKernelRequest'], 20);
  1724.         $instance->addListener('kernel.response', [=> function () {
  1725.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1726.         }, => 'onKernelResponse'], 0);
  1727.         $instance->addListener('kernel.response', [=> function () {
  1728.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1729.         }, => 'onKernelResponse'], -1024);
  1730.         $instance->addListener('kernel.request', [=> function () {
  1731.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1732.         }, => 'setDefaultLocale'], 100);
  1733.         $instance->addListener('kernel.request', [=> function () {
  1734.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1735.         }, => 'onKernelRequest'], 16);
  1736.         $instance->addListener('kernel.finish_request', [=> function () {
  1737.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1738.         }, => 'onKernelFinishRequest'], 0);
  1739.         $instance->addListener('kernel.request', [=> function () {
  1740.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1741.         }, => 'onKernelRequest'], 256);
  1742.         $instance->addListener('kernel.response', [=> function () {
  1743.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1744.         }, => 'onResponse'], -255);
  1745.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1746.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1747.         }, => 'onControllerArguments'], 0);
  1748.         $instance->addListener('kernel.exception', [=> function () {
  1749.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1750.         }, => 'logKernelException'], 0);
  1751.         $instance->addListener('kernel.exception', [=> function () {
  1752.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1753.         }, => 'onKernelException'], -128);
  1754.         $instance->addListener('kernel.response', [=> function () {
  1755.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1756.         }, => 'removeCspHeader'], -128);
  1757.         $instance->addListener('kernel.request', [=> function () {
  1758.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1759.         }, => 'onKernelRequest'], 15);
  1760.         $instance->addListener('kernel.finish_request', [=> function () {
  1761.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1762.         }, => 'onKernelFinishRequest'], -15);
  1763.         $instance->addListener('console.error', [=> function () {
  1764.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1765.         }, => 'onConsoleError'], -128);
  1766.         $instance->addListener('console.terminate', [=> function () {
  1767.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1768.         }, => 'onConsoleTerminate'], -128);
  1769.         $instance->addListener('console.error', [=> function () {
  1770.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1771.         }, => 'onConsoleError'], 0);
  1772.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1773.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1774.         }, => 'onMessage'], -255);
  1775.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1776.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1777.         }, => 'onMessage'], -255);
  1778.         $instance->addListener('kernel.request', [=> function () {
  1779.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1780.         }, => 'configure'], 2048);
  1781.         $instance->addListener('console.command', [=> function () {
  1782.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1783.         }, => 'configure'], 2048);
  1784.         $instance->addListener('kernel.request', [=> function () {
  1785.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1786.         }, => 'onKernelRequest'], 32);
  1787.         $instance->addListener('kernel.finish_request', [=> function () {
  1788.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1789.         }, => 'onKernelFinishRequest'], 0);
  1790.         $instance->addListener('kernel.exception', [=> function () {
  1791.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1792.         }, => 'onKernelException'], -64);
  1793.         $instance->addListener('kernel.response', [=> function () {
  1794.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1795.         }, => 'onKernelResponse'], 0);
  1796.         $instance->addListener('kernel.request', [=> function () {
  1797.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1798.         }, => 'onKernelRequest'], 128);
  1799.         $instance->addListener('kernel.response', [=> function () {
  1800.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1801.         }, => 'onKernelResponse'], -1000);
  1802.         $instance->addListener('kernel.finish_request', [=> function () {
  1803.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1804.         }, => 'onFinishRequest'], 0);
  1805.         $instance->addListener('kernel.response', [=> function () {
  1806.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1807.         }, => 'onKernelResponse'], -100);
  1808.         $instance->addListener('kernel.exception', [=> function () {
  1809.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1810.         }, => 'onKernelException'], 0);
  1811.         $instance->addListener('kernel.terminate', [=> function () {
  1812.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1813.         }, => 'onKernelTerminate'], -1024);
  1814.         $instance->addListener('kernel.controller', [=> function () {
  1815.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1816.         }, => 'onKernelController'], 0);
  1817.         $instance->addListener('kernel.response', [=> function () {
  1818.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1819.         }, => 'onKernelResponse'], 0);
  1820.         $instance->addListener('console.error', [=> function () {
  1821.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1822.         }, => 'onConsoleError'], 0);
  1823.         $instance->addListener('console.terminate', [=> function () {
  1824.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1825.         }, => 'onConsoleTerminate'], 0);
  1826.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1827.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1828.         }, => 'onMessage'], 0);
  1829.         $instance->addListener('kernel.controller', [=> function () {
  1830.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1831.         }, => 'onKernelController'], 0);
  1832.         $instance->addListener('kernel.controller', [=> function () {
  1833.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1834.         }, => 'onKernelController'], 0);
  1835.         $instance->addListener('kernel.controller', [=> function () {
  1836.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1837.         }, => 'onKernelController'], -128);
  1838.         $instance->addListener('kernel.view', [=> function () {
  1839.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1840.         }, => 'onKernelView'], 0);
  1841.         $instance->addListener('kernel.controller', [=> function () {
  1842.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1843.         }, => 'onKernelController'], 0);
  1844.         $instance->addListener('kernel.response', [=> function () {
  1845.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1846.         }, => 'onKernelResponse'], 0);
  1847.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1848.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1849.         }, => 'onKernelControllerArguments'], 0);
  1850.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1851.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1852.         }, => 'onKernelControllerArguments'], 0);
  1853.         $instance->addListener('kernel.response', [=> function () {
  1854.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1855.         }, => 'onKernelResponse'], -128);
  1856.         $instance->addListener('kernel.response', [=> function () {
  1857.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1858.         }, => 'onKernelResponse'], 0);
  1859.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1860.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1861.         }, => 'onVoterVote'], 0);
  1862.         $instance->addListener('kernel.request', [=> function () {
  1863.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1864.         }, => 'configureLogoutUrlGenerator'], 8);
  1865.         $instance->addListener('kernel.request', [=> function () {
  1866.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1867.         }, => 'onKernelRequest'], 8);
  1868.         $instance->addListener('kernel.finish_request', [=> function () {
  1869.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1870.         }, => 'onKernelFinishRequest'], 0);
  1871.         $instance->addListener('console.command', [=> function () {
  1872.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1873.         }, => 'onCommand'], 255);
  1874.         $instance->addListener('console.terminate', [=> function () {
  1875.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1876.         }, => 'onTerminate'], -255);
  1877.         $instance->addListener('kernel.finish_request', [=> function () {
  1878.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1879.         }, => 'resetAssets'], 0);
  1880.         $instance->addListener('console.command', [=> function () {
  1881.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1882.         }, => 'configure'], 1024);
  1883.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1884.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1885.         }, => 'onLogout'], 0);
  1886.         return $instance;
  1887.     }
  1888.     /**
  1889.      * Gets the public 'fos_js_routing.controller' shared service.
  1890.      *
  1891.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1892.      */
  1893.     protected function getFosJsRouting_ControllerService()
  1894.     {
  1895.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1896.         return $this->services['fos_js_routing.controller'] = new \FOS\JsRoutingBundle\Controller\Controller(($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), ($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), $this->parameters['fos_js_routing.cache_control'], true);
  1897.     }
  1898.     /**
  1899.      * Gets the public 'fos_js_routing.extractor' shared service.
  1900.      *
  1901.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1902.      */
  1903.     protected function getFosJsRouting_ExtractorService()
  1904.     {
  1905.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1906.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1907.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1908.     }
  1909.     /**
  1910.      * Gets the public 'fos_js_routing.serializer' shared service.
  1911.      *
  1912.      * @return \Symfony\Component\Serializer\Serializer
  1913.      */
  1914.     protected function getFosJsRouting_SerializerService()
  1915.     {
  1916.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1917.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1923.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1924.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1925.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1926.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1927.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1928.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1930.         return $this->services['fos_js_routing.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer(), => new \FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer()], ['json' => new \Symfony\Component\Serializer\Encoder\JsonEncoder()]);
  1931.     }
  1932.     /**
  1933.      * Gets the public 'http_kernel' shared service.
  1934.      *
  1935.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1936.      */
  1937.     protected function getHttpKernelService()
  1938.     {
  1939.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1940.         if (isset($this->services['http_kernel'])) {
  1941.             return $this->services['http_kernel'];
  1942.         }
  1943.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1944.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1945.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1946.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1947.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1948.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1949.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1950.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1951.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1952.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1953.         }, 8)), $b));
  1954.     }
  1955.     /**
  1956.      * Gets the public 'knpu.oauth2.client.keycloak' shared service.
  1957.      *
  1958.      * @return \KnpU\OAuth2ClientBundle\Client\Provider\KeycloakClient
  1959.      */
  1960.     protected function getKnpu_Oauth2_Client_KeycloakService()
  1961.     {
  1962.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  1963.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php';
  1964.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/Provider/KeycloakClient.php';
  1965.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  1966.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  1967.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  1970.         include_once \dirname(__DIR__4).'/vendor/stevenmaguire/oauth2-keycloak/src/Provider/Keycloak.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/DependencyInjection/ProviderFactory.php';
  1972.         return $this->services['knpu.oauth2.client.keycloak'] = new \KnpU\OAuth2ClientBundle\Client\Provider\KeycloakClient((new \KnpU\OAuth2ClientBundle\DependencyInjection\ProviderFactory(($this->services['router'] ?? $this->getRouterService())))->createProvider('Stevenmaguire\\OAuth2\\Client\\Provider\\Keycloak', ['clientId' => $this->getEnv('KEYCLOAK_CLIENTID'), 'clientSecret' => $this->getEnv('KEYCLOAK_SECRET'), 'authServerUrl' => $this->getEnv('KEYCLOAK_APP_URL'), 'realm' => 'kinalgo_int''version' => NULL'encryptionAlgorithm' => NULL'encryptionKeyPath' => NULL'encryptionKey' => NULL], 'openid_check_auth', [], []), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1973.     }
  1974.     /**
  1975.      * Gets the public 'knpu.oauth2.registry' shared service.
  1976.      *
  1977.      * @return \KnpU\OAuth2ClientBundle\Client\ClientRegistry
  1978.      */
  1979.     protected function getKnpu_Oauth2_RegistryService()
  1980.     {
  1981.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  1982.         return $this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['keycloak' => 'knpu.oauth2.client.keycloak']);
  1983.     }
  1984.     /**
  1985.      * Gets the public 'monolog.logger.emails' shared service.
  1986.      *
  1987.      * @return \Symfony\Bridge\Monolog\Logger
  1988.      */
  1989.     protected function getMonolog_Logger_EmailsService()
  1990.     {
  1991.         $this->services['monolog.logger.emails'] = $instance = new \Symfony\Bridge\Monolog\Logger('emails');
  1992.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1993.         $instance->pushHandler(($this->privates['monolog.handler.emails'] ?? $this->getMonolog_Handler_EmailsService()));
  1994.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1995.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1996.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1997.         return $instance;
  1998.     }
  1999.     /**
  2000.      * Gets the public 'request_stack' shared service.
  2001.      *
  2002.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2003.      */
  2004.     protected function getRequestStackService()
  2005.     {
  2006.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2007.     }
  2008.     /**
  2009.      * Gets the public 'router' shared service.
  2010.      *
  2011.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2012.      */
  2013.     protected function getRouterService()
  2014.     {
  2015.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2016.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2017.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2018.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2019.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2020.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2021.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2022.         ], [
  2023.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2024.         ]))->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'fr');
  2025.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2026.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2027.         return $instance;
  2028.     }
  2029.     /**
  2030.      * Gets the public 'routing.loader' shared service.
  2031.      *
  2032.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2033.      */
  2034.     protected function getRouting_LoaderService()
  2035.     {
  2036.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2037.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2038.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2040.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2041.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2042.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2051.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2052.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2053.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2055.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2056.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2058.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2059.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2060.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2061.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2062.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2063.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2064.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2065.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2066.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2067.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2068.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2069.             'kernel' => ['services''kernel''getKernelService'false],
  2070.         ], [
  2071.             'kernel' => 'App\\Kernel',
  2072.         ]), 'dev'));
  2073.         $a->addLoader($c);
  2074.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2075.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2076.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2077.     }
  2078.     /**
  2079.      * Gets the public 'services_resetter' shared service.
  2080.      *
  2081.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2082.      */
  2083.     protected function getServicesResetterService()
  2084.     {
  2085.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2086.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2087.             if (isset($this->services['cache.app'])) {
  2088.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2089.             }
  2090.             if (isset($this->services['cache.system'])) {
  2091.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2092.             }
  2093.             if (isset($this->privates['cache.validator'])) {
  2094.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2095.             }
  2096.             if (isset($this->privates['cache.serializer'])) {
  2097.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2098.             }
  2099.             if (isset($this->privates['cache.annotations'])) {
  2100.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2101.             }
  2102.             if (isset($this->privates['cache.property_info'])) {
  2103.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2104.             }
  2105.             if (isset($this->privates['.debug.http_client'])) {
  2106.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2107.             }
  2108.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2109.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2110.             }
  2111.             if (isset($this->privates['debug.stopwatch'])) {
  2112.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2113.             }
  2114.             if (isset($this->services['event_dispatcher'])) {
  2115.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2116.             }
  2117.             if (isset($this->privates['session_listener'])) {
  2118.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2119.             }
  2120.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2121.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2122.             }
  2123.             if (isset($this->services['cache.validator_expression_language'])) {
  2124.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2125.             }
  2126.             if (isset($this->services['.container.private.profiler'])) {
  2127.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2128.             }
  2129.             if (isset($this->services['.container.private.validator'])) {
  2130.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2131.             }
  2132.             if (isset($this->services['doctrine'])) {
  2133.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2134.             }
  2135.             if (isset($this->privates['form.type.entity'])) {
  2136.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2137.             }
  2138.             if (isset($this->privates['twig.form.engine'])) {
  2139.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2140.             }
  2141.             if (isset($this->services['.container.private.security.token_storage'])) {
  2142.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2143.             }
  2144.             if (isset($this->privates['cache.security_expression_language'])) {
  2145.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2146.             }
  2147.             if (isset($this->privates['monolog.handler.main'])) {
  2148.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2149.             }
  2150.             if (isset($this->privates['monolog.handler.console'])) {
  2151.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2152.             }
  2153.             if (isset($this->privates['monolog.handler.emails'])) {
  2154.                 yield 'monolog.handler.emails' => ($this->privates['monolog.handler.emails'] ?? null);
  2155.             }
  2156.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2157.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2158.             }
  2159.             if (isset($this->privates['cache.webpack_encore'])) {
  2160.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2161.             }
  2162.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2163.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2164.             }
  2165.             if (isset($this->privates['.debug.http_client'])) {
  2166.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2167.             }
  2168.         }, function () {
  2169.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.emails'])) + (int) (isset($this->privates['webpack_encore.tag_renderer'])) + (int) (isset($this->privates['cache.webpack_encore'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['.debug.http_client']));
  2170.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.emails' => [=> 'reset'], 'webpack_encore.tag_renderer' => [=> 'reset'], 'cache.webpack_encore' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[_default]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  2171.     }
  2172.     /**
  2173.      * Gets the public 'translator' shared service.
  2174.      *
  2175.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2176.      */
  2177.     protected function getTranslatorService()
  2178.     {
  2179.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2180.     }
  2181.     /**
  2182.      * Gets the public 'var_dumper.cloner' shared service.
  2183.      *
  2184.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2185.      */
  2186.     protected function getVarDumper_ClonerService()
  2187.     {
  2188.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2189.         $instance->setMaxItems(2500);
  2190.         $instance->setMinDepth(1);
  2191.         $instance->setMaxString(-1);
  2192.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2193.         return $instance;
  2194.     }
  2195.     /**
  2196.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2197.      *
  2198.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2199.      */
  2200.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2201.     {
  2202.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2203.         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['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  2204.     }
  2205.     /**
  2206.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2207.      *
  2208.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2209.      */
  2210.     protected function getWebProfiler_Controller_ProfilerService()
  2211.     {
  2212.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2213.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  2214.     }
  2215.     /**
  2216.      * Gets the public 'web_profiler.controller.router' shared service.
  2217.      *
  2218.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2219.      */
  2220.     protected function getWebProfiler_Controller_RouterService()
  2221.     {
  2222.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2223.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  2224.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2225.         }, 1));
  2226.     }
  2227.     /**
  2228.      * Gets the private '.App\Command\CacheImagesCommand.lazy' shared service.
  2229.      *
  2230.      * @return \Symfony\Component\Console\Command\LazyCommand
  2231.      */
  2232.     protected function getCacheImagesCommand_LazyService()
  2233.     {
  2234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2236.         return $this->privates['.App\\Command\\CacheImagesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:cache-images', [], 'Add a short description for your command'false, function (): \App\Command\CacheImagesCommand {
  2237.             return ($this->privates['App\\Command\\CacheImagesCommand'] ?? $this->getCacheImagesCommandService());
  2238.         });
  2239.     }
  2240.     /**
  2241.      * Gets the private '.App\Command\RegistrationReminderCommand.lazy' shared service.
  2242.      *
  2243.      * @return \Symfony\Component\Console\Command\LazyCommand
  2244.      */
  2245.     protected function getRegistrationReminderCommand_LazyService()
  2246.     {
  2247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2249.         return $this->privates['.App\\Command\\RegistrationReminderCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:registration-reminder', [], 'Send email after N days if user is not registered'false, function (): \App\Command\RegistrationReminderCommand {
  2250.             return ($this->privates['App\\Command\\RegistrationReminderCommand'] ?? $this->getRegistrationReminderCommandService());
  2251.         });
  2252.     }
  2253.     /**
  2254.      * Gets the private '.console.command.about.lazy' shared service.
  2255.      *
  2256.      * @return \Symfony\Component\Console\Command\LazyCommand
  2257.      */
  2258.     protected function get_Console_Command_About_LazyService()
  2259.     {
  2260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2262.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  2263.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2264.         });
  2265.     }
  2266.     /**
  2267.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2268.      *
  2269.      * @return \Symfony\Component\Console\Command\LazyCommand
  2270.      */
  2271.     protected function get_Console_Command_AssetsInstall_LazyService()
  2272.     {
  2273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2274.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2275.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  2276.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2277.         });
  2278.     }
  2279.     /**
  2280.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2281.      *
  2282.      * @return \Symfony\Component\Console\Command\LazyCommand
  2283.      */
  2284.     protected function get_Console_Command_CacheClear_LazyService()
  2285.     {
  2286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2288.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  2289.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2290.         });
  2291.     }
  2292.     /**
  2293.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2294.      *
  2295.      * @return \Symfony\Component\Console\Command\LazyCommand
  2296.      */
  2297.     protected function get_Console_Command_CachePoolClear_LazyService()
  2298.     {
  2299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2301.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  2302.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2303.         });
  2304.     }
  2305.     /**
  2306.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2307.      *
  2308.      * @return \Symfony\Component\Console\Command\LazyCommand
  2309.      */
  2310.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2311.     {
  2312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2313.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2314.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  2315.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2316.         });
  2317.     }
  2318.     /**
  2319.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2320.      *
  2321.      * @return \Symfony\Component\Console\Command\LazyCommand
  2322.      */
  2323.     protected function get_Console_Command_CachePoolList_LazyService()
  2324.     {
  2325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2327.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  2328.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2329.         });
  2330.     }
  2331.     /**
  2332.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2333.      *
  2334.      * @return \Symfony\Component\Console\Command\LazyCommand
  2335.      */
  2336.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2337.     {
  2338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2340.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  2341.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2342.         });
  2343.     }
  2344.     /**
  2345.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2346.      *
  2347.      * @return \Symfony\Component\Console\Command\LazyCommand
  2348.      */
  2349.     protected function get_Console_Command_CacheWarmup_LazyService()
  2350.     {
  2351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2353.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  2354.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2355.         });
  2356.     }
  2357.     /**
  2358.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2359.      *
  2360.      * @return \Symfony\Component\Console\Command\LazyCommand
  2361.      */
  2362.     protected function get_Console_Command_ConfigDebug_LazyService()
  2363.     {
  2364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2366.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  2367.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2368.         });
  2369.     }
  2370.     /**
  2371.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2372.      *
  2373.      * @return \Symfony\Component\Console\Command\LazyCommand
  2374.      */
  2375.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2376.     {
  2377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2379.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  2380.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2381.         });
  2382.     }
  2383.     /**
  2384.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2385.      *
  2386.      * @return \Symfony\Component\Console\Command\LazyCommand
  2387.      */
  2388.     protected function get_Console_Command_ContainerDebug_LazyService()
  2389.     {
  2390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2392.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  2393.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2394.         });
  2395.     }
  2396.     /**
  2397.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2398.      *
  2399.      * @return \Symfony\Component\Console\Command\LazyCommand
  2400.      */
  2401.     protected function get_Console_Command_ContainerLint_LazyService()
  2402.     {
  2403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2405.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  2406.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2407.         });
  2408.     }
  2409.     /**
  2410.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2411.      *
  2412.      * @return \Symfony\Component\Console\Command\LazyCommand
  2413.      */
  2414.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2415.     {
  2416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2418.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  2419.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2420.         });
  2421.     }
  2422.     /**
  2423.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2424.      *
  2425.      * @return \Symfony\Component\Console\Command\LazyCommand
  2426.      */
  2427.     protected function get_Console_Command_DotenvDebug_LazyService()
  2428.     {
  2429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2431.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  2432.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2433.         });
  2434.     }
  2435.     /**
  2436.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2437.      *
  2438.      * @return \Symfony\Component\Console\Command\LazyCommand
  2439.      */
  2440.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2441.     {
  2442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2444.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  2445.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2446.         });
  2447.     }
  2448.     /**
  2449.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2450.      *
  2451.      * @return \Symfony\Component\Console\Command\LazyCommand
  2452.      */
  2453.     protected function get_Console_Command_FormDebug_LazyService()
  2454.     {
  2455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2456.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2457.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  2458.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2459.         });
  2460.     }
  2461.     /**
  2462.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2463.      *
  2464.      * @return \Symfony\Component\Console\Command\LazyCommand
  2465.      */
  2466.     protected function get_Console_Command_RouterDebug_LazyService()
  2467.     {
  2468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2469.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2470.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  2471.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2472.         });
  2473.     }
  2474.     /**
  2475.      * Gets the private '.console.command.router_match.lazy' shared service.
  2476.      *
  2477.      * @return \Symfony\Component\Console\Command\LazyCommand
  2478.      */
  2479.     protected function get_Console_Command_RouterMatch_LazyService()
  2480.     {
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2483.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  2484.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2485.         });
  2486.     }
  2487.     /**
  2488.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2489.      *
  2490.      * @return \Symfony\Component\Console\Command\LazyCommand
  2491.      */
  2492.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2493.     {
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2496.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  2497.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2498.         });
  2499.     }
  2500.     /**
  2501.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2502.      *
  2503.      * @return \Symfony\Component\Console\Command\LazyCommand
  2504.      */
  2505.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2506.     {
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2509.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  2510.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2511.         });
  2512.     }
  2513.     /**
  2514.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\Console\Command\LazyCommand
  2517.      */
  2518.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2519.     {
  2520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2522.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  2523.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2524.         });
  2525.     }
  2526.     /**
  2527.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2528.      *
  2529.      * @return \Symfony\Component\Console\Command\LazyCommand
  2530.      */
  2531.     protected function get_Console_Command_SecretsList_LazyService()
  2532.     {
  2533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2535.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  2536.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2537.         });
  2538.     }
  2539.     /**
  2540.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\Console\Command\LazyCommand
  2543.      */
  2544.     protected function get_Console_Command_SecretsRemove_LazyService()
  2545.     {
  2546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2548.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  2549.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2550.         });
  2551.     }
  2552.     /**
  2553.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2554.      *
  2555.      * @return \Symfony\Component\Console\Command\LazyCommand
  2556.      */
  2557.     protected function get_Console_Command_SecretsSet_LazyService()
  2558.     {
  2559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2561.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  2562.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2563.         });
  2564.     }
  2565.     /**
  2566.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2567.      *
  2568.      * @return \Symfony\Component\Console\Command\LazyCommand
  2569.      */
  2570.     protected function get_Console_Command_TranslationDebug_LazyService()
  2571.     {
  2572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2574.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  2575.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2576.         });
  2577.     }
  2578.     /**
  2579.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2580.      *
  2581.      * @return \Symfony\Component\Console\Command\LazyCommand
  2582.      */
  2583.     protected function get_Console_Command_TranslationExtract_LazyService()
  2584.     {
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2587.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  2588.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2589.         });
  2590.     }
  2591.     /**
  2592.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2593.      *
  2594.      * @return \Symfony\Component\Console\Command\LazyCommand
  2595.      */
  2596.     protected function get_Console_Command_TranslationPull_LazyService()
  2597.     {
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2600.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  2601.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2602.         });
  2603.     }
  2604.     /**
  2605.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2606.      *
  2607.      * @return \Symfony\Component\Console\Command\LazyCommand
  2608.      */
  2609.     protected function get_Console_Command_TranslationPush_LazyService()
  2610.     {
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2613.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  2614.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2615.         });
  2616.     }
  2617.     /**
  2618.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2619.      *
  2620.      * @return \Symfony\Component\Console\Command\LazyCommand
  2621.      */
  2622.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2623.     {
  2624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2626.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  2627.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2628.         });
  2629.     }
  2630.     /**
  2631.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2632.      *
  2633.      * @return \Symfony\Component\Console\Command\LazyCommand
  2634.      */
  2635.     protected function get_Console_Command_XliffLint_LazyService()
  2636.     {
  2637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2639.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  2640.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2641.         });
  2642.     }
  2643.     /**
  2644.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2645.      *
  2646.      * @return \Symfony\Component\Console\Command\LazyCommand
  2647.      */
  2648.     protected function get_Console_Command_YamlLint_LazyService()
  2649.     {
  2650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2652.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  2653.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2654.         });
  2655.     }
  2656.     /**
  2657.      * Gets the private '.debug.http_client' shared service.
  2658.      *
  2659.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2660.      */
  2661.     protected function get_Debug_HttpClientService()
  2662.     {
  2663.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2664.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2665.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2666.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2667.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2668.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2669.         $a->setLogger($b);
  2670.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2671.     }
  2672.     /**
  2673.      * Gets the private '.errored..service_locator.1qmr3HS.App\Entity\Company' shared service.
  2674.      *
  2675.      * @return \App\Entity\Company
  2676.      */
  2677.     protected function getCompanyService()
  2678.     {
  2679.         $this->throw('Cannot autowire service ".service_locator.1qmr3HS": it references class "App\\Entity\\Company" but no such service exists.');
  2680.     }
  2681.     /**
  2682.      * Gets the private '.errored..service_locator.BMUL7dR.App\Entity\Company' shared service.
  2683.      *
  2684.      * @return \App\Entity\Company
  2685.      */
  2686.     protected function getCompany2Service()
  2687.     {
  2688.         $this->throw('Cannot autowire service ".service_locator.BMUL7dR": it references class "App\\Entity\\Company" but no such service exists.');
  2689.     }
  2690.     /**
  2691.      * Gets the private '.errored..service_locator.GiMBQJE.App\Entity\Company' shared service.
  2692.      *
  2693.      * @return \App\Entity\Company
  2694.      */
  2695.     protected function getCompany3Service()
  2696.     {
  2697.         $this->throw('Cannot autowire service ".service_locator.GiMBQJE": it references class "App\\Entity\\Company" but no such service exists.');
  2698.     }
  2699.     /**
  2700.      * Gets the private '.errored..service_locator.JtLgf8e.App\Entity\Formation' shared service.
  2701.      *
  2702.      * @return \App\Entity\Formation
  2703.      */
  2704.     protected function getFormationService()
  2705.     {
  2706.         $this->throw('Cannot autowire service ".service_locator.JtLgf8e": it references class "App\\Entity\\Formation" but no such service exists.');
  2707.     }
  2708.     /**
  2709.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2710.      *
  2711.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2712.      */
  2713.     protected function getLoaderInterfaceService()
  2714.     {
  2715.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  2716.     }
  2717.     /**
  2718.      * Gets the private '.errored..service_locator.O95UKUv.App\Entity\User' shared service.
  2719.      *
  2720.      * @return \App\Entity\User
  2721.      */
  2722.     protected function getUserService()
  2723.     {
  2724.         $this->throw('Cannot autowire service ".service_locator.O95UKUv": it references class "App\\Entity\\User" but no such service exists.');
  2725.     }
  2726.     /**
  2727.      * Gets the private '.errored..service_locator.Qf7futZ.App\Entity\Company' shared service.
  2728.      *
  2729.      * @return \App\Entity\Company
  2730.      */
  2731.     protected function getCompany4Service()
  2732.     {
  2733.         $this->throw('Cannot autowire service ".service_locator.Qf7futZ": it references class "App\\Entity\\Company" but no such service exists.');
  2734.     }
  2735.     /**
  2736.      * Gets the private '.errored..service_locator.Qgkw6e_.App\Entity\User' shared service.
  2737.      *
  2738.      * @return \App\Entity\User
  2739.      */
  2740.     protected function getUser2Service()
  2741.     {
  2742.         $this->throw('Cannot autowire service ".service_locator.Qgkw6e_": it references class "App\\Entity\\User" but no such service exists.');
  2743.     }
  2744.     /**
  2745.      * Gets the private '.errored..service_locator.YK278V..App\Entity\Company' shared service.
  2746.      *
  2747.      * @return \App\Entity\Company
  2748.      */
  2749.     protected function getCompany5Service()
  2750.     {
  2751.         $this->throw('Cannot autowire service ".service_locator.YK278V.": it references class "App\\Entity\\Company" but no such service exists.');
  2752.     }
  2753.     /**
  2754.      * Gets the private '.errored..service_locator._Lgsrjl.App\Entity\Company' shared service.
  2755.      *
  2756.      * @return \App\Entity\Company
  2757.      */
  2758.     protected function getCompany6Service()
  2759.     {
  2760.         $this->throw('Cannot autowire service ".service_locator._Lgsrjl": it references class "App\\Entity\\Company" but no such service exists.');
  2761.     }
  2762.     /**
  2763.      * Gets the private '.errored..service_locator.aKxOyfk.App\Entity\User' shared service.
  2764.      *
  2765.      * @return \App\Entity\User
  2766.      */
  2767.     protected function getUser3Service()
  2768.     {
  2769.         $this->throw('Cannot autowire service ".service_locator.aKxOyfk": it references class "App\\Entity\\User" but no such service exists.');
  2770.     }
  2771.     /**
  2772.      * Gets the private '.errored..service_locator.b5sN5od.App\Entity\Formation' shared service.
  2773.      *
  2774.      * @return \App\Entity\Formation
  2775.      */
  2776.     protected function getFormation2Service()
  2777.     {
  2778.         $this->throw('Cannot autowire service ".service_locator.b5sN5od": it references class "App\\Entity\\Formation" but no such service exists.');
  2779.     }
  2780.     /**
  2781.      * Gets the private '.errored..service_locator.c.Ks2XW.App\Entity\User' shared service.
  2782.      *
  2783.      * @return \App\Entity\User
  2784.      */
  2785.     protected function getUser4Service()
  2786.     {
  2787.         $this->throw('Cannot autowire service ".service_locator.c.Ks2XW": it references class "App\\Entity\\User" but no such service exists.');
  2788.     }
  2789.     /**
  2790.      * Gets the private '.errored..service_locator.ch4Jgvl.App\Entity\User' shared service.
  2791.      *
  2792.      * @return \App\Entity\User
  2793.      */
  2794.     protected function getUser5Service()
  2795.     {
  2796.         $this->throw('Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists.');
  2797.     }
  2798.     /**
  2799.      * Gets the private '.errored..service_locator.h8eZpTL.App\Entity\Formation' shared service.
  2800.      *
  2801.      * @return \App\Entity\Formation
  2802.      */
  2803.     protected function getFormation3Service()
  2804.     {
  2805.         $this->throw('Cannot autowire service ".service_locator.h8eZpTL": it references class "App\\Entity\\Formation" but no such service exists.');
  2806.     }
  2807.     /**
  2808.      * Gets the private '.errored..service_locator.l_yBdsX.App\Entity\Company' shared service.
  2809.      *
  2810.      * @return \App\Entity\Company
  2811.      */
  2812.     protected function getCompany7Service()
  2813.     {
  2814.         $this->throw('Cannot autowire service ".service_locator.l_yBdsX": it references class "App\\Entity\\Company" but no such service exists.');
  2815.     }
  2816.     /**
  2817.      * Gets the private '.errored..service_locator.nlOzWfg.App\Entity\Company' shared service.
  2818.      *
  2819.      * @return \App\Entity\Company
  2820.      */
  2821.     protected function getCompany8Service()
  2822.     {
  2823.         $this->throw('Cannot autowire service ".service_locator.nlOzWfg": it references class "App\\Entity\\Company" but no such service exists.');
  2824.     }
  2825.     /**
  2826.      * Gets the private '.errored..service_locator.u1nOMGq.App\Entity\User' shared service.
  2827.      *
  2828.      * @return \App\Entity\User
  2829.      */
  2830.     protected function getUser6Service()
  2831.     {
  2832.         $this->throw('Cannot autowire service ".service_locator.u1nOMGq": it references class "App\\Entity\\User" but no such service exists.');
  2833.     }
  2834.     /**
  2835.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2836.      *
  2837.      * @return \Symfony\Component\Console\Command\LazyCommand
  2838.      */
  2839.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2840.     {
  2841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2843.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2844.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2845.         });
  2846.     }
  2847.     /**
  2848.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2849.      *
  2850.      * @return \Symfony\Component\Console\Command\LazyCommand
  2851.      */
  2852.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2853.     {
  2854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2855.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2856.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2857.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2858.         });
  2859.     }
  2860.     /**
  2861.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2862.      *
  2863.      * @return \Symfony\Component\Console\Command\LazyCommand
  2864.      */
  2865.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2866.     {
  2867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2869.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2870.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2871.         });
  2872.     }
  2873.     /**
  2874.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2875.      *
  2876.      * @return \Symfony\Component\Console\Command\LazyCommand
  2877.      */
  2878.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2879.     {
  2880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2882.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2883.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2884.         });
  2885.     }
  2886.     /**
  2887.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2888.      *
  2889.      * @return \Symfony\Component\Console\Command\LazyCommand
  2890.      */
  2891.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2892.     {
  2893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2895.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2896.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2897.         });
  2898.     }
  2899.     /**
  2900.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2901.      *
  2902.      * @return \Symfony\Component\Console\Command\LazyCommand
  2903.      */
  2904.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2905.     {
  2906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2908.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2909.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2910.         });
  2911.     }
  2912.     /**
  2913.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2914.      *
  2915.      * @return \Symfony\Component\Console\Command\LazyCommand
  2916.      */
  2917.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2918.     {
  2919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2921.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2922.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2923.         });
  2924.     }
  2925.     /**
  2926.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2927.      *
  2928.      * @return \Symfony\Component\Console\Command\LazyCommand
  2929.      */
  2930.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2931.     {
  2932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2934.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2935.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2936.         });
  2937.     }
  2938.     /**
  2939.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2940.      *
  2941.      * @return \Symfony\Component\Console\Command\LazyCommand
  2942.      */
  2943.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2944.     {
  2945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2947.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2948.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2949.         });
  2950.     }
  2951.     /**
  2952.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2953.      *
  2954.      * @return \Symfony\Component\Console\Command\LazyCommand
  2955.      */
  2956.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2957.     {
  2958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2960.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2961.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2962.         });
  2963.     }
  2964.     /**
  2965.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2966.      *
  2967.      * @return \Symfony\Component\Console\Command\LazyCommand
  2968.      */
  2969.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2970.     {
  2971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2973.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2974.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  2975.         });
  2976.     }
  2977.     /**
  2978.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  2979.      *
  2980.      * @return \Symfony\Component\Console\Command\LazyCommand
  2981.      */
  2982.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  2983.     {
  2984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2986.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  2987.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  2988.         });
  2989.     }
  2990.     /**
  2991.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  2992.      *
  2993.      * @return \Symfony\Component\Console\Command\LazyCommand
  2994.      */
  2995.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  2996.     {
  2997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2999.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3000.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3001.         });
  3002.     }
  3003.     /**
  3004.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3005.      *
  3006.      * @return \Symfony\Component\Console\Command\LazyCommand
  3007.      */
  3008.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3009.     {
  3010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3012.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3013.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3014.         });
  3015.     }
  3016.     /**
  3017.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3018.      *
  3019.      * @return \Symfony\Component\Console\Command\LazyCommand
  3020.      */
  3021.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3022.     {
  3023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3024.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3025.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3026.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3027.         });
  3028.     }
  3029.     /**
  3030.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3031.      *
  3032.      * @return \Symfony\Component\Console\Command\LazyCommand
  3033.      */
  3034.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3035.     {
  3036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3038.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3039.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3040.         });
  3041.     }
  3042.     /**
  3043.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3044.      *
  3045.      * @return \Symfony\Component\Console\Command\LazyCommand
  3046.      */
  3047.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3048.     {
  3049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3050.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3051.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3052.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3053.         });
  3054.     }
  3055.     /**
  3056.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3057.      *
  3058.      * @return \Symfony\Component\Console\Command\LazyCommand
  3059.      */
  3060.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3061.     {
  3062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3064.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3065.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3066.         });
  3067.     }
  3068.     /**
  3069.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3070.      *
  3071.      * @return \Symfony\Component\Console\Command\LazyCommand
  3072.      */
  3073.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3074.     {
  3075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3077.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3078.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3079.         });
  3080.     }
  3081.     /**
  3082.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3083.      *
  3084.      * @return \Symfony\Component\Console\Command\LazyCommand
  3085.      */
  3086.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3087.     {
  3088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3089.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3090.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3091.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3092.         });
  3093.     }
  3094.     /**
  3095.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3096.      *
  3097.      * @return \Symfony\Component\Console\Command\LazyCommand
  3098.      */
  3099.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3100.     {
  3101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3103.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3104.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3105.         });
  3106.     }
  3107.     /**
  3108.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3109.      *
  3110.      * @return \Symfony\Component\Console\Command\LazyCommand
  3111.      */
  3112.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3113.     {
  3114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3116.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  3117.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3118.         });
  3119.     }
  3120.     /**
  3121.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3122.      *
  3123.      * @return \Symfony\Component\Console\Command\LazyCommand
  3124.      */
  3125.     protected function get_Monolog_Command_ServerLog_LazyService()
  3126.     {
  3127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3129.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  3130.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3131.         });
  3132.     }
  3133.     /**
  3134.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3135.      *
  3136.      * @return \Symfony\Component\Console\Command\LazyCommand
  3137.      */
  3138.     protected function get_Security_Command_DebugFirewall_LazyService()
  3139.     {
  3140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3142.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  3143.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3144.         });
  3145.     }
  3146.     /**
  3147.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3148.      *
  3149.      * @return \Symfony\Component\Console\Command\LazyCommand
  3150.      */
  3151.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3152.     {
  3153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3154.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3155.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  3156.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3157.         });
  3158.     }
  3159.     /**
  3160.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3161.      *
  3162.      * @return \Symfony\Component\Console\Command\LazyCommand
  3163.      */
  3164.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3165.     {
  3166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3168.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  3169.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3170.         });
  3171.     }
  3172.     /**
  3173.      * Gets the private '.service_locator..xEWdnp' shared service.
  3174.      *
  3175.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3176.      */
  3177.     protected function get_ServiceLocator__XEWdnpService()
  3178.     {
  3179.         return $this->privates['.service_locator..xEWdnp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3180.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  3181.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3182.             'notificationService' => ['privates''App\\Service\\notification\\NotificationService''getNotificationServiceService'false],
  3183.             'urlGenerator' => ['services''router''getRouterService'false],
  3184.         ], [
  3185.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  3186.             'managerRegistry' => '?',
  3187.             'notificationService' => 'App\\Service\\notification\\NotificationService',
  3188.             'urlGenerator' => '?',
  3189.         ]);
  3190.     }
  3191.     /**
  3192.      * Gets the private '.service_locator.1Mm8vmw' shared service.
  3193.      *
  3194.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3195.      */
  3196.     protected function get_ServiceLocator_1Mm8vmwService()
  3197.     {
  3198.         return $this->privates['.service_locator.1Mm8vmw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3199.             'notificationService' => ['privates''App\\Service\\notification\\NotificationService''getNotificationServiceService'false],
  3200.             'translator' => ['services''translator''getTranslatorService'false],
  3201.         ], [
  3202.             'notificationService' => 'App\\Service\\notification\\NotificationService',
  3203.             'translator' => '?',
  3204.         ]);
  3205.     }
  3206.     /**
  3207.      * Gets the private '.service_locator.1qmr3HS' shared service.
  3208.      *
  3209.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3210.      */
  3211.     protected function get_ServiceLocator_1qmr3HSService()
  3212.     {
  3213.         return $this->privates['.service_locator.1qmr3HS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3214.             'company' => ['privates''.errored..service_locator.1qmr3HS.App\\Entity\\Company'NULL'Cannot autowire service ".service_locator.1qmr3HS": it references class "App\\Entity\\Company" but no such service exists.'],
  3215.             'importUser' => ['privates''App\\Service\\import\\ImportUser''getImportUserService'false],
  3216.         ], [
  3217.             'company' => 'App\\Entity\\Company',
  3218.             'importUser' => 'App\\Service\\import\\ImportUser',
  3219.         ]);
  3220.     }
  3221.     /**
  3222.      * Gets the private '.service_locator.5c1zT42' shared service.
  3223.      *
  3224.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3225.      */
  3226.     protected function get_ServiceLocator_5c1zT42Service()
  3227.     {
  3228.         return $this->privates['.service_locator.5c1zT42'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3229.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  3230.         ], [
  3231.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  3232.         ]);
  3233.     }
  3234.     /**
  3235.      * Gets the private '.service_locator.75l7mhD' shared service.
  3236.      *
  3237.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3238.      */
  3239.     protected function get_ServiceLocator_75l7mhDService()
  3240.     {
  3241.         return $this->privates['.service_locator.75l7mhD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3242.             'exportUser' => ['privates''App\\Service\\export\\ExportUser''getExportUserService'false],
  3243.         ], [
  3244.             'exportUser' => 'App\\Service\\export\\ExportUser',
  3245.         ]);
  3246.     }
  3247.     /**
  3248.      * Gets the private '.service_locator.9Sx_zIX' shared service.
  3249.      *
  3250.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3251.      */
  3252.     protected function get_ServiceLocator_9SxZIXService()
  3253.     {
  3254.         return $this->privates['.service_locator.9Sx_zIX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3255.             'notificationService' => ['privates''App\\Service\\notification\\NotificationService''getNotificationServiceService'false],
  3256.         ], [
  3257.             'notificationService' => 'App\\Service\\notification\\NotificationService',
  3258.         ]);
  3259.     }
  3260.     /**
  3261.      * Gets the private '.service_locator.BMUL7dR' shared service.
  3262.      *
  3263.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3264.      */
  3265.     protected function get_ServiceLocator_BMUL7dRService()
  3266.     {
  3267.         return $this->privates['.service_locator.BMUL7dR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3268.             'company' => ['privates''.errored..service_locator.BMUL7dR.App\\Entity\\Company'NULL'Cannot autowire service ".service_locator.BMUL7dR": it references class "App\\Entity\\Company" but no such service exists.'],
  3269.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3270.         ], [
  3271.             'company' => 'App\\Entity\\Company',
  3272.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3273.         ]);
  3274.     }
  3275.     /**
  3276.      * Gets the private '.service_locator.BcsTf_h' shared service.
  3277.      *
  3278.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3279.      */
  3280.     protected function get_ServiceLocator_BcsTfHService()
  3281.     {
  3282.         return $this->privates['.service_locator.BcsTf_h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3283.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3284.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3285.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3286.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3287.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3288.             'router' => ['services''router''getRouterService'false],
  3289.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3290.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3291.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3292.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3293.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3294.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3295.         ], [
  3296.             'doctrine' => '?',
  3297.             'form.factory' => '?',
  3298.             'http_kernel' => '?',
  3299.             'parameter_bag' => '?',
  3300.             'request_stack' => '?',
  3301.             'router' => '?',
  3302.             'security.authorization_checker' => '?',
  3303.             'security.csrf.token_manager' => '?',
  3304.             'security.token_storage' => '?',
  3305.             'serializer' => '?',
  3306.             'session' => '.session.deprecated',
  3307.             'twig' => '?',
  3308.         ]);
  3309.     }
  3310.     /**
  3311.      * Gets the private '.service_locator.DqORaYS' shared service.
  3312.      *
  3313.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3314.      */
  3315.     protected function get_ServiceLocator_DqORaYSService()
  3316.     {
  3317.         return $this->privates['.service_locator.DqORaYS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3318.             'App\\Controller\\AdviceController::showAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3319.             'App\\Controller\\AdviceController::userAdvices' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3320.             'App\\Controller\\AjaxController::deleteCompany' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3321.             'App\\Controller\\AjaxController::dtCompanyContact' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3322.             'App\\Controller\\AjaxController::dtCompanyRH' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3323.             'App\\Controller\\AjaxController::dtUsersWithStat' => ['privates''.service_locator.ubOmYdi''get_ServiceLocator_UbOmYdiService'false],
  3324.             'App\\Controller\\AjaxController::getAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3325.             'App\\Controller\\AjaxController::getHistory' => ['privates''.service_locator.aKxOyfk''get_ServiceLocator_AKxOyfkService'false],
  3326.             'App\\Controller\\AjaxController::getLearnMore' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3327.             'App\\Controller\\AjaxController::getLearnMoreAll' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3328.             'App\\Controller\\AjaxController::getStats' => ['privates''.service_locator.Qgkw6e_''get_ServiceLocator_Qgkw6eService'false],
  3329.             'App\\Controller\\AjaxController::logJwp' => ['privates''.service_locator.QcljCGs''get_ServiceLocator_QcljCGsService'false],
  3330.             'App\\Controller\\FavoritesController::addFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3331.             'App\\Controller\\FavoritesController::favoriteExist' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3332.             'App\\Controller\\FavoritesController::index' => ['privates''.service_locator.qVNonl0''get_ServiceLocator_QVNonl0Service'false],
  3333.             'App\\Controller\\FavoritesController::listFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3334.             'App\\Controller\\FavoritesController::removeFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3335.             'App\\Controller\\FavoritesController::toggleFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3336.             'App\\Controller\\FormationController::fetchMyFormation' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3337.             'App\\Controller\\FormationController::listAll' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3338.             'App\\Controller\\FormationController::show' => ['privates''.service_locator.cDr8ldT''get_ServiceLocator_CDr8ldTService'false],
  3339.             'App\\Controller\\HomeController::howItWorks' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3340.             'App\\Controller\\HomeController::showFormationsNotViewed' => ['privates''.service_locator.TJhMHtV''get_ServiceLocator_TJhMHtVService'false],
  3341.             'App\\Controller\\HomeController::showFormationsRequired' => ['privates''.service_locator.TJhMHtV''get_ServiceLocator_TJhMHtVService'false],
  3342.             'App\\Controller\\HomeController::showLoginHeader' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3343.             'App\\Controller\\NotificationController::listAll' => ['privates''.service_locator.1Mm8vmw''get_ServiceLocator_1Mm8vmwService'false],
  3344.             'App\\Controller\\NotificationController::readAll' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3345.             'App\\Controller\\NotificationController::setNotificationRead' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3346.             'App\\Controller\\ProfileController::index' => ['privates''.service_locator.L.3cZsU''get_ServiceLocator_L_3cZsUService'false],
  3347.             'App\\Controller\\ProfileController::userProfile' => ['privates''.service_locator.L637fkq''get_ServiceLocator_L637fkqService'false],
  3348.             'App\\Controller\\ProgramController::contentProgram' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3349.             'App\\Controller\\ProgramController::indexProgram' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3350.             'App\\Controller\\SearchController::fetchData' => ['privates''.service_locator.mZxy57w''get_ServiceLocator_MZxy57wService'false],
  3351.             'App\\Controller\\SecurityController::createAccount' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  3352.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.iZ35Uhe''get_ServiceLocator_IZ35UheService'false],
  3353.             'App\\Controller\\SecurityController::reset' => ['privates''.service_locator.HLJO_K5''get_ServiceLocator_HLJOK5Service'false],
  3354.             'App\\Controller\\SecurityController::resetPassword' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  3355.             'App\\Controller\\SharePlaylistController::getListUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3356.             'App\\Controller\\SharePlaylistController::sendEmail' => ['privates''.service_locator..xEWdnp''get_ServiceLocator__XEWdnpService'false],
  3357.             'App\\Controller\\UserDashboardController::index' => ['privates''.service_locator.mRJIDCq''get_ServiceLocator_MRJIDCqService'false],
  3358.             'App\\Controller\\UserDashboardController::showUserProfile' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3359.             'App\\Controller\\UserDashboardController::userInfo' => ['privates''.service_locator.ZkryKd3''get_ServiceLocator_ZkryKd3Service'false],
  3360.             'App\\Controller\\VideosController::contentRescueVideos' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3361.             'App\\Controller\\VideosController::contentVideosByCat' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3362.             'App\\Controller\\WPContentController::showContent' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3363.             'App\\Controller\\admin\\AdminController::addUserCompany' => ['privates''.service_locator.Qf7futZ''get_ServiceLocator_Qf7futZService'false],
  3364.             'App\\Controller\\admin\\AdminController::createUser' => ['privates''.service_locator.ElBLRZs''get_ServiceLocator_ElBLRZsService'false],
  3365.             'App\\Controller\\admin\\AdminController::createUserRH' => ['privates''.service_locator.l_yBdsX''get_ServiceLocator_LYBdsXService'false],
  3366.             'App\\Controller\\admin\\AdminController::updateUserRH' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3367.             'App\\Controller\\admin\\ExportController::downloadExportFile' => ['privates''.service_locator.tYDLp9X''get_ServiceLocator_TYDLp9XService'false],
  3368.             'App\\Controller\\admin\\ExportController::exportData' => ['privates''.service_locator.u1nOMGq''get_ServiceLocator_U1nOMGqService'false],
  3369.             'App\\Controller\\admin\\ExportController::exportFromDT' => ['privates''.service_locator.ZahhcoK''get_ServiceLocator_ZahhcoKService'false],
  3370.             'App\\Controller\\admin\\FormationController::create' => ['privates''.service_locator.u_8DLsU''get_ServiceLocator_U8DLsUService'false],
  3371.             'App\\Controller\\admin\\FormationController::fetchAllFormations' => ['privates''.service_locator.b65VD92''get_ServiceLocator_B65VD92Service'false],
  3372.             'App\\Controller\\admin\\FormationController::getVideosPlaylist' => ['privates''.service_locator.V4LACkG''get_ServiceLocator_V4LACkGService'false],
  3373.             'App\\Controller\\admin\\FormationController::relaunchEmailFormation' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  3374.             'App\\Controller\\admin\\FormationController::relaunchEmailFormationForUser' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  3375.             'App\\Controller\\admin\\FormationController::statistics' => ['privates''.service_locator.b5sN5od''get_ServiceLocator_B5sN5odService'false],
  3376.             'App\\Controller\\admin\\FormationController::update' => ['privates''.service_locator.JtLgf8e''get_ServiceLocator_JtLgf8eService'false],
  3377.             'App\\Controller\\admin\\FormationController::uploadImage' => ['privates''.service_locator.fZXk27d''get_ServiceLocator_FZXk27dService'false],
  3378.             'App\\Controller\\admin\\ImportController::importActivityMuscle' => ['privates''.service_locator.v4qKlFu''get_ServiceLocator_V4qKlFuService'false],
  3379.             'App\\Controller\\admin\\ImportController::importUser' => ['privates''.service_locator.1qmr3HS''get_ServiceLocator_1qmr3HSService'false],
  3380.             'App\\Controller\\admin\\MessageController::deleteMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  3381.             'App\\Controller\\admin\\MessageController::fetchMessageForm' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  3382.             'App\\Controller\\admin\\MessageController::saveMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  3383.             'App\\Controller\\admin\\StatisticsController::dtStatFormation' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  3384.             'App\\Controller\\admin\\StatisticsController::dtStatLogin' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  3385.             'App\\Controller\\admin\\StatisticsController::dtStatVideo' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  3386.             'App\\Controller\\admin\\StatisticsController::statContent' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3387.             'App\\Controller\\admin\\StatisticsController::statData' => ['privates''.service_locator.L.SGgV6''get_ServiceLocator_L_SGgV6Service'false],
  3388.             'App\\Controller\\admin\\SubscriptionController::addCompany' => ['privates''.service_locator.zfs9O8B''get_ServiceLocator_Zfs9O8BService'false],
  3389.             'App\\Controller\\admin\\SubscriptionController::changeLogo' => ['privates''.service_locator.fbf5F4C''get_ServiceLocator_Fbf5F4CService'false],
  3390.             'App\\Controller\\admin\\SubscriptionController::fetchInfo' => ['privates''.service_locator.jPENuTF''get_ServiceLocator_JPENuTFService'false],
  3391.             'App\\Controller\\admin\\SubscriptionController::getCompaniesForDT' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3392.             'App\\Controller\\admin\\SubscriptionController::showCompany' => ['privates''.service_locator.YK278V.''get_ServiceLocator_YK278V_Service'false],
  3393.             'App\\Controller\\admin\\SubscriptionController::toggleStatusAction' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  3394.             'App\\Controller\\admin\\SubscriptionController::updateCompany' => ['privates''.service_locator._Lgsrjl''get_ServiceLocator_LgsrjlService'false],
  3395.             'App\\Controller\\admin\\TestController::jwp' => ['privates''.service_locator.5c1zT42''get_ServiceLocator_5c1zT42Service'false],
  3396.             'App\\Controller\\admin\\TestController::test' => ['privates''.service_locator.75l7mhD''get_ServiceLocator_75l7mhDService'false],
  3397.             'App\\Controller\\admin\\TestController::testAlgo' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3398.             'App\\Controller\\admin\\TestController::testEmail' => ['privates''.service_locator.HoUVouA''get_ServiceLocator_HoUVouAService'false],
  3399.             'App\\Controller\\admin\\ToolsController::fetchTools' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3400.             'App\\Controller\\admin\\UploadController::downloadDocuments' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3401.             'App\\Controller\\admin\\UploadController::processFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3402.             'App\\Controller\\admin\\UploadController::removeFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3403.             'App\\Controller\\admin\\UploadController::revertFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3404.             'App\\Controller\\admin\\UserController::addUsers' => ['privates''.service_locator.nlOzWfg''get_ServiceLocator_NlOzWfgService'false],
  3405.             'App\\Controller\\admin\\UserController::checkUserLimit' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  3406.             'App\\Controller\\admin\\UserController::dtCompanyUsers' => ['privates''.service_locator.GiMBQJE''get_ServiceLocator_GiMBQJEService'false],
  3407.             'App\\Controller\\admin\\UserController::fetchUser' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  3408.             'App\\Controller\\admin\\UserController::fetchUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3409.             'App\\Controller\\admin\\UserController::sendInvitation' => ['privates''.service_locator.Nsn8Fps''get_ServiceLocator_Nsn8FpsService'false],
  3410.             'App\\Controller\\admin\\UserController::updateUser' => ['privates''.service_locator.c.Ks2XW''get_ServiceLocator_C_Ks2XWService'false],
  3411.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3412.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3413.             'App\\Controller\\AdviceController:showAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3414.             'App\\Controller\\AdviceController:userAdvices' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3415.             'App\\Controller\\AjaxController:deleteCompany' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3416.             'App\\Controller\\AjaxController:dtCompanyContact' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3417.             'App\\Controller\\AjaxController:dtCompanyRH' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3418.             'App\\Controller\\AjaxController:dtUsersWithStat' => ['privates''.service_locator.ubOmYdi''get_ServiceLocator_UbOmYdiService'false],
  3419.             'App\\Controller\\AjaxController:getAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3420.             'App\\Controller\\AjaxController:getHistory' => ['privates''.service_locator.aKxOyfk''get_ServiceLocator_AKxOyfkService'false],
  3421.             'App\\Controller\\AjaxController:getLearnMore' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3422.             'App\\Controller\\AjaxController:getLearnMoreAll' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3423.             'App\\Controller\\AjaxController:getStats' => ['privates''.service_locator.Qgkw6e_''get_ServiceLocator_Qgkw6eService'false],
  3424.             'App\\Controller\\AjaxController:logJwp' => ['privates''.service_locator.QcljCGs''get_ServiceLocator_QcljCGsService'false],
  3425.             'App\\Controller\\FavoritesController:addFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3426.             'App\\Controller\\FavoritesController:favoriteExist' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3427.             'App\\Controller\\FavoritesController:index' => ['privates''.service_locator.qVNonl0''get_ServiceLocator_QVNonl0Service'false],
  3428.             'App\\Controller\\FavoritesController:listFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3429.             'App\\Controller\\FavoritesController:removeFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3430.             'App\\Controller\\FavoritesController:toggleFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3431.             'App\\Controller\\FormationController:fetchMyFormation' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3432.             'App\\Controller\\FormationController:listAll' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3433.             'App\\Controller\\FormationController:show' => ['privates''.service_locator.cDr8ldT''get_ServiceLocator_CDr8ldTService'false],
  3434.             'App\\Controller\\HomeController:howItWorks' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3435.             'App\\Controller\\HomeController:showFormationsNotViewed' => ['privates''.service_locator.TJhMHtV''get_ServiceLocator_TJhMHtVService'false],
  3436.             'App\\Controller\\HomeController:showFormationsRequired' => ['privates''.service_locator.TJhMHtV''get_ServiceLocator_TJhMHtVService'false],
  3437.             'App\\Controller\\HomeController:showLoginHeader' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3438.             'App\\Controller\\NotificationController:listAll' => ['privates''.service_locator.1Mm8vmw''get_ServiceLocator_1Mm8vmwService'false],
  3439.             'App\\Controller\\NotificationController:readAll' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3440.             'App\\Controller\\NotificationController:setNotificationRead' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3441.             'App\\Controller\\ProfileController:index' => ['privates''.service_locator.L.3cZsU''get_ServiceLocator_L_3cZsUService'false],
  3442.             'App\\Controller\\ProfileController:userProfile' => ['privates''.service_locator.L637fkq''get_ServiceLocator_L637fkqService'false],
  3443.             'App\\Controller\\ProgramController:contentProgram' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3444.             'App\\Controller\\ProgramController:indexProgram' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3445.             'App\\Controller\\SearchController:fetchData' => ['privates''.service_locator.mZxy57w''get_ServiceLocator_MZxy57wService'false],
  3446.             'App\\Controller\\SecurityController:createAccount' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  3447.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.iZ35Uhe''get_ServiceLocator_IZ35UheService'false],
  3448.             'App\\Controller\\SecurityController:reset' => ['privates''.service_locator.HLJO_K5''get_ServiceLocator_HLJOK5Service'false],
  3449.             'App\\Controller\\SecurityController:resetPassword' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  3450.             'App\\Controller\\SharePlaylistController:getListUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3451.             'App\\Controller\\SharePlaylistController:sendEmail' => ['privates''.service_locator..xEWdnp''get_ServiceLocator__XEWdnpService'false],
  3452.             'App\\Controller\\UserDashboardController:index' => ['privates''.service_locator.mRJIDCq''get_ServiceLocator_MRJIDCqService'false],
  3453.             'App\\Controller\\UserDashboardController:showUserProfile' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3454.             'App\\Controller\\UserDashboardController:userInfo' => ['privates''.service_locator.ZkryKd3''get_ServiceLocator_ZkryKd3Service'false],
  3455.             'App\\Controller\\VideosController:contentRescueVideos' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3456.             'App\\Controller\\VideosController:contentVideosByCat' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3457.             'App\\Controller\\WPContentController:showContent' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3458.             'App\\Controller\\admin\\AdminController:addUserCompany' => ['privates''.service_locator.Qf7futZ''get_ServiceLocator_Qf7futZService'false],
  3459.             'App\\Controller\\admin\\AdminController:createUser' => ['privates''.service_locator.ElBLRZs''get_ServiceLocator_ElBLRZsService'false],
  3460.             'App\\Controller\\admin\\AdminController:createUserRH' => ['privates''.service_locator.l_yBdsX''get_ServiceLocator_LYBdsXService'false],
  3461.             'App\\Controller\\admin\\AdminController:updateUserRH' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3462.             'App\\Controller\\admin\\ExportController:downloadExportFile' => ['privates''.service_locator.tYDLp9X''get_ServiceLocator_TYDLp9XService'false],
  3463.             'App\\Controller\\admin\\ExportController:exportData' => ['privates''.service_locator.u1nOMGq''get_ServiceLocator_U1nOMGqService'false],
  3464.             'App\\Controller\\admin\\ExportController:exportFromDT' => ['privates''.service_locator.ZahhcoK''get_ServiceLocator_ZahhcoKService'false],
  3465.             'App\\Controller\\admin\\FormationController:create' => ['privates''.service_locator.u_8DLsU''get_ServiceLocator_U8DLsUService'false],
  3466.             'App\\Controller\\admin\\FormationController:fetchAllFormations' => ['privates''.service_locator.b65VD92''get_ServiceLocator_B65VD92Service'false],
  3467.             'App\\Controller\\admin\\FormationController:getVideosPlaylist' => ['privates''.service_locator.V4LACkG''get_ServiceLocator_V4LACkGService'false],
  3468.             'App\\Controller\\admin\\FormationController:relaunchEmailFormation' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  3469.             'App\\Controller\\admin\\FormationController:relaunchEmailFormationForUser' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  3470.             'App\\Controller\\admin\\FormationController:statistics' => ['privates''.service_locator.b5sN5od''get_ServiceLocator_B5sN5odService'false],
  3471.             'App\\Controller\\admin\\FormationController:update' => ['privates''.service_locator.JtLgf8e''get_ServiceLocator_JtLgf8eService'false],
  3472.             'App\\Controller\\admin\\FormationController:uploadImage' => ['privates''.service_locator.fZXk27d''get_ServiceLocator_FZXk27dService'false],
  3473.             'App\\Controller\\admin\\ImportController:importActivityMuscle' => ['privates''.service_locator.v4qKlFu''get_ServiceLocator_V4qKlFuService'false],
  3474.             'App\\Controller\\admin\\ImportController:importUser' => ['privates''.service_locator.1qmr3HS''get_ServiceLocator_1qmr3HSService'false],
  3475.             'App\\Controller\\admin\\MessageController:deleteMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  3476.             'App\\Controller\\admin\\MessageController:fetchMessageForm' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  3477.             'App\\Controller\\admin\\MessageController:saveMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  3478.             'App\\Controller\\admin\\StatisticsController:dtStatFormation' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  3479.             'App\\Controller\\admin\\StatisticsController:dtStatLogin' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  3480.             'App\\Controller\\admin\\StatisticsController:dtStatVideo' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  3481.             'App\\Controller\\admin\\StatisticsController:statContent' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3482.             'App\\Controller\\admin\\StatisticsController:statData' => ['privates''.service_locator.L.SGgV6''get_ServiceLocator_L_SGgV6Service'false],
  3483.             'App\\Controller\\admin\\SubscriptionController:addCompany' => ['privates''.service_locator.zfs9O8B''get_ServiceLocator_Zfs9O8BService'false],
  3484.             'App\\Controller\\admin\\SubscriptionController:changeLogo' => ['privates''.service_locator.fbf5F4C''get_ServiceLocator_Fbf5F4CService'false],
  3485.             'App\\Controller\\admin\\SubscriptionController:fetchInfo' => ['privates''.service_locator.jPENuTF''get_ServiceLocator_JPENuTFService'false],
  3486.             'App\\Controller\\admin\\SubscriptionController:getCompaniesForDT' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3487.             'App\\Controller\\admin\\SubscriptionController:showCompany' => ['privates''.service_locator.YK278V.''get_ServiceLocator_YK278V_Service'false],
  3488.             'App\\Controller\\admin\\SubscriptionController:toggleStatusAction' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  3489.             'App\\Controller\\admin\\SubscriptionController:updateCompany' => ['privates''.service_locator._Lgsrjl''get_ServiceLocator_LgsrjlService'false],
  3490.             'App\\Controller\\admin\\TestController:jwp' => ['privates''.service_locator.5c1zT42''get_ServiceLocator_5c1zT42Service'false],
  3491.             'App\\Controller\\admin\\TestController:test' => ['privates''.service_locator.75l7mhD''get_ServiceLocator_75l7mhDService'false],
  3492.             'App\\Controller\\admin\\TestController:testAlgo' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3493.             'App\\Controller\\admin\\TestController:testEmail' => ['privates''.service_locator.HoUVouA''get_ServiceLocator_HoUVouAService'false],
  3494.             'App\\Controller\\admin\\ToolsController:fetchTools' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3495.             'App\\Controller\\admin\\UploadController:downloadDocuments' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3496.             'App\\Controller\\admin\\UploadController:processFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3497.             'App\\Controller\\admin\\UploadController:removeFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3498.             'App\\Controller\\admin\\UploadController:revertFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  3499.             'App\\Controller\\admin\\UserController:addUsers' => ['privates''.service_locator.nlOzWfg''get_ServiceLocator_NlOzWfgService'false],
  3500.             'App\\Controller\\admin\\UserController:checkUserLimit' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  3501.             'App\\Controller\\admin\\UserController:dtCompanyUsers' => ['privates''.service_locator.GiMBQJE''get_ServiceLocator_GiMBQJEService'false],
  3502.             'App\\Controller\\admin\\UserController:fetchUser' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  3503.             'App\\Controller\\admin\\UserController:fetchUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3504.             'App\\Controller\\admin\\UserController:sendInvitation' => ['privates''.service_locator.Nsn8Fps''get_ServiceLocator_Nsn8FpsService'false],
  3505.             'App\\Controller\\admin\\UserController:updateUser' => ['privates''.service_locator.c.Ks2XW''get_ServiceLocator_C_Ks2XWService'false],
  3506.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3507.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  3508.         ], [
  3509.             'App\\Controller\\AdviceController::showAdvice' => '?',
  3510.             'App\\Controller\\AdviceController::userAdvices' => '?',
  3511.             'App\\Controller\\AjaxController::deleteCompany' => '?',
  3512.             'App\\Controller\\AjaxController::dtCompanyContact' => '?',
  3513.             'App\\Controller\\AjaxController::dtCompanyRH' => '?',
  3514.             'App\\Controller\\AjaxController::dtUsersWithStat' => '?',
  3515.             'App\\Controller\\AjaxController::getAdvice' => '?',
  3516.             'App\\Controller\\AjaxController::getHistory' => '?',
  3517.             'App\\Controller\\AjaxController::getLearnMore' => '?',
  3518.             'App\\Controller\\AjaxController::getLearnMoreAll' => '?',
  3519.             'App\\Controller\\AjaxController::getStats' => '?',
  3520.             'App\\Controller\\AjaxController::logJwp' => '?',
  3521.             'App\\Controller\\FavoritesController::addFavorite' => '?',
  3522.             'App\\Controller\\FavoritesController::favoriteExist' => '?',
  3523.             'App\\Controller\\FavoritesController::index' => '?',
  3524.             'App\\Controller\\FavoritesController::listFavorite' => '?',
  3525.             'App\\Controller\\FavoritesController::removeFavorite' => '?',
  3526.             'App\\Controller\\FavoritesController::toggleFavorite' => '?',
  3527.             'App\\Controller\\FormationController::fetchMyFormation' => '?',
  3528.             'App\\Controller\\FormationController::listAll' => '?',
  3529.             'App\\Controller\\FormationController::show' => '?',
  3530.             'App\\Controller\\HomeController::howItWorks' => '?',
  3531.             'App\\Controller\\HomeController::showFormationsNotViewed' => '?',
  3532.             'App\\Controller\\HomeController::showFormationsRequired' => '?',
  3533.             'App\\Controller\\HomeController::showLoginHeader' => '?',
  3534.             'App\\Controller\\NotificationController::listAll' => '?',
  3535.             'App\\Controller\\NotificationController::readAll' => '?',
  3536.             'App\\Controller\\NotificationController::setNotificationRead' => '?',
  3537.             'App\\Controller\\ProfileController::index' => '?',
  3538.             'App\\Controller\\ProfileController::userProfile' => '?',
  3539.             'App\\Controller\\ProgramController::contentProgram' => '?',
  3540.             'App\\Controller\\ProgramController::indexProgram' => '?',
  3541.             'App\\Controller\\SearchController::fetchData' => '?',
  3542.             'App\\Controller\\SecurityController::createAccount' => '?',
  3543.             'App\\Controller\\SecurityController::login' => '?',
  3544.             'App\\Controller\\SecurityController::reset' => '?',
  3545.             'App\\Controller\\SecurityController::resetPassword' => '?',
  3546.             'App\\Controller\\SharePlaylistController::getListUsers' => '?',
  3547.             'App\\Controller\\SharePlaylistController::sendEmail' => '?',
  3548.             'App\\Controller\\UserDashboardController::index' => '?',
  3549.             'App\\Controller\\UserDashboardController::showUserProfile' => '?',
  3550.             'App\\Controller\\UserDashboardController::userInfo' => '?',
  3551.             'App\\Controller\\VideosController::contentRescueVideos' => '?',
  3552.             'App\\Controller\\VideosController::contentVideosByCat' => '?',
  3553.             'App\\Controller\\WPContentController::showContent' => '?',
  3554.             'App\\Controller\\admin\\AdminController::addUserCompany' => '?',
  3555.             'App\\Controller\\admin\\AdminController::createUser' => '?',
  3556.             'App\\Controller\\admin\\AdminController::createUserRH' => '?',
  3557.             'App\\Controller\\admin\\AdminController::updateUserRH' => '?',
  3558.             'App\\Controller\\admin\\ExportController::downloadExportFile' => '?',
  3559.             'App\\Controller\\admin\\ExportController::exportData' => '?',
  3560.             'App\\Controller\\admin\\ExportController::exportFromDT' => '?',
  3561.             'App\\Controller\\admin\\FormationController::create' => '?',
  3562.             'App\\Controller\\admin\\FormationController::fetchAllFormations' => '?',
  3563.             'App\\Controller\\admin\\FormationController::getVideosPlaylist' => '?',
  3564.             'App\\Controller\\admin\\FormationController::relaunchEmailFormation' => '?',
  3565.             'App\\Controller\\admin\\FormationController::relaunchEmailFormationForUser' => '?',
  3566.             'App\\Controller\\admin\\FormationController::statistics' => '?',
  3567.             'App\\Controller\\admin\\FormationController::update' => '?',
  3568.             'App\\Controller\\admin\\FormationController::uploadImage' => '?',
  3569.             'App\\Controller\\admin\\ImportController::importActivityMuscle' => '?',
  3570.             'App\\Controller\\admin\\ImportController::importUser' => '?',
  3571.             'App\\Controller\\admin\\MessageController::deleteMessage' => '?',
  3572.             'App\\Controller\\admin\\MessageController::fetchMessageForm' => '?',
  3573.             'App\\Controller\\admin\\MessageController::saveMessage' => '?',
  3574.             'App\\Controller\\admin\\StatisticsController::dtStatFormation' => '?',
  3575.             'App\\Controller\\admin\\StatisticsController::dtStatLogin' => '?',
  3576.             'App\\Controller\\admin\\StatisticsController::dtStatVideo' => '?',
  3577.             'App\\Controller\\admin\\StatisticsController::statContent' => '?',
  3578.             'App\\Controller\\admin\\StatisticsController::statData' => '?',
  3579.             'App\\Controller\\admin\\SubscriptionController::addCompany' => '?',
  3580.             'App\\Controller\\admin\\SubscriptionController::changeLogo' => '?',
  3581.             'App\\Controller\\admin\\SubscriptionController::fetchInfo' => '?',
  3582.             'App\\Controller\\admin\\SubscriptionController::getCompaniesForDT' => '?',
  3583.             'App\\Controller\\admin\\SubscriptionController::showCompany' => '?',
  3584.             'App\\Controller\\admin\\SubscriptionController::toggleStatusAction' => '?',
  3585.             'App\\Controller\\admin\\SubscriptionController::updateCompany' => '?',
  3586.             'App\\Controller\\admin\\TestController::jwp' => '?',
  3587.             'App\\Controller\\admin\\TestController::test' => '?',
  3588.             'App\\Controller\\admin\\TestController::testAlgo' => '?',
  3589.             'App\\Controller\\admin\\TestController::testEmail' => '?',
  3590.             'App\\Controller\\admin\\ToolsController::fetchTools' => '?',
  3591.             'App\\Controller\\admin\\UploadController::downloadDocuments' => '?',
  3592.             'App\\Controller\\admin\\UploadController::processFiles' => '?',
  3593.             'App\\Controller\\admin\\UploadController::removeFiles' => '?',
  3594.             'App\\Controller\\admin\\UploadController::revertFiles' => '?',
  3595.             'App\\Controller\\admin\\UserController::addUsers' => '?',
  3596.             'App\\Controller\\admin\\UserController::checkUserLimit' => '?',
  3597.             'App\\Controller\\admin\\UserController::dtCompanyUsers' => '?',
  3598.             'App\\Controller\\admin\\UserController::fetchUser' => '?',
  3599.             'App\\Controller\\admin\\UserController::fetchUsers' => '?',
  3600.             'App\\Controller\\admin\\UserController::sendInvitation' => '?',
  3601.             'App\\Controller\\admin\\UserController::updateUser' => '?',
  3602.             'kernel::loadRoutes' => '?',
  3603.             'kernel::registerContainerConfiguration' => '?',
  3604.             'App\\Controller\\AdviceController:showAdvice' => '?',
  3605.             'App\\Controller\\AdviceController:userAdvices' => '?',
  3606.             'App\\Controller\\AjaxController:deleteCompany' => '?',
  3607.             'App\\Controller\\AjaxController:dtCompanyContact' => '?',
  3608.             'App\\Controller\\AjaxController:dtCompanyRH' => '?',
  3609.             'App\\Controller\\AjaxController:dtUsersWithStat' => '?',
  3610.             'App\\Controller\\AjaxController:getAdvice' => '?',
  3611.             'App\\Controller\\AjaxController:getHistory' => '?',
  3612.             'App\\Controller\\AjaxController:getLearnMore' => '?',
  3613.             'App\\Controller\\AjaxController:getLearnMoreAll' => '?',
  3614.             'App\\Controller\\AjaxController:getStats' => '?',
  3615.             'App\\Controller\\AjaxController:logJwp' => '?',
  3616.             'App\\Controller\\FavoritesController:addFavorite' => '?',
  3617.             'App\\Controller\\FavoritesController:favoriteExist' => '?',
  3618.             'App\\Controller\\FavoritesController:index' => '?',
  3619.             'App\\Controller\\FavoritesController:listFavorite' => '?',
  3620.             'App\\Controller\\FavoritesController:removeFavorite' => '?',
  3621.             'App\\Controller\\FavoritesController:toggleFavorite' => '?',
  3622.             'App\\Controller\\FormationController:fetchMyFormation' => '?',
  3623.             'App\\Controller\\FormationController:listAll' => '?',
  3624.             'App\\Controller\\FormationController:show' => '?',
  3625.             'App\\Controller\\HomeController:howItWorks' => '?',
  3626.             'App\\Controller\\HomeController:showFormationsNotViewed' => '?',
  3627.             'App\\Controller\\HomeController:showFormationsRequired' => '?',
  3628.             'App\\Controller\\HomeController:showLoginHeader' => '?',
  3629.             'App\\Controller\\NotificationController:listAll' => '?',
  3630.             'App\\Controller\\NotificationController:readAll' => '?',
  3631.             'App\\Controller\\NotificationController:setNotificationRead' => '?',
  3632.             'App\\Controller\\ProfileController:index' => '?',
  3633.             'App\\Controller\\ProfileController:userProfile' => '?',
  3634.             'App\\Controller\\ProgramController:contentProgram' => '?',
  3635.             'App\\Controller\\ProgramController:indexProgram' => '?',
  3636.             'App\\Controller\\SearchController:fetchData' => '?',
  3637.             'App\\Controller\\SecurityController:createAccount' => '?',
  3638.             'App\\Controller\\SecurityController:login' => '?',
  3639.             'App\\Controller\\SecurityController:reset' => '?',
  3640.             'App\\Controller\\SecurityController:resetPassword' => '?',
  3641.             'App\\Controller\\SharePlaylistController:getListUsers' => '?',
  3642.             'App\\Controller\\SharePlaylistController:sendEmail' => '?',
  3643.             'App\\Controller\\UserDashboardController:index' => '?',
  3644.             'App\\Controller\\UserDashboardController:showUserProfile' => '?',
  3645.             'App\\Controller\\UserDashboardController:userInfo' => '?',
  3646.             'App\\Controller\\VideosController:contentRescueVideos' => '?',
  3647.             'App\\Controller\\VideosController:contentVideosByCat' => '?',
  3648.             'App\\Controller\\WPContentController:showContent' => '?',
  3649.             'App\\Controller\\admin\\AdminController:addUserCompany' => '?',
  3650.             'App\\Controller\\admin\\AdminController:createUser' => '?',
  3651.             'App\\Controller\\admin\\AdminController:createUserRH' => '?',
  3652.             'App\\Controller\\admin\\AdminController:updateUserRH' => '?',
  3653.             'App\\Controller\\admin\\ExportController:downloadExportFile' => '?',
  3654.             'App\\Controller\\admin\\ExportController:exportData' => '?',
  3655.             'App\\Controller\\admin\\ExportController:exportFromDT' => '?',
  3656.             'App\\Controller\\admin\\FormationController:create' => '?',
  3657.             'App\\Controller\\admin\\FormationController:fetchAllFormations' => '?',
  3658.             'App\\Controller\\admin\\FormationController:getVideosPlaylist' => '?',
  3659.             'App\\Controller\\admin\\FormationController:relaunchEmailFormation' => '?',
  3660.             'App\\Controller\\admin\\FormationController:relaunchEmailFormationForUser' => '?',
  3661.             'App\\Controller\\admin\\FormationController:statistics' => '?',
  3662.             'App\\Controller\\admin\\FormationController:update' => '?',
  3663.             'App\\Controller\\admin\\FormationController:uploadImage' => '?',
  3664.             'App\\Controller\\admin\\ImportController:importActivityMuscle' => '?',
  3665.             'App\\Controller\\admin\\ImportController:importUser' => '?',
  3666.             'App\\Controller\\admin\\MessageController:deleteMessage' => '?',
  3667.             'App\\Controller\\admin\\MessageController:fetchMessageForm' => '?',
  3668.             'App\\Controller\\admin\\MessageController:saveMessage' => '?',
  3669.             'App\\Controller\\admin\\StatisticsController:dtStatFormation' => '?',
  3670.             'App\\Controller\\admin\\StatisticsController:dtStatLogin' => '?',
  3671.             'App\\Controller\\admin\\StatisticsController:dtStatVideo' => '?',
  3672.             'App\\Controller\\admin\\StatisticsController:statContent' => '?',
  3673.             'App\\Controller\\admin\\StatisticsController:statData' => '?',
  3674.             'App\\Controller\\admin\\SubscriptionController:addCompany' => '?',
  3675.             'App\\Controller\\admin\\SubscriptionController:changeLogo' => '?',
  3676.             'App\\Controller\\admin\\SubscriptionController:fetchInfo' => '?',
  3677.             'App\\Controller\\admin\\SubscriptionController:getCompaniesForDT' => '?',
  3678.             'App\\Controller\\admin\\SubscriptionController:showCompany' => '?',
  3679.             'App\\Controller\\admin\\SubscriptionController:toggleStatusAction' => '?',
  3680.             'App\\Controller\\admin\\SubscriptionController:updateCompany' => '?',
  3681.             'App\\Controller\\admin\\TestController:jwp' => '?',
  3682.             'App\\Controller\\admin\\TestController:test' => '?',
  3683.             'App\\Controller\\admin\\TestController:testAlgo' => '?',
  3684.             'App\\Controller\\admin\\TestController:testEmail' => '?',
  3685.             'App\\Controller\\admin\\ToolsController:fetchTools' => '?',
  3686.             'App\\Controller\\admin\\UploadController:downloadDocuments' => '?',
  3687.             'App\\Controller\\admin\\UploadController:processFiles' => '?',
  3688.             'App\\Controller\\admin\\UploadController:removeFiles' => '?',
  3689.             'App\\Controller\\admin\\UploadController:revertFiles' => '?',
  3690.             'App\\Controller\\admin\\UserController:addUsers' => '?',
  3691.             'App\\Controller\\admin\\UserController:checkUserLimit' => '?',
  3692.             'App\\Controller\\admin\\UserController:dtCompanyUsers' => '?',
  3693.             'App\\Controller\\admin\\UserController:fetchUser' => '?',
  3694.             'App\\Controller\\admin\\UserController:fetchUsers' => '?',
  3695.             'App\\Controller\\admin\\UserController:sendInvitation' => '?',
  3696.             'App\\Controller\\admin\\UserController:updateUser' => '?',
  3697.             'kernel:loadRoutes' => '?',
  3698.             'kernel:registerContainerConfiguration' => '?',
  3699.         ]);
  3700.     }
  3701.     /**
  3702.      * Gets the private '.service_locator.ElBLRZs' shared service.
  3703.      *
  3704.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3705.      */
  3706.     protected function get_ServiceLocator_ElBLRZsService()
  3707.     {
  3708.         return $this->privates['.service_locator.ElBLRZs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3709.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3710.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  3711.         ], [
  3712.             'eventDispatcher' => '?',
  3713.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  3714.         ]);
  3715.     }
  3716.     /**
  3717.      * Gets the private '.service_locator.GiMBQJE' shared service.
  3718.      *
  3719.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3720.      */
  3721.     protected function get_ServiceLocator_GiMBQJEService()
  3722.     {
  3723.         return $this->privates['.service_locator.GiMBQJE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3724.             'company' => ['privates''.errored..service_locator.GiMBQJE.App\\Entity\\Company'NULL'Cannot autowire service ".service_locator.GiMBQJE": it references class "App\\Entity\\Company" but no such service exists.'],
  3725.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3726.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3727.         ], [
  3728.             'company' => 'App\\Entity\\Company',
  3729.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3730.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3731.         ]);
  3732.     }
  3733.     /**
  3734.      * Gets the private '.service_locator.HLJO_K5' shared service.
  3735.      *
  3736.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3737.      */
  3738.     protected function get_ServiceLocator_HLJOK5Service()
  3739.     {
  3740.         return $this->privates['.service_locator.HLJO_K5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3741.             'em' => ['services''doctrine''getDoctrineService'false],
  3742.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3743.         ], [
  3744.             'em' => '?',
  3745.             'eventDispatcher' => '?',
  3746.         ]);
  3747.     }
  3748.     /**
  3749.      * Gets the private '.service_locator.HoUVouA' shared service.
  3750.      *
  3751.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3752.      */
  3753.     protected function get_ServiceLocator_HoUVouAService()
  3754.     {
  3755.         return $this->privates['.service_locator.HoUVouA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3756.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3757.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3758.         ], [
  3759.             'eventDispatcher' => '?',
  3760.             'managerRegistry' => '?',
  3761.         ]);
  3762.     }
  3763.     /**
  3764.      * Gets the private '.service_locator.JFWvM5G' shared service.
  3765.      *
  3766.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3767.      */
  3768.     protected function get_ServiceLocator_JFWvM5GService()
  3769.     {
  3770.         return $this->privates['.service_locator.JFWvM5G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3771.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3772.         ], [
  3773.             'managerRegistry' => '?',
  3774.         ]);
  3775.     }
  3776.     /**
  3777.      * Gets the private '.service_locator.JtLgf8e' shared service.
  3778.      *
  3779.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3780.      */
  3781.     protected function get_ServiceLocator_JtLgf8eService()
  3782.     {
  3783.         return $this->privates['.service_locator.JtLgf8e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3784.             'activityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  3785.             'formation' => ['privates''.errored..service_locator.JtLgf8e.App\\Entity\\Formation'NULL'Cannot autowire service ".service_locator.JtLgf8e": it references class "App\\Entity\\Formation" but no such service exists.'],
  3786.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  3787.             'slugger' => ['privates''slugger''getSluggerService'false],
  3788.         ], [
  3789.             'activityRepository' => 'App\\Repository\\ActivityRepository',
  3790.             'formation' => 'App\\Entity\\Formation',
  3791.             'formationService' => 'App\\Service\\formation\\FormationService',
  3792.             'slugger' => '?',
  3793.         ]);
  3794.     }
  3795.     /**
  3796.      * Gets the private '.service_locator.KfbR3DY' shared service.
  3797.      *
  3798.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3799.      */
  3800.     protected function get_ServiceLocator_KfbR3DYService()
  3801.     {
  3802.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3803.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  3804.         ], [
  3805.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3806.         ]);
  3807.     }
  3808.     /**
  3809.      * Gets the private '.service_locator.L.3cZsU' shared service.
  3810.      *
  3811.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3812.      */
  3813.     protected function get_ServiceLocator_L_3cZsUService()
  3814.     {
  3815.         return $this->privates['.service_locator.L.3cZsU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3816.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3817.             'profileService' => ['privates''App\\Service\\profile\\ProfileService''getProfileServiceService'false],
  3818.         ], [
  3819.             'managerRegistry' => '?',
  3820.             'profileService' => 'App\\Service\\profile\\ProfileService',
  3821.         ]);
  3822.     }
  3823.     /**
  3824.      * Gets the private '.service_locator.L.SGgV6' shared service.
  3825.      *
  3826.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3827.      */
  3828.     protected function get_ServiceLocator_L_SGgV6Service()
  3829.     {
  3830.         return $this->privates['.service_locator.L.SGgV6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3831.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3832.             'statisticsService' => ['privates''App\\Service\\statistics\\StatisticsService''getStatisticsServiceService'false],
  3833.         ], [
  3834.             'managerRegistry' => '?',
  3835.             'statisticsService' => 'App\\Service\\statistics\\StatisticsService',
  3836.         ]);
  3837.     }
  3838.     /**
  3839.      * Gets the private '.service_locator.L637fkq' shared service.
  3840.      *
  3841.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3842.      */
  3843.     protected function get_ServiceLocator_L637fkqService()
  3844.     {
  3845.         return $this->privates['.service_locator.L637fkq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3846.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3847.             'profileService' => ['privates''App\\Service\\profile\\ProfileService''getProfileServiceService'false],
  3848.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3849.         ], [
  3850.             'managerRegistry' => '?',
  3851.             'profileService' => 'App\\Service\\profile\\ProfileService',
  3852.             'tokenStorage' => '?',
  3853.         ]);
  3854.     }
  3855.     /**
  3856.      * Gets the private '.service_locator.Lc9schy' shared service.
  3857.      *
  3858.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3859.      */
  3860.     protected function get_ServiceLocator_Lc9schyService()
  3861.     {
  3862.         return $this->privates['.service_locator.Lc9schy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3863.             'jwpFilter' => ['privates''App\\Service\\Algo\\JwpFilter''getJwpFilterService'false],
  3864.         ], [
  3865.             'jwpFilter' => 'App\\Service\\Algo\\JwpFilter',
  3866.         ]);
  3867.     }
  3868.     /**
  3869.      * Gets the private '.service_locator.LiyckpW' shared service.
  3870.      *
  3871.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3872.      */
  3873.     protected function get_ServiceLocator_LiyckpWService()
  3874.     {
  3875.         return $this->privates['.service_locator.LiyckpW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3876.             'adviceHandler' => ['privates''App\\Service\\AdviceHandler''getAdviceHandlerService'false],
  3877.         ], [
  3878.             'adviceHandler' => 'App\\Service\\AdviceHandler',
  3879.         ]);
  3880.     }
  3881.     /**
  3882.      * Gets the private '.service_locator.Nsn8Fps' shared service.
  3883.      *
  3884.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3885.      */
  3886.     protected function get_ServiceLocator_Nsn8FpsService()
  3887.     {
  3888.         return $this->privates['.service_locator.Nsn8Fps'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3889.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3890.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3891.         ], [
  3892.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3893.             'eventDispatcher' => '?',
  3894.         ]);
  3895.     }
  3896.     /**
  3897.      * Gets the private '.service_locator.O95UKUv' shared service.
  3898.      *
  3899.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3900.      */
  3901.     protected function get_ServiceLocator_O95UKUvService()
  3902.     {
  3903.         return $this->privates['.service_locator.O95UKUv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3904.             'encoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3905.             'jwt' => ['privates''App\\Service\\JwtHandler''getJwtHandlerService'false],
  3906.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3907.             'user' => ['privates''.errored..service_locator.O95UKUv.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.O95UKUv": it references class "App\\Entity\\User" but no such service exists.'],
  3908.         ], [
  3909.             'encoder' => '?',
  3910.             'jwt' => 'App\\Service\\JwtHandler',
  3911.             'managerRegistry' => '?',
  3912.             'user' => 'App\\Entity\\User',
  3913.         ]);
  3914.     }
  3915.     /**
  3916.      * Gets the private '.service_locator.QcljCGs' shared service.
  3917.      *
  3918.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3919.      */
  3920.     protected function get_ServiceLocator_QcljCGsService()
  3921.     {
  3922.         return $this->privates['.service_locator.QcljCGs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3923.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3924.         ], [
  3925.             'dispatcher' => '?',
  3926.         ]);
  3927.     }
  3928.     /**
  3929.      * Gets the private '.service_locator.Qf7futZ' shared service.
  3930.      *
  3931.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3932.      */
  3933.     protected function get_ServiceLocator_Qf7futZService()
  3934.     {
  3935.         return $this->privates['.service_locator.Qf7futZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3936.             'company' => ['privates''.errored..service_locator.Qf7futZ.App\\Entity\\Company'NULL'Cannot autowire service ".service_locator.Qf7futZ": it references class "App\\Entity\\Company" but no such service exists.'],
  3937.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3938.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  3939.         ], [
  3940.             'company' => 'App\\Entity\\Company',
  3941.             'eventDispatcher' => '?',
  3942.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  3943.         ]);
  3944.     }
  3945.     /**
  3946.      * Gets the private '.service_locator.Qgkw6e_' shared service.
  3947.      *
  3948.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3949.      */
  3950.     protected function get_ServiceLocator_Qgkw6eService()
  3951.     {
  3952.         return $this->privates['.service_locator.Qgkw6e_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3953.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3954.             'user' => ['privates''.errored..service_locator.Qgkw6e_.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.Qgkw6e_": it references class "App\\Entity\\User" but no such service exists.'],
  3955.         ], [
  3956.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3957.             'user' => 'App\\Entity\\User',
  3958.         ]);
  3959.     }
  3960.     /**
  3961.      * Gets the private '.service_locator.SUleZB5' shared service.
  3962.      *
  3963.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3964.      */
  3965.     protected function get_ServiceLocator_SUleZB5Service()
  3966.     {
  3967.         return $this->privates['.service_locator.SUleZB5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3968.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3969.         ], [
  3970.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3971.         ]);
  3972.     }
  3973.     /**
  3974.      * Gets the private '.service_locator.TJhMHtV' shared service.
  3975.      *
  3976.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3977.      */
  3978.     protected function get_ServiceLocator_TJhMHtVService()
  3979.     {
  3980.         return $this->privates['.service_locator.TJhMHtV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3981.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  3982.         ], [
  3983.             'formationService' => 'App\\Service\\formation\\FormationService',
  3984.         ]);
  3985.     }
  3986.     /**
  3987.      * Gets the private '.service_locator.V4LACkG' shared service.
  3988.      *
  3989.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3990.      */
  3991.     protected function get_ServiceLocator_V4LACkGService()
  3992.     {
  3993.         return $this->privates['.service_locator.V4LACkG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3994.             'formationRepository' => ['privates''App\\Repository\\FormationRepository''getFormationRepositoryService'false],
  3995.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  3996.         ], [
  3997.             'formationRepository' => 'App\\Repository\\FormationRepository',
  3998.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  3999.         ]);
  4000.     }
  4001.     /**
  4002.      * Gets the private '.service_locator.XLT1iWZ' shared service.
  4003.      *
  4004.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4005.      */
  4006.     protected function get_ServiceLocator_XLT1iWZService()
  4007.     {
  4008.         return $this->privates['.service_locator.XLT1iWZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4009.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  4010.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  4011.             'profileService' => ['privates''App\\Service\\profile\\ProfileService''getProfileServiceService'false],
  4012.         ], [
  4013.             'completionService' => 'App\\Service\\completion\\CompletionService',
  4014.             'managerRegistry' => '?',
  4015.             'profileService' => 'App\\Service\\profile\\ProfileService',
  4016.         ]);
  4017.     }
  4018.     /**
  4019.      * Gets the private '.service_locator.YK278V.' shared service.
  4020.      *
  4021.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4022.      */
  4023.     protected function get_ServiceLocator_YK278V_Service()
  4024.     {
  4025.         return $this->privates['.service_locator.YK278V.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4026.             'company' => ['privates''.errored..service_locator.YK278V..App\\Entity\\Company'NULL'Cannot autowire service ".service_locator.YK278V.": it references class "App\\Entity\\Company" but no such service exists.'],
  4027.         ], [
  4028.             'company' => 'App\\Entity\\Company',
  4029.         ]);
  4030.     }
  4031.     /**
  4032.      * Gets the private '.service_locator.ZahhcoK' shared service.
  4033.      *
  4034.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4035.      */
  4036.     protected function get_ServiceLocator_ZahhcoKService()
  4037.     {
  4038.         return $this->privates['.service_locator.ZahhcoK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4039.             'exportUser' => ['privates''App\\Service\\export\\ExportUser''getExportUserService'false],
  4040.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  4041.         ], [
  4042.             'exportUser' => 'App\\Service\\export\\ExportUser',
  4043.             'userRepository' => 'App\\Repository\\UserRepository',
  4044.         ]);
  4045.     }
  4046.     /**
  4047.      * Gets the private '.service_locator.ZkryKd3' shared service.
  4048.      *
  4049.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4050.      */
  4051.     protected function get_ServiceLocator_ZkryKd3Service()
  4052.     {
  4053.         return $this->privates['.service_locator.ZkryKd3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4054.             'encoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  4055.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  4056.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4057.         ], [
  4058.             'encoder' => '?',
  4059.             'managerRegistry' => '?',
  4060.             'tokenStorage' => '?',
  4061.         ]);
  4062.     }
  4063.     /**
  4064.      * Gets the private '.service_locator._Lgsrjl' shared service.
  4065.      *
  4066.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4067.      */
  4068.     protected function get_ServiceLocator_LgsrjlService()
  4069.     {
  4070.         return $this->privates['.service_locator._Lgsrjl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4071.             'company' => ['privates''.errored..service_locator._Lgsrjl.App\\Entity\\Company'NULL'Cannot autowire service ".service_locator._Lgsrjl": it references class "App\\Entity\\Company" but no such service exists.'],
  4072.             'featuresService' => ['privates''App\\Service\\subscription\\FeaturesService''getFeaturesServiceService'false],
  4073.             'slugger' => ['privates''slugger''getSluggerService'false],
  4074.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4075.         ], [
  4076.             'company' => 'App\\Entity\\Company',
  4077.             'featuresService' => 'App\\Service\\subscription\\FeaturesService',
  4078.             'slugger' => '?',
  4079.             'upload' => 'App\\Service\\Utils\\Upload',
  4080.         ]);
  4081.     }
  4082.     /**
  4083.      * Gets the private '.service_locator._hcRrRW' shared service.
  4084.      *
  4085.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4086.      */
  4087.     protected function get_ServiceLocator_HcRrRWService()
  4088.     {
  4089.         return $this->privates['.service_locator._hcRrRW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4090.             'userFavoritesService' => ['privates''App\\Service\\favorites\\UserFavoritesService''getUserFavoritesServiceService'false],
  4091.         ], [
  4092.             'userFavoritesService' => 'App\\Service\\favorites\\UserFavoritesService',
  4093.         ]);
  4094.     }
  4095.     /**
  4096.      * Gets the private '.service_locator.aKxOyfk' shared service.
  4097.      *
  4098.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4099.      */
  4100.     protected function get_ServiceLocator_AKxOyfkService()
  4101.     {
  4102.         return $this->privates['.service_locator.aKxOyfk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4103.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  4104.             'user' => ['privates''.errored..service_locator.aKxOyfk.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.aKxOyfk": it references class "App\\Entity\\User" but no such service exists.'],
  4105.         ], [
  4106.             'managerRegistry' => '?',
  4107.             'user' => 'App\\Entity\\User',
  4108.         ]);
  4109.     }
  4110.     /**
  4111.      * Gets the private '.service_locator.b4YCvLJ' shared service.
  4112.      *
  4113.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4114.      */
  4115.     protected function get_ServiceLocator_B4YCvLJService()
  4116.     {
  4117.         return $this->privates['.service_locator.b4YCvLJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4118.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  4119.         ], [
  4120.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  4121.         ]);
  4122.     }
  4123.     /**
  4124.      * Gets the private '.service_locator.b5sN5od' shared service.
  4125.      *
  4126.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4127.      */
  4128.     protected function get_ServiceLocator_B5sN5odService()
  4129.     {
  4130.         return $this->privates['.service_locator.b5sN5od'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4131.             'formation' => ['privates''.errored..service_locator.b5sN5od.App\\Entity\\Formation'NULL'Cannot autowire service ".service_locator.b5sN5od": it references class "App\\Entity\\Formation" but no such service exists.'],
  4132.         ], [
  4133.             'formation' => 'App\\Entity\\Formation',
  4134.         ]);
  4135.     }
  4136.     /**
  4137.      * Gets the private '.service_locator.b65VD92' shared service.
  4138.      *
  4139.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4140.      */
  4141.     protected function get_ServiceLocator_B65VD92Service()
  4142.     {
  4143.         return $this->privates['.service_locator.b65VD92'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4144.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  4145.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  4146.         ], [
  4147.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  4148.             'formationService' => 'App\\Service\\formation\\FormationService',
  4149.         ]);
  4150.     }
  4151.     /**
  4152.      * Gets the private '.service_locator.c.Ks2XW' shared service.
  4153.      *
  4154.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4155.      */
  4156.     protected function get_ServiceLocator_C_Ks2XWService()
  4157.     {
  4158.         return $this->privates['.service_locator.c.Ks2XW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4159.             'tokenStorage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4160.             'user' => ['privates''.errored..service_locator.c.Ks2XW.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.c.Ks2XW": it references class "App\\Entity\\User" but no such service exists.'],
  4161.         ], [
  4162.             'tokenStorage' => '?',
  4163.             'user' => 'App\\Entity\\User',
  4164.         ]);
  4165.     }
  4166.     /**
  4167.      * Gets the private '.service_locator.cDr8ldT' shared service.
  4168.      *
  4169.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4170.      */
  4171.     protected function get_ServiceLocator_CDr8ldTService()
  4172.     {
  4173.         return $this->privates['.service_locator.cDr8ldT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4174.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  4175.             'translator' => ['services''translator''getTranslatorService'false],
  4176.         ], [
  4177.             'formationService' => 'App\\Service\\formation\\FormationService',
  4178.             'translator' => '?',
  4179.         ]);
  4180.     }
  4181.     /**
  4182.      * Gets the private '.service_locator.ch4Jgvl' shared service.
  4183.      *
  4184.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4185.      */
  4186.     protected function get_ServiceLocator_Ch4JgvlService()
  4187.     {
  4188.         return $this->privates['.service_locator.ch4Jgvl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4189.             'user' => ['privates''.errored..service_locator.ch4Jgvl.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists.'],
  4190.         ], [
  4191.             'user' => 'App\\Entity\\User',
  4192.         ]);
  4193.     }
  4194.     /**
  4195.      * Gets the private '.service_locator.fZXk27d' shared service.
  4196.      *
  4197.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4198.      */
  4199.     protected function get_ServiceLocator_FZXk27dService()
  4200.     {
  4201.         return $this->privates['.service_locator.fZXk27d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4202.             'slugger' => ['privates''slugger''getSluggerService'false],
  4203.         ], [
  4204.             'slugger' => '?',
  4205.         ]);
  4206.     }
  4207.     /**
  4208.      * Gets the private '.service_locator.fbf5F4C' shared service.
  4209.      *
  4210.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4211.      */
  4212.     protected function get_ServiceLocator_Fbf5F4CService()
  4213.     {
  4214.         return $this->privates['.service_locator.fbf5F4C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4215.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  4216.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4217.         ], [
  4218.             'managerRegistry' => '?',
  4219.             'upload' => 'App\\Service\\Utils\\Upload',
  4220.         ]);
  4221.     }
  4222.     /**
  4223.      * Gets the private '.service_locator.gD2lN7g' shared service.
  4224.      *
  4225.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4226.      */
  4227.     protected function get_ServiceLocator_GD2lN7gService()
  4228.     {
  4229.         return $this->privates['.service_locator.gD2lN7g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4230.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  4231.             'messageService' => ['privates''App\\Service\\notification\\MessageService''getMessageServiceService'false],
  4232.         ], [
  4233.             'managerRegistry' => '?',
  4234.             'messageService' => 'App\\Service\\notification\\MessageService',
  4235.         ]);
  4236.     }
  4237.     /**
  4238.      * Gets the private '.service_locator.h8eZpTL' shared service.
  4239.      *
  4240.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4241.      */
  4242.     protected function get_ServiceLocator_H8eZpTLService()
  4243.     {
  4244.         return $this->privates['.service_locator.h8eZpTL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4245.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4246.             'formation' => ['privates''.errored..service_locator.h8eZpTL.App\\Entity\\Formation'NULL'Cannot autowire service ".service_locator.h8eZpTL": it references class "App\\Entity\\Formation" but no such service exists.'],
  4247.         ], [
  4248.             'eventDispatcher' => '?',
  4249.             'formation' => 'App\\Entity\\Formation',
  4250.         ]);
  4251.     }
  4252.     /**
  4253.      * Gets the private '.service_locator.iZ35Uhe' shared service.
  4254.      *
  4255.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4256.      */
  4257.     protected function get_ServiceLocator_IZ35UheService()
  4258.     {
  4259.         return $this->privates['.service_locator.iZ35Uhe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4260.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  4261.             'clientRegistry' => ['services''knpu.oauth2.registry''getKnpu_Oauth2_RegistryService'false],
  4262.         ], [
  4263.             'authenticationUtils' => '?',
  4264.             'clientRegistry' => '?',
  4265.         ]);
  4266.     }
  4267.     /**
  4268.      * Gets the private '.service_locator.jPENuTF' shared service.
  4269.      *
  4270.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4271.      */
  4272.     protected function get_ServiceLocator_JPENuTFService()
  4273.     {
  4274.         return $this->privates['.service_locator.jPENuTF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4275.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  4276.             'featuresService' => ['privates''App\\Service\\subscription\\FeaturesService''getFeaturesServiceService'false],
  4277.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  4278.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  4279.         ], [
  4280.             'completionService' => 'App\\Service\\completion\\CompletionService',
  4281.             'featuresService' => 'App\\Service\\subscription\\FeaturesService',
  4282.             'managerRegistry' => '?',
  4283.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  4284.         ]);
  4285.     }
  4286.     /**
  4287.      * Gets the private '.service_locator.jlyTfzM' shared service.
  4288.      *
  4289.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4290.      */
  4291.     protected function get_ServiceLocator_JlyTfzMService()
  4292.     {
  4293.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4294.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4295.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  4296.         ], [
  4297.             'event_dispatcher' => '?',
  4298.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  4299.         ]);
  4300.     }
  4301.     /**
  4302.      * Gets the private '.service_locator.l_yBdsX' shared service.
  4303.      *
  4304.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4305.      */
  4306.     protected function get_ServiceLocator_LYBdsXService()
  4307.     {
  4308.         return $this->privates['.service_locator.l_yBdsX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4309.             'company' => ['privates''.errored..service_locator.l_yBdsX.App\\Entity\\Company'NULL'Cannot autowire service ".service_locator.l_yBdsX": it references class "App\\Entity\\Company" but no such service exists.'],
  4310.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4311.         ], [
  4312.             'company' => 'App\\Entity\\Company',
  4313.             'eventDispatcher' => '?',
  4314.         ]);
  4315.     }
  4316.     /**
  4317.      * Gets the private '.service_locator.mRJIDCq' shared service.
  4318.      *
  4319.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4320.      */
  4321.     protected function get_ServiceLocator_MRJIDCqService()
  4322.     {
  4323.         return $this->privates['.service_locator.mRJIDCq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4324.             'adviceHandler' => ['privates''App\\Service\\AdviceHandler''getAdviceHandlerService'false],
  4325.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  4326.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  4327.         ], [
  4328.             'adviceHandler' => 'App\\Service\\AdviceHandler',
  4329.             'completionService' => 'App\\Service\\completion\\CompletionService',
  4330.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  4331.         ]);
  4332.     }
  4333.     /**
  4334.      * Gets the private '.service_locator.mZxy57w' shared service.
  4335.      *
  4336.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4337.      */
  4338.     protected function get_ServiceLocator_MZxy57wService()
  4339.     {
  4340.         return $this->privates['.service_locator.mZxy57w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4341.             'searchService' => ['privates''App\\Service\\search\\SearchService''getSearchServiceService'false],
  4342.         ], [
  4343.             'searchService' => 'App\\Service\\search\\SearchService',
  4344.         ]);
  4345.     }
  4346.     /**
  4347.      * Gets the private '.service_locator.mzjt3rI' shared service.
  4348.      *
  4349.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4350.      */
  4351.     protected function get_ServiceLocator_Mzjt3rIService()
  4352.     {
  4353.         return $this->privates['.service_locator.mzjt3rI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4354.             'translator' => ['services''translator''getTranslatorService'false],
  4355.         ], [
  4356.             'translator' => '?',
  4357.         ]);
  4358.     }
  4359.     /**
  4360.      * Gets the private '.service_locator.nlOzWfg' shared service.
  4361.      *
  4362.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4363.      */
  4364.     protected function get_ServiceLocator_NlOzWfgService()
  4365.     {
  4366.         return $this->privates['.service_locator.nlOzWfg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4367.             'company' => ['privates''.errored..service_locator.nlOzWfg.App\\Entity\\Company'NULL'Cannot autowire service ".service_locator.nlOzWfg": it references class "App\\Entity\\Company" but no such service exists.'],
  4368.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4369.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  4370.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4371.         ], [
  4372.             'company' => 'App\\Entity\\Company',
  4373.             'eventDispatcher' => '?',
  4374.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  4375.             'validator' => '?',
  4376.         ]);
  4377.     }
  4378.     /**
  4379.      * Gets the private '.service_locator.qVNonl0' shared service.
  4380.      *
  4381.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4382.      */
  4383.     protected function get_ServiceLocator_QVNonl0Service()
  4384.     {
  4385.         return $this->privates['.service_locator.qVNonl0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4386.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  4387.             'userFavoritesService' => ['privates''App\\Service\\favorites\\UserFavoritesService''getUserFavoritesServiceService'false],
  4388.         ], [
  4389.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  4390.             'userFavoritesService' => 'App\\Service\\favorites\\UserFavoritesService',
  4391.         ]);
  4392.     }
  4393.     /**
  4394.      * Gets the private '.service_locator.sYMafZy' shared service.
  4395.      *
  4396.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4397.      */
  4398.     protected function get_ServiceLocator_SYMafZyService()
  4399.     {
  4400.         return $this->privates['.service_locator.sYMafZy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4401.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4402.         ], [
  4403.             'upload' => 'App\\Service\\Utils\\Upload',
  4404.         ]);
  4405.     }
  4406.     /**
  4407.      * Gets the private '.service_locator.tYDLp9X' shared service.
  4408.      *
  4409.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4410.      */
  4411.     protected function get_ServiceLocator_TYDLp9XService()
  4412.     {
  4413.         return $this->privates['.service_locator.tYDLp9X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4414.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  4415.         ], [
  4416.             'params' => '?',
  4417.         ]);
  4418.     }
  4419.     /**
  4420.      * Gets the private '.service_locator.u1nOMGq' shared service.
  4421.      *
  4422.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4423.      */
  4424.     protected function get_ServiceLocator_U1nOMGqService()
  4425.     {
  4426.         return $this->privates['.service_locator.u1nOMGq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4427.             'exportUser' => ['privates''App\\Service\\export\\ExportUser''getExportUserService'false],
  4428.             'user' => ['privates''.errored..service_locator.u1nOMGq.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.u1nOMGq": it references class "App\\Entity\\User" but no such service exists.'],
  4429.         ], [
  4430.             'exportUser' => 'App\\Service\\export\\ExportUser',
  4431.             'user' => 'App\\Entity\\User',
  4432.         ]);
  4433.     }
  4434.     /**
  4435.      * Gets the private '.service_locator.u_8DLsU' shared service.
  4436.      *
  4437.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4438.      */
  4439.     protected function get_ServiceLocator_U8DLsUService()
  4440.     {
  4441.         return $this->privates['.service_locator.u_8DLsU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4442.             'activityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  4443.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  4444.             'slugger' => ['privates''slugger''getSluggerService'false],
  4445.         ], [
  4446.             'activityRepository' => 'App\\Repository\\ActivityRepository',
  4447.             'formationService' => 'App\\Service\\formation\\FormationService',
  4448.             'slugger' => '?',
  4449.         ]);
  4450.     }
  4451.     /**
  4452.      * Gets the private '.service_locator.ubOmYdi' shared service.
  4453.      *
  4454.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4455.      */
  4456.     protected function get_ServiceLocator_UbOmYdiService()
  4457.     {
  4458.         return $this->privates['.service_locator.ubOmYdi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4459.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  4460.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  4461.         ], [
  4462.             'completionService' => 'App\\Service\\completion\\CompletionService',
  4463.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  4464.         ]);
  4465.     }
  4466.     /**
  4467.      * Gets the private '.service_locator.v4qKlFu' shared service.
  4468.      *
  4469.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4470.      */
  4471.     protected function get_ServiceLocator_V4qKlFuService()
  4472.     {
  4473.         return $this->privates['.service_locator.v4qKlFu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4474.             'importActivity' => ['privates''App\\Service\\import\\ImportActivity''getImportActivityService'false],
  4475.             'importActivityMuscle' => ['privates''App\\Service\\import\\ImportActivityMuscle''getImportActivityMuscleService'false],
  4476.         ], [
  4477.             'importActivity' => 'App\\Service\\import\\ImportActivity',
  4478.             'importActivityMuscle' => 'App\\Service\\import\\ImportActivityMuscle',
  4479.         ]);
  4480.     }
  4481.     /**
  4482.      * Gets the private '.service_locator.zJyh7qS' shared service.
  4483.      *
  4484.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4485.      */
  4486.     protected function get_ServiceLocator_ZJyh7qSService()
  4487.     {
  4488.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4489.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4490.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4491.         ], [
  4492.             'security.firewall.map.context.dev' => '?',
  4493.             'security.firewall.map.context.main' => '?',
  4494.         ]);
  4495.     }
  4496.     /**
  4497.      * Gets the private '.service_locator.zfs9O8B' shared service.
  4498.      *
  4499.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4500.      */
  4501.     protected function get_ServiceLocator_Zfs9O8BService()
  4502.     {
  4503.         return $this->privates['.service_locator.zfs9O8B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4504.             'featuresService' => ['privates''App\\Service\\subscription\\FeaturesService''getFeaturesServiceService'false],
  4505.             'slugger' => ['privates''slugger''getSluggerService'false],
  4506.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4507.         ], [
  4508.             'featuresService' => 'App\\Service\\subscription\\FeaturesService',
  4509.             'slugger' => '?',
  4510.             'upload' => 'App\\Service\\Utils\\Upload',
  4511.         ]);
  4512.     }
  4513.     /**
  4514.      * Gets the private '.session.deprecated' shared service.
  4515.      *
  4516.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4517.      */
  4518.     protected function get_Session_DeprecatedService()
  4519.     {
  4520.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4521.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4522.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  4523.     }
  4524.     /**
  4525.      * Gets the private '.twig.command.debug.lazy' shared service.
  4526.      *
  4527.      * @return \Symfony\Component\Console\Command\LazyCommand
  4528.      */
  4529.     protected function get_Twig_Command_Debug_LazyService()
  4530.     {
  4531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4533.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  4534.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4535.         });
  4536.     }
  4537.     /**
  4538.      * Gets the private '.twig.command.lint.lazy' shared service.
  4539.      *
  4540.      * @return \Symfony\Component\Console\Command\LazyCommand
  4541.      */
  4542.     protected function get_Twig_Command_Lint_LazyService()
  4543.     {
  4544.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4546.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  4547.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4548.         });
  4549.     }
  4550.     /**
  4551.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  4552.      *
  4553.      * @return \Symfony\Component\Console\Command\LazyCommand
  4554.      */
  4555.     protected function get_VarDumper_Command_ServerDump_LazyService()
  4556.     {
  4557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4559.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  4560.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  4561.         });
  4562.     }
  4563.     /**
  4564.      * Gets the private 'App\Command\CacheImagesCommand' shared autowired service.
  4565.      *
  4566.      * @return \App\Command\CacheImagesCommand
  4567.      */
  4568.     protected function getCacheImagesCommandService()
  4569.     {
  4570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4571.         include_once \dirname(__DIR__4).'/src/Command/CacheImagesCommand.php';
  4572.         $this->privates['App\\Command\\CacheImagesCommand'] = $instance = new \App\Command\CacheImagesCommand(($this->privates['App\\Service\\api\\JwpHttp'] ?? $this->getJwpHttpService()));
  4573.         $instance->setName('app:cache-images');
  4574.         $instance->setDescription('Add a short description for your command');
  4575.         return $instance;
  4576.     }
  4577.     /**
  4578.      * Gets the private 'App\Command\LoadActivityCommand' shared autowired service.
  4579.      *
  4580.      * @return \App\Command\LoadActivityCommand
  4581.      */
  4582.     protected function getLoadActivityCommandService()
  4583.     {
  4584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4585.         include_once \dirname(__DIR__4).'/src/Command/LoadActivityCommand.php';
  4586.         $this->privates['App\\Command\\LoadActivityCommand'] = $instance = new \App\Command\LoadActivityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\DataFixtures\\AppFixtures'] ?? $this->getAppFixturesService()));
  4587.         $instance->setName('app:load-activities');
  4588.         return $instance;
  4589.     }
  4590.     /**
  4591.      * Gets the private 'App\Command\NotifyFormationRequiredCommand' shared autowired service.
  4592.      *
  4593.      * @return \App\Command\NotifyFormationRequiredCommand
  4594.      */
  4595.     protected function getNotifyFormationRequiredCommandService()
  4596.     {
  4597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4598.         include_once \dirname(__DIR__4).'/src/Command/NotifyFormationRequiredCommand.php';
  4599.         $this->privates['App\\Command\\NotifyFormationRequiredCommand'] = $instance = new \App\Command\NotifyFormationRequiredCommand(($this->privates['App\\Service\\formation\\FormationService'] ?? $this->getFormationServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  4600.         $instance->setName('app:formation:notify');
  4601.         return $instance;
  4602.     }
  4603.     /**
  4604.      * Gets the private 'App\Command\NotifySubscriptionExpirationCommand' shared autowired service.
  4605.      *
  4606.      * @return \App\Command\NotifySubscriptionExpirationCommand
  4607.      */
  4608.     protected function getNotifySubscriptionExpirationCommandService()
  4609.     {
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4611.         include_once \dirname(__DIR__4).'/src/Command/NotifySubscriptionExpirationCommand.php';
  4612.         $this->privates['App\\Command\\NotifySubscriptionExpirationCommand'] = $instance = new \App\Command\NotifySubscriptionExpirationCommand(($this->privates['App\\Service\\subscription\\SubscriptionService'] ?? $this->getSubscriptionServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  4613.         $instance->setName('app:subscription:expiration:notify');
  4614.         return $instance;
  4615.     }
  4616.     /**
  4617.      * Gets the private 'App\Command\RegistrationReminderCommand' shared autowired service.
  4618.      *
  4619.      * @return \App\Command\RegistrationReminderCommand
  4620.      */
  4621.     protected function getRegistrationReminderCommandService()
  4622.     {
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4624.         include_once \dirname(__DIR__4).'/src/Command/RegistrationReminderCommand.php';
  4625.         include_once \dirname(__DIR__4).'/src/Service/email/RegistrationReminderService.php';
  4626.         $this->privates['App\\Command\\RegistrationReminderCommand'] = $instance = new \App\Command\RegistrationReminderCommand(new \App\Service\email\RegistrationReminderService(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['monolog.logger.emails'] ?? $this->getMonolog_Logger_EmailsService())));
  4627.         $instance->setName('app:registration-reminder');
  4628.         $instance->setDescription('Send email after N days if user is not registered');
  4629.         return $instance;
  4630.     }
  4631.     /**
  4632.      * Gets the private 'App\Command\TestCommand' shared autowired service.
  4633.      *
  4634.      * @return \App\Command\TestCommand
  4635.      */
  4636.     protected function getTestCommandService()
  4637.     {
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4639.         include_once \dirname(__DIR__4).'/src/Command/TestCommand.php';
  4640.         $this->privates['App\\Command\\TestCommand'] = $instance = new \App\Command\TestCommand(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['router'] ?? $this->getRouterService()));
  4641.         $instance->setName('app:test:test');
  4642.         return $instance;
  4643.     }
  4644.     /**
  4645.      * Gets the private 'App\Command\UpdateActivityCommand' shared autowired service.
  4646.      *
  4647.      * @return \App\Command\UpdateActivityCommand
  4648.      */
  4649.     protected function getUpdateActivityCommandService()
  4650.     {
  4651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4652.         include_once \dirname(__DIR__4).'/src/Command/UpdateActivityCommand.php';
  4653.         $this->privates['App\\Command\\UpdateActivityCommand'] = $instance = new \App\Command\UpdateActivityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\DataFixtures\\AppFixtures'] ?? $this->getAppFixturesService()));
  4654.         $instance->setName('app:update-activity');
  4655.         return $instance;
  4656.     }
  4657.     /**
  4658.      * Gets the private 'App\DataFixtures\AppFixtures' shared autowired service.
  4659.      *
  4660.      * @return \App\DataFixtures\AppFixtures
  4661.      */
  4662.     protected function getAppFixturesService()
  4663.     {
  4664.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  4665.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  4669.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  4670.         return $this->privates['App\\DataFixtures\\AppFixtures'] = new \App\DataFixtures\AppFixtures(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  4671.     }
  4672.     /**
  4673.      * Gets the private 'App\EventSubscriber\AbonnementSubcriber' shared autowired service.
  4674.      *
  4675.      * @return \App\EventSubscriber\AbonnementSubcriber
  4676.      */
  4677.     protected function getAbonnementSubcriberService()
  4678.     {
  4679.         return $this->privates['App\\EventSubscriber\\AbonnementSubcriber'] = new \App\EventSubscriber\AbonnementSubcriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4680.     }
  4681.     /**
  4682.      * Gets the private 'App\EventSubscriber\EmailNotificationSubscriber' shared autowired service.
  4683.      *
  4684.      * @return \App\EventSubscriber\EmailNotificationSubscriber
  4685.      */
  4686.     protected function getEmailNotificationSubscriberService()
  4687.     {
  4688.         include_once \dirname(__DIR__4).'/src/EventSubscriber/EmailNotificationSubscriber.php';
  4689.         include_once \dirname(__DIR__4).'/src/Service/email/EmailHandlerSendGrid.php';
  4690.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4691.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4692.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  4693.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  4694.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  4695.         include_once \dirname(__DIR__4).'/src/Service/JwtHandler.php';
  4696.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4697.         if (isset($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'])) {
  4698.             return $this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'];
  4699.         }
  4700.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4701.         if (isset($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'])) {
  4702.             return $this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'];
  4703.         }
  4704.         return $this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] = new \App\EventSubscriber\EmailNotificationSubscriber(new \App\Service\email\EmailHandlerSendGrid(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4705.             yield => ($this->privates['mailer.transport_factory.mailgun'] ?? $this->getMailer_TransportFactory_MailgunService());
  4706.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  4707.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  4708.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  4709.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  4710.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a)), ($this->privates['App\\Service\\JwtHandler'] ?? ($this->privates['App\\Service\\JwtHandler'] = new \App\Service\JwtHandler())), ($this->services['router'] ?? $this->getRouterService()), $b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4711.     }
  4712.     /**
  4713.      * Gets the private 'App\EventSubscriber\LogJwpEventsSubscriber' shared autowired service.
  4714.      *
  4715.      * @return \App\EventSubscriber\LogJwpEventsSubscriber
  4716.      */
  4717.     protected function getLogJwpEventsSubscriberService()
  4718.     {
  4719.         include_once \dirname(__DIR__4).'/src/EventSubscriber/LogJwpEventsSubscriber.php';
  4720.         $a = ($this->privates['App\\Service\\formation\\FormationService'] ?? $this->getFormationServiceService());
  4721.         if (isset($this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'])) {
  4722.             return $this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'];
  4723.         }
  4724.         return $this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'] = new \App\EventSubscriber\LogJwpEventsSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['App\\Service\\Algo\\JwpUtils'] ?? $this->getJwpUtilsService()));
  4725.     }
  4726.     /**
  4727.      * Gets the private 'App\EventSubscriber\LoginAtSubscriber' shared autowired service.
  4728.      *
  4729.      * @return \App\EventSubscriber\LoginAtSubscriber
  4730.      */
  4731.     protected function getLoginAtSubscriberService()
  4732.     {
  4733.         return $this->privates['App\\EventSubscriber\\LoginAtSubscriber'] = new \App\EventSubscriber\LoginAtSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4734.     }
  4735.     /**
  4736.      * Gets the private 'App\EventSubscriber\MaintenanceSubscriber' shared autowired service.
  4737.      *
  4738.      * @return \App\EventSubscriber\MaintenanceSubscriber
  4739.      */
  4740.     protected function getMaintenanceSubscriberService()
  4741.     {
  4742.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4743.         if (isset($this->privates['App\\EventSubscriber\\MaintenanceSubscriber'])) {
  4744.             return $this->privates['App\\EventSubscriber\\MaintenanceSubscriber'];
  4745.         }
  4746.         return $this->privates['App\\EventSubscriber\\MaintenanceSubscriber'] = new \App\EventSubscriber\MaintenanceSubscriber($a);
  4747.     }
  4748.     /**
  4749.      * Gets the private 'App\Form\ActivityType' shared autowired service.
  4750.      *
  4751.      * @return \App\Form\ActivityType
  4752.      */
  4753.     protected function getActivityTypeService()
  4754.     {
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4757.         include_once \dirname(__DIR__4).'/src/Form/ActivityType.php';
  4758.         return $this->privates['App\\Form\\ActivityType'] = new \App\Form\ActivityType();
  4759.     }
  4760.     /**
  4761.      * Gets the private 'App\Form\CompanyType' shared autowired service.
  4762.      *
  4763.      * @return \App\Form\CompanyType
  4764.      */
  4765.     protected function getCompanyTypeService()
  4766.     {
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4769.         include_once \dirname(__DIR__4).'/src/Form/CompanyType.php';
  4770.         return $this->privates['App\\Form\\CompanyType'] = new \App\Form\CompanyType();
  4771.     }
  4772.     /**
  4773.      * Gets the private 'App\Form\ContactType' shared autowired service.
  4774.      *
  4775.      * @return \App\Form\ContactType
  4776.      */
  4777.     protected function getContactTypeService()
  4778.     {
  4779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4781.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  4782.         return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType();
  4783.     }
  4784.     /**
  4785.      * Gets the private 'App\Form\Extension\ActivityLabelExtension' shared autowired service.
  4786.      *
  4787.      * @return \App\Form\Extension\ActivityLabelExtension
  4788.      */
  4789.     protected function getActivityLabelExtensionService()
  4790.     {
  4791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4793.         include_once \dirname(__DIR__4).'/src/Form/Extension/ActivityLabelExtension.php';
  4794.         return $this->privates['App\\Form\\Extension\\ActivityLabelExtension'] = new \App\Form\Extension\ActivityLabelExtension(($this->privates['App\\Repository\\CategoryActivityRepository'] ?? $this->getCategoryActivityRepositoryService()));
  4795.     }
  4796.     /**
  4797.      * Gets the private 'App\Form\Extension\InactiveActivityExtension' shared autowired service.
  4798.      *
  4799.      * @return \App\Form\Extension\InactiveActivityExtension
  4800.      */
  4801.     protected function getInactiveActivityExtensionService()
  4802.     {
  4803.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  4805.         include_once \dirname(__DIR__4).'/src/Form/Extension/InactiveActivityExtension.php';
  4806.         return $this->privates['App\\Form\\Extension\\InactiveActivityExtension'] = new \App\Form\Extension\InactiveActivityExtension(($this->privates['App\\Repository\\CategoryActivityRepository'] ?? $this->getCategoryActivityRepositoryService()));
  4807.     }
  4808.     /**
  4809.      * Gets the private 'App\Form\FormationType' shared autowired service.
  4810.      *
  4811.      * @return \App\Form\FormationType
  4812.      */
  4813.     protected function getFormationTypeService()
  4814.     {
  4815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4817.         include_once \dirname(__DIR__4).'/src/Form/FormationType.php';
  4818.         return $this->privates['App\\Form\\FormationType'] = new \App\Form\FormationType();
  4819.     }
  4820.     /**
  4821.      * Gets the private 'App\Form\ImportActivityType' shared autowired service.
  4822.      *
  4823.      * @return \App\Form\ImportActivityType
  4824.      */
  4825.     protected function getImportActivityTypeService()
  4826.     {
  4827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4829.         include_once \dirname(__DIR__4).'/src/Form/ImportActivityType.php';
  4830.         return $this->privates['App\\Form\\ImportActivityType'] = new \App\Form\ImportActivityType();
  4831.     }
  4832.     /**
  4833.      * Gets the private 'App\Form\ImportFileType' shared autowired service.
  4834.      *
  4835.      * @return \App\Form\ImportFileType
  4836.      */
  4837.     protected function getImportFileTypeService()
  4838.     {
  4839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4841.         include_once \dirname(__DIR__4).'/src/Form/ImportFileType.php';
  4842.         return $this->privates['App\\Form\\ImportFileType'] = new \App\Form\ImportFileType();
  4843.     }
  4844.     /**
  4845.      * Gets the private 'App\Form\ImportMuscleType' shared autowired service.
  4846.      *
  4847.      * @return \App\Form\ImportMuscleType
  4848.      */
  4849.     protected function getImportMuscleTypeService()
  4850.     {
  4851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4853.         include_once \dirname(__DIR__4).'/src/Form/ImportMuscleType.php';
  4854.         return $this->privates['App\\Form\\ImportMuscleType'] = new \App\Form\ImportMuscleType();
  4855.     }
  4856.     /**
  4857.      * Gets the private 'App\Form\PasswordChangeType' shared autowired service.
  4858.      *
  4859.      * @return \App\Form\PasswordChangeType
  4860.      */
  4861.     protected function getPasswordChangeTypeService()
  4862.     {
  4863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4865.         include_once \dirname(__DIR__4).'/src/Form/PasswordChangeType.php';
  4866.         return $this->privates['App\\Form\\PasswordChangeType'] = new \App\Form\PasswordChangeType();
  4867.     }
  4868.     /**
  4869.      * Gets the private 'App\Form\PrivateActivitiesType' shared autowired service.
  4870.      *
  4871.      * @return \App\Form\PrivateActivitiesType
  4872.      */
  4873.     protected function getPrivateActivitiesTypeService()
  4874.     {
  4875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4877.         include_once \dirname(__DIR__4).'/src/Form/PrivateActivitiesType.php';
  4878.         return $this->privates['App\\Form\\PrivateActivitiesType'] = new \App\Form\PrivateActivitiesType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4879.     }
  4880.     /**
  4881.      * Gets the private 'App\Form\PrivateComplementActivitiesType' shared autowired service.
  4882.      *
  4883.      * @return \App\Form\PrivateComplementActivitiesType
  4884.      */
  4885.     protected function getPrivateComplementActivitiesTypeService()
  4886.     {
  4887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4889.         include_once \dirname(__DIR__4).'/src/Form/PrivateComplementActivitiesType.php';
  4890.         return $this->privates['App\\Form\\PrivateComplementActivitiesType'] = new \App\Form\PrivateComplementActivitiesType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4891.     }
  4892.     /**
  4893.      * Gets the private 'App\Form\ProActivitiesType' shared autowired service.
  4894.      *
  4895.      * @return \App\Form\ProActivitiesType
  4896.      */
  4897.     protected function getProActivitiesTypeService()
  4898.     {
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4901.         include_once \dirname(__DIR__4).'/src/Form/ProActivitiesType.php';
  4902.         return $this->privates['App\\Form\\ProActivitiesType'] = new \App\Form\ProActivitiesType();
  4903.     }
  4904.     /**
  4905.      * Gets the private 'App\Form\PwdType' shared autowired service.
  4906.      *
  4907.      * @return \App\Form\PwdType
  4908.      */
  4909.     protected function getPwdTypeService()
  4910.     {
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4913.         include_once \dirname(__DIR__4).'/src/Form/PwdType.php';
  4914.         return $this->privates['App\\Form\\PwdType'] = new \App\Form\PwdType();
  4915.     }
  4916.     /**
  4917.      * Gets the private 'App\Form\ResetPwdType' shared autowired service.
  4918.      *
  4919.      * @return \App\Form\ResetPwdType
  4920.      */
  4921.     protected function getResetPwdTypeService()
  4922.     {
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4925.         include_once \dirname(__DIR__4).'/src/Form/ResetPwdType.php';
  4926.         return $this->privates['App\\Form\\ResetPwdType'] = new \App\Form\ResetPwdType();
  4927.     }
  4928.     /**
  4929.      * Gets the private 'App\Form\SelfRoleType' shared autowired service.
  4930.      *
  4931.      * @return \App\Form\SelfRoleType
  4932.      */
  4933.     protected function getSelfRoleTypeService()
  4934.     {
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4937.         include_once \dirname(__DIR__4).'/src/Form/SelfRoleType.php';
  4938.         return $this->privates['App\\Form\\SelfRoleType'] = new \App\Form\SelfRoleType(($this->privates['App\\Repository\\RoleRepository'] ?? $this->getRoleRepositoryService()));
  4939.     }
  4940.     /**
  4941.      * Gets the private 'App\Form\UserType' shared autowired service.
  4942.      *
  4943.      * @return \App\Form\UserType
  4944.      */
  4945.     protected function getUserTypeService()
  4946.     {
  4947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4949.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  4950.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  4951.     }
  4952.     /**
  4953.      * Gets the private 'App\Repository\ActivityRepository' shared autowired service.
  4954.      *
  4955.      * @return \App\Repository\ActivityRepository
  4956.      */
  4957.     protected function getActivityRepositoryService()
  4958.     {
  4959.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4962.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4964.         include_once \dirname(__DIR__4).'/src/Repository/ActivityRepository.php';
  4965.         return $this->privates['App\\Repository\\ActivityRepository'] = new \App\Repository\ActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4966.     }
  4967.     /**
  4968.      * Gets the private 'App\Repository\CategoryActivityRepository' shared autowired service.
  4969.      *
  4970.      * @return \App\Repository\CategoryActivityRepository
  4971.      */
  4972.     protected function getCategoryActivityRepositoryService()
  4973.     {
  4974.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4975.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4978.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4979.         include_once \dirname(__DIR__4).'/src/Repository/CategoryActivityRepository.php';
  4980.         return $this->privates['App\\Repository\\CategoryActivityRepository'] = new \App\Repository\CategoryActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4981.     }
  4982.     /**
  4983.      * Gets the private 'App\Repository\CompanyRepository' shared autowired service.
  4984.      *
  4985.      * @return \App\Repository\CompanyRepository
  4986.      */
  4987.     protected function getCompanyRepositoryService()
  4988.     {
  4989.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4994.         include_once \dirname(__DIR__4).'/src/Repository/CompanyRepository.php';
  4995.         return $this->privates['App\\Repository\\CompanyRepository'] = new \App\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4996.     }
  4997.     /**
  4998.      * Gets the private 'App\Repository\FormationRegistrationRepository' shared autowired service.
  4999.      *
  5000.      * @return \App\Repository\FormationRegistrationRepository
  5001.      */
  5002.     protected function getFormationRegistrationRepositoryService()
  5003.     {
  5004.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5006.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5007.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5008.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5009.         include_once \dirname(__DIR__4).'/src/Repository/FormationRegistrationRepository.php';
  5010.         return $this->privates['App\\Repository\\FormationRegistrationRepository'] = new \App\Repository\FormationRegistrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5011.     }
  5012.     /**
  5013.      * Gets the private 'App\Repository\FormationRepository' shared autowired service.
  5014.      *
  5015.      * @return \App\Repository\FormationRepository
  5016.      */
  5017.     protected function getFormationRepositoryService()
  5018.     {
  5019.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5024.         include_once \dirname(__DIR__4).'/src/Repository/FormationRepository.php';
  5025.         return $this->privates['App\\Repository\\FormationRepository'] = new \App\Repository\FormationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5026.     }
  5027.     /**
  5028.      * Gets the private 'App\Repository\GroupRepository' shared autowired service.
  5029.      *
  5030.      * @return \App\Repository\GroupRepository
  5031.      */
  5032.     protected function getGroupRepositoryService()
  5033.     {
  5034.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5036.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5037.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5038.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5039.         include_once \dirname(__DIR__4).'/src/Repository/GroupRepository.php';
  5040.         return $this->privates['App\\Repository\\GroupRepository'] = new \App\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5041.     }
  5042.     /**
  5043.      * Gets the private 'App\Repository\LogRepository' shared autowired service.
  5044.      *
  5045.      * @return \App\Repository\LogRepository
  5046.      */
  5047.     protected function getLogRepositoryService()
  5048.     {
  5049.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5050.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5051.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5052.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5054.         include_once \dirname(__DIR__4).'/src/Repository/LogRepository.php';
  5055.         return $this->privates['App\\Repository\\LogRepository'] = new \App\Repository\LogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5056.     }
  5057.     /**
  5058.      * Gets the private 'App\Repository\MessageRepository' shared autowired service.
  5059.      *
  5060.      * @return \App\Repository\MessageRepository
  5061.      */
  5062.     protected function getMessageRepositoryService()
  5063.     {
  5064.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5066.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5067.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5069.         include_once \dirname(__DIR__4).'/src/Repository/MessageRepository.php';
  5070.         return $this->privates['App\\Repository\\MessageRepository'] = new \App\Repository\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5071.     }
  5072.     /**
  5073.      * Gets the private 'App\Repository\MuscleActivityRepository' shared autowired service.
  5074.      *
  5075.      * @return \App\Repository\MuscleActivityRepository
  5076.      */
  5077.     protected function getMuscleActivityRepositoryService()
  5078.     {
  5079.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5084.         include_once \dirname(__DIR__4).'/src/Repository/MuscleActivityRepository.php';
  5085.         return $this->privates['App\\Repository\\MuscleActivityRepository'] = new \App\Repository\MuscleActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5086.     }
  5087.     /**
  5088.      * Gets the private 'App\Repository\MuscleRepository' shared autowired service.
  5089.      *
  5090.      * @return \App\Repository\MuscleRepository
  5091.      */
  5092.     protected function getMuscleRepositoryService()
  5093.     {
  5094.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5099.         include_once \dirname(__DIR__4).'/src/Repository/MuscleRepository.php';
  5100.         return $this->privates['App\\Repository\\MuscleRepository'] = new \App\Repository\MuscleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5101.     }
  5102.     /**
  5103.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  5104.      *
  5105.      * @return \App\Repository\NotificationRepository
  5106.      */
  5107.     protected function getNotificationRepositoryService()
  5108.     {
  5109.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5113.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5114.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  5115.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5116.     }
  5117.     /**
  5118.      * Gets the private 'App\Repository\RoleRepository' shared autowired service.
  5119.      *
  5120.      * @return \App\Repository\RoleRepository
  5121.      */
  5122.     protected function getRoleRepositoryService()
  5123.     {
  5124.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5128.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5129.         include_once \dirname(__DIR__4).'/src/Repository/RoleRepository.php';
  5130.         return $this->privates['App\\Repository\\RoleRepository'] = new \App\Repository\RoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5131.     }
  5132.     /**
  5133.      * Gets the private 'App\Repository\UserActivityRepository' shared autowired service.
  5134.      *
  5135.      * @return \App\Repository\UserActivityRepository
  5136.      */
  5137.     protected function getUserActivityRepositoryService()
  5138.     {
  5139.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5143.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5144.         include_once \dirname(__DIR__4).'/src/Repository/UserActivityRepository.php';
  5145.         return $this->privates['App\\Repository\\UserActivityRepository'] = new \App\Repository\UserActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5146.     }
  5147.     /**
  5148.      * Gets the private 'App\Repository\UserFavoritesRepository' shared autowired service.
  5149.      *
  5150.      * @return \App\Repository\UserFavoritesRepository
  5151.      */
  5152.     protected function getUserFavoritesRepositoryService()
  5153.     {
  5154.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5155.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5157.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5158.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5159.         include_once \dirname(__DIR__4).'/src/Repository/UserFavoritesRepository.php';
  5160.         return $this->privates['App\\Repository\\UserFavoritesRepository'] = new \App\Repository\UserFavoritesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5161.     }
  5162.     /**
  5163.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5164.      *
  5165.      * @return \App\Repository\UserRepository
  5166.      */
  5167.     protected function getUserRepositoryService()
  5168.     {
  5169.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5171.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5172.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5174.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  5175.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5176.     }
  5177.     /**
  5178.      * Gets the private 'App\Repository\UsersGroupsRepository' shared autowired service.
  5179.      *
  5180.      * @return \App\Repository\UsersGroupsRepository
  5181.      */
  5182.     protected function getUsersGroupsRepositoryService()
  5183.     {
  5184.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5185.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5188.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5189.         include_once \dirname(__DIR__4).'/src/Repository/UsersGroupsRepository.php';
  5190.         return $this->privates['App\\Repository\\UsersGroupsRepository'] = new \App\Repository\UsersGroupsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5191.     }
  5192.     /**
  5193.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  5194.      *
  5195.      * @return \App\Security\LoginFormAuthenticator
  5196.      */
  5197.     protected function getLoginFormAuthenticatorService()
  5198.     {
  5199.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5204.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  5205.         return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  5206.     }
  5207.     /**
  5208.      * Gets the private 'App\Service\AdviceHandler' shared autowired service.
  5209.      *
  5210.      * @return \App\Service\AdviceHandler
  5211.      */
  5212.     protected function getAdviceHandlerService()
  5213.     {
  5214.         include_once \dirname(__DIR__4).'/src/Service/AdviceHandler.php';
  5215.         return $this->privates['App\\Service\\AdviceHandler'] = new \App\Service\AdviceHandler(($this->privates['App\\Service\\api\\WPHttp'] ?? $this->getWPHttpService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()));
  5216.     }
  5217.     /**
  5218.      * Gets the private 'App\Service\Algo\JwpFilter' shared autowired service.
  5219.      *
  5220.      * @return \App\Service\Algo\JwpFilter
  5221.      */
  5222.     protected function getJwpFilterService()
  5223.     {
  5224.         include_once \dirname(__DIR__4).'/src/Service/Algo/JwpFilter.php';
  5225.         return $this->privates['App\\Service\\Algo\\JwpFilter'] = new \App\Service\Algo\JwpFilter(($this->privates['App\\Service\\api\\JwpHttp'] ?? $this->getJwpHttpService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Algo\\JwpUtils'] ?? $this->getJwpUtilsService()));
  5226.     }
  5227.     /**
  5228.      * Gets the private 'App\Service\Algo\JwpUtils' shared autowired service.
  5229.      *
  5230.      * @return \App\Service\Algo\JwpUtils
  5231.      */
  5232.     protected function getJwpUtilsService()
  5233.     {
  5234.         include_once \dirname(__DIR__4).'/src/Service/Algo/JwpUtils.php';
  5235.         return $this->privates['App\\Service\\Algo\\JwpUtils'] = new \App\Service\Algo\JwpUtils(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5236.     }
  5237.     /**
  5238.      * Gets the private 'App\Service\JwtHandler' shared autowired service.
  5239.      *
  5240.      * @return \App\Service\JwtHandler
  5241.      */
  5242.     protected function getJwtHandlerService()
  5243.     {
  5244.         include_once \dirname(__DIR__4).'/src/Service/JwtHandler.php';
  5245.         return $this->privates['App\\Service\\JwtHandler'] = new \App\Service\JwtHandler();
  5246.     }
  5247.     /**
  5248.      * Gets the private 'App\Service\Utils\Upload' shared autowired service.
  5249.      *
  5250.      * @return \App\Service\Utils\Upload
  5251.      */
  5252.     protected function getUploadService()
  5253.     {
  5254.         include_once \dirname(__DIR__4).'/src/Service/Utils/Upload.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  5257.         return $this->privates['App\\Service\\Utils\\Upload'] = new \App\Service\Utils\Upload(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))));
  5258.     }
  5259.     /**
  5260.      * Gets the private 'App\Service\api\JwpHttp' shared autowired service.
  5261.      *
  5262.      * @return \App\Service\api\JwpHttp
  5263.      */
  5264.     protected function getJwpHttpService()
  5265.     {
  5266.         include_once \dirname(__DIR__4).'/src/Service/api/JwpHttp.php';
  5267.         return $this->privates['App\\Service\\api\\JwpHttp'] = new \App\Service\api\JwpHttp(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['cache.app'] ?? $this->getCache_AppService()));
  5268.     }
  5269.     /**
  5270.      * Gets the private 'App\Service\api\WPHttp' shared autowired service.
  5271.      *
  5272.      * @return \App\Service\api\WPHttp
  5273.      */
  5274.     protected function getWPHttpService()
  5275.     {
  5276.         include_once \dirname(__DIR__4).'/src/Service/api/WPHttp.php';
  5277.         return $this->privates['App\\Service\\api\\WPHttp'] = new \App\Service\api\WPHttp(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  5278.     }
  5279.     /**
  5280.      * Gets the private 'App\Service\completion\CompletionService' shared autowired service.
  5281.      *
  5282.      * @return \App\Service\completion\CompletionService
  5283.      */
  5284.     protected function getCompletionServiceService()
  5285.     {
  5286.         include_once \dirname(__DIR__4).'/src/Service/completion/CompletionService.php';
  5287.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5288.         if (isset($this->privates['App\\Service\\completion\\CompletionService'])) {
  5289.             return $this->privates['App\\Service\\completion\\CompletionService'];
  5290.         }
  5291.         return $this->privates['App\\Service\\completion\\CompletionService'] = new \App\Service\completion\CompletionService(($this->privates['App\\Repository\\UserActivityRepository'] ?? $this->getUserActivityRepositoryService()), $a);
  5292.     }
  5293.     /**
  5294.      * Gets the private 'App\Service\datatable\Builder' shared autowired service.
  5295.      *
  5296.      * @return \App\Service\datatable\Builder
  5297.      */
  5298.     protected function getBuilderService()
  5299.     {
  5300.         include_once \dirname(__DIR__4).'/src/Service/datatable/Builder.php';
  5301.         return $this->privates['App\\Service\\datatable\\Builder'] = new \App\Service\datatable\Builder();
  5302.     }
  5303.     /**
  5304.      * Gets the private 'App\Service\export\ExportUser' shared autowired service.
  5305.      *
  5306.      * @return \App\Service\export\ExportUser
  5307.      */
  5308.     protected function getExportUserService()
  5309.     {
  5310.         include_once \dirname(__DIR__4).'/src/Service/export/ExportUser.php';
  5311.         return $this->privates['App\\Service\\export\\ExportUser'] = new \App\Service\export\ExportUser(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\completion\\CompletionService'] ?? $this->getCompletionServiceService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5312.     }
  5313.     /**
  5314.      * Gets the private 'App\Service\favorites\UserFavoritesService' shared autowired service.
  5315.      *
  5316.      * @return \App\Service\favorites\UserFavoritesService
  5317.      */
  5318.     protected function getUserFavoritesServiceService()
  5319.     {
  5320.         include_once \dirname(__DIR__4).'/src/Service/favorites/UserFavoritesService.php';
  5321.         return $this->privates['App\\Service\\favorites\\UserFavoritesService'] = new \App\Service\favorites\UserFavoritesService(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\api\\JwpHttp'] ?? $this->getJwpHttpService()));
  5322.     }
  5323.     /**
  5324.      * Gets the private 'App\Service\formation\FormationService' shared autowired service.
  5325.      *
  5326.      * @return \App\Service\formation\FormationService
  5327.      */
  5328.     protected function getFormationServiceService()
  5329.     {
  5330.         include_once \dirname(__DIR__4).'/src/Service/formation/FormationService.php';
  5331.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5332.         if (isset($this->privates['App\\Service\\formation\\FormationService'])) {
  5333.             return $this->privates['App\\Service\\formation\\FormationService'];
  5334.         }
  5335.         $b = ($this->privates['App\\Service\\notification\\NotificationService'] ?? $this->getNotificationServiceService());
  5336.         if (isset($this->privates['App\\Service\\formation\\FormationService'])) {
  5337.             return $this->privates['App\\Service\\formation\\FormationService'];
  5338.         }
  5339.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5340.         if (isset($this->privates['App\\Service\\formation\\FormationService'])) {
  5341.             return $this->privates['App\\Service\\formation\\FormationService'];
  5342.         }
  5343.         return $this->privates['App\\Service\\formation\\FormationService'] = new \App\Service\formation\FormationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a$b, ($this->services['router'] ?? $this->getRouterService()), $c, ($this->privates['App\\Service\\api\\JwpHttp'] ?? $this->getJwpHttpService()));
  5344.     }
  5345.     /**
  5346.      * Gets the private 'App\Service\import\ImportActivity' shared autowired service.
  5347.      *
  5348.      * @return \App\Service\import\ImportActivity
  5349.      */
  5350.     protected function getImportActivityService()
  5351.     {
  5352.         include_once \dirname(__DIR__4).'/src/Service/import/ImportActivity.php';
  5353.         return $this->privates['App\\Service\\import\\ImportActivity'] = new \App\Service\import\ImportActivity(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5354.     }
  5355.     /**
  5356.      * Gets the private 'App\Service\import\ImportActivityMuscle' shared autowired service.
  5357.      *
  5358.      * @return \App\Service\import\ImportActivityMuscle
  5359.      */
  5360.     protected function getImportActivityMuscleService()
  5361.     {
  5362.         include_once \dirname(__DIR__4).'/src/Service/import/ImportActivityMuscle.php';
  5363.         return $this->privates['App\\Service\\import\\ImportActivityMuscle'] = new \App\Service\import\ImportActivityMuscle(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5364.     }
  5365.     /**
  5366.      * Gets the private 'App\Service\import\ImportUser' shared autowired service.
  5367.      *
  5368.      * @return \App\Service\import\ImportUser
  5369.      */
  5370.     protected function getImportUserService()
  5371.     {
  5372.         include_once \dirname(__DIR__4).'/src/Service/import/ImportUser.php';
  5373.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5374.         if (isset($this->privates['App\\Service\\import\\ImportUser'])) {
  5375.             return $this->privates['App\\Service\\import\\ImportUser'];
  5376.         }
  5377.         return $this->privates['App\\Service\\import\\ImportUser'] = new \App\Service\import\ImportUser(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['App\\Service\\subscription\\SubscriptionService'] ?? $this->getSubscriptionServiceService()));
  5378.     }
  5379.     /**
  5380.      * Gets the private 'App\Service\notification\MessageService' shared autowired service.
  5381.      *
  5382.      * @return \App\Service\notification\MessageService
  5383.      */
  5384.     protected function getMessageServiceService()
  5385.     {
  5386.         include_once \dirname(__DIR__4).'/src/Service/notification/MessageService.php';
  5387.         return $this->privates['App\\Service\\notification\\MessageService'] = new \App\Service\notification\MessageService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5388.     }
  5389.     /**
  5390.      * Gets the private 'App\Service\notification\NotificationService' shared autowired service.
  5391.      *
  5392.      * @return \App\Service\notification\NotificationService
  5393.      */
  5394.     protected function getNotificationServiceService()
  5395.     {
  5396.         include_once \dirname(__DIR__4).'/src/Service/notification/NotificationService.php';
  5397.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5398.         if (isset($this->privates['App\\Service\\notification\\NotificationService'])) {
  5399.             return $this->privates['App\\Service\\notification\\NotificationService'];
  5400.         }
  5401.         return $this->privates['App\\Service\\notification\\NotificationService'] = new \App\Service\notification\NotificationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a);
  5402.     }
  5403.     /**
  5404.      * Gets the private 'App\Service\profile\ProfileService' shared autowired service.
  5405.      *
  5406.      * @return \App\Service\profile\ProfileService
  5407.      */
  5408.     protected function getProfileServiceService()
  5409.     {
  5410.         include_once \dirname(__DIR__4).'/src/Service/profile/ProfileService.php';
  5411.         return $this->privates['App\\Service\\profile\\ProfileService'] = new \App\Service\profile\ProfileService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5412.     }
  5413.     /**
  5414.      * Gets the private 'App\Service\search\SearchService' shared autowired service.
  5415.      *
  5416.      * @return \App\Service\search\SearchService
  5417.      */
  5418.     protected function getSearchServiceService()
  5419.     {
  5420.         include_once \dirname(__DIR__4).'/src/Service/search/SearchService.php';
  5421.         return $this->privates['App\\Service\\search\\SearchService'] = new \App\Service\search\SearchService(($this->privates['App\\Service\\api\\JwpHttp'] ?? $this->getJwpHttpService()), ($this->privates['App\\Service\\api\\WPHttp'] ?? $this->getWPHttpService()));
  5422.     }
  5423.     /**
  5424.      * Gets the private 'App\Service\statistics\StatisticsService' shared autowired service.
  5425.      *
  5426.      * @return \App\Service\statistics\StatisticsService
  5427.      */
  5428.     protected function getStatisticsServiceService()
  5429.     {
  5430.         include_once \dirname(__DIR__4).'/src/Service/statistics/StatisticsService.php';
  5431.         return $this->privates['App\\Service\\statistics\\StatisticsService'] = new \App\Service\statistics\StatisticsService(($this->privates['App\\Repository\\LogRepository'] ?? $this->getLogRepositoryService()));
  5432.     }
  5433.     /**
  5434.      * Gets the private 'App\Service\subscription\FeaturesService' shared autowired service.
  5435.      *
  5436.      * @return \App\Service\subscription\FeaturesService
  5437.      */
  5438.     protected function getFeaturesServiceService()
  5439.     {
  5440.         include_once \dirname(__DIR__4).'/src/Service/subscription/FeaturesService.php';
  5441.         return $this->privates['App\\Service\\subscription\\FeaturesService'] = new \App\Service\subscription\FeaturesService();
  5442.     }
  5443.     /**
  5444.      * Gets the private 'App\Service\subscription\SubscriptionService' shared autowired service.
  5445.      *
  5446.      * @return \App\Service\subscription\SubscriptionService
  5447.      */
  5448.     protected function getSubscriptionServiceService()
  5449.     {
  5450.         include_once \dirname(__DIR__4).'/src/Service/subscription/SubscriptionService.php';
  5451.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5452.         if (isset($this->privates['App\\Service\\subscription\\SubscriptionService'])) {
  5453.             return $this->privates['App\\Service\\subscription\\SubscriptionService'];
  5454.         }
  5455.         return $this->privates['App\\Service\\subscription\\SubscriptionService'] = new \App\Service\subscription\SubscriptionService(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\Utils\\Upload'] ?? $this->getUploadService()));
  5456.     }
  5457.     /**
  5458.      * Gets the private 'App\Service\videos\PlaylistFilterService' shared autowired service.
  5459.      *
  5460.      * @return \App\Service\videos\PlaylistFilterService
  5461.      */
  5462.     protected function getPlaylistFilterServiceService()
  5463.     {
  5464.         include_once \dirname(__DIR__4).'/src/Service/videos/PlaylistFilterService.php';
  5465.         return $this->privates['App\\Service\\videos\\PlaylistFilterService'] = new \App\Service\videos\PlaylistFilterService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5466.     }
  5467.     /**
  5468.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5469.      *
  5470.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5471.      */
  5472.     protected function getManagerRegistryAwareConnectionProviderService()
  5473.     {
  5474.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  5475.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5476.         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'));
  5477.     }
  5478.     /**
  5479.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5480.      *
  5481.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5482.      */
  5483.     protected function getRunSqlCommandService()
  5484.     {
  5485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5486.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5487.         $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()));
  5488.         $instance->setName('dbal:run-sql');
  5489.         return $instance;
  5490.     }
  5491.     /**
  5492.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  5493.      *
  5494.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  5495.      */
  5496.     protected function getResetAssetsEventListenerService()
  5497.     {
  5498.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  5499.     }
  5500.     /**
  5501.      * Gets the private 'annotations.cache_adapter' shared service.
  5502.      *
  5503.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5504.      */
  5505.     protected function getAnnotations_CacheAdapterService()
  5506.     {
  5507.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5508.     }
  5509.     /**
  5510.      * Gets the private 'annotations.cache_warmer' shared service.
  5511.      *
  5512.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5513.      */
  5514.     protected function getAnnotations_CacheWarmerService()
  5515.     {
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5519.         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);
  5520.     }
  5521.     /**
  5522.      * Gets the private 'annotations.cached_reader' shared service.
  5523.      *
  5524.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5525.      */
  5526.     protected function getAnnotations_CachedReaderService()
  5527.     {
  5528.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5529.     }
  5530.     /**
  5531.      * Gets the private 'annotations.reader' shared service.
  5532.      *
  5533.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5534.      */
  5535.     protected function getAnnotations_ReaderService()
  5536.     {
  5537.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5538.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5539.         $a->registerUniqueLoader('class_exists');
  5540.         $instance->addGlobalIgnoredName('required'$a);
  5541.         return $instance;
  5542.     }
  5543.     /**
  5544.      * Gets the private 'assets.packages' shared service.
  5545.      *
  5546.      * @return \Symfony\Component\Asset\Packages
  5547.      */
  5548.     protected function getAssets_PackagesService()
  5549.     {
  5550.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5551.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  5552.             return new \EmptyIterator();
  5553.         }, 0));
  5554.     }
  5555.     /**
  5556.      * Gets the private 'cache.annotations' shared service.
  5557.      *
  5558.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5559.      */
  5560.     protected function getCache_AnnotationsService()
  5561.     {
  5562.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('l+76ADgLK2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5563.     }
  5564.     /**
  5565.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5566.      *
  5567.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5568.      */
  5569.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5570.     {
  5571.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5572.     }
  5573.     /**
  5574.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5575.      *
  5576.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5577.      */
  5578.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5579.     {
  5580.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5581.     }
  5582.     /**
  5583.      * Gets the private 'cache.property_info' shared service.
  5584.      *
  5585.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5586.      */
  5587.     protected function getCache_PropertyInfoService()
  5588.     {
  5589.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('J-m7ecZPQt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5590.     }
  5591.     /**
  5592.      * Gets the private 'cache.security_expression_language' shared service.
  5593.      *
  5594.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5595.      */
  5596.     protected function getCache_SecurityExpressionLanguageService()
  5597.     {
  5598.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('d3QPJl7HCX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5599.     }
  5600.     /**
  5601.      * Gets the private 'cache.serializer' shared service.
  5602.      *
  5603.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5604.      */
  5605.     protected function getCache_SerializerService()
  5606.     {
  5607.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bdY-iRp8-p'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5608.     }
  5609.     /**
  5610.      * Gets the private 'cache.validator' shared service.
  5611.      *
  5612.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5613.      */
  5614.     protected function getCache_ValidatorService()
  5615.     {
  5616.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('2uYD44YDgQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5617.     }
  5618.     /**
  5619.      * Gets the private 'cache.webpack_encore' shared service.
  5620.      *
  5621.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5622.      */
  5623.     protected function getCache_WebpackEncoreService()
  5624.     {
  5625.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('771THyePAn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5626.     }
  5627.     /**
  5628.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5629.      *
  5630.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5631.      */
  5632.     protected function getCachePoolClearer_CacheWarmerService()
  5633.     {
  5634.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5636.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  5637.     }
  5638.     /**
  5639.      * Gets the private 'config_builder.warmer' shared service.
  5640.      *
  5641.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5642.      */
  5643.     protected function getConfigBuilder_WarmerService()
  5644.     {
  5645.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5646.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5647.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5648.     }
  5649.     /**
  5650.      * Gets the private 'config_cache_factory' shared service.
  5651.      *
  5652.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5653.      */
  5654.     protected function getConfigCacheFactoryService()
  5655.     {
  5656.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5657.             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)));
  5658.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5659.         }, 2));
  5660.     }
  5661.     /**
  5662.      * Gets the private 'console.command.about' shared service.
  5663.      *
  5664.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5665.      */
  5666.     protected function getConsole_Command_AboutService()
  5667.     {
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5670.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5671.         $instance->setName('about');
  5672.         $instance->setDescription('Display information about the current project');
  5673.         return $instance;
  5674.     }
  5675.     /**
  5676.      * Gets the private 'console.command.assets_install' shared service.
  5677.      *
  5678.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5679.      */
  5680.     protected function getConsole_Command_AssetsInstallService()
  5681.     {
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5683.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5684.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5685.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  5686.         $instance->setName('assets:install');
  5687.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5688.         return $instance;
  5689.     }
  5690.     /**
  5691.      * Gets the private 'console.command.cache_clear' shared service.
  5692.      *
  5693.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5694.      */
  5695.     protected function getConsole_Command_CacheClearService()
  5696.     {
  5697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5698.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5699.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5700.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  5701.         $instance->setName('cache:clear');
  5702.         $instance->setDescription('Clear the cache');
  5703.         return $instance;
  5704.     }
  5705.     /**
  5706.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5707.      *
  5708.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5709.      */
  5710.     protected function getConsole_Command_CachePoolClearService()
  5711.     {
  5712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5714.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  5715.         $instance->setName('cache:pool:clear');
  5716.         $instance->setDescription('Clear cache pools');
  5717.         return $instance;
  5718.     }
  5719.     /**
  5720.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5721.      *
  5722.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5723.      */
  5724.     protected function getConsole_Command_CachePoolDeleteService()
  5725.     {
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5728.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  5729.         $instance->setName('cache:pool:delete');
  5730.         $instance->setDescription('Delete an item from a cache pool');
  5731.         return $instance;
  5732.     }
  5733.     /**
  5734.      * Gets the private 'console.command.cache_pool_list' shared service.
  5735.      *
  5736.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5737.      */
  5738.     protected function getConsole_Command_CachePoolListService()
  5739.     {
  5740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5742.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.validator_expression_language'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query'=> 'cache.security_expression_language'10 => 'cache.webpack_encore']);
  5743.         $instance->setName('cache:pool:list');
  5744.         $instance->setDescription('List available cache pools');
  5745.         return $instance;
  5746.     }
  5747.     /**
  5748.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5749.      *
  5750.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5751.      */
  5752.     protected function getConsole_Command_CachePoolPruneService()
  5753.     {
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5756.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5757.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5758.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5759.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5760.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5761.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5762.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5763.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5764.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5765.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5766.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5767.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  5768.         }, 11));
  5769.         $instance->setName('cache:pool:prune');
  5770.         $instance->setDescription('Prune cache pools');
  5771.         return $instance;
  5772.     }
  5773.     /**
  5774.      * Gets the private 'console.command.cache_warmup' shared service.
  5775.      *
  5776.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5777.      */
  5778.     protected function getConsole_Command_CacheWarmupService()
  5779.     {
  5780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5782.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5783.         $instance->setName('cache:warmup');
  5784.         $instance->setDescription('Warm up an empty cache');
  5785.         return $instance;
  5786.     }
  5787.     /**
  5788.      * Gets the private 'console.command.config_debug' shared service.
  5789.      *
  5790.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5791.      */
  5792.     protected function getConsole_Command_ConfigDebugService()
  5793.     {
  5794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5797.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5799.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5800.         $instance->setName('debug:config');
  5801.         $instance->setDescription('Dump the current configuration for an extension');
  5802.         return $instance;
  5803.     }
  5804.     /**
  5805.      * Gets the private 'console.command.config_dump_reference' shared service.
  5806.      *
  5807.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5808.      */
  5809.     protected function getConsole_Command_ConfigDumpReferenceService()
  5810.     {
  5811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5816.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5817.         $instance->setName('config:dump-reference');
  5818.         $instance->setDescription('Dump the default configuration for an extension');
  5819.         return $instance;
  5820.     }
  5821.     /**
  5822.      * Gets the private 'console.command.container_debug' shared service.
  5823.      *
  5824.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5825.      */
  5826.     protected function getConsole_Command_ContainerDebugService()
  5827.     {
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5831.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5832.         $instance->setName('debug:container');
  5833.         $instance->setDescription('Display current services for an application');
  5834.         return $instance;
  5835.     }
  5836.     /**
  5837.      * Gets the private 'console.command.container_lint' shared service.
  5838.      *
  5839.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5840.      */
  5841.     protected function getConsole_Command_ContainerLintService()
  5842.     {
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5845.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5846.         $instance->setName('lint:container');
  5847.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5848.         return $instance;
  5849.     }
  5850.     /**
  5851.      * Gets the private 'console.command.debug_autowiring' shared service.
  5852.      *
  5853.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5854.      */
  5855.     protected function getConsole_Command_DebugAutowiringService()
  5856.     {
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5861.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5862.         $instance->setName('debug:autowiring');
  5863.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  5864.         return $instance;
  5865.     }
  5866.     /**
  5867.      * Gets the private 'console.command.dotenv_debug' shared service.
  5868.      *
  5869.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  5870.      */
  5871.     protected function getConsole_Command_DotenvDebugService()
  5872.     {
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  5875.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  5876.         $instance->setName('debug:dotenv');
  5877.         $instance->setDescription('Lists all dotenv files with variables and values');
  5878.         return $instance;
  5879.     }
  5880.     /**
  5881.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5882.      *
  5883.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5884.      */
  5885.     protected function getConsole_Command_EventDispatcherDebugService()
  5886.     {
  5887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5888.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5889.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  5890.         $instance->setName('debug:event-dispatcher');
  5891.         $instance->setDescription('Display configured listeners for an application');
  5892.         return $instance;
  5893.     }
  5894.     /**
  5895.      * Gets the private 'console.command.form_debug' shared service.
  5896.      *
  5897.      * @return \Symfony\Component\Form\Command\DebugCommand
  5898.      */
  5899.     protected function getConsole_Command_FormDebugService()
  5900.     {
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5903.         $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'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'FOS\\CKEditorBundle\\Form\\Type'], [=> 'App\\Form\\ActivityType'=> 'App\\Form\\CompanyType'=> 'App\\Form\\ContactType'=> 'App\\Form\\FormationType'=> 'App\\Form\\ImportActivityType'=> 'App\\Form\\ImportFileType'=> 'App\\Form\\ImportMuscleType'=> 'App\\Form\\PasswordChangeType'=> 'App\\Form\\PrivateActivitiesType'=> 'App\\Form\\PrivateComplementActivitiesType'10 => 'App\\Form\\ProActivitiesType'11 => 'App\\Form\\PwdType'12 => 'App\\Form\\ResetPwdType'13 => 'App\\Form\\SelfRoleType'14 => 'App\\Form\\UserType'15 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'16 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'17 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'18 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'19 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'20 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'], [=> 'App\\Form\\Extension\\ActivityFrequencyExtension'=> 'App\\Form\\Extension\\ActivityLabelExtension'=> 'App\\Form\\Extension\\FormTitleExtension'=> 'App\\Form\\Extension\\InactiveActivityExtension'=> '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'10 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'11 => '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()));
  5904.         $instance->setName('debug:form');
  5905.         $instance->setDescription('Display form type information');
  5906.         return $instance;
  5907.     }
  5908.     /**
  5909.      * Gets the private 'console.command.router_debug' shared service.
  5910.      *
  5911.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5912.      */
  5913.     protected function getConsole_Command_RouterDebugService()
  5914.     {
  5915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5916.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5918.         $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()));
  5919.         $instance->setName('debug:router');
  5920.         $instance->setDescription('Display current routes for an application');
  5921.         return $instance;
  5922.     }
  5923.     /**
  5924.      * Gets the private 'console.command.router_match' shared service.
  5925.      *
  5926.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5927.      */
  5928.     protected function getConsole_Command_RouterMatchService()
  5929.     {
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5932.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  5933.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5934.         }, 1));
  5935.         $instance->setName('router:match');
  5936.         $instance->setDescription('Help debug routes by simulating a path info match');
  5937.         return $instance;
  5938.     }
  5939.     /**
  5940.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5941.      *
  5942.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5943.      */
  5944.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5945.     {
  5946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5950.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5951.         $instance->setName('secrets:decrypt-to-local');
  5952.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  5953.         return $instance;
  5954.     }
  5955.     /**
  5956.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5957.      *
  5958.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5959.      */
  5960.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5961.     {
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5966.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5967.         $instance->setName('secrets:encrypt-from-local');
  5968.         $instance->setDescription('Encrypt all local secrets to the vault');
  5969.         return $instance;
  5970.     }
  5971.     /**
  5972.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5973.      *
  5974.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5975.      */
  5976.     protected function getConsole_Command_SecretsGenerateKeyService()
  5977.     {
  5978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5982.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5983.         $instance->setName('secrets:generate-keys');
  5984.         $instance->setDescription('Generate new encryption keys');
  5985.         return $instance;
  5986.     }
  5987.     /**
  5988.      * Gets the private 'console.command.secrets_list' shared service.
  5989.      *
  5990.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5991.      */
  5992.     protected function getConsole_Command_SecretsListService()
  5993.     {
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5998.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5999.         $instance->setName('secrets:list');
  6000.         $instance->setDescription('List all secrets');
  6001.         return $instance;
  6002.     }
  6003.     /**
  6004.      * Gets the private 'console.command.secrets_remove' shared service.
  6005.      *
  6006.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6007.      */
  6008.     protected function getConsole_Command_SecretsRemoveService()
  6009.     {
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6014.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6015.         $instance->setName('secrets:remove');
  6016.         $instance->setDescription('Remove a secret from the vault');
  6017.         return $instance;
  6018.     }
  6019.     /**
  6020.      * Gets the private 'console.command.secrets_set' shared service.
  6021.      *
  6022.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6023.      */
  6024.     protected function getConsole_Command_SecretsSetService()
  6025.     {
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6030.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  6031.         $instance->setName('secrets:set');
  6032.         $instance->setDescription('Set a secret in the vault');
  6033.         return $instance;
  6034.     }
  6035.     /**
  6036.      * Gets the private 'console.command.translation_debug' shared service.
  6037.      *
  6038.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6039.      */
  6040.     protected function getConsole_Command_TranslationDebugService()
  6041.     {
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6044.         $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).'/src/Controller/AdviceController.php'), => (\dirname(__DIR__4).'/src/Controller/UserDashboardController.php'), => (\dirname(__DIR__4).'/src/Controller/VideosController.php'), => (\dirname(__DIR__4).'/src/Controller/WPContentController.php'), => (\dirname(__DIR__4).'/src/Controller/admin/AdminController.php'), => (\dirname(__DIR__4).'/src/Controller/admin/SubscriptionController.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  6045.         $instance->setName('debug:translation');
  6046.         $instance->setDescription('Display translation messages information');
  6047.         return $instance;
  6048.     }
  6049.     /**
  6050.      * Gets the private 'console.command.translation_extract' shared service.
  6051.      *
  6052.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6053.      */
  6054.     protected function getConsole_Command_TranslationExtractService()
  6055.     {
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6058.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\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).'/src/Controller/AdviceController.php'), => (\dirname(__DIR__4).'/src/Controller/UserDashboardController.php'), => (\dirname(__DIR__4).'/src/Controller/VideosController.php'), => (\dirname(__DIR__4).'/src/Controller/WPContentController.php'), => (\dirname(__DIR__4).'/src/Controller/admin/AdminController.php'), => (\dirname(__DIR__4).'/src/Controller/admin/SubscriptionController.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  6059.         $instance->setName('translation:extract');
  6060.         $instance->setAliases([=> 'translation:update']);
  6061.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6062.         return $instance;
  6063.     }
  6064.     /**
  6065.      * Gets the private 'console.command.translation_pull' shared service.
  6066.      *
  6067.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6068.      */
  6069.     protected function getConsole_Command_TranslationPullService()
  6070.     {
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6074.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'fr', [], []);
  6075.         $instance->setName('translation:pull');
  6076.         $instance->setDescription('Pull translations from a given provider.');
  6077.         return $instance;
  6078.     }
  6079.     /**
  6080.      * Gets the private 'console.command.translation_push' shared service.
  6081.      *
  6082.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6083.      */
  6084.     protected function getConsole_Command_TranslationPushService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6089.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  6090.         $instance->setName('translation:push');
  6091.         $instance->setDescription('Push translations to a given provider.');
  6092.         return $instance;
  6093.     }
  6094.     /**
  6095.      * Gets the private 'console.command.validator_debug' shared service.
  6096.      *
  6097.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6098.      */
  6099.     protected function getConsole_Command_ValidatorDebugService()
  6100.     {
  6101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6103.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6104.         $instance->setName('debug:validator');
  6105.         $instance->setDescription('Display validation constraints for classes');
  6106.         return $instance;
  6107.     }
  6108.     /**
  6109.      * Gets the private 'console.command.xliff_lint' shared service.
  6110.      *
  6111.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6112.      */
  6113.     protected function getConsole_Command_XliffLintService()
  6114.     {
  6115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6117.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6118.         $instance->setName('lint:xliff');
  6119.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6120.         return $instance;
  6121.     }
  6122.     /**
  6123.      * Gets the private 'console.command.yaml_lint' shared service.
  6124.      *
  6125.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6126.      */
  6127.     protected function getConsole_Command_YamlLintService()
  6128.     {
  6129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6132.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6133.         $instance->setName('lint:yaml');
  6134.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6135.         return $instance;
  6136.     }
  6137.     /**
  6138.      * Gets the private 'console.error_listener' shared service.
  6139.      *
  6140.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6141.      */
  6142.     protected function getConsole_ErrorListenerService()
  6143.     {
  6144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6145.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6146.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6147.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6148.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6149.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6150.     }
  6151.     /**
  6152.      * Gets the private 'container.env_var_processor' shared service.
  6153.      *
  6154.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6155.      */
  6156.     protected function getContainer_EnvVarProcessorService()
  6157.     {
  6158.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6160.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6161.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6162.         }, 1));
  6163.     }
  6164.     /**
  6165.      * Gets the private 'container.getenv' shared service.
  6166.      *
  6167.      * @return \Closure
  6168.      */
  6169.     protected function getContainer_GetenvService()
  6170.     {
  6171.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6172.     }
  6173.     /**
  6174.      * Gets the private 'data_collector.form' shared service.
  6175.      *
  6176.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6177.      */
  6178.     protected function getDataCollector_FormService()
  6179.     {
  6180.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6181.     }
  6182.     /**
  6183.      * Gets the private 'data_collector.request' shared service.
  6184.      *
  6185.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6186.      */
  6187.     protected function getDataCollector_RequestService()
  6188.     {
  6189.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6190.     }
  6191.     /**
  6192.      * Gets the private 'data_collector.request.session_collector' shared service.
  6193.      *
  6194.      * @return \Closure
  6195.      */
  6196.     protected function getDataCollector_Request_SessionCollectorService()
  6197.     {
  6198.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6199.     }
  6200.     /**
  6201.      * Gets the private 'debug.argument_resolver.default' shared service.
  6202.      *
  6203.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6204.      */
  6205.     protected function getDebug_ArgumentResolver_DefaultService()
  6206.     {
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6210.         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))));
  6211.     }
  6212.     /**
  6213.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6214.      *
  6215.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6216.      */
  6217.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6218.     {
  6219.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6222.         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.DqORaYS'] ?? $this->get_ServiceLocator_DqORaYSService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6223.     }
  6224.     /**
  6225.      * Gets the private 'debug.argument_resolver.request' shared service.
  6226.      *
  6227.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6228.      */
  6229.     protected function getDebug_ArgumentResolver_RequestService()
  6230.     {
  6231.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6232.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6233.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6234.         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))));
  6235.     }
  6236.     /**
  6237.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6238.      *
  6239.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6240.      */
  6241.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6242.     {
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6245.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6246.         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))));
  6247.     }
  6248.     /**
  6249.      * Gets the private 'debug.argument_resolver.service' shared service.
  6250.      *
  6251.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6252.      */
  6253.     protected function getDebug_ArgumentResolver_ServiceService()
  6254.     {
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6258.         $a = ($this->privates['.service_locator.DqORaYS'] ?? $this->get_ServiceLocator_DqORaYSService());
  6259.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6260.             return $this->privates['debug.argument_resolver.service'];
  6261.         }
  6262.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6263.     }
  6264.     /**
  6265.      * Gets the private 'debug.argument_resolver.session' shared service.
  6266.      *
  6267.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6268.      */
  6269.     protected function getDebug_ArgumentResolver_SessionService()
  6270.     {
  6271.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6272.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6274.         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))));
  6275.     }
  6276.     /**
  6277.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6278.      *
  6279.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6280.      */
  6281.     protected function getDebug_ArgumentResolver_VariadicService()
  6282.     {
  6283.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6286.         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))));
  6287.     }
  6288.     /**
  6289.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6290.      *
  6291.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6292.      */
  6293.     protected function getDebug_DebugHandlersListenerService()
  6294.     {
  6295.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6296.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6297.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6298.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6299.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6300.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  6301.     }
  6302.     /**
  6303.      * Gets the private 'debug.dump_listener' shared service.
  6304.      *
  6305.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6306.      */
  6307.     protected function getDebug_DumpListenerService()
  6308.     {
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6311.         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()));
  6312.     }
  6313.     /**
  6314.      * Gets the private 'debug.file_link_formatter' shared service.
  6315.      *
  6316.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6317.      */
  6318.     protected function getDebug_FileLinkFormatterService()
  6319.     {
  6320.         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 () {
  6321.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6322.         });
  6323.     }
  6324.     /**
  6325.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6326.      *
  6327.      * @return \string
  6328.      */
  6329.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6330.     {
  6331.         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');
  6332.     }
  6333.     /**
  6334.      * Gets the private 'debug.log_processor' shared service.
  6335.      *
  6336.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6337.      */
  6338.     protected function getDebug_LogProcessorService()
  6339.     {
  6340.         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())));
  6341.     }
  6342.     /**
  6343.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6344.      *
  6345.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6346.      */
  6347.     protected function getDebug_Security_Access_DecisionManagerService()
  6348.     {
  6349.         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 () {
  6350.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6351.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6352.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6353.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'] ?? $this->getCompanyVoterService());
  6354.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'] ?? $this->getFeaturesVoterService());
  6355.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'] ?? $this->getFormationVoterService());
  6356.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6357.     }
  6358.     /**
  6359.      * Gets the private 'debug.security.firewall' shared service.
  6360.      *
  6361.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6362.      */
  6363.     protected function getDebug_Security_FirewallService()
  6364.     {
  6365.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6366.         if (isset($this->privates['debug.security.firewall'])) {
  6367.             return $this->privates['debug.security.firewall'];
  6368.         }
  6369.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6370.         if (isset($this->privates['debug.security.firewall'])) {
  6371.             return $this->privates['debug.security.firewall'];
  6372.         }
  6373.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6374.     }
  6375.     /**
  6376.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6377.      *
  6378.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6379.      */
  6380.     protected function getDebug_Security_UserValueResolverService()
  6381.     {
  6382.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6383.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6385.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6386.     }
  6387.     /**
  6388.      * Gets the private 'debug.security.voter.App\Security\Voter\CompanyVoter' shared service.
  6389.      *
  6390.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6391.      */
  6392.     protected function getCompanyVoterService()
  6393.     {
  6394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6398.         include_once \dirname(__DIR__4).'/src/Security/Voter/CompanyVoter.php';
  6399.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6400.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'])) {
  6401.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'];
  6402.         }
  6403.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6404.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'])) {
  6405.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'];
  6406.         }
  6407.         return $this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\CompanyVoter($a), $b);
  6408.     }
  6409.     /**
  6410.      * Gets the private 'debug.security.voter.App\Security\Voter\FeaturesVoter' shared service.
  6411.      *
  6412.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6413.      */
  6414.     protected function getFeaturesVoterService()
  6415.     {
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6417.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6420.         include_once \dirname(__DIR__4).'/src/Security/Voter/FeaturesVoter.php';
  6421.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6422.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'])) {
  6423.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'];
  6424.         }
  6425.         return $this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\FeaturesVoter(), $a);
  6426.     }
  6427.     /**
  6428.      * Gets the private 'debug.security.voter.App\Security\Voter\FormationVoter' shared service.
  6429.      *
  6430.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6431.      */
  6432.     protected function getFormationVoterService()
  6433.     {
  6434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6438.         include_once \dirname(__DIR__4).'/src/Security/Voter/FormationVoter.php';
  6439.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6440.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'])) {
  6441.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'];
  6442.         }
  6443.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6444.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'])) {
  6445.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'];
  6446.         }
  6447.         return $this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\FormationVoter($a, ($this->privates['App\\Repository\\FormationRegistrationRepository'] ?? $this->getFormationRegistrationRepositoryService())), $b);
  6448.     }
  6449.     /**
  6450.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6451.      *
  6452.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6453.      */
  6454.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6455.     {
  6456.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6460.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6461.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6462.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6463.         }
  6464.         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()))), $a);
  6465.     }
  6466.     /**
  6467.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6468.      *
  6469.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6470.      */
  6471.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6472.     {
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6477.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6478.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6479.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6480.         }
  6481.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6482.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6483.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6484.         }
  6485.         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())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  6486.     }
  6487.     /**
  6488.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6489.      *
  6490.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6491.      */
  6492.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6493.     {
  6494.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  6499.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6500.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  6501.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  6502.         }
  6503.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  6504.     }
  6505.     /**
  6506.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6507.      *
  6508.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6509.      */
  6510.     protected function getDebug_Security_Voter_VoteListenerService()
  6511.     {
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6513.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6514.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  6515.             return $this->privates['debug.security.voter.vote_listener'];
  6516.         }
  6517.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  6518.     }
  6519.     /**
  6520.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6521.      *
  6522.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  6523.      */
  6524.     protected function getDoctrine_CacheClearMetadataCommandService()
  6525.     {
  6526.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6527.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6529.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6530.         $instance->setName('doctrine:cache:clear-metadata');
  6531.         return $instance;
  6532.     }
  6533.     /**
  6534.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6535.      *
  6536.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  6537.      */
  6538.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6539.     {
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6541.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6542.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6543.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6544.         $instance->setName('doctrine:cache:clear-query');
  6545.         return $instance;
  6546.     }
  6547.     /**
  6548.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6549.      *
  6550.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  6551.      */
  6552.     protected function getDoctrine_CacheClearResultCommandService()
  6553.     {
  6554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6555.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6556.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6557.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6558.         $instance->setName('doctrine:cache:clear-result');
  6559.         return $instance;
  6560.     }
  6561.     /**
  6562.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6563.      *
  6564.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  6565.      */
  6566.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6567.     {
  6568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6569.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6571.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6572.         $instance->setName('doctrine:cache:clear-collection-region');
  6573.         return $instance;
  6574.     }
  6575.     /**
  6576.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6577.      *
  6578.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  6579.      */
  6580.     protected function getDoctrine_ClearEntityRegionCommandService()
  6581.     {
  6582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6583.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6584.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6585.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6586.         $instance->setName('doctrine:cache:clear-entity-region');
  6587.         return $instance;
  6588.     }
  6589.     /**
  6590.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6591.      *
  6592.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  6593.      */
  6594.     protected function getDoctrine_ClearQueryRegionCommandService()
  6595.     {
  6596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6597.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6598.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6599.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6600.         $instance->setName('doctrine:cache:clear-query-region');
  6601.         return $instance;
  6602.     }
  6603.     /**
  6604.      * Gets the private 'doctrine.database_create_command' shared service.
  6605.      *
  6606.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6607.      */
  6608.     protected function getDoctrine_DatabaseCreateCommandService()
  6609.     {
  6610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6611.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6613.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6614.         $instance->setName('doctrine:database:create');
  6615.         return $instance;
  6616.     }
  6617.     /**
  6618.      * Gets the private 'doctrine.database_drop_command' shared service.
  6619.      *
  6620.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6621.      */
  6622.     protected function getDoctrine_DatabaseDropCommandService()
  6623.     {
  6624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6626.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6627.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6628.         $instance->setName('doctrine:database:drop');
  6629.         return $instance;
  6630.     }
  6631.     /**
  6632.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6633.      *
  6634.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6635.      */
  6636.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6637.     {
  6638.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6639.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6640.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  6641.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  6642.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  6643.         ], [
  6644.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6645.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  6646.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  6647.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  6648.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  6649.     }
  6650.     /**
  6651.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6652.      *
  6653.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  6654.      */
  6655.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6656.     {
  6657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6658.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6659.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6660.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6661.         $instance->setName('doctrine:ensure-production-settings');
  6662.         return $instance;
  6663.     }
  6664.     /**
  6665.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  6666.      *
  6667.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  6668.      */
  6669.     protected function getDoctrine_FixturesLoadCommandService()
  6670.     {
  6671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6672.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6673.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  6674.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  6679.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  6680.         $a->addFixtures([=> ['fixture' => ($this->privates['App\\DataFixtures\\AppFixtures'] ?? $this->getAppFixturesService()), 'groups' => []]]);
  6681.         $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()]);
  6682.         $instance->setName('doctrine:fixtures:load');
  6683.         return $instance;
  6684.     }
  6685.     /**
  6686.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6687.      *
  6688.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  6689.      */
  6690.     protected function getDoctrine_MappingConvertCommandService()
  6691.     {
  6692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6694.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6695.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6696.         $instance->setName('doctrine:mapping:convert');
  6697.         return $instance;
  6698.     }
  6699.     /**
  6700.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6701.      *
  6702.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6703.      */
  6704.     protected function getDoctrine_MappingImportCommandService()
  6705.     {
  6706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6707.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6708.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6709.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6710.         $instance->setName('doctrine:mapping:import');
  6711.         return $instance;
  6712.     }
  6713.     /**
  6714.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6715.      *
  6716.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  6717.      */
  6718.     protected function getDoctrine_MappingInfoCommandService()
  6719.     {
  6720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6723.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6724.         $instance->setName('doctrine:mapping:info');
  6725.         return $instance;
  6726.     }
  6727.     /**
  6728.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6729.      *
  6730.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6731.      */
  6732.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6733.     {
  6734.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6735.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6736.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  6737.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  6738.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  6739.         }
  6740.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  6741.     }
  6742.     /**
  6743.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6744.      *
  6745.      * @return \Doctrine\Migrations\DependencyFactory
  6746.      */
  6747.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6748.     {
  6749.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6750.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6751.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6752.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6753.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6755.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6756.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6757.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6758.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  6759.         $b->setTableName('doctrine_migration_versions');
  6760.         $b->setVersionColumnName('version');
  6761.         $b->setVersionColumnLength(192);
  6762.         $b->setExecutedAtColumnName('executed_at');
  6763.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/src/Migrations'));
  6764.         $a->setAllOrNothing(false);
  6765.         $a->setCheckDatabasePlatform(true);
  6766.         $a->setTransactional(true);
  6767.         $a->setMetadataStorageConfiguration($b);
  6768.         $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()));
  6769.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6770.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6771.         });
  6772.         return $instance;
  6773.     }
  6774.     /**
  6775.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  6776.      *
  6777.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  6778.      */
  6779.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  6780.     {
  6781.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  6783.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6784.     }
  6785.     /**
  6786.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6787.      *
  6788.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6789.      */
  6790.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6791.     {
  6792.         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')], false);
  6793.     }
  6794.     /**
  6795.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6796.      *
  6797.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6798.      */
  6799.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6800.     {
  6801.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6802.         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()));
  6803.     }
  6804.     /**
  6805.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6806.      *
  6807.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6808.      */
  6809.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6810.     {
  6811.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6812.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6813.     }
  6814.     /**
  6815.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  6816.      *
  6817.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  6818.      */
  6819.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  6820.     {
  6821.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6822.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  6823.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  6824.     }
  6825.     /**
  6826.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6827.      *
  6828.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6829.      */
  6830.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6831.     {
  6832.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6834.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6835.             return new \EmptyIterator();
  6836.         }, 0));
  6837.     }
  6838.     /**
  6839.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  6840.      *
  6841.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  6842.      */
  6843.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  6844.     {
  6845.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  6847.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  6848.     }
  6849.     /**
  6850.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6851.      *
  6852.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6853.      */
  6854.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6855.     {
  6856.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6857.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6858.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6859.     }
  6860.     /**
  6861.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6862.      *
  6863.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6864.      */
  6865.     protected function getDoctrine_Orm_Validator_UniqueService()
  6866.     {
  6867.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6870.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6871.     }
  6872.     /**
  6873.      * Gets the private 'doctrine.query_dql_command' shared service.
  6874.      *
  6875.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  6876.      */
  6877.     protected function getDoctrine_QueryDqlCommandService()
  6878.     {
  6879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6880.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6881.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6882.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6883.         $instance->setName('doctrine:query:dql');
  6884.         return $instance;
  6885.     }
  6886.     /**
  6887.      * Gets the private 'doctrine.query_sql_command' shared service.
  6888.      *
  6889.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6890.      */
  6891.     protected function getDoctrine_QuerySqlCommandService()
  6892.     {
  6893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6894.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  6895.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6896.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6897.         $instance->setName('doctrine:query:sql');
  6898.         return $instance;
  6899.     }
  6900.     /**
  6901.      * Gets the private 'doctrine.schema_create_command' shared service.
  6902.      *
  6903.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  6904.      */
  6905.     protected function getDoctrine_SchemaCreateCommandService()
  6906.     {
  6907.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6908.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6909.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6911.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6912.         $instance->setName('doctrine:schema:create');
  6913.         return $instance;
  6914.     }
  6915.     /**
  6916.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6917.      *
  6918.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  6919.      */
  6920.     protected function getDoctrine_SchemaDropCommandService()
  6921.     {
  6922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6923.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6924.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6925.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  6926.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6927.         $instance->setName('doctrine:schema:drop');
  6928.         return $instance;
  6929.     }
  6930.     /**
  6931.      * Gets the private 'doctrine.schema_update_command' shared service.
  6932.      *
  6933.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  6934.      */
  6935.     protected function getDoctrine_SchemaUpdateCommandService()
  6936.     {
  6937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6940.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6941.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6942.         $instance->setName('doctrine:schema:update');
  6943.         return $instance;
  6944.     }
  6945.     /**
  6946.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6947.      *
  6948.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  6949.      */
  6950.     protected function getDoctrine_SchemaValidateCommandService()
  6951.     {
  6952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6953.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6954.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6955.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  6956.         $instance->setName('doctrine:schema:validate');
  6957.         return $instance;
  6958.     }
  6959.     /**
  6960.      * Gets the private 'doctrine.ulid_generator' shared service.
  6961.      *
  6962.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  6963.      */
  6964.     protected function getDoctrine_UlidGeneratorService()
  6965.     {
  6966.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  6967.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  6968.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  6969.     }
  6970.     /**
  6971.      * Gets the private 'doctrine.uuid_generator' shared service.
  6972.      *
  6973.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  6974.      */
  6975.     protected function getDoctrine_UuidGeneratorService()
  6976.     {
  6977.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  6979.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  6980.     }
  6981.     /**
  6982.      * Gets the private 'doctrine_migrations.current_command' shared service.
  6983.      *
  6984.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  6985.      */
  6986.     protected function getDoctrineMigrations_CurrentCommandService()
  6987.     {
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6990.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  6991.         $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');
  6992.         $instance->setName('doctrine:migrations:current');
  6993.         return $instance;
  6994.     }
  6995.     /**
  6996.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6997.      *
  6998.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  6999.      */
  7000.     protected function getDoctrineMigrations_DiffCommandService()
  7001.     {
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7005.         $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');
  7006.         $instance->setName('doctrine:migrations:diff');
  7007.         return $instance;
  7008.     }
  7009.     /**
  7010.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7011.      *
  7012.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7013.      */
  7014.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7015.     {
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7019.         $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');
  7020.         $instance->setName('doctrine:migrations:dump-schema');
  7021.         return $instance;
  7022.     }
  7023.     /**
  7024.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7025.      *
  7026.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7027.      */
  7028.     protected function getDoctrineMigrations_ExecuteCommandService()
  7029.     {
  7030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7031.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7032.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7033.         $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');
  7034.         $instance->setName('doctrine:migrations:execute');
  7035.         return $instance;
  7036.     }
  7037.     /**
  7038.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7039.      *
  7040.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7041.      */
  7042.     protected function getDoctrineMigrations_GenerateCommandService()
  7043.     {
  7044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7045.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7046.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7047.         $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');
  7048.         $instance->setName('doctrine:migrations:generate');
  7049.         return $instance;
  7050.     }
  7051.     /**
  7052.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7053.      *
  7054.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7055.      */
  7056.     protected function getDoctrineMigrations_LatestCommandService()
  7057.     {
  7058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7059.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7060.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7061.         $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');
  7062.         $instance->setName('doctrine:migrations:latest');
  7063.         return $instance;
  7064.     }
  7065.     /**
  7066.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7067.      *
  7068.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7069.      */
  7070.     protected function getDoctrineMigrations_MigrateCommandService()
  7071.     {
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7074.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7075.         $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');
  7076.         $instance->setName('doctrine:migrations:migrate');
  7077.         return $instance;
  7078.     }
  7079.     /**
  7080.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7081.      *
  7082.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7083.      */
  7084.     protected function getDoctrineMigrations_RollupCommandService()
  7085.     {
  7086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7089.         $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');
  7090.         $instance->setName('doctrine:migrations:rollup');
  7091.         return $instance;
  7092.     }
  7093.     /**
  7094.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7095.      *
  7096.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7097.      */
  7098.     protected function getDoctrineMigrations_StatusCommandService()
  7099.     {
  7100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7101.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7102.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7103.         $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');
  7104.         $instance->setName('doctrine:migrations:status');
  7105.         return $instance;
  7106.     }
  7107.     /**
  7108.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7109.      *
  7110.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7111.      */
  7112.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7113.     {
  7114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7115.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7116.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7117.         $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');
  7118.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7119.         return $instance;
  7120.     }
  7121.     /**
  7122.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7123.      *
  7124.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7125.      */
  7126.     protected function getDoctrineMigrations_UpToDateCommandService()
  7127.     {
  7128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7129.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7130.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7131.         $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');
  7132.         $instance->setName('doctrine:migrations:up-to-date');
  7133.         return $instance;
  7134.     }
  7135.     /**
  7136.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7137.      *
  7138.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7139.      */
  7140.     protected function getDoctrineMigrations_VersionCommandService()
  7141.     {
  7142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7143.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7144.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7145.         $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');
  7146.         $instance->setName('doctrine:migrations:version');
  7147.         return $instance;
  7148.     }
  7149.     /**
  7150.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7151.      *
  7152.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7153.      */
  7154.     protected function getDoctrineMigrations_VersionsCommandService()
  7155.     {
  7156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7157.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7158.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7159.         $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');
  7160.         $instance->setName('doctrine:migrations:list');
  7161.         return $instance;
  7162.     }
  7163.     /**
  7164.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7165.      *
  7166.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7167.      */
  7168.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7169.     {
  7170.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7172.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7173.         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()));
  7174.     }
  7175.     /**
  7176.      * Gets the private 'exception_listener' shared service.
  7177.      *
  7178.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7179.      */
  7180.     protected function getExceptionListenerService()
  7181.     {
  7182.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7183.     }
  7184.     /**
  7185.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7186.      *
  7187.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7188.      */
  7189.     protected function getForm_ChoiceListFactory_CachedService()
  7190.     {
  7191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7192.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7195.         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())));
  7196.     }
  7197.     /**
  7198.      * Gets the private 'form.registry' shared service.
  7199.      *
  7200.      * @return \Symfony\Component\Form\FormRegistry
  7201.      */
  7202.     protected function getForm_RegistryService()
  7203.     {
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7209.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7210.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7211.         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, [
  7212.             'App\\Form\\ActivityType' => ['privates''App\\Form\\ActivityType''getActivityTypeService'false],
  7213.             'App\\Form\\CompanyType' => ['privates''App\\Form\\CompanyType''getCompanyTypeService'false],
  7214.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'false],
  7215.             'App\\Form\\FormationType' => ['privates''App\\Form\\FormationType''getFormationTypeService'false],
  7216.             'App\\Form\\ImportActivityType' => ['privates''App\\Form\\ImportActivityType''getImportActivityTypeService'false],
  7217.             'App\\Form\\ImportFileType' => ['privates''App\\Form\\ImportFileType''getImportFileTypeService'false],
  7218.             'App\\Form\\ImportMuscleType' => ['privates''App\\Form\\ImportMuscleType''getImportMuscleTypeService'false],
  7219.             'App\\Form\\PasswordChangeType' => ['privates''App\\Form\\PasswordChangeType''getPasswordChangeTypeService'false],
  7220.             'App\\Form\\PrivateActivitiesType' => ['privates''App\\Form\\PrivateActivitiesType''getPrivateActivitiesTypeService'false],
  7221.             'App\\Form\\PrivateComplementActivitiesType' => ['privates''App\\Form\\PrivateComplementActivitiesType''getPrivateComplementActivitiesTypeService'false],
  7222.             'App\\Form\\ProActivitiesType' => ['privates''App\\Form\\ProActivitiesType''getProActivitiesTypeService'false],
  7223.             'App\\Form\\PwdType' => ['privates''App\\Form\\PwdType''getPwdTypeService'false],
  7224.             'App\\Form\\ResetPwdType' => ['privates''App\\Form\\ResetPwdType''getResetPwdTypeService'false],
  7225.             'App\\Form\\SelfRoleType' => ['privates''App\\Form\\SelfRoleType''getSelfRoleTypeService'false],
  7226.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  7227.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  7228.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7229.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7230.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7231.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7232.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7233.         ], [
  7234.             'App\\Form\\ActivityType' => '?',
  7235.             'App\\Form\\CompanyType' => '?',
  7236.             'App\\Form\\ContactType' => '?',
  7237.             'App\\Form\\FormationType' => '?',
  7238.             'App\\Form\\ImportActivityType' => '?',
  7239.             'App\\Form\\ImportFileType' => '?',
  7240.             'App\\Form\\ImportMuscleType' => '?',
  7241.             'App\\Form\\PasswordChangeType' => '?',
  7242.             'App\\Form\\PrivateActivitiesType' => '?',
  7243.             'App\\Form\\PrivateComplementActivitiesType' => '?',
  7244.             'App\\Form\\ProActivitiesType' => '?',
  7245.             'App\\Form\\PwdType' => '?',
  7246.             'App\\Form\\ResetPwdType' => '?',
  7247.             'App\\Form\\SelfRoleType' => '?',
  7248.             'App\\Form\\UserType' => '?',
  7249.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  7250.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7251.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7252.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7253.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7254.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7255.         ]), ['Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => new RewindableGenerator(function () {
  7256.             yield => ($this->privates['App\\Form\\Extension\\ActivityFrequencyExtension'] ?? ($this->privates['App\\Form\\Extension\\ActivityFrequencyExtension'] = new \App\Form\Extension\ActivityFrequencyExtension()));
  7257.         }, 1), 'App\\Form\\UserType' => new RewindableGenerator(function () {
  7258.             yield => ($this->privates['App\\Form\\Extension\\ActivityLabelExtension'] ?? $this->getActivityLabelExtensionService());
  7259.         }, 1), 'App\\Form\\ProActivitiesType' => new RewindableGenerator(function () {
  7260.             yield => ($this->privates['App\\Form\\Extension\\ActivityLabelExtension'] ?? $this->getActivityLabelExtensionService());
  7261.             yield => ($this->privates['App\\Form\\Extension\\InactiveActivityExtension'] ?? $this->getInactiveActivityExtensionService());
  7262.         }, 2), 'App\\Form\\PrivateActivitiesType' => new RewindableGenerator(function () {
  7263.             yield => ($this->privates['App\\Form\\Extension\\ActivityLabelExtension'] ?? $this->getActivityLabelExtensionService());
  7264.             yield => ($this->privates['App\\Form\\Extension\\InactiveActivityExtension'] ?? $this->getInactiveActivityExtensionService());
  7265.         }, 2), 'App\\Form\\PrivateComplementActivitiesType' => new RewindableGenerator(function () {
  7266.             yield => ($this->privates['App\\Form\\Extension\\ActivityLabelExtension'] ?? $this->getActivityLabelExtensionService());
  7267.             yield => ($this->privates['App\\Form\\Extension\\InactiveActivityExtension'] ?? $this->getInactiveActivityExtensionService());
  7268.         }, 2), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7269.             yield => ($this->privates['App\\Form\\Extension\\FormTitleExtension'] ?? ($this->privates['App\\Form\\Extension\\FormTitleExtension'] = new \App\Form\Extension\FormTitleExtension()));
  7270.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7271.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7272.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7273.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7274.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7275.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7276.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7277.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7278.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7279.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7280.         }, 1)], new RewindableGenerator(function () {
  7281.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7282.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7283.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7284.     }
  7285.     /**
  7286.      * Gets the private 'form.server_params' shared service.
  7287.      *
  7288.      * @return \Symfony\Component\Form\Util\ServerParams
  7289.      */
  7290.     protected function getForm_ServerParamsService()
  7291.     {
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7293.         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())));
  7294.     }
  7295.     /**
  7296.      * Gets the private 'form.type.choice' shared service.
  7297.      *
  7298.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7299.      */
  7300.     protected function getForm_Type_ChoiceService()
  7301.     {
  7302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7303.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7304.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7305.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7306.     }
  7307.     /**
  7308.      * Gets the private 'form.type.color' shared service.
  7309.      *
  7310.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7311.      */
  7312.     protected function getForm_Type_ColorService()
  7313.     {
  7314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7316.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7317.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7318.     }
  7319.     /**
  7320.      * Gets the private 'form.type.entity' shared service.
  7321.      *
  7322.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7323.      */
  7324.     protected function getForm_Type_EntityService()
  7325.     {
  7326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7330.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7331.     }
  7332.     /**
  7333.      * Gets the private 'form.type.form' shared service.
  7334.      *
  7335.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7336.      */
  7337.     protected function getForm_Type_FormService()
  7338.     {
  7339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7341.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7342.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7343.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7344.     }
  7345.     /**
  7346.      * Gets the private 'form.type_extension.csrf' shared service.
  7347.      *
  7348.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7349.      */
  7350.     protected function getForm_TypeExtension_CsrfService()
  7351.     {
  7352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7355.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  7356.     }
  7357.     /**
  7358.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7359.      *
  7360.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7361.      */
  7362.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7363.     {
  7364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7367.         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()));
  7368.     }
  7369.     /**
  7370.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7371.      *
  7372.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7373.      */
  7374.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7375.     {
  7376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7381.         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())));
  7382.     }
  7383.     /**
  7384.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7385.      *
  7386.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7387.      */
  7388.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7389.     {
  7390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7391.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7392.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7393.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7394.     }
  7395.     /**
  7396.      * Gets the private 'form.type_extension.form.validator' shared service.
  7397.      *
  7398.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7399.      */
  7400.     protected function getForm_TypeExtension_Form_ValidatorService()
  7401.     {
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7406.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  7407.     }
  7408.     /**
  7409.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7410.      *
  7411.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7412.      */
  7413.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7414.     {
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7418.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7419.     }
  7420.     /**
  7421.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7422.      *
  7423.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7424.      */
  7425.     protected function getForm_TypeGuesser_DoctrineService()
  7426.     {
  7427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7428.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7429.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7430.     }
  7431.     /**
  7432.      * Gets the private 'form.type_guesser.validator' shared service.
  7433.      *
  7434.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7435.      */
  7436.     protected function getForm_TypeGuesser_ValidatorService()
  7437.     {
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7440.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7441.     }
  7442.     /**
  7443.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  7444.      *
  7445.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  7446.      */
  7447.     protected function getFosCkEditor_Command_InstallerService()
  7448.     {
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7450.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  7452.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  7453.         $instance->setName('ckeditor:install');
  7454.         return $instance;
  7455.     }
  7456.     /**
  7457.      * Gets the private 'fos_ck_editor.form.type' shared service.
  7458.      *
  7459.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  7460.      */
  7461.     protected function getFosCkEditor_Form_TypeService()
  7462.     {
  7463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7465.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  7466.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  7467.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  7468.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['configs' => ['main_config' => ['toolbar' => [=> ['name' => 'styles''items' => [=> 'Bold'=> 'Italic'=> 'Underline'=> 'Strike'=> 'Blockquote'=> '-'=> 'Link'=> '-'=> 'RemoveFormat'=> '-'10 => 'NumberedList'11 => 'BulletedList'12 => '-'13 => 'Outdent'14 => 'Indent'15 => '-'16 => '-'17 => 'JustifyLeft'18 => 'JustifyCenter'19 => 'JustifyRight'20 => 'JustifyBlock'21 => '-'22 => 'Image'23 => 'Table'24 => '-'25 => 'Styles'26 => 'Format'27 => 'Font'28 => 'FontSize'29 => '-'30 => 'TextColor'31 => 'BGColor'32 => 'Source']]], 'filebrowserBrowseRoute' => 'elfinder''filebrowserBrowseRouteParameters' => []]], 'enable' => true'async' => false'auto_inline' => true'inline' => false'autoload' => true'jquery' => false'require_js' => false'input_sync' => false'base_path' => 'bundles/fosckeditor/''js_path' => 'bundles/fosckeditor/ckeditor.js''jquery_path' => 'bundles/fosckeditor/adapters/jquery.js''default_config' => NULL'plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => [], 'toolbars' => ['configs' => [], 'items' => []]]));
  7469.     }
  7470.     /**
  7471.      * Gets the private 'fos_js_routing.dump_command' shared service.
  7472.      *
  7473.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  7474.      */
  7475.     protected function getFosJsRouting_DumpCommandService()
  7476.     {
  7477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7478.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  7479.         $this->privates['fos_js_routing.dump_command'] = $instance = new \FOS\JsRoutingBundle\Command\DumpCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['fos_js_routing.serializer'] ?? $this->getFosJsRouting_SerializerService()), \dirname(__DIR__4), NULL);
  7480.         $instance->setName('fos:js-routing:dump');
  7481.         return $instance;
  7482.     }
  7483.     /**
  7484.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  7485.      *
  7486.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  7487.      */
  7488.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  7489.     {
  7490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7491.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  7492.         $this->privates['fos_js_routing.router_debug_exposed_command'] = $instance = new \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand(($this->services['fos_js_routing.extractor'] ?? $this->getFosJsRouting_ExtractorService()), ($this->services['router'] ?? $this->getRouterService()));
  7493.         $instance->setName('fos:js-routing:debug');
  7494.         return $instance;
  7495.     }
  7496.     /**
  7497.      * Gets the private 'fragment.renderer.inline' shared service.
  7498.      *
  7499.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7500.      */
  7501.     protected function getFragment_Renderer_InlineService()
  7502.     {
  7503.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7504.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7505.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7506.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  7507.         if (isset($this->privates['fragment.renderer.inline'])) {
  7508.             return $this->privates['fragment.renderer.inline'];
  7509.         }
  7510.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7511.         if (isset($this->privates['fragment.renderer.inline'])) {
  7512.             return $this->privates['fragment.renderer.inline'];
  7513.         }
  7514.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  7515.         $instance->setFragmentPath('/_fragment');
  7516.         return $instance;
  7517.     }
  7518.     /**
  7519.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7520.      *
  7521.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7522.      */
  7523.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7524.     {
  7525.         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())));
  7526.     }
  7527.     /**
  7528.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7529.      *
  7530.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7531.      */
  7532.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7533.     {
  7534.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7535.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7536.             return $this->privates['framework_extra_bundle.event.is_granted'];
  7537.         }
  7538.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  7539.     }
  7540.     /**
  7541.      * Gets the private 'locale_aware_listener' shared service.
  7542.      *
  7543.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7544.      */
  7545.     protected function getLocaleAwareListenerService()
  7546.     {
  7547.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7548.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  7549.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7550.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7551.     }
  7552.     /**
  7553.      * Gets the private 'locale_listener' shared service.
  7554.      *
  7555.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7556.      */
  7557.     protected function getLocaleListenerService()
  7558.     {
  7559.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  7560.     }
  7561.     /**
  7562.      * Gets the private 'mailer.transport_factory.mailgun' shared service.
  7563.      *
  7564.      * @return \Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory
  7565.      */
  7566.     protected function getMailer_TransportFactory_MailgunService()
  7567.     {
  7568.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7569.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7570.         include_once \dirname(__DIR__4).'/vendor/symfony/mailgun-mailer/Transport/MailgunTransportFactory.php';
  7571.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7572.         if (isset($this->privates['mailer.transport_factory.mailgun'])) {
  7573.             return $this->privates['mailer.transport_factory.mailgun'];
  7574.         }
  7575.         return $this->privates['mailer.transport_factory.mailgun'] = new \Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7576.     }
  7577.     /**
  7578.      * Gets the private 'mailer.transport_factory.native' shared service.
  7579.      *
  7580.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  7581.      */
  7582.     protected function getMailer_TransportFactory_NativeService()
  7583.     {
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7585.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7586.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  7587.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7588.         if (isset($this->privates['mailer.transport_factory.native'])) {
  7589.             return $this->privates['mailer.transport_factory.native'];
  7590.         }
  7591.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7592.     }
  7593.     /**
  7594.      * Gets the private 'mailer.transport_factory.null' shared service.
  7595.      *
  7596.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7597.      */
  7598.     protected function getMailer_TransportFactory_NullService()
  7599.     {
  7600.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7601.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7602.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7603.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7604.         if (isset($this->privates['mailer.transport_factory.null'])) {
  7605.             return $this->privates['mailer.transport_factory.null'];
  7606.         }
  7607.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7608.     }
  7609.     /**
  7610.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7611.      *
  7612.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7613.      */
  7614.     protected function getMailer_TransportFactory_SendmailService()
  7615.     {
  7616.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7617.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7618.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7619.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7620.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  7621.             return $this->privates['mailer.transport_factory.sendmail'];
  7622.         }
  7623.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7624.     }
  7625.     /**
  7626.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7627.      *
  7628.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7629.      */
  7630.     protected function getMailer_TransportFactory_SmtpService()
  7631.     {
  7632.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7633.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7634.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7635.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7636.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  7637.             return $this->privates['mailer.transport_factory.smtp'];
  7638.         }
  7639.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7640.     }
  7641.     /**
  7642.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7643.      *
  7644.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7645.      */
  7646.     protected function getMaker_AutoCommand_MakeAuthService()
  7647.     {
  7648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7650.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7651.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7652.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7655.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7656.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7657.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  7658.         $instance->setName('make:auth');
  7659.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7660.         return $instance;
  7661.     }
  7662.     /**
  7663.      * Gets the private 'maker.auto_command.make_command' shared service.
  7664.      *
  7665.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7666.      */
  7667.     protected function getMaker_AutoCommand_MakeCommandService()
  7668.     {
  7669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7673.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7674.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7675.         $instance->setName('make:command');
  7676.         $instance->setDescription('Creates a new console command class');
  7677.         return $instance;
  7678.     }
  7679.     /**
  7680.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7681.      *
  7682.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7683.      */
  7684.     protected function getMaker_AutoCommand_MakeControllerService()
  7685.     {
  7686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7689.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7691.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7692.         $instance->setName('make:controller');
  7693.         $instance->setDescription('Creates a new controller class');
  7694.         return $instance;
  7695.     }
  7696.     /**
  7697.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7698.      *
  7699.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7700.      */
  7701.     protected function getMaker_AutoCommand_MakeCrudService()
  7702.     {
  7703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7707.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7708.         $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()));
  7709.         $instance->setName('make:crud');
  7710.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7711.         return $instance;
  7712.     }
  7713.     /**
  7714.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7715.      *
  7716.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7717.      */
  7718.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7719.     {
  7720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7722.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7723.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7724.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7725.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7726.         $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()));
  7727.         $instance->setName('make:docker:database');
  7728.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7729.         return $instance;
  7730.     }
  7731.     /**
  7732.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7733.      *
  7734.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7735.      */
  7736.     protected function getMaker_AutoCommand_MakeEntityService()
  7737.     {
  7738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7739.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7740.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7741.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7742.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7744.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7745.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7746.         $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()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  7747.         $instance->setName('make:entity');
  7748.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7749.         return $instance;
  7750.     }
  7751.     /**
  7752.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7753.      *
  7754.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7755.      */
  7756.     protected function getMaker_AutoCommand_MakeFixturesService()
  7757.     {
  7758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7759.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7760.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7761.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7762.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7763.         $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()));
  7764.         $instance->setName('make:fixtures');
  7765.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7766.         return $instance;
  7767.     }
  7768.     /**
  7769.      * Gets the private 'maker.auto_command.make_form' shared service.
  7770.      *
  7771.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7772.      */
  7773.     protected function getMaker_AutoCommand_MakeFormService()
  7774.     {
  7775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7776.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7777.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7779.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7780.         $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()));
  7781.         $instance->setName('make:form');
  7782.         $instance->setDescription('Creates a new form class');
  7783.         return $instance;
  7784.     }
  7785.     /**
  7786.      * Gets the private 'maker.auto_command.make_message' shared service.
  7787.      *
  7788.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7789.      */
  7790.     protected function getMaker_AutoCommand_MakeMessageService()
  7791.     {
  7792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7793.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7794.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7795.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7796.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7797.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7798.         $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()));
  7799.         $instance->setName('make:message');
  7800.         $instance->setDescription('Creates a new message and handler');
  7801.         return $instance;
  7802.     }
  7803.     /**
  7804.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7805.      *
  7806.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7807.      */
  7808.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7809.     {
  7810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7812.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7813.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7814.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7815.         $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()));
  7816.         $instance->setName('make:messenger-middleware');
  7817.         $instance->setDescription('Creates a new messenger middleware');
  7818.         return $instance;
  7819.     }
  7820.     /**
  7821.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7822.      *
  7823.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7824.      */
  7825.     protected function getMaker_AutoCommand_MakeMigrationService()
  7826.     {
  7827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7829.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7830.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7833.         $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()));
  7834.         $instance->setName('make:migration');
  7835.         $instance->setDescription('Creates a new migration based on database changes');
  7836.         return $instance;
  7837.     }
  7838.     /**
  7839.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7840.      *
  7841.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7842.      */
  7843.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7844.     {
  7845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7846.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7849.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7850.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7851.         $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()));
  7852.         $instance->setName('make:registration-form');
  7853.         $instance->setDescription('Creates a new registration form system');
  7854.         return $instance;
  7855.     }
  7856.     /**
  7857.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7858.      *
  7859.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7860.      */
  7861.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7862.     {
  7863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7864.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7865.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7866.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7867.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7868.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7869.         $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()));
  7870.         $instance->setName('make:reset-password');
  7871.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  7872.         return $instance;
  7873.     }
  7874.     /**
  7875.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7876.      *
  7877.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7878.      */
  7879.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7880.     {
  7881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7882.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7883.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7884.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7885.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7886.         $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()));
  7887.         $instance->setName('make:serializer:encoder');
  7888.         $instance->setDescription('Creates a new serializer encoder class');
  7889.         return $instance;
  7890.     }
  7891.     /**
  7892.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7893.      *
  7894.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7895.      */
  7896.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7897.     {
  7898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7899.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7900.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7902.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7903.         $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()));
  7904.         $instance->setName('make:serializer:normalizer');
  7905.         $instance->setDescription('Creates a new serializer normalizer class');
  7906.         return $instance;
  7907.     }
  7908.     /**
  7909.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  7910.      *
  7911.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7912.      */
  7913.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  7914.     {
  7915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7916.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7917.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7919.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  7920.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7921.         $instance->setName('make:stimulus-controller');
  7922.         $instance->setDescription('Creates a new Stimulus controller');
  7923.         return $instance;
  7924.     }
  7925.     /**
  7926.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7927.      *
  7928.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7929.      */
  7930.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7931.     {
  7932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7935.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7938.         $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()));
  7939.         $instance->setName('make:subscriber');
  7940.         $instance->setDescription('Creates a new event subscriber class');
  7941.         return $instance;
  7942.     }
  7943.     /**
  7944.      * Gets the private 'maker.auto_command.make_test' shared service.
  7945.      *
  7946.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7947.      */
  7948.     protected function getMaker_AutoCommand_MakeTestService()
  7949.     {
  7950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7953.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7954.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7955.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  7956.         $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()));
  7957.         $instance->setName('make:test');
  7958.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  7959.         $instance->setDescription('Creates a new test class');
  7960.         return $instance;
  7961.     }
  7962.     /**
  7963.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7964.      *
  7965.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7966.      */
  7967.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7968.     {
  7969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7970.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7971.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7972.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7974.         $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()));
  7975.         $instance->setName('make:twig-extension');
  7976.         $instance->setDescription('Creates a new Twig extension class');
  7977.         return $instance;
  7978.     }
  7979.     /**
  7980.      * Gets the private 'maker.auto_command.make_user' shared service.
  7981.      *
  7982.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7983.      */
  7984.     protected function getMaker_AutoCommand_MakeUserService()
  7985.     {
  7986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7987.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7988.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7989.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7991.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7993.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7994.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7995.         $instance->setName('make:user');
  7996.         $instance->setDescription('Creates a new security user class');
  7997.         return $instance;
  7998.     }
  7999.     /**
  8000.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8001.      *
  8002.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8003.      */
  8004.     protected function getMaker_AutoCommand_MakeValidatorService()
  8005.     {
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8009.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8010.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8011.         $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()));
  8012.         $instance->setName('make:validator');
  8013.         $instance->setDescription('Creates a new validator and constraint class');
  8014.         return $instance;
  8015.     }
  8016.     /**
  8017.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8018.      *
  8019.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8020.      */
  8021.     protected function getMaker_AutoCommand_MakeVoterService()
  8022.     {
  8023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8027.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8028.         $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()));
  8029.         $instance->setName('make:voter');
  8030.         $instance->setDescription('Creates a new security voter class');
  8031.         return $instance;
  8032.     }
  8033.     /**
  8034.      * Gets the private 'maker.doctrine_helper' shared service.
  8035.      *
  8036.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8037.      */
  8038.     protected function getMaker_DoctrineHelperService()
  8039.     {
  8040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8041.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())]]]);
  8042.     }
  8043.     /**
  8044.      * Gets the private 'maker.entity_class_generator' shared service.
  8045.      *
  8046.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8047.      */
  8048.     protected function getMaker_EntityClassGeneratorService()
  8049.     {
  8050.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8051.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  8052.     }
  8053.     /**
  8054.      * Gets the private 'maker.file_manager' shared service.
  8055.      *
  8056.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8057.      */
  8058.     protected function getMaker_FileManagerService()
  8059.     {
  8060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8063.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8064.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8065.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  8066.     }
  8067.     /**
  8068.      * Gets the private 'maker.generator' shared service.
  8069.      *
  8070.      * @return \Symfony\Bundle\MakerBundle\Generator
  8071.      */
  8072.     protected function getMaker_GeneratorService()
  8073.     {
  8074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8075.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8076.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  8077.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  8078.     }
  8079.     /**
  8080.      * Gets the private 'maker.php_compat_util' shared service.
  8081.      *
  8082.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8083.      */
  8084.     protected function getMaker_PhpCompatUtilService()
  8085.     {
  8086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8087.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8088.     }
  8089.     /**
  8090.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8091.      *
  8092.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8093.      */
  8094.     protected function getMaker_Renderer_FormTypeRendererService()
  8095.     {
  8096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8097.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8098.     }
  8099.     /**
  8100.      * Gets the private 'mime_types' shared service.
  8101.      *
  8102.      * @return \Symfony\Component\Mime\MimeTypes
  8103.      */
  8104.     protected function getMimeTypesService()
  8105.     {
  8106.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8107.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8108.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8109.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8110.         $instance->setDefault($instance);
  8111.         return $instance;
  8112.     }
  8113.     /**
  8114.      * Gets the private 'monolog.command.server_log' shared service.
  8115.      *
  8116.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  8117.      */
  8118.     protected function getMonolog_Command_ServerLogService()
  8119.     {
  8120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8121.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  8122.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  8123.         $instance->setName('server:log');
  8124.         $instance->setDescription('Start a log server that displays logs in real time');
  8125.         return $instance;
  8126.     }
  8127.     /**
  8128.      * Gets the private 'monolog.handler.console' shared service.
  8129.      *
  8130.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8131.      */
  8132.     protected function getMonolog_Handler_ConsoleService()
  8133.     {
  8134.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8135.     }
  8136.     /**
  8137.      * Gets the private 'monolog.handler.emails' shared service.
  8138.      *
  8139.      * @return \Monolog\Handler\RotatingFileHandler
  8140.      */
  8141.     protected function getMonolog_Handler_EmailsService()
  8142.     {
  8143.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  8144.         $this->privates['monolog.handler.emails'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.emails.log'), 15100trueNULLfalse);
  8145.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8146.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8147.         return $instance;
  8148.     }
  8149.     /**
  8150.      * Gets the private 'monolog.handler.main' shared service.
  8151.      *
  8152.      * @return \Monolog\Handler\StreamHandler
  8153.      */
  8154.     protected function getMonolog_Handler_MainService()
  8155.     {
  8156.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  8157.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8158.         return $instance;
  8159.     }
  8160.     /**
  8161.      * Gets the private 'monolog.logger' shared service.
  8162.      *
  8163.      * @return \Symfony\Bridge\Monolog\Logger
  8164.      */
  8165.     protected function getMonolog_LoggerService()
  8166.     {
  8167.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8168.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8169.         $instance->useMicrosecondTimestamps(true);
  8170.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8171.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8172.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8173.         return $instance;
  8174.     }
  8175.     /**
  8176.      * Gets the private 'monolog.logger.cache' shared service.
  8177.      *
  8178.      * @return \Symfony\Bridge\Monolog\Logger
  8179.      */
  8180.     protected function getMonolog_Logger_CacheService()
  8181.     {
  8182.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8183.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8184.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8185.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8186.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8187.         return $instance;
  8188.     }
  8189.     /**
  8190.      * Gets the private 'monolog.logger.mailer' shared service.
  8191.      *
  8192.      * @return \Symfony\Bridge\Monolog\Logger
  8193.      */
  8194.     protected function getMonolog_Logger_MailerService()
  8195.     {
  8196.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  8197.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8198.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8199.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8200.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8201.         return $instance;
  8202.     }
  8203.     /**
  8204.      * Gets the private 'monolog.logger.request' shared service.
  8205.      *
  8206.      * @return \Symfony\Bridge\Monolog\Logger
  8207.      */
  8208.     protected function getMonolog_Logger_RequestService()
  8209.     {
  8210.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8211.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8212.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8213.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8214.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8215.         return $instance;
  8216.     }
  8217.     /**
  8218.      * Gets the private 'monolog.logger.security' shared service.
  8219.      *
  8220.      * @return \Symfony\Bridge\Monolog\Logger
  8221.      */
  8222.     protected function getMonolog_Logger_SecurityService()
  8223.     {
  8224.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8225.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8226.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8227.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8228.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8229.         return $instance;
  8230.     }
  8231.     /**
  8232.      * Gets the private 'parameter_bag' shared service.
  8233.      *
  8234.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8235.      */
  8236.     protected function getParameterBagService()
  8237.     {
  8238.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8239.     }
  8240.     /**
  8241.      * Gets the private 'profiler_listener' shared service.
  8242.      *
  8243.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8244.      */
  8245.     protected function getProfilerListenerService()
  8246.     {
  8247.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  8248.         if (isset($this->privates['profiler_listener'])) {
  8249.             return $this->privates['profiler_listener'];
  8250.         }
  8251.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  8252.     }
  8253.     /**
  8254.      * Gets the private 'property_accessor' shared service.
  8255.      *
  8256.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8257.      */
  8258.     protected function getPropertyAccessorService()
  8259.     {
  8260.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8261.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8262.     }
  8263.     /**
  8264.      * Gets the private 'property_info' shared service.
  8265.      *
  8266.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8267.      */
  8268.     protected function getPropertyInfoService()
  8269.     {
  8270.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8271.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8272.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8273.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8274.         }, 3), new RewindableGenerator(function () {
  8275.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8276.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  8277.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8278.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8279.         }, 4), new RewindableGenerator(function () {
  8280.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8281.         }, 1), new RewindableGenerator(function () {
  8282.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8283.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8284.         }, 2), new RewindableGenerator(function () {
  8285.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8286.         }, 1));
  8287.     }
  8288.     /**
  8289.      * Gets the private 'property_info.serializer_extractor' shared service.
  8290.      *
  8291.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8292.      */
  8293.     protected function getPropertyInfo_SerializerExtractorService()
  8294.     {
  8295.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8296.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8297.     }
  8298.     /**
  8299.      * Gets the private 'router.cache_warmer' shared service.
  8300.      *
  8301.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8302.      */
  8303.     protected function getRouter_CacheWarmerService()
  8304.     {
  8305.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8307.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8308.             'router' => ['services''router''getRouterService'false],
  8309.         ], [
  8310.             'router' => '?',
  8311.         ]))->withContext('router.cache_warmer'$this));
  8312.     }
  8313.     /**
  8314.      * Gets the private 'router.expression_language_provider' shared service.
  8315.      *
  8316.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8317.      */
  8318.     protected function getRouter_ExpressionLanguageProviderService()
  8319.     {
  8320.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8321.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8322.         ], [
  8323.             'env' => 'Closure',
  8324.         ]));
  8325.     }
  8326.     /**
  8327.      * Gets the private 'router.request_context' shared service.
  8328.      *
  8329.      * @return \Symfony\Component\Routing\RequestContext
  8330.      */
  8331.     protected function getRouter_RequestContextService()
  8332.     {
  8333.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('http://kinalgo.local/''localhost''http'80443);
  8334.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8335.         return $instance;
  8336.     }
  8337.     /**
  8338.      * Gets the private 'router_listener' shared service.
  8339.      *
  8340.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8341.      */
  8342.     protected function getRouterListenerService()
  8343.     {
  8344.         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);
  8345.     }
  8346.     /**
  8347.      * Gets the private 'secrets.vault' shared service.
  8348.      *
  8349.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8350.      */
  8351.     protected function getSecrets_VaultService()
  8352.     {
  8353.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8354.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8355.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8356.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8357.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  8358.     }
  8359.     /**
  8360.      * Gets the private 'security.access_listener' shared service.
  8361.      *
  8362.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8363.      */
  8364.     protected function getSecurity_AccessListenerService()
  8365.     {
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8369.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8370.         if (isset($this->privates['security.access_listener'])) {
  8371.             return $this->privates['security.access_listener'];
  8372.         }
  8373.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8374.         if (isset($this->privates['security.access_listener'])) {
  8375.             return $this->privates['security.access_listener'];
  8376.         }
  8377.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  8378.     }
  8379.     /**
  8380.      * Gets the private 'security.access_map' shared service.
  8381.      *
  8382.      * @return \Symfony\Component\Security\Http\AccessMap
  8383.      */
  8384.     protected function getSecurity_AccessMapService()
  8385.     {
  8386.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8387.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  8389.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  8390.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8391.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8392.         return $instance;
  8393.     }
  8394.     /**
  8395.      * Gets the private 'security.authentication.guard_handler' shared service.
  8396.      *
  8397.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  8398.      *
  8399.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  8400.      */
  8401.     protected function getSecurity_Authentication_GuardHandlerService()
  8402.     {
  8403.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  8404.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8405.         if (isset($this->privates['security.authentication.guard_handler'])) {
  8406.             return $this->privates['security.authentication.guard_handler'];
  8407.         }
  8408.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
  8409.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  8410.         return $instance;
  8411.     }
  8412.     /**
  8413.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8414.      *
  8415.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8416.      *
  8417.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  8418.      */
  8419.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8420.     {
  8421.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8422.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8423.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  8424.             return $this->privates['security.authentication.listener.anonymous.main'];
  8425.         }
  8426.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
  8427.     }
  8428.     /**
  8429.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  8430.      *
  8431.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8432.      *
  8433.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  8434.      */
  8435.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  8436.     {
  8437.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  8438.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  8439.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  8440.             return $this->privates['security.authentication.listener.guard.main'];
  8441.         }
  8442.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8443.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  8444.             return $this->privates['security.authentication.listener.guard.main'];
  8445.         }
  8446.         $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  8447.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  8448.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8449.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  8450.         return $instance;
  8451.     }
  8452.     /**
  8453.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  8454.      *
  8455.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  8456.      *
  8457.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  8458.      */
  8459.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  8460.     {
  8461.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  8462.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8463.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  8464.             return $this->privates['security.authentication.listener.rememberme.main'];
  8465.         }
  8466.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8467.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  8468.             return $this->privates['security.authentication.listener.rememberme.main'];
  8469.         }
  8470.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), $a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $btrue, ($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  8471.     }
  8472.     /**
  8473.      * Gets the private 'security.authentication.manager' shared service.
  8474.      *
  8475.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8476.      *
  8477.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  8478.      */
  8479.     protected function getSecurity_Authentication_ManagerService()
  8480.     {
  8481.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  8482.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8483.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  8484.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  8485.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  8486.         }, 3), true);
  8487.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8488.         return $instance;
  8489.     }
  8490.     /**
  8491.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  8492.      *
  8493.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8494.      *
  8495.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  8496.      */
  8497.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  8498.     {
  8499.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8500.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8501.     }
  8502.     /**
  8503.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  8504.      *
  8505.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8506.      *
  8507.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  8508.      */
  8509.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  8510.     {
  8511.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  8512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8514.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8515.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  8516.         }, 1), ($this->privates['security.user.provider.concrete.db_main'] ?? $this->getSecurity_User_Provider_Concrete_DbMainService()), 'main', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  8517.     }
  8518.     /**
  8519.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  8520.      *
  8521.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  8522.      *
  8523.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  8524.      */
  8525.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  8526.     {
  8527.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  8528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8530.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), $this->getEnv('APP_SECRET'), 'main');
  8531.     }
  8532.     /**
  8533.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  8534.      *
  8535.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  8536.      */
  8537.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  8538.     {
  8539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  8540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  8542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  8543.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  8544.             yield => ($this->privates['security.user.provider.concrete.db_main'] ?? $this->getSecurity_User_Provider_Concrete_DbMainService());
  8545.         }, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 86400'path' => '/''secure' => true'samesite' => 'strict''name' => 'REMEMBERME''domain' => NULL'httponly' => true'always_remember_me' => false'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  8546.     }
  8547.     /**
  8548.      * Gets the private 'security.authentication.session_strategy' shared service.
  8549.      *
  8550.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  8551.      */
  8552.     protected function getSecurity_Authentication_SessionStrategyService()
  8553.     {
  8554.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8555.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8556.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  8557.     }
  8558.     /**
  8559.      * Gets the private 'security.authentication_utils' shared service.
  8560.      *
  8561.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  8562.      */
  8563.     protected function getSecurity_AuthenticationUtilsService()
  8564.     {
  8565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  8566.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8567.     }
  8568.     /**
  8569.      * Gets the private 'security.channel_listener' shared service.
  8570.      *
  8571.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8572.      */
  8573.     protected function getSecurity_ChannelListenerService()
  8574.     {
  8575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8578.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  8579.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  8580.     }
  8581.     /**
  8582.      * Gets the private 'security.command.debug_firewall' shared service.
  8583.      *
  8584.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  8585.      */
  8586.     protected function getSecurity_Command_DebugFirewallService()
  8587.     {
  8588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  8590.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()), [], false);
  8591.         $instance->setName('debug:firewall');
  8592.         $instance->setDescription('Display information about your security firewall(s)');
  8593.         return $instance;
  8594.     }
  8595.     /**
  8596.      * Gets the private 'security.command.user_password_encoder' shared service.
  8597.      *
  8598.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8599.      *
  8600.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  8601.      */
  8602.     protected function getSecurity_Command_UserPasswordEncoderService()
  8603.     {
  8604.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  8605.         $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']);
  8606.         $instance->setName('security:encode-password');
  8607.         $instance->setDescription('Encode a password');
  8608.         return $instance;
  8609.     }
  8610.     /**
  8611.      * Gets the private 'security.command.user_password_hash' shared service.
  8612.      *
  8613.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  8614.      */
  8615.     protected function getSecurity_Command_UserPasswordHashService()
  8616.     {
  8617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8618.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  8619.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  8620.         $instance->setName('security:hash-password');
  8621.         $instance->setDescription('Hash a user password');
  8622.         return $instance;
  8623.     }
  8624.     /**
  8625.      * Gets the private 'security.context_listener.0' shared service.
  8626.      *
  8627.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8628.      */
  8629.     protected function getSecurity_ContextListener_0Service()
  8630.     {
  8631.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8634.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8635.         if (isset($this->privates['security.context_listener.0'])) {
  8636.             return $this->privates['security.context_listener.0'];
  8637.         }
  8638.         $this->privates['security.context_listener.0'] = $instance = 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 () {
  8639.             yield => ($this->privates['security.user.provider.concrete.db_main'] ?? $this->getSecurity_User_Provider_Concrete_DbMainService());
  8640.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  8641.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  8642.         return $instance;
  8643.     }
  8644.     /**
  8645.      * Gets the private 'security.csrf.token_storage' shared service.
  8646.      *
  8647.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8648.      */
  8649.     protected function getSecurity_Csrf_TokenStorageService()
  8650.     {
  8651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8654.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  8655.     }
  8656.     /**
  8657.      * Gets the private 'security.encoder_factory.generic' shared service.
  8658.      *
  8659.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8660.      *
  8661.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  8662.      */
  8663.     protected function getSecurity_EncoderFactory_GenericService()
  8664.     {
  8665.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  8666.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto''cost' => 10'migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'memory_cost' => NULL'time_cost' => NULL]]);
  8667.     }
  8668.     /**
  8669.      * Gets the private 'security.event_dispatcher.main' shared service.
  8670.      *
  8671.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8672.      */
  8673.     protected function getSecurity_EventDispatcher_MainService()
  8674.     {
  8675.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8676.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8677.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  8678.         }, => 'onLogout'], 64);
  8679.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8680.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8681.         }, => 'onLogout'], 0);
  8682.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8683.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  8684.         }, => 'onLogout'], 0);
  8685.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8686.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8687.         }, => 'onLogout'], 0);
  8688.         return $instance;
  8689.     }
  8690.     /**
  8691.      * Gets the private 'security.firewall.map' shared service.
  8692.      *
  8693.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8694.      */
  8695.     protected function getSecurity_Firewall_MapService()
  8696.     {
  8697.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  8698.         if (isset($this->privates['security.firewall.map'])) {
  8699.             return $this->privates['security.firewall.map'];
  8700.         }
  8701.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8702.             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)/')));
  8703.             yield 'security.firewall.map.context.main' => NULL;
  8704.         }, 2));
  8705.     }
  8706.     /**
  8707.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8708.      *
  8709.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8710.      */
  8711.     protected function getSecurity_Firewall_Map_Context_DevService()
  8712.     {
  8713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8714.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8715.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8716.             return new \EmptyIterator();
  8717.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8718.     }
  8719.     /**
  8720.      * Gets the private 'security.firewall.map.context.main' shared service.
  8721.      *
  8722.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8723.      */
  8724.     protected function getSecurity_Firewall_Map_Context_MainService()
  8725.     {
  8726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8733.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  8734.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8735.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8736.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8737.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8738.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  8739.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  8740.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8741.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8742.         }, 6), 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'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.db_main''main''App\\Security\\LoginFormAuthenticator'NULLNULL, [=> 'guard'=> 'remember_me'=> 'anonymous'], NULL));
  8743.     }
  8744.     /**
  8745.      * Gets the private 'security.helper' shared service.
  8746.      *
  8747.      * @return \Symfony\Component\Security\Core\Security
  8748.      */
  8749.     protected function getSecurity_HelperService()
  8750.     {
  8751.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  8752.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8753.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8754.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8755.         ], [
  8756.             'security.authorization_checker' => '?',
  8757.             'security.token_storage' => '?',
  8758.         ]));
  8759.     }
  8760.     /**
  8761.      * Gets the private 'security.http_utils' shared service.
  8762.      *
  8763.      * @return \Symfony\Component\Security\Http\HttpUtils
  8764.      */
  8765.     protected function getSecurity_HttpUtilsService()
  8766.     {
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8768.         $a = ($this->services['router'] ?? $this->getRouterService());
  8769.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8770.     }
  8771.     /**
  8772.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  8773.      *
  8774.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  8775.      */
  8776.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  8777.     {
  8778.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  8779.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  8780.     }
  8781.     /**
  8782.      * Gets the private 'security.logout.listener.default.main' shared service.
  8783.      *
  8784.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  8785.      */
  8786.     protected function getSecurity_Logout_Listener_Default_MainService()
  8787.     {
  8788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  8789.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/login');
  8790.     }
  8791.     /**
  8792.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  8793.      *
  8794.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  8795.      */
  8796.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  8797.     {
  8798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  8799.         return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  8800.     }
  8801.     /**
  8802.      * Gets the private 'security.logout_url_generator' shared service.
  8803.      *
  8804.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8805.      */
  8806.     protected function getSecurity_LogoutUrlGeneratorService()
  8807.     {
  8808.         $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['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8809.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  8810.         return $instance;
  8811.     }
  8812.     /**
  8813.      * Gets the private 'security.password_hasher_factory' shared service.
  8814.      *
  8815.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8816.      */
  8817.     protected function getSecurity_PasswordHasherFactoryService()
  8818.     {
  8819.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8820.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8821.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'auto''cost' => 10'migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'memory_cost' => NULL'time_cost' => NULL]]);
  8822.     }
  8823.     /**
  8824.      * Gets the private 'security.role_hierarchy' shared service.
  8825.      *
  8826.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8827.      */
  8828.     protected function getSecurity_RoleHierarchyService()
  8829.     {
  8830.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8831.     }
  8832.     /**
  8833.      * Gets the private 'security.user.provider.concrete.db_main' shared service.
  8834.      *
  8835.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  8836.      */
  8837.     protected function getSecurity_User_Provider_Concrete_DbMainService()
  8838.     {
  8839.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8840.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  8841.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  8842.         return $this->privates['security.user.provider.concrete.db_main'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  8843.     }
  8844.     /**
  8845.      * Gets the private 'security.user_password_hasher' shared service.
  8846.      *
  8847.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  8848.      */
  8849.     protected function getSecurity_UserPasswordHasherService()
  8850.     {
  8851.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  8852.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  8853.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8854.     }
  8855.     /**
  8856.      * Gets the private 'security.validator.user_password' shared service.
  8857.      *
  8858.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8859.      */
  8860.     protected function getSecurity_Validator_UserPasswordService()
  8861.     {
  8862.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8863.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8865.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8866.     }
  8867.     /**
  8868.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8869.      *
  8870.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8871.      */
  8872.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8873.     {
  8874.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8875.     }
  8876.     /**
  8877.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8878.      *
  8879.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8880.      */
  8881.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8882.     {
  8883.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8884.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  8885.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8886.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8887.     }
  8888.     /**
  8889.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8890.      *
  8891.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8892.      */
  8893.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8894.     {
  8895.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8896.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8897.             return $this->privates['sensio_framework_extra.security.listener'];
  8898.         }
  8899.         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->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8900.     }
  8901.     /**
  8902.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8903.      *
  8904.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8905.      */
  8906.     protected function getSensioFrameworkExtra_View_ListenerService()
  8907.     {
  8908.         $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))));
  8909.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8910.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8911.         ], [
  8912.             'twig' => '?',
  8913.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8914.         return $instance;
  8915.     }
  8916.     /**
  8917.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8918.      *
  8919.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8920.      */
  8921.     protected function getSerializer_Mapping_CacheWarmerService()
  8922.     {
  8923.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8925.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8926.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8927.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8928.         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'));
  8929.     }
  8930.     /**
  8931.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8932.      *
  8933.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8934.      */
  8935.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8936.     {
  8937.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8938.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8939.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8940.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8941.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8942.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8943.         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()))]));
  8944.     }
  8945.     /**
  8946.      * Gets the private 'session.factory' shared service.
  8947.      *
  8948.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  8949.      */
  8950.     protected function getSession_FactoryService()
  8951.     {
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  8953.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  8954.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  8955.         if (isset($this->privates['session.factory'])) {
  8956.             return $this->privates['session.factory'];
  8957.         }
  8958.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  8959.     }
  8960.     /**
  8961.      * Gets the private 'session.storage.factory.service' shared service.
  8962.      *
  8963.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  8964.      *
  8965.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  8966.      */
  8967.     protected function getSession_Storage_Factory_ServiceService()
  8968.     {
  8969.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  8970.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  8971.     }
  8972.     /**
  8973.      * Gets the private 'session.storage.metadata_bag' shared service.
  8974.      *
  8975.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  8976.      *
  8977.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  8978.      */
  8979.     protected function getSession_Storage_MetadataBagService()
  8980.     {
  8981.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  8982.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  8983.     }
  8984.     /**
  8985.      * Gets the private 'session.storage.native' shared service.
  8986.      *
  8987.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8988.      *
  8989.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  8990.      */
  8991.     protected function getSession_Storage_NativeService()
  8992.     {
  8993.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  8994.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  8995.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  8996.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
  8997.     }
  8998.     /**
  8999.      * Gets the private 'session_listener' shared service.
  9000.      *
  9001.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9002.      */
  9003.     protected function getSessionListenerService()
  9004.     {
  9005.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9006.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  9007.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9008.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9009.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  9010.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  9011.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  9012.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  9013.         ], [
  9014.             'initialized_session' => '?',
  9015.             'logger' => '?',
  9016.             'request_stack' => '?',
  9017.             'session' => '?',
  9018.             'session_collector' => '?',
  9019.             'session_factory' => '?',
  9020.             'session_storage' => '?',
  9021.         ]), true$this->parameters['session.storage.options']);
  9022.     }
  9023.     /**
  9024.      * Gets the private 'slugger' shared service.
  9025.      *
  9026.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  9027.      */
  9028.     protected function getSluggerService()
  9029.     {
  9030.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  9031.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  9032.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr');
  9033.     }
  9034.     /**
  9035.      * Gets the private 'translation.extractor' shared service.
  9036.      *
  9037.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  9038.      */
  9039.     protected function getTranslation_ExtractorService()
  9040.     {
  9041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  9042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  9043.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  9044.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  9045.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  9046.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  9047.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  9048.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  9049.         return $instance;
  9050.     }
  9051.     /**
  9052.      * Gets the private 'translation.loader.csv' shared service.
  9053.      *
  9054.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  9055.      */
  9056.     protected function getTranslation_Loader_CsvService()
  9057.     {
  9058.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9059.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9060.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9061.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9062.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  9063.     }
  9064.     /**
  9065.      * Gets the private 'translation.loader.dat' shared service.
  9066.      *
  9067.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  9068.      */
  9069.     protected function getTranslation_Loader_DatService()
  9070.     {
  9071.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9072.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9073.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9074.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  9075.     }
  9076.     /**
  9077.      * Gets the private 'translation.loader.ini' shared service.
  9078.      *
  9079.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  9080.      */
  9081.     protected function getTranslation_Loader_IniService()
  9082.     {
  9083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9084.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9085.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9086.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9087.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  9088.     }
  9089.     /**
  9090.      * Gets the private 'translation.loader.json' shared service.
  9091.      *
  9092.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  9093.      */
  9094.     protected function getTranslation_Loader_JsonService()
  9095.     {
  9096.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9097.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9098.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9099.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9100.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  9101.     }
  9102.     /**
  9103.      * Gets the private 'translation.loader.mo' shared service.
  9104.      *
  9105.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  9106.      */
  9107.     protected function getTranslation_Loader_MoService()
  9108.     {
  9109.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9110.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9111.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9112.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9113.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  9114.     }
  9115.     /**
  9116.      * Gets the private 'translation.loader.php' shared service.
  9117.      *
  9118.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  9119.      */
  9120.     protected function getTranslation_Loader_PhpService()
  9121.     {
  9122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9124.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9125.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9126.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  9127.     }
  9128.     /**
  9129.      * Gets the private 'translation.loader.po' shared service.
  9130.      *
  9131.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  9132.      */
  9133.     protected function getTranslation_Loader_PoService()
  9134.     {
  9135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9136.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9137.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9138.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9139.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  9140.     }
  9141.     /**
  9142.      * Gets the private 'translation.loader.qt' shared service.
  9143.      *
  9144.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  9145.      */
  9146.     protected function getTranslation_Loader_QtService()
  9147.     {
  9148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9149.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9150.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  9151.     }
  9152.     /**
  9153.      * Gets the private 'translation.loader.res' shared service.
  9154.      *
  9155.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9156.      */
  9157.     protected function getTranslation_Loader_ResService()
  9158.     {
  9159.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9161.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9162.     }
  9163.     /**
  9164.      * Gets the private 'translation.loader.xliff' shared service.
  9165.      *
  9166.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9167.      */
  9168.     protected function getTranslation_Loader_XliffService()
  9169.     {
  9170.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9171.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9172.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9173.     }
  9174.     /**
  9175.      * Gets the private 'translation.loader.yml' shared service.
  9176.      *
  9177.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9178.      */
  9179.     protected function getTranslation_Loader_YmlService()
  9180.     {
  9181.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9182.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9183.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9185.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9186.     }
  9187.     /**
  9188.      * Gets the private 'translation.provider_collection' shared service.
  9189.      *
  9190.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  9191.      */
  9192.     protected function getTranslation_ProviderCollectionService()
  9193.     {
  9194.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  9195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  9196.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  9197.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  9198.         }, 1), []))->fromConfig([]);
  9199.     }
  9200.     /**
  9201.      * Gets the private 'translation.reader' shared service.
  9202.      *
  9203.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9204.      */
  9205.     protected function getTranslation_ReaderService()
  9206.     {
  9207.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9208.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  9209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9210.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9211.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9212.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9213.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9216.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9217.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9218.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9219.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9221.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9222.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9223.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9224.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9225.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9226.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9227.         $instance->addLoader('yaml'$a);
  9228.         $instance->addLoader('yml'$a);
  9229.         $instance->addLoader('xlf'$b);
  9230.         $instance->addLoader('xliff'$b);
  9231.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9232.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9233.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9234.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9235.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9236.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9237.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9238.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9239.         return $instance;
  9240.     }
  9241.     /**
  9242.      * Gets the private 'translation.warmer' shared service.
  9243.      *
  9244.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9245.      */
  9246.     protected function getTranslation_WarmerService()
  9247.     {
  9248.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9250.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9251.             'translator' => ['services''translator''getTranslatorService'false],
  9252.         ], [
  9253.             'translator' => '?',
  9254.         ]))->withContext('translation.warmer'$this));
  9255.     }
  9256.     /**
  9257.      * Gets the private 'translation.writer' shared service.
  9258.      *
  9259.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  9260.      */
  9261.     protected function getTranslation_WriterService()
  9262.     {
  9263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  9264.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  9265.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  9266.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  9267.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  9268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  9271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  9272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  9273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  9274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  9275.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  9276.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  9277.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  9278.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  9279.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  9280.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  9281.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  9282.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  9283.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  9284.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  9285.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  9286.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  9287.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  9288.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  9289.         return $instance;
  9290.     }
  9291.     /**
  9292.      * Gets the private 'translator.default' shared service.
  9293.      *
  9294.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9295.      */
  9296.     protected function getTranslator_DefaultService()
  9297.     {
  9298.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9299.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9300.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9301.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9302.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9303.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9304.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9305.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9306.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9307.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9308.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9309.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9310.         ], [
  9311.             'translation.loader.csv' => '?',
  9312.             'translation.loader.dat' => '?',
  9313.             'translation.loader.ini' => '?',
  9314.             'translation.loader.json' => '?',
  9315.             'translation.loader.mo' => '?',
  9316.             'translation.loader.php' => '?',
  9317.             'translation.loader.po' => '?',
  9318.             'translation.loader.qt' => '?',
  9319.             'translation.loader.res' => '?',
  9320.             'translation.loader.xliff' => '?',
  9321.             'translation.loader.yml' => '?',
  9322.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/messages.en.yml'), => (\dirname(__DIR__4).'/translations/security.en.xlf'), => (\dirname(__DIR__4).'/translations/validators.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/translations/messages.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-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/maker-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'10 => 'vendor/symfony/web-profiler-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/webpack-encore-bundle/src/translations'14 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'15 => 'vendor/twig/extra-bundle/translations'16 => 'vendor/symfony/debug-bundle/translations'17 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations'18 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'19 => 'vendor/friendsofsymfony/jsrouting-bundle/translations']]], []);
  9323.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9324.         $instance->setFallbackLocales([=> 'en']);
  9325.         return $instance;
  9326.     }
  9327.     /**
  9328.      * Gets the private 'twig.command.debug' shared service.
  9329.      *
  9330.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9331.      */
  9332.     protected function getTwig_Command_DebugService()
  9333.     {
  9334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9335.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9336.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  9337.         $instance->setName('debug:twig');
  9338.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  9339.         return $instance;
  9340.     }
  9341.     /**
  9342.      * Gets the private 'twig.command.lint' shared service.
  9343.      *
  9344.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9345.      */
  9346.     protected function getTwig_Command_LintService()
  9347.     {
  9348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9349.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9350.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9351.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9352.         $instance->setName('lint:twig');
  9353.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  9354.         return $instance;
  9355.     }
  9356.     /**
  9357.      * Gets the private 'twig.form.engine' shared service.
  9358.      *
  9359.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  9360.      */
  9361.     protected function getTwig_Form_EngineService()
  9362.     {
  9363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9365.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9366.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9367.         if (isset($this->privates['twig.form.engine'])) {
  9368.             return $this->privates['twig.form.engine'];
  9369.         }
  9370.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  9371.     }
  9372.     /**
  9373.      * Gets the private 'twig.form.renderer' shared service.
  9374.      *
  9375.      * @return \Symfony\Component\Form\FormRenderer
  9376.      */
  9377.     protected function getTwig_Form_RendererService()
  9378.     {
  9379.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9380.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9381.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  9382.         if (isset($this->privates['twig.form.renderer'])) {
  9383.             return $this->privates['twig.form.renderer'];
  9384.         }
  9385.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  9386.     }
  9387.     /**
  9388.      * Gets the private 'twig.mailer.message_listener' shared service.
  9389.      *
  9390.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9391.      */
  9392.     protected function getTwig_Mailer_MessageListenerService()
  9393.     {
  9394.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9395.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9396.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9397.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9398.         if (isset($this->privates['twig.mailer.message_listener'])) {
  9399.             return $this->privates['twig.mailer.message_listener'];
  9400.         }
  9401.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  9402.     }
  9403.     /**
  9404.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9405.      *
  9406.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9407.      */
  9408.     protected function getTwig_Runtime_HttpkernelService()
  9409.     {
  9410.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9411.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9412.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9413.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  9414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  9415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  9416.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9417.         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, [
  9418.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9419.         ], [
  9420.             'inline' => '?',
  9421.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  9422.     }
  9423.     /**
  9424.      * Gets the private 'twig.runtime.security_csrf' shared service.
  9425.      *
  9426.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  9427.      */
  9428.     protected function getTwig_Runtime_SecurityCsrfService()
  9429.     {
  9430.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  9431.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  9432.     }
  9433.     /**
  9434.      * Gets the private 'twig.runtime.serializer' shared service.
  9435.      *
  9436.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  9437.      */
  9438.     protected function getTwig_Runtime_SerializerService()
  9439.     {
  9440.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9441.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  9442.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  9443.     }
  9444.     /**
  9445.      * Gets the private 'twig.template_cache_warmer' shared service.
  9446.      *
  9447.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9448.      */
  9449.     protected function getTwig_TemplateCacheWarmerService()
  9450.     {
  9451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9452.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9453.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9454.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9455.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9456.         ], [
  9457.             'twig' => '?',
  9458.         ]))->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')));
  9459.     }
  9460.     /**
  9461.      * Gets the private 'validator.builder' shared service.
  9462.      *
  9463.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9464.      */
  9465.     protected function getValidator_BuilderService()
  9466.     {
  9467.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9468.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9469.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9470.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9471.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9472.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9473.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9474.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9475.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9476.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9477.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9478.         ], [
  9479.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9480.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9481.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9482.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9483.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9484.             'doctrine.orm.validator.unique' => '?',
  9485.             'security.validator.user_password' => '?',
  9486.             'validator.expression' => '?',
  9487.         ])));
  9488.         if ($this->has('translator')) {
  9489.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9490.         }
  9491.         $instance->setTranslationDomain('validators');
  9492.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9493.         $instance->enableAnnotationMapping(true);
  9494.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9495.         $instance->addMethodMapping('loadValidatorMetadata');
  9496.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  9497.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9498.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  9499.         return $instance;
  9500.     }
  9501.     /**
  9502.      * Gets the private 'validator.email' shared service.
  9503.      *
  9504.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9505.      */
  9506.     protected function getValidator_EmailService()
  9507.     {
  9508.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9509.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9510.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9511.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9512.     }
  9513.     /**
  9514.      * Gets the private 'validator.expression' shared service.
  9515.      *
  9516.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9517.      */
  9518.     protected function getValidator_ExpressionService()
  9519.     {
  9520.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9521.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9522.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9523.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  9524.     }
  9525.     /**
  9526.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9527.      *
  9528.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9529.      */
  9530.     protected function getValidator_Mapping_CacheWarmerService()
  9531.     {
  9532.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9535.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9536.     }
  9537.     /**
  9538.      * Gets the private 'validator.not_compromised_password' shared service.
  9539.      *
  9540.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9541.      */
  9542.     protected function getValidator_NotCompromisedPasswordService()
  9543.     {
  9544.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9545.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9546.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9547.         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);
  9548.     }
  9549.     /**
  9550.      * Gets the private 'var_dumper.command.server_dump' shared service.
  9551.      *
  9552.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  9553.      */
  9554.     protected function getVarDumper_Command_ServerDumpService()
  9555.     {
  9556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9557.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  9558.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  9559.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  9560.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  9561.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  9562.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  9563.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9564.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9565.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9566.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9567.         $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()))]);
  9568.         $instance->setName('server:dump');
  9569.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  9570.         return $instance;
  9571.     }
  9572.     /**
  9573.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  9574.      *
  9575.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  9576.      */
  9577.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  9578.     {
  9579.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  9580.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9581.         return $instance;
  9582.     }
  9583.     /**
  9584.      * Gets the private 'var_dumper.html_dumper' shared service.
  9585.      *
  9586.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  9587.      */
  9588.     protected function getVarDumper_HtmlDumperService()
  9589.     {
  9590.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  9591.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9592.         return $instance;
  9593.     }
  9594.     /**
  9595.      * Gets the private 'var_dumper.server_connection' shared service.
  9596.      *
  9597.      * @return \Symfony\Component\VarDumper\Server\Connection
  9598.      */
  9599.     protected function getVarDumper_ServerConnectionService()
  9600.     {
  9601.         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()]);
  9602.     }
  9603.     /**
  9604.      * Gets the private 'web_profiler.csp.handler' shared service.
  9605.      *
  9606.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9607.      */
  9608.     protected function getWebProfiler_Csp_HandlerService()
  9609.     {
  9610.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9611.     }
  9612.     /**
  9613.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9614.      *
  9615.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9616.      */
  9617.     protected function getWebProfiler_DebugToolbarService()
  9618.     {
  9619.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9620.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9621.             return $this->privates['web_profiler.debug_toolbar'];
  9622.         }
  9623.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  9624.     }
  9625.     /**
  9626.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  9627.      *
  9628.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  9629.      */
  9630.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  9631.     {
  9632.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  9633.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  9634.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  9635.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  9636.     }
  9637.     /**
  9638.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  9639.      *
  9640.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  9641.      */
  9642.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  9643.     {
  9644.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9645.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  9646.         ], [
  9647.             '_default' => '?',
  9648.         ]), '_default');
  9649.     }
  9650.     /**
  9651.      * Gets the private 'webpack_encore.exception_listener' shared service.
  9652.      *
  9653.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  9654.      */
  9655.     protected function getWebpackEncore_ExceptionListenerService()
  9656.     {
  9657.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  9658.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  9659.     }
  9660.     /**
  9661.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  9662.      *
  9663.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  9664.      */
  9665.     protected function getWebpackEncore_TagRendererService()
  9666.     {
  9667.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  9668.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9669.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  9670.             return $this->privates['webpack_encore.tag_renderer'];
  9671.         }
  9672.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => false], [], $a);
  9673.     }
  9674.     /**
  9675.      * Gets the public 'cache_clearer' alias.
  9676.      *
  9677.      * @return object The ".container.private.cache_clearer" service.
  9678.      */
  9679.     protected function getCacheClearerService()
  9680.     {
  9681.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9682.         return $this->get('.container.private.cache_clearer');
  9683.     }
  9684.     /**
  9685.      * Gets the public 'filesystem' alias.
  9686.      *
  9687.      * @return object The ".container.private.filesystem" service.
  9688.      */
  9689.     protected function getFilesystemService()
  9690.     {
  9691.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9692.         return $this->get('.container.private.filesystem');
  9693.     }
  9694.     /**
  9695.      * Gets the public 'serializer' alias.
  9696.      *
  9697.      * @return object The ".container.private.serializer" service.
  9698.      */
  9699.     protected function getSerializerService()
  9700.     {
  9701.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9702.         return $this->get('.container.private.serializer');
  9703.     }
  9704.     /**
  9705.      * Gets the public 'security.csrf.token_manager' alias.
  9706.      *
  9707.      * @return object The ".container.private.security.csrf.token_manager" service.
  9708.      */
  9709.     protected function getSecurity_Csrf_TokenManagerService()
  9710.     {
  9711.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  9712.         return $this->get('.container.private.security.csrf.token_manager');
  9713.     }
  9714.     /**
  9715.      * Gets the public 'form.factory' alias.
  9716.      *
  9717.      * @return object The ".container.private.form.factory" service.
  9718.      */
  9719.     protected function getForm_FactoryService()
  9720.     {
  9721.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9722.         return $this->get('.container.private.form.factory');
  9723.     }
  9724.     /**
  9725.      * Gets the public 'form.type.file' alias.
  9726.      *
  9727.      * @return object The ".container.private.form.type.file" service.
  9728.      */
  9729.     protected function getForm_Type_FileService()
  9730.     {
  9731.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9732.         return $this->get('.container.private.form.type.file');
  9733.     }
  9734.     /**
  9735.      * Gets the public 'profiler' alias.
  9736.      *
  9737.      * @return object The ".container.private.profiler" service.
  9738.      */
  9739.     protected function getProfilerService()
  9740.     {
  9741.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9742.         return $this->get('.container.private.profiler');
  9743.     }
  9744.     /**
  9745.      * Gets the public 'twig' alias.
  9746.      *
  9747.      * @return object The ".container.private.twig" service.
  9748.      */
  9749.     protected function getTwigService()
  9750.     {
  9751.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9752.         return $this->get('.container.private.twig');
  9753.     }
  9754.     /**
  9755.      * Gets the public 'security.authorization_checker' alias.
  9756.      *
  9757.      * @return object The ".container.private.security.authorization_checker" service.
  9758.      */
  9759.     protected function getSecurity_AuthorizationCheckerService()
  9760.     {
  9761.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9762.         return $this->get('.container.private.security.authorization_checker');
  9763.     }
  9764.     /**
  9765.      * Gets the public 'security.token_storage' alias.
  9766.      *
  9767.      * @return object The ".container.private.security.token_storage" service.
  9768.      */
  9769.     protected function getSecurity_TokenStorageService()
  9770.     {
  9771.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9772.         return $this->get('.container.private.security.token_storage');
  9773.     }
  9774.     /**
  9775.      * Gets the public 'security.password_encoder' alias.
  9776.      *
  9777.      * @return object The ".container.private.security.password_encoder" service.
  9778.      */
  9779.     protected function getSecurity_PasswordEncoderService()
  9780.     {
  9781.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9782.         return $this->get('.container.private.security.password_encoder');
  9783.     }
  9784.     /**
  9785.      * Gets the public 'session' alias.
  9786.      *
  9787.      * @return object The ".container.private.session" service.
  9788.      */
  9789.     protected function getSessionService()
  9790.     {
  9791.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9792.         return $this->get('.container.private.session');
  9793.     }
  9794.     /**
  9795.      * Gets the public 'validator' alias.
  9796.      *
  9797.      * @return object The ".container.private.validator" service.
  9798.      */
  9799.     protected function getValidatorService()
  9800.     {
  9801.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9802.         return $this->get('.container.private.validator');
  9803.     }
  9804.     /**
  9805.      * @return array|bool|float|int|string|\UnitEnum|null
  9806.      */
  9807.     public function getParameter(string $name)
  9808.     {
  9809.         if (isset($this->buildParameters[$name])) {
  9810.             return $this->buildParameters[$name];
  9811.         }
  9812.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9813.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9814.         }
  9815.         if (isset($this->loadedDynamicParameters[$name])) {
  9816.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9817.         }
  9818.         return $this->parameters[$name];
  9819.     }
  9820.     public function hasParameter(string $name): bool
  9821.     {
  9822.         if (isset($this->buildParameters[$name])) {
  9823.             return true;
  9824.         }
  9825.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9826.     }
  9827.     public function setParameter(string $name$value): void
  9828.     {
  9829.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9830.     }
  9831.     public function getParameterBag(): ParameterBagInterface
  9832.     {
  9833.         if (null === $this->parameterBag) {
  9834.             $parameters $this->parameters;
  9835.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9836.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9837.             }
  9838.             foreach ($this->buildParameters as $name => $value) {
  9839.                 $parameters[$name] = $value;
  9840.             }
  9841.             $this->parameterBag = new FrozenParameterBag($parameters);
  9842.         }
  9843.         return $this->parameterBag;
  9844.     }
  9845.     private $loadedDynamicParameters = [
  9846.         'kernel.runtime_environment' => false,
  9847.         'kernel.build_dir' => false,
  9848.         'kernel.cache_dir' => false,
  9849.         'kernel.secret' => false,
  9850.         'debug.container.dump' => false,
  9851.         'serializer.mapping.cache.file' => false,
  9852.         'validator.mapping.cache.file' => false,
  9853.         'profiler.storage.dsn' => false,
  9854.         'doctrine.orm.proxy_dir' => false,
  9855.     ];
  9856.     private $dynamicParameters = [];
  9857.     private function getDynamicParameter(string $name)
  9858.     {
  9859.         switch ($name) {
  9860.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9861.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9862.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9863.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9864.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  9865.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9866.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9867.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9868.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9869.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9870.         }
  9871.         $this->loadedDynamicParameters[$name] = true;
  9872.         return $this->dynamicParameters[$name] = $value;
  9873.     }
  9874.     protected function getDefaultParameters(): array
  9875.     {
  9876.         return [
  9877.             'kernel.project_dir' => \dirname(__DIR__4),
  9878.             'kernel.environment' => 'dev',
  9879.             'kernel.debug' => true,
  9880.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9881.             'kernel.bundles' => [
  9882.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9883.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9884.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9885.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9886.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9887.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9888.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9889.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9890.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9891.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  9892.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  9893.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9894.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9895.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  9896.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  9897.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  9898.             ],
  9899.             'kernel.bundles_metadata' => [
  9900.                 'FrameworkBundle' => [
  9901.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9902.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9903.                 ],
  9904.                 'MakerBundle' => [
  9905.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9906.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9907.                 ],
  9908.                 'DoctrineBundle' => [
  9909.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9910.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9911.                 ],
  9912.                 'DoctrineMigrationsBundle' => [
  9913.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9914.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9915.                 ],
  9916.                 'TwigBundle' => [
  9917.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9918.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9919.                 ],
  9920.                 'SensioFrameworkExtraBundle' => [
  9921.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9922.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9923.                 ],
  9924.                 'WebProfilerBundle' => [
  9925.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9926.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9927.                 ],
  9928.                 'SecurityBundle' => [
  9929.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9930.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9931.                 ],
  9932.                 'MonologBundle' => [
  9933.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9934.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9935.                 ],
  9936.                 'WebpackEncoreBundle' => [
  9937.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  9938.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  9939.                 ],
  9940.                 'FOSCKEditorBundle' => [
  9941.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  9942.                     'namespace' => 'FOS\\CKEditorBundle',
  9943.                 ],
  9944.                 'TwigExtraBundle' => [
  9945.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9946.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9947.                 ],
  9948.                 'DebugBundle' => [
  9949.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9950.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9951.                 ],
  9952.                 'KnpUOAuth2ClientBundle' => [
  9953.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  9954.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  9955.                 ],
  9956.                 'DoctrineFixturesBundle' => [
  9957.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  9958.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  9959.                 ],
  9960.                 'FOSJsRoutingBundle' => [
  9961.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  9962.                     'namespace' => 'FOS\\JsRoutingBundle',
  9963.                 ],
  9964.             ],
  9965.             'kernel.charset' => 'UTF-8',
  9966.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  9967.             'container.dumper.inline_class_loader' => true,
  9968.             'container.dumper.inline_factories' => true,
  9969.             'locale' => 'fr',
  9970.             'upload_tmp_directory' => (\dirname(__DIR__4).'/public/img/tmp'),
  9971.             'upload_logo_directory' => (\dirname(__DIR__4).'/public/img/company/logo'),
  9972.             'upload_doc_directory' => (\dirname(__DIR__4).'/files/doc/company'),
  9973.             'upload_import_directory' => (\dirname(__DIR__4).'/public/import/users'),
  9974.             'tpl_import_file' => (\dirname(__DIR__4).'/files/import/tpl'),
  9975.             'upload_images_formation_directory' => (\dirname(__DIR__4).'/public/img/formation'),
  9976.             'admin_import_directory' => (\dirname(__DIR__4).'/files/import/admin-imports'),
  9977.             'event_dispatcher.event_aliases' => [
  9978.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9979.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9980.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9981.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9982.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9983.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9984.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9985.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9986.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9987.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9988.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9989.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9990.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9991.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9992.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9993.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9994.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9995.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9996.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9997.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9998.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9999.             ],
  10000.             'fragment.renderer.hinclude.global_template' => NULL,
  10001.             'fragment.path' => '/_fragment',
  10002.             'kernel.http_method_override' => true,
  10003.             'kernel.trusted_hosts' => [
  10004.             ],
  10005.             'kernel.default_locale' => 'fr',
  10006.             'kernel.enabled_locales' => [
  10007.             ],
  10008.             'kernel.error_controller' => 'error_controller',
  10009.             'debug.file_link_format' => NULL,
  10010.             'asset.request_context.base_path' => NULL,
  10011.             'asset.request_context.secure' => NULL,
  10012.             'translator.logging' => false,
  10013.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10014.             'debug.error_handler.throw_at' => -1,
  10015.             'router.request_context.host' => 'localhost',
  10016.             'router.request_context.scheme' => 'http',
  10017.             'router.request_context.base_url' => '',
  10018.             'router.resource' => 'kernel::loadRoutes',
  10019.             'request_listener.http_port' => 80,
  10020.             'request_listener.https_port' => 443,
  10021.             'session.metadata.storage_key' => '_sf2_meta',
  10022.             'session.storage.options' => [
  10023.                 'cache_limiter' => '0',
  10024.                 'cookie_secure' => 'auto',
  10025.                 'cookie_httponly' => true,
  10026.                 'cookie_samesite' => 'lax',
  10027.                 'gc_probability' => 1,
  10028.             ],
  10029.             'session.save_path' => NULL,
  10030.             'session.metadata.update_threshold' => 0,
  10031.             'form.type_extension.csrf.enabled' => true,
  10032.             'form.type_extension.csrf.field_name' => '_token',
  10033.             'validator.translation_domain' => 'validators',
  10034.             'profiler_listener.only_exceptions' => false,
  10035.             'profiler_listener.only_main_requests' => false,
  10036.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  10037.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  10038.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  10039.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  10040.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  10041.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  10042.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  10043.             'doctrine.entity_managers' => [
  10044.                 'default' => 'doctrine.orm.default_entity_manager',
  10045.             ],
  10046.             'doctrine.default_entity_manager' => 'default',
  10047.             'doctrine.dbal.connection_factory.types' => [
  10048.             ],
  10049.             'doctrine.connections' => [
  10050.                 'default' => 'doctrine.dbal.default_connection',
  10051.             ],
  10052.             'doctrine.default_connection' => 'default',
  10053.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  10054.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  10055.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  10056.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  10057.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  10058.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  10059.             'doctrine.orm.cache.memcache_host' => 'localhost',
  10060.             'doctrine.orm.cache.memcache_port' => 11211,
  10061.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  10062.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  10063.             'doctrine.orm.cache.memcached_host' => 'localhost',
  10064.             'doctrine.orm.cache.memcached_port' => 11211,
  10065.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  10066.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  10067.             'doctrine.orm.cache.redis_host' => 'localhost',
  10068.             'doctrine.orm.cache.redis_port' => 6379,
  10069.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10070.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10071.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10072.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10073.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10074.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10075.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10076.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10077.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10078.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10079.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  10080.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10081.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10082.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10083.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10084.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10085.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10086.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10087.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10088.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10089.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10090.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10091.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10092.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10093.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10094.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10095.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10096.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10097.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10098.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10099.             'doctrine.orm.auto_generate_proxy_classes' => true,
  10100.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  10101.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10102.             'doctrine.migrations.preferred_em' => NULL,
  10103.             'doctrine.migrations.preferred_connection' => NULL,
  10104.             'twig.form.resources' => [
  10105.                 => 'form_div_layout.html.twig',
  10106.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  10107.                 => 'bootstrap_4_layout.html.twig',
  10108.             ],
  10109.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10110.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10111.             'web_profiler.debug_toolbar.mode' => 2,
  10112.             'security.role_hierarchy.roles' => [
  10113.                 'ROLE_ADMIN' => [
  10114.                     => 'ROLE_RH',
  10115.                 ],
  10116.                 'ROLE_RH' => [
  10117.                     => 'ROLE_USER_ACTIF',
  10118.                     => 'ROLE_USER_INACTIF',
  10119.                 ],
  10120.             ],
  10121.             'security.access.denied_url' => NULL,
  10122.             'security.authentication.manager.erase_credentials' => true,
  10123.             'security.authentication.session_strategy.strategy' => 'migrate',
  10124.             'security.access.always_authenticate_before_granting' => false,
  10125.             'security.authentication.hide_user_not_found' => true,
  10126.             'security.firewalls' => [
  10127.                 => 'dev',
  10128.                 => 'main',
  10129.             ],
  10130.             'security.main._indexed_authenticators' => [
  10131.             ],
  10132.             'monolog.use_microseconds' => true,
  10133.             'monolog.swift_mailer.handlers' => [
  10134.             ],
  10135.             'monolog.handlers_to_channels' => [
  10136.                 'monolog.handler.emails' => [
  10137.                     'type' => 'inclusive',
  10138.                     'elements' => [
  10139.                         => 'emails',
  10140.                     ],
  10141.                 ],
  10142.                 'monolog.handler.console' => [
  10143.                     'type' => 'exclusive',
  10144.                     'elements' => [
  10145.                         => 'event',
  10146.                         => 'doctrine',
  10147.                         => 'console',
  10148.                     ],
  10149.                 ],
  10150.                 'monolog.handler.main' => [
  10151.                     'type' => 'exclusive',
  10152.                     'elements' => [
  10153.                         => 'event',
  10154.                     ],
  10155.                 ],
  10156.             ],
  10157.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  10158.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  10159.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  10160.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  10161.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  10162.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  10163.             'fos_js_routing.request_context_base_url' => NULL,
  10164.             'fos_js_routing.cache_control' => [
  10165.                 'enabled' => false,
  10166.             ],
  10167.             'maker.compatible_check.doctrine.supports_attributes' => true,
  10168.             'data_collector.templates' => [
  10169.                 'data_collector.request' => [
  10170.                     => 'request',
  10171.                     => '@WebProfiler/Collector/request.html.twig',
  10172.                 ],
  10173.                 'data_collector.time' => [
  10174.                     => 'time',
  10175.                     => '@WebProfiler/Collector/time.html.twig',
  10176.                 ],
  10177.                 'data_collector.memory' => [
  10178.                     => 'memory',
  10179.                     => '@WebProfiler/Collector/memory.html.twig',
  10180.                 ],
  10181.                 'data_collector.validator' => [
  10182.                     => 'validator',
  10183.                     => '@WebProfiler/Collector/validator.html.twig',
  10184.                 ],
  10185.                 'data_collector.ajax' => [
  10186.                     => 'ajax',
  10187.                     => '@WebProfiler/Collector/ajax.html.twig',
  10188.                 ],
  10189.                 'data_collector.form' => [
  10190.                     => 'form',
  10191.                     => '@WebProfiler/Collector/form.html.twig',
  10192.                 ],
  10193.                 'data_collector.exception' => [
  10194.                     => 'exception',
  10195.                     => '@WebProfiler/Collector/exception.html.twig',
  10196.                 ],
  10197.                 'data_collector.logger' => [
  10198.                     => 'logger',
  10199.                     => '@WebProfiler/Collector/logger.html.twig',
  10200.                 ],
  10201.                 'data_collector.events' => [
  10202.                     => 'events',
  10203.                     => '@WebProfiler/Collector/events.html.twig',
  10204.                 ],
  10205.                 'data_collector.router' => [
  10206.                     => 'router',
  10207.                     => '@WebProfiler/Collector/router.html.twig',
  10208.                 ],
  10209.                 'data_collector.cache' => [
  10210.                     => 'cache',
  10211.                     => '@WebProfiler/Collector/cache.html.twig',
  10212.                 ],
  10213.                 'data_collector.translation' => [
  10214.                     => 'translation',
  10215.                     => '@WebProfiler/Collector/translation.html.twig',
  10216.                 ],
  10217.                 'data_collector.security' => [
  10218.                     => 'security',
  10219.                     => '@Security/Collector/security.html.twig',
  10220.                 ],
  10221.                 'data_collector.twig' => [
  10222.                     => 'twig',
  10223.                     => '@WebProfiler/Collector/twig.html.twig',
  10224.                 ],
  10225.                 'data_collector.http_client' => [
  10226.                     => 'http_client',
  10227.                     => '@WebProfiler/Collector/http_client.html.twig',
  10228.                 ],
  10229.                 'data_collector.doctrine' => [
  10230.                     => 'db',
  10231.                     => '@Doctrine/Collector/db.html.twig',
  10232.                 ],
  10233.                 'data_collector.dump' => [
  10234.                     => 'dump',
  10235.                     => '@Debug/Profiler/dump.html.twig',
  10236.                 ],
  10237.                 'mailer.data_collector' => [
  10238.                     => 'mailer',
  10239.                     => '@WebProfiler/Collector/mailer.html.twig',
  10240.                 ],
  10241.                 'data_collector.config' => [
  10242.                     => 'config',
  10243.                     => '@WebProfiler/Collector/config.html.twig',
  10244.                 ],
  10245.             ],
  10246.             'console.command.ids' => [
  10247.             ],
  10248.         ];
  10249.     }
  10250.     protected function throw($message)
  10251.     {
  10252.         throw new RuntimeException($message);
  10253.     }
  10254. }