var/cache/dev/ContainerOOFNVQx/App_KernelDevDebugContainer.php line 7181

Open in your IDE?
  1. <?php
  2. namespace ContainerOOFNVQx;
  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/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  148.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  164.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  171.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  206.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  218.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  219.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  278.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  280.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  286.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  287.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  288.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  292.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  302.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  303.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  304.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  305.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  308.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  311.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  315.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  318.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  319.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  345.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  347.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  348.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  352.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  353.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  383.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  389.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  409.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  411.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  418.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  419.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  420.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  421.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  443.             include_once \dirname(__DIR__4).'/src/Twig/CategoryExtension.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(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''1.0 - 06/2026');
  791.         $instance->addGlobal('jwp_versions''ajYbBGGr');
  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();
  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.         $this->services['App\\Controller\\FormationController'] = $instance = new \App\Controller\FormationController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  871.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\FormationController'$this));
  872.         return $instance;
  873.     }
  874.     /**
  875.      * Gets the public 'App\Controller\HomeController' shared autowired service.
  876.      *
  877.      * @return \App\Controller\HomeController
  878.      */
  879.     protected function getHomeControllerService()
  880.     {
  881.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  882.         include_once \dirname(__DIR__4).'/src/Controller/HomeController.php';
  883.         $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController();
  884.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\HomeController'$this));
  885.         return $instance;
  886.     }
  887.     /**
  888.      * Gets the public 'App\Controller\NotificationController' shared autowired service.
  889.      *
  890.      * @return \App\Controller\NotificationController
  891.      */
  892.     protected function getNotificationControllerService()
  893.     {
  894.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  895.         include_once \dirname(__DIR__4).'/src/Controller/NotificationController.php';
  896.         $this->services['App\\Controller\\NotificationController'] = $instance = new \App\Controller\NotificationController();
  897.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\NotificationController'$this));
  898.         return $instance;
  899.     }
  900.     /**
  901.      * Gets the public 'App\Controller\ProfileController' shared autowired service.
  902.      *
  903.      * @return \App\Controller\ProfileController
  904.      */
  905.     protected function getProfileControllerService()
  906.     {
  907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  908.         include_once \dirname(__DIR__4).'/src/Controller/ProfileController.php';
  909.         $this->services['App\\Controller\\ProfileController'] = $instance = new \App\Controller\ProfileController();
  910.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\ProfileController'$this));
  911.         return $instance;
  912.     }
  913.     /**
  914.      * Gets the public 'App\Controller\ProgramController' shared autowired service.
  915.      *
  916.      * @return \App\Controller\ProgramController
  917.      */
  918.     protected function getProgramControllerService()
  919.     {
  920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  921.         include_once \dirname(__DIR__4).'/src/Controller/ProgramController.php';
  922.         $this->services['App\\Controller\\ProgramController'] = $instance = new \App\Controller\ProgramController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  923.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\ProgramController'$this));
  924.         return $instance;
  925.     }
  926.     /**
  927.      * Gets the public 'App\Controller\SearchController' shared autowired service.
  928.      *
  929.      * @return \App\Controller\SearchController
  930.      */
  931.     protected function getSearchControllerService()
  932.     {
  933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  934.         include_once \dirname(__DIR__4).'/src/Controller/SearchController.php';
  935.         $this->services['App\\Controller\\SearchController'] = $instance = new \App\Controller\SearchController();
  936.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\SearchController'$this));
  937.         return $instance;
  938.     }
  939.     /**
  940.      * Gets the public 'App\Controller\SecurityController' shared autowired service.
  941.      *
  942.      * @return \App\Controller\SecurityController
  943.      */
  944.     protected function getSecurityControllerService()
  945.     {
  946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  947.         include_once \dirname(__DIR__4).'/src/Controller/SecurityController.php';
  948.         $this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
  949.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\SecurityController'$this));
  950.         return $instance;
  951.     }
  952.     /**
  953.      * Gets the public 'App\Controller\SharePlaylistController' shared autowired service.
  954.      *
  955.      * @return \App\Controller\SharePlaylistController
  956.      */
  957.     protected function getSharePlaylistControllerService()
  958.     {
  959.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  960.         include_once \dirname(__DIR__4).'/src/Controller/SharePlaylistController.php';
  961.         $this->services['App\\Controller\\SharePlaylistController'] = $instance = new \App\Controller\SharePlaylistController();
  962.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\SharePlaylistController'$this));
  963.         return $instance;
  964.     }
  965.     /**
  966.      * Gets the public 'App\Controller\UserDashboardController' shared autowired service.
  967.      *
  968.      * @return \App\Controller\UserDashboardController
  969.      */
  970.     protected function getUserDashboardControllerService()
  971.     {
  972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  973.         include_once \dirname(__DIR__4).'/src/Controller/UserDashboardController.php';
  974.         $this->services['App\\Controller\\UserDashboardController'] = $instance = new \App\Controller\UserDashboardController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  975.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\UserDashboardController'$this));
  976.         return $instance;
  977.     }
  978.     /**
  979.      * Gets the public 'App\Controller\VideosController' shared autowired service.
  980.      *
  981.      * @return \App\Controller\VideosController
  982.      */
  983.     protected function getVideosControllerService()
  984.     {
  985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  986.         include_once \dirname(__DIR__4).'/src/Controller/VideosController.php';
  987.         $this->services['App\\Controller\\VideosController'] = $instance = new \App\Controller\VideosController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  988.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\VideosController'$this));
  989.         return $instance;
  990.     }
  991.     /**
  992.      * Gets the public 'App\Controller\WPContentController' shared autowired service.
  993.      *
  994.      * @return \App\Controller\WPContentController
  995.      */
  996.     protected function getWPContentControllerService()
  997.     {
  998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  999.         include_once \dirname(__DIR__4).'/src/Controller/WPContentController.php';
  1000.         $this->services['App\\Controller\\WPContentController'] = $instance = new \App\Controller\WPContentController(($this->services['translator'] ?? $this->getTranslatorService()));
  1001.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\WPContentController'$this));
  1002.         return $instance;
  1003.     }
  1004.     /**
  1005.      * Gets the public 'App\Controller\admin\AdminController' shared autowired service.
  1006.      *
  1007.      * @return \App\Controller\admin\AdminController
  1008.      */
  1009.     protected function getAdminControllerService()
  1010.     {
  1011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1012.         include_once \dirname(__DIR__4).'/src/Controller/admin/AdminController.php';
  1013.         $this->services['App\\Controller\\admin\\AdminController'] = $instance = new \App\Controller\admin\AdminController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1014.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\AdminController'$this));
  1015.         return $instance;
  1016.     }
  1017.     /**
  1018.      * Gets the public 'App\Controller\admin\ExportController' shared autowired service.
  1019.      *
  1020.      * @return \App\Controller\admin\ExportController
  1021.      */
  1022.     protected function getExportControllerService()
  1023.     {
  1024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1025.         include_once \dirname(__DIR__4).'/src/Controller/admin/ExportController.php';
  1026.         $this->services['App\\Controller\\admin\\ExportController'] = $instance = new \App\Controller\admin\ExportController();
  1027.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\ExportController'$this));
  1028.         return $instance;
  1029.     }
  1030.     /**
  1031.      * Gets the public 'App\Controller\admin\FormationController' shared autowired service.
  1032.      *
  1033.      * @return \App\Controller\admin\FormationController
  1034.      */
  1035.     protected function getFormationController2Service()
  1036.     {
  1037.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1038.         include_once \dirname(__DIR__4).'/src/Controller/admin/FormationController.php';
  1039.         $this->services['App\\Controller\\admin\\FormationController'] = $instance = new \App\Controller\admin\FormationController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1040.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\FormationController'$this));
  1041.         return $instance;
  1042.     }
  1043.     /**
  1044.      * Gets the public 'App\Controller\admin\ImportController' shared autowired service.
  1045.      *
  1046.      * @return \App\Controller\admin\ImportController
  1047.      */
  1048.     protected function getImportControllerService()
  1049.     {
  1050.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1051.         include_once \dirname(__DIR__4).'/src/Controller/admin/ImportController.php';
  1052.         $this->services['App\\Controller\\admin\\ImportController'] = $instance = new \App\Controller\admin\ImportController();
  1053.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\ImportController'$this));
  1054.         return $instance;
  1055.     }
  1056.     /**
  1057.      * Gets the public 'App\Controller\admin\MessageController' shared autowired service.
  1058.      *
  1059.      * @return \App\Controller\admin\MessageController
  1060.      */
  1061.     protected function getMessageControllerService()
  1062.     {
  1063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1064.         include_once \dirname(__DIR__4).'/src/Controller/admin/MessageController.php';
  1065.         $this->services['App\\Controller\\admin\\MessageController'] = $instance = new \App\Controller\admin\MessageController();
  1066.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\MessageController'$this));
  1067.         return $instance;
  1068.     }
  1069.     /**
  1070.      * Gets the public 'App\Controller\admin\StatisticsController' shared autowired service.
  1071.      *
  1072.      * @return \App\Controller\admin\StatisticsController
  1073.      */
  1074.     protected function getStatisticsControllerService()
  1075.     {
  1076.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1077.         include_once \dirname(__DIR__4).'/src/Controller/admin/StatisticsController.php';
  1078.         $this->services['App\\Controller\\admin\\StatisticsController'] = $instance = new \App\Controller\admin\StatisticsController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1079.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\StatisticsController'$this));
  1080.         return $instance;
  1081.     }
  1082.     /**
  1083.      * Gets the public 'App\Controller\admin\SubscriptionController' shared autowired service.
  1084.      *
  1085.      * @return \App\Controller\admin\SubscriptionController
  1086.      */
  1087.     protected function getSubscriptionControllerService()
  1088.     {
  1089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1090.         include_once \dirname(__DIR__4).'/src/Controller/admin/SubscriptionController.php';
  1091.         $this->services['App\\Controller\\admin\\SubscriptionController'] = $instance = new \App\Controller\admin\SubscriptionController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1092.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\SubscriptionController'$this));
  1093.         return $instance;
  1094.     }
  1095.     /**
  1096.      * Gets the public 'App\Controller\admin\TestController' shared autowired service.
  1097.      *
  1098.      * @return \App\Controller\admin\TestController
  1099.      */
  1100.     protected function getTestControllerService()
  1101.     {
  1102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1103.         include_once \dirname(__DIR__4).'/src/Controller/admin/TestController.php';
  1104.         $this->services['App\\Controller\\admin\\TestController'] = $instance = new \App\Controller\admin\TestController();
  1105.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\TestController'$this));
  1106.         return $instance;
  1107.     }
  1108.     /**
  1109.      * Gets the public 'App\Controller\admin\ToolsController' shared autowired service.
  1110.      *
  1111.      * @return \App\Controller\admin\ToolsController
  1112.      */
  1113.     protected function getToolsControllerService()
  1114.     {
  1115.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1116.         include_once \dirname(__DIR__4).'/src/Controller/admin/ToolsController.php';
  1117.         $this->services['App\\Controller\\admin\\ToolsController'] = $instance = new \App\Controller\admin\ToolsController();
  1118.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\ToolsController'$this));
  1119.         return $instance;
  1120.     }
  1121.     /**
  1122.      * Gets the public 'App\Controller\admin\UploadController' shared autowired service.
  1123.      *
  1124.      * @return \App\Controller\admin\UploadController
  1125.      */
  1126.     protected function getUploadControllerService()
  1127.     {
  1128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1129.         include_once \dirname(__DIR__4).'/src/Controller/admin/UploadController.php';
  1130.         $this->services['App\\Controller\\admin\\UploadController'] = $instance = new \App\Controller\admin\UploadController();
  1131.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\UploadController'$this));
  1132.         return $instance;
  1133.     }
  1134.     /**
  1135.      * Gets the public 'App\Controller\admin\UserController' shared autowired service.
  1136.      *
  1137.      * @return \App\Controller\admin\UserController
  1138.      */
  1139.     protected function getUserControllerService()
  1140.     {
  1141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1142.         include_once \dirname(__DIR__4).'/src/Controller/admin/UserController.php';
  1143.         $this->services['App\\Controller\\admin\\UserController'] = $instance = new \App\Controller\admin\UserController(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1144.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\admin\\UserController'$this));
  1145.         return $instance;
  1146.     }
  1147.     /**
  1148.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  1149.      *
  1150.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  1151.      */
  1152.     protected function getProfilerControllerService()
  1153.     {
  1154.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  1155.         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()));
  1156.     }
  1157.     /**
  1158.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1159.      *
  1160.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1161.      */
  1162.     protected function getRedirectControllerService()
  1163.     {
  1164.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1165.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1166.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  1167.     }
  1168.     /**
  1169.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1170.      *
  1171.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1172.      */
  1173.     protected function getTemplateControllerService()
  1174.     {
  1175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1176.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1177.     }
  1178.     /**
  1179.      * Gets the public 'cache.app' shared service.
  1180.      *
  1181.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1182.      */
  1183.     protected function getCache_AppService()
  1184.     {
  1185.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('AQlaoHZoIV'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1186.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1187.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1188.     }
  1189.     /**
  1190.      * Gets the public 'cache.app_clearer' shared service.
  1191.      *
  1192.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1193.      */
  1194.     protected function getCache_AppClearerService()
  1195.     {
  1196.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1198.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1199.     }
  1200.     /**
  1201.      * Gets the public 'cache.global_clearer' shared service.
  1202.      *
  1203.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1204.      */
  1205.     protected function getCache_GlobalClearerService()
  1206.     {
  1207.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1209.         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())]);
  1210.     }
  1211.     /**
  1212.      * Gets the public 'cache.system' shared service.
  1213.      *
  1214.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1215.      */
  1216.     protected function getCache_SystemService()
  1217.     {
  1218.         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())));
  1219.     }
  1220.     /**
  1221.      * Gets the public 'cache.system_clearer' shared service.
  1222.      *
  1223.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1224.      */
  1225.     protected function getCache_SystemClearerService()
  1226.     {
  1227.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1229.         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())]);
  1230.     }
  1231.     /**
  1232.      * Gets the public 'cache.validator_expression_language' shared service.
  1233.      *
  1234.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1235.      */
  1236.     protected function getCache_ValidatorExpressionLanguageService()
  1237.     {
  1238.         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())));
  1239.     }
  1240.     /**
  1241.      * Gets the public 'cache_warmer' shared service.
  1242.      *
  1243.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1244.      */
  1245.     protected function getCacheWarmerService()
  1246.     {
  1247.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1248.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1249.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1250.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  1251.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  1252.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1253.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1254.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1255.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1256.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1257.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1258.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1259.             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'))));
  1260.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  1261.     }
  1262.     /**
  1263.      * Gets the public 'console.command_loader' shared service.
  1264.      *
  1265.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1266.      */
  1267.     protected function getConsole_CommandLoaderService()
  1268.     {
  1269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1271.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1272.             'App\\Command\\CacheImagesCommand' => ['privates''.App\\Command\\CacheImagesCommand.lazy''getCacheImagesCommand_LazyService'false],
  1273.             'App\\Command\\NotifyFormationRequiredCommand' => ['privates''App\\Command\\NotifyFormationRequiredCommand''getNotifyFormationRequiredCommandService'false],
  1274.             'App\\Command\\NotifySubscriptionExpirationCommand' => ['privates''App\\Command\\NotifySubscriptionExpirationCommand''getNotifySubscriptionExpirationCommandService'false],
  1275.             'App\\Command\\RegistrationReminderCommand' => ['privates''.App\\Command\\RegistrationReminderCommand.lazy''getRegistrationReminderCommand_LazyService'false],
  1276.             'App\\Command\\TestCommand' => ['privates''App\\Command\\TestCommand''getTestCommandService'false],
  1277.             'App\\Command\\UpdateActivityCommand' => ['privates''App\\Command\\UpdateActivityCommand''getUpdateActivityCommandService'false],
  1278.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1279.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1280.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1281.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1282.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1283.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1284.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1285.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1286.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1287.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1288.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1289.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1290.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1291.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1292.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1293.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1294.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1295.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1296.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1297.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1298.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1299.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1300.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1301.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1302.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1303.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1304.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1305.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1306.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1307.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1308.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1309.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1310.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1311.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1312.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1313.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1314.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1315.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1316.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1317.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1318.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1319.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1320.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1321.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1322.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1323.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1324.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1325.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1326.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1327.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1328.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1329.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1330.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1331.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1332.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1333.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1334.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1335.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1336.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1337.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1338.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1339.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1340.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1341.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1342.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1343.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1344.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1345.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1346.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  1347.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1348.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1349.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1350.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1351.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1352.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1353.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1354.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1355.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1356.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1357.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1358.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1359.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1360.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1361.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1362.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1363.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1364.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1365.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1366.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1367.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1368.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1369.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1370.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1371.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1372.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1373.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1374.         ], [
  1375.             'App\\Command\\CacheImagesCommand' => '?',
  1376.             'App\\Command\\NotifyFormationRequiredCommand' => 'App\\Command\\NotifyFormationRequiredCommand',
  1377.             'App\\Command\\NotifySubscriptionExpirationCommand' => 'App\\Command\\NotifySubscriptionExpirationCommand',
  1378.             'App\\Command\\RegistrationReminderCommand' => '?',
  1379.             'App\\Command\\TestCommand' => 'App\\Command\\TestCommand',
  1380.             'App\\Command\\UpdateActivityCommand' => 'App\\Command\\UpdateActivityCommand',
  1381.             'console.command.about' => '?',
  1382.             'console.command.assets_install' => '?',
  1383.             'console.command.cache_clear' => '?',
  1384.             'console.command.cache_pool_clear' => '?',
  1385.             'console.command.cache_pool_prune' => '?',
  1386.             'console.command.cache_pool_delete' => '?',
  1387.             'console.command.cache_pool_list' => '?',
  1388.             'console.command.cache_warmup' => '?',
  1389.             'console.command.config_debug' => '?',
  1390.             'console.command.config_dump_reference' => '?',
  1391.             'console.command.container_debug' => '?',
  1392.             'console.command.container_lint' => '?',
  1393.             'console.command.debug_autowiring' => '?',
  1394.             'console.command.dotenv_debug' => '?',
  1395.             'console.command.event_dispatcher_debug' => '?',
  1396.             'console.command.router_debug' => '?',
  1397.             'console.command.router_match' => '?',
  1398.             'console.command.translation_debug' => '?',
  1399.             'console.command.translation_extract' => '?',
  1400.             'console.command.validator_debug' => '?',
  1401.             'console.command.translation_pull' => '?',
  1402.             'console.command.translation_push' => '?',
  1403.             'console.command.xliff_lint' => '?',
  1404.             'console.command.yaml_lint' => '?',
  1405.             'console.command.form_debug' => '?',
  1406.             'console.command.secrets_set' => '?',
  1407.             'console.command.secrets_remove' => '?',
  1408.             'console.command.secrets_generate_key' => '?',
  1409.             'console.command.secrets_list' => '?',
  1410.             'console.command.secrets_decrypt_to_local' => '?',
  1411.             'console.command.secrets_encrypt_from_local' => '?',
  1412.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1413.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1414.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1415.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1416.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1417.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1418.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1419.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1420.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1421.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1422.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1423.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1424.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1425.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1426.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1427.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1428.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1429.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1430.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1431.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1432.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1433.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1434.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1435.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1436.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1437.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1438.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1439.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1440.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1441.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1442.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1443.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1444.             'twig.command.debug' => '?',
  1445.             'twig.command.lint' => '?',
  1446.             'security.command.debug_firewall' => '?',
  1447.             'security.command.user_password_encoder' => '?',
  1448.             'security.command.user_password_hash' => '?',
  1449.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  1450.             'var_dumper.command.server_dump' => '?',
  1451.             'monolog.command.server_log' => '?',
  1452.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1453.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1454.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1455.             'maker.auto_command.make_auth' => '?',
  1456.             'maker.auto_command.make_command' => '?',
  1457.             'maker.auto_command.make_controller' => '?',
  1458.             'maker.auto_command.make_crud' => '?',
  1459.             'maker.auto_command.make_docker_database' => '?',
  1460.             'maker.auto_command.make_entity' => '?',
  1461.             'maker.auto_command.make_fixtures' => '?',
  1462.             'maker.auto_command.make_form' => '?',
  1463.             'maker.auto_command.make_message' => '?',
  1464.             'maker.auto_command.make_messenger_middleware' => '?',
  1465.             'maker.auto_command.make_registration_form' => '?',
  1466.             'maker.auto_command.make_reset_password' => '?',
  1467.             'maker.auto_command.make_serializer_encoder' => '?',
  1468.             'maker.auto_command.make_serializer_normalizer' => '?',
  1469.             'maker.auto_command.make_subscriber' => '?',
  1470.             'maker.auto_command.make_twig_extension' => '?',
  1471.             'maker.auto_command.make_test' => '?',
  1472.             'maker.auto_command.make_validator' => '?',
  1473.             'maker.auto_command.make_voter' => '?',
  1474.             'maker.auto_command.make_user' => '?',
  1475.             'maker.auto_command.make_migration' => '?',
  1476.             'maker.auto_command.make_stimulus_controller' => '?',
  1477.         ]), ['app:cache-images' => 'App\\Command\\CacheImagesCommand''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']);
  1478.     }
  1479.     /**
  1480.      * Gets the public 'container.env_var_processors_locator' shared service.
  1481.      *
  1482.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1483.      */
  1484.     protected function getContainer_EnvVarProcessorsLocatorService()
  1485.     {
  1486.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1487.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1488.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1489.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1490.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1491.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1492.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1493.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1494.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1495.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1496.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1497.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1498.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1499.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1500.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1501.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1502.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1503.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1504.         ], [
  1505.             'base64' => '?',
  1506.             'bool' => '?',
  1507.             'const' => '?',
  1508.             'csv' => '?',
  1509.             'default' => '?',
  1510.             'file' => '?',
  1511.             'float' => '?',
  1512.             'int' => '?',
  1513.             'json' => '?',
  1514.             'key' => '?',
  1515.             'not' => '?',
  1516.             'query_string' => '?',
  1517.             'require' => '?',
  1518.             'resolve' => '?',
  1519.             'string' => '?',
  1520.             'trim' => '?',
  1521.             'url' => '?',
  1522.         ]);
  1523.     }
  1524.     /**
  1525.      * Gets the public 'data_collector.dump' shared service.
  1526.      *
  1527.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1528.      */
  1529.     protected function getDataCollector_DumpService()
  1530.     {
  1531.         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()));
  1532.     }
  1533.     /**
  1534.      * Gets the public 'doctrine' shared service.
  1535.      *
  1536.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1537.      */
  1538.     protected function getDoctrineService()
  1539.     {
  1540.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1541.     }
  1542.     /**
  1543.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1544.      *
  1545.      * @return \Doctrine\DBAL\Connection
  1546.      */
  1547.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1548.     {
  1549.         $a = new \Doctrine\DBAL\Configuration();
  1550.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1551.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1552.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1553.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1554.         $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))));
  1555.         $c->setConnectionName('default');
  1556.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1557.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1558.         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()), []);
  1559.     }
  1560.     /**
  1561.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1562.      *
  1563.      * @return \Doctrine\ORM\EntityManager
  1564.      */
  1565.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1566.     {
  1567.         $a = new \Doctrine\ORM\Configuration();
  1568.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1569.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1570.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1571.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1572.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1573.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1574.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1575.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1576.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1577.         ], [
  1578.             'doctrine.ulid_generator' => '?',
  1579.             'doctrine.uuid_generator' => '?',
  1580.         ])));
  1581.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1582.         $a->setProxyNamespace('Proxies');
  1583.         $a->setAutoGenerateProxyClasses(true);
  1584.         $a->setSchemaIgnoreClasses([]);
  1585.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1586.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1587.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1588.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1589.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1590.         $a->setLazyGhostObjectEnabled(false);
  1591.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1592.             'App\\Repository\\ActivityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  1593.             'App\\Repository\\CategoryActivityRepository' => ['privates''App\\Repository\\CategoryActivityRepository''getCategoryActivityRepositoryService'false],
  1594.             'App\\Repository\\CompanyRepository' => ['privates''App\\Repository\\CompanyRepository''getCompanyRepositoryService'false],
  1595.             'App\\Repository\\DepartmentRepository' => ['privates''App\\Repository\\DepartmentRepository''getDepartmentRepositoryService'false],
  1596.             'App\\Repository\\FormationRegistrationRepository' => ['privates''App\\Repository\\FormationRegistrationRepository''getFormationRegistrationRepositoryService'false],
  1597.             'App\\Repository\\FormationRepository' => ['privates''App\\Repository\\FormationRepository''getFormationRepositoryService'false],
  1598.             'App\\Repository\\GroupRepository' => ['privates''App\\Repository\\GroupRepository''getGroupRepositoryService'false],
  1599.             'App\\Repository\\JobRepository' => ['privates''App\\Repository\\JobRepository''getJobRepositoryService'false],
  1600.             'App\\Repository\\LogRepository' => ['privates''App\\Repository\\LogRepository''getLogRepositoryService'false],
  1601.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  1602.             'App\\Repository\\MuscleActivityRepository' => ['privates''App\\Repository\\MuscleActivityRepository''getMuscleActivityRepositoryService'false],
  1603.             'App\\Repository\\MuscleRepository' => ['privates''App\\Repository\\MuscleRepository''getMuscleRepositoryService'false],
  1604.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1605.             'App\\Repository\\RoleRepository' => ['privates''App\\Repository\\RoleRepository''getRoleRepositoryService'false],
  1606.             'App\\Repository\\SiteRepository' => ['privates''App\\Repository\\SiteRepository''getSiteRepositoryService'false],
  1607.             'App\\Repository\\UserActivityRepository' => ['privates''App\\Repository\\UserActivityRepository''getUserActivityRepositoryService'false],
  1608.             'App\\Repository\\UserFavoritesRepository' => ['privates''App\\Repository\\UserFavoritesRepository''getUserFavoritesRepositoryService'false],
  1609.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1610.             'App\\Repository\\UsersGroupsRepository' => ['privates''App\\Repository\\UsersGroupsRepository''getUsersGroupsRepositoryService'false],
  1611.         ], [
  1612.             'App\\Repository\\ActivityRepository' => '?',
  1613.             'App\\Repository\\CategoryActivityRepository' => '?',
  1614.             'App\\Repository\\CompanyRepository' => '?',
  1615.             'App\\Repository\\DepartmentRepository' => '?',
  1616.             'App\\Repository\\FormationRegistrationRepository' => '?',
  1617.             'App\\Repository\\FormationRepository' => '?',
  1618.             'App\\Repository\\GroupRepository' => '?',
  1619.             'App\\Repository\\JobRepository' => '?',
  1620.             'App\\Repository\\LogRepository' => '?',
  1621.             'App\\Repository\\MessageRepository' => '?',
  1622.             'App\\Repository\\MuscleActivityRepository' => '?',
  1623.             'App\\Repository\\MuscleRepository' => '?',
  1624.             'App\\Repository\\NotificationRepository' => '?',
  1625.             'App\\Repository\\RoleRepository' => '?',
  1626.             'App\\Repository\\SiteRepository' => '?',
  1627.             'App\\Repository\\UserActivityRepository' => '?',
  1628.             'App\\Repository\\UserFavoritesRepository' => '?',
  1629.             'App\\Repository\\UserRepository' => '?',
  1630.             'App\\Repository\\UsersGroupsRepository' => '?',
  1631.         ])));
  1632.         $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()));
  1633.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1634.         return $instance;
  1635.     }
  1636.     /**
  1637.      * Gets the public 'error_controller' shared service.
  1638.      *
  1639.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1640.      */
  1641.     protected function getErrorControllerService()
  1642.     {
  1643.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1644.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1645.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1647.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1648.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1649.         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)));
  1650.     }
  1651.     /**
  1652.      * Gets the public 'event_dispatcher' shared service.
  1653.      *
  1654.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1655.      */
  1656.     protected function getEventDispatcherService()
  1657.     {
  1658.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1659.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1660.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1661.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1662.         $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())));
  1663.         $instance->addListener('kernel.controller', [=> function () {
  1664.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1665.         }, => 'onKernelController'], 0);
  1666.         $instance->addListener('kernel.exception', [=> function () {
  1667.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1668.         }, => 'onKernelException'], 0);
  1669.         $instance->addListener('kernel.controller', [=> function () {
  1670.             return ($this->privates['App\\EventSubscriber\\AbonnementSubcriber'] ?? $this->getAbonnementSubcriberService());
  1671.         }, => 'onKernelRequest'], 10);
  1672.         $instance->addListener('email.forgot.pwd', [=> function () {
  1673.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1674.         }, => 'onForgotPwd'], 0);
  1675.         $instance->addListener('email.new.account', [=> function () {
  1676.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1677.         }, => 'onNewAccount'], 0);
  1678.         $instance->addListener('email.formation.registration', [=> function () {
  1679.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1680.         }, => 'onFormationRegistration'], 0);
  1681.         $instance->addListener('email.formation.reminder', [=> function () {
  1682.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1683.         }, => 'onFormationReminder'], 0);
  1684.         $instance->addListener('email.formation.admin.reminder', [=> function () {
  1685.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1686.         }, => 'onFormationAdminReminder'], 0);
  1687.         $instance->addListener('email.formation.relance', [=> function () {
  1688.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1689.         }, => 'onFormationRelance'], 0);
  1690.         $instance->addListener('email.contact', [=> function () {
  1691.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1692.         }, => 'onContact'], 0);
  1693.         $instance->addListener('email.company.status.change', [=> function () {
  1694.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1695.         }, => 'onCompanyStatusChange'], 0);
  1696.         $instance->addListener('email.subscription.end.admin', [=> function () {
  1697.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1698.         }, => 'onSubscriptionEndAdmin'], 0);
  1699.         $instance->addListener('email.subscription.end.rh', [=> function () {
  1700.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1701.         }, => 'onSubscriptionEndRh'], 0);
  1702.         $instance->addListener('email.subscription.expired.rh', [=> function () {
  1703.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1704.         }, => 'onSubscriptionExpired'], 0);
  1705.         $instance->addListener('email.new.notification', [=> function () {
  1706.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1707.         }, => 'onNotificationNew'], 0);
  1708.         $instance->addListener('email.new.account.relance', [=> function () {
  1709.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1710.         }, => 'onNewAccountRelance'], 0);
  1711.         $instance->addListener('email.completion', [=> function () {
  1712.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1713.         }, => 'onCompletionLessThan'], 0);
  1714.         $instance->addListener('video.complete', [=> function () {
  1715.             return ($this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'] ?? $this->getLogJwpEventsSubscriberService());
  1716.         }, => 'onVideoComplete'], 0);
  1717.         $instance->addListener('video.formation.progress', [=> function () {
  1718.             return ($this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'] ?? $this->getLogJwpEventsSubscriberService());
  1719.         }, => 'onVideoFormationProgress'], 0);
  1720.         $instance->addListener('kernel.controller', [=> function () {
  1721.             return ($this->privates['App\\EventSubscriber\\LoginAtSubscriber'] ?? $this->getLoginAtSubscriberService());
  1722.         }, => 'onKernelRequest'], 10);
  1723.         $instance->addListener('kernel.request', [=> function () {
  1724.             return ($this->privates['App\\EventSubscriber\\MaintenanceSubscriber'] ?? $this->getMaintenanceSubscriberService());
  1725.         }, => 'onKernelRequest'], 20);
  1726.         $instance->addListener('kernel.response', [=> function () {
  1727.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1728.         }, => 'onKernelResponse'], 0);
  1729.         $instance->addListener('kernel.response', [=> function () {
  1730.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1731.         }, => 'onKernelResponse'], -1024);
  1732.         $instance->addListener('kernel.request', [=> function () {
  1733.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1734.         }, => 'setDefaultLocale'], 100);
  1735.         $instance->addListener('kernel.request', [=> function () {
  1736.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1737.         }, => 'onKernelRequest'], 16);
  1738.         $instance->addListener('kernel.finish_request', [=> function () {
  1739.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1740.         }, => 'onKernelFinishRequest'], 0);
  1741.         $instance->addListener('kernel.request', [=> function () {
  1742.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1743.         }, => 'onKernelRequest'], 256);
  1744.         $instance->addListener('kernel.response', [=> function () {
  1745.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1746.         }, => 'onResponse'], -255);
  1747.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1748.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1749.         }, => 'onControllerArguments'], 0);
  1750.         $instance->addListener('kernel.exception', [=> function () {
  1751.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1752.         }, => 'logKernelException'], 0);
  1753.         $instance->addListener('kernel.exception', [=> function () {
  1754.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1755.         }, => 'onKernelException'], -128);
  1756.         $instance->addListener('kernel.response', [=> function () {
  1757.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1758.         }, => 'removeCspHeader'], -128);
  1759.         $instance->addListener('kernel.request', [=> function () {
  1760.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1761.         }, => 'onKernelRequest'], 15);
  1762.         $instance->addListener('kernel.finish_request', [=> function () {
  1763.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1764.         }, => 'onKernelFinishRequest'], -15);
  1765.         $instance->addListener('console.error', [=> function () {
  1766.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1767.         }, => 'onConsoleError'], -128);
  1768.         $instance->addListener('console.terminate', [=> function () {
  1769.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1770.         }, => 'onConsoleTerminate'], -128);
  1771.         $instance->addListener('console.error', [=> function () {
  1772.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1773.         }, => 'onConsoleError'], 0);
  1774.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1775.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1776.         }, => 'onMessage'], -255);
  1777.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1778.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1779.         }, => 'onMessage'], -255);
  1780.         $instance->addListener('kernel.request', [=> function () {
  1781.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1782.         }, => 'configure'], 2048);
  1783.         $instance->addListener('console.command', [=> function () {
  1784.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1785.         }, => 'configure'], 2048);
  1786.         $instance->addListener('kernel.request', [=> function () {
  1787.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1788.         }, => 'onKernelRequest'], 32);
  1789.         $instance->addListener('kernel.finish_request', [=> function () {
  1790.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1791.         }, => 'onKernelFinishRequest'], 0);
  1792.         $instance->addListener('kernel.exception', [=> function () {
  1793.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1794.         }, => 'onKernelException'], -64);
  1795.         $instance->addListener('kernel.response', [=> function () {
  1796.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1797.         }, => 'onKernelResponse'], 0);
  1798.         $instance->addListener('kernel.request', [=> function () {
  1799.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1800.         }, => 'onKernelRequest'], 128);
  1801.         $instance->addListener('kernel.response', [=> function () {
  1802.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1803.         }, => 'onKernelResponse'], -1000);
  1804.         $instance->addListener('kernel.finish_request', [=> function () {
  1805.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1806.         }, => 'onFinishRequest'], 0);
  1807.         $instance->addListener('kernel.response', [=> function () {
  1808.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1809.         }, => 'onKernelResponse'], -100);
  1810.         $instance->addListener('kernel.exception', [=> function () {
  1811.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1812.         }, => 'onKernelException'], 0);
  1813.         $instance->addListener('kernel.terminate', [=> function () {
  1814.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1815.         }, => 'onKernelTerminate'], -1024);
  1816.         $instance->addListener('kernel.controller', [=> function () {
  1817.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1818.         }, => 'onKernelController'], 0);
  1819.         $instance->addListener('kernel.response', [=> function () {
  1820.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1821.         }, => 'onKernelResponse'], 0);
  1822.         $instance->addListener('console.error', [=> function () {
  1823.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1824.         }, => 'onConsoleError'], 0);
  1825.         $instance->addListener('console.terminate', [=> function () {
  1826.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1827.         }, => 'onConsoleTerminate'], 0);
  1828.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1829.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1830.         }, => 'onMessage'], 0);
  1831.         $instance->addListener('kernel.controller', [=> function () {
  1832.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1833.         }, => 'onKernelController'], 0);
  1834.         $instance->addListener('kernel.controller', [=> function () {
  1835.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1836.         }, => 'onKernelController'], 0);
  1837.         $instance->addListener('kernel.controller', [=> function () {
  1838.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1839.         }, => 'onKernelController'], -128);
  1840.         $instance->addListener('kernel.view', [=> function () {
  1841.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1842.         }, => 'onKernelView'], 0);
  1843.         $instance->addListener('kernel.controller', [=> function () {
  1844.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1845.         }, => 'onKernelController'], 0);
  1846.         $instance->addListener('kernel.response', [=> function () {
  1847.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1848.         }, => 'onKernelResponse'], 0);
  1849.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1850.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1851.         }, => 'onKernelControllerArguments'], 0);
  1852.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1853.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1854.         }, => 'onKernelControllerArguments'], 0);
  1855.         $instance->addListener('kernel.response', [=> function () {
  1856.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1857.         }, => 'onKernelResponse'], -128);
  1858.         $instance->addListener('kernel.response', [=> function () {
  1859.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1860.         }, => 'onKernelResponse'], 0);
  1861.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1862.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1863.         }, => 'onVoterVote'], 0);
  1864.         $instance->addListener('kernel.request', [=> function () {
  1865.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1866.         }, => 'configureLogoutUrlGenerator'], 8);
  1867.         $instance->addListener('kernel.request', [=> function () {
  1868.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1869.         }, => 'onKernelRequest'], 8);
  1870.         $instance->addListener('kernel.finish_request', [=> function () {
  1871.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1872.         }, => 'onKernelFinishRequest'], 0);
  1873.         $instance->addListener('console.command', [=> function () {
  1874.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1875.         }, => 'onCommand'], 255);
  1876.         $instance->addListener('console.terminate', [=> function () {
  1877.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1878.         }, => 'onTerminate'], -255);
  1879.         $instance->addListener('kernel.finish_request', [=> function () {
  1880.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1881.         }, => 'resetAssets'], 0);
  1882.         $instance->addListener('console.command', [=> function () {
  1883.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1884.         }, => 'configure'], 1024);
  1885.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1886.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1887.         }, => 'onLogout'], 0);
  1888.         return $instance;
  1889.     }
  1890.     /**
  1891.      * Gets the public 'fos_js_routing.controller' shared service.
  1892.      *
  1893.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1894.      */
  1895.     protected function getFosJsRouting_ControllerService()
  1896.     {
  1897.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1898.         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);
  1899.     }
  1900.     /**
  1901.      * Gets the public 'fos_js_routing.extractor' shared service.
  1902.      *
  1903.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1904.      */
  1905.     protected function getFosJsRouting_ExtractorService()
  1906.     {
  1907.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1908.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1909.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1910.     }
  1911.     /**
  1912.      * Gets the public 'fos_js_routing.serializer' shared service.
  1913.      *
  1914.      * @return \Symfony\Component\Serializer\Serializer
  1915.      */
  1916.     protected function getFosJsRouting_SerializerService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1923.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1924.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1925.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1926.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1927.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1928.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1930.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1932.         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()]);
  1933.     }
  1934.     /**
  1935.      * Gets the public 'http_kernel' shared service.
  1936.      *
  1937.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1938.      */
  1939.     protected function getHttpKernelService()
  1940.     {
  1941.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1942.         if (isset($this->services['http_kernel'])) {
  1943.             return $this->services['http_kernel'];
  1944.         }
  1945.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1946.         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 () {
  1947.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1948.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1949.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1950.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1951.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1952.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1953.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1954.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1955.         }, 8)), $b));
  1956.     }
  1957.     /**
  1958.      * Gets the public 'knpu.oauth2.client.keycloak' shared service.
  1959.      *
  1960.      * @return \KnpU\OAuth2ClientBundle\Client\Provider\KeycloakClient
  1961.      */
  1962.     protected function getKnpu_Oauth2_Client_KeycloakService()
  1963.     {
  1964.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  1965.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php';
  1966.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/Provider/KeycloakClient.php';
  1967.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  1970.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  1972.         include_once \dirname(__DIR__4).'/vendor/stevenmaguire/oauth2-keycloak/src/Provider/Keycloak.php';
  1973.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/DependencyInjection/ProviderFactory.php';
  1974.         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())));
  1975.     }
  1976.     /**
  1977.      * Gets the public 'knpu.oauth2.registry' shared service.
  1978.      *
  1979.      * @return \KnpU\OAuth2ClientBundle\Client\ClientRegistry
  1980.      */
  1981.     protected function getKnpu_Oauth2_RegistryService()
  1982.     {
  1983.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  1984.         return $this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['keycloak' => 'knpu.oauth2.client.keycloak']);
  1985.     }
  1986.     /**
  1987.      * Gets the public 'monolog.logger.emails' shared service.
  1988.      *
  1989.      * @return \Symfony\Bridge\Monolog\Logger
  1990.      */
  1991.     protected function getMonolog_Logger_EmailsService()
  1992.     {
  1993.         $this->services['monolog.logger.emails'] = $instance = new \Symfony\Bridge\Monolog\Logger('emails');
  1994.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1995.         $instance->pushHandler(($this->privates['monolog.handler.emails'] ?? $this->getMonolog_Handler_EmailsService()));
  1996.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1997.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1998.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1999.         return $instance;
  2000.     }
  2001.     /**
  2002.      * Gets the public 'request_stack' shared service.
  2003.      *
  2004.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2005.      */
  2006.     protected function getRequestStackService()
  2007.     {
  2008.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2009.     }
  2010.     /**
  2011.      * Gets the public 'router' shared service.
  2012.      *
  2013.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2014.      */
  2015.     protected function getRouterService()
  2016.     {
  2017.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2018.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2019.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2020.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2021.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2022.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2023.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2024.         ], [
  2025.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2026.         ]))->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');
  2027.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2028.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2029.         return $instance;
  2030.     }
  2031.     /**
  2032.      * Gets the public 'routing.loader' shared service.
  2033.      *
  2034.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2035.      */
  2036.     protected function getRouting_LoaderService()
  2037.     {
  2038.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2039.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2040.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2042.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2051.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2052.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2053.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2055.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2056.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2057.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2058.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2060.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2062.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2063.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2064.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2065.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2066.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2067.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2068.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2069.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2070.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2071.             'kernel' => ['services''kernel''getKernelService'false],
  2072.         ], [
  2073.             'kernel' => 'App\\Kernel',
  2074.         ]), 'dev'));
  2075.         $a->addLoader($c);
  2076.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2077.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2078.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2079.     }
  2080.     /**
  2081.      * Gets the public 'services_resetter' shared service.
  2082.      *
  2083.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2084.      */
  2085.     protected function getServicesResetterService()
  2086.     {
  2087.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2088.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2089.             if (isset($this->services['cache.app'])) {
  2090.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2091.             }
  2092.             if (isset($this->services['cache.system'])) {
  2093.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2094.             }
  2095.             if (isset($this->privates['cache.validator'])) {
  2096.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2097.             }
  2098.             if (isset($this->privates['cache.serializer'])) {
  2099.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2100.             }
  2101.             if (isset($this->privates['cache.annotations'])) {
  2102.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2103.             }
  2104.             if (isset($this->privates['cache.property_info'])) {
  2105.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2106.             }
  2107.             if (isset($this->privates['.debug.http_client'])) {
  2108.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2109.             }
  2110.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2111.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2112.             }
  2113.             if (isset($this->privates['debug.stopwatch'])) {
  2114.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2115.             }
  2116.             if (isset($this->services['event_dispatcher'])) {
  2117.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2118.             }
  2119.             if (isset($this->privates['session_listener'])) {
  2120.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2121.             }
  2122.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2123.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2124.             }
  2125.             if (isset($this->services['cache.validator_expression_language'])) {
  2126.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2127.             }
  2128.             if (isset($this->services['.container.private.profiler'])) {
  2129.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2130.             }
  2131.             if (isset($this->services['.container.private.validator'])) {
  2132.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2133.             }
  2134.             if (isset($this->services['doctrine'])) {
  2135.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2136.             }
  2137.             if (isset($this->privates['form.type.entity'])) {
  2138.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2139.             }
  2140.             if (isset($this->privates['twig.form.engine'])) {
  2141.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2142.             }
  2143.             if (isset($this->services['.container.private.security.token_storage'])) {
  2144.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2145.             }
  2146.             if (isset($this->privates['cache.security_expression_language'])) {
  2147.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2148.             }
  2149.             if (isset($this->privates['monolog.handler.main'])) {
  2150.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2151.             }
  2152.             if (isset($this->privates['monolog.handler.console'])) {
  2153.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2154.             }
  2155.             if (isset($this->privates['monolog.handler.emails'])) {
  2156.                 yield 'monolog.handler.emails' => ($this->privates['monolog.handler.emails'] ?? null);
  2157.             }
  2158.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2159.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2160.             }
  2161.             if (isset($this->privates['cache.webpack_encore'])) {
  2162.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2163.             }
  2164.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2165.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2166.             }
  2167.             if (isset($this->privates['.debug.http_client'])) {
  2168.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2169.             }
  2170.         }, function () {
  2171.             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']));
  2172.         }), ['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']]);
  2173.     }
  2174.     /**
  2175.      * Gets the public 'translator' shared service.
  2176.      *
  2177.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2178.      */
  2179.     protected function getTranslatorService()
  2180.     {
  2181.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2182.     }
  2183.     /**
  2184.      * Gets the public 'var_dumper.cloner' shared service.
  2185.      *
  2186.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2187.      */
  2188.     protected function getVarDumper_ClonerService()
  2189.     {
  2190.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2191.         $instance->setMaxItems(2500);
  2192.         $instance->setMinDepth(1);
  2193.         $instance->setMaxString(-1);
  2194.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2195.         return $instance;
  2196.     }
  2197.     /**
  2198.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2199.      *
  2200.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2201.      */
  2202.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2203.     {
  2204.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2205.         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()));
  2206.     }
  2207.     /**
  2208.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2209.      *
  2210.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2211.      */
  2212.     protected function getWebProfiler_Controller_ProfilerService()
  2213.     {
  2214.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2215.         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));
  2216.     }
  2217.     /**
  2218.      * Gets the public 'web_profiler.controller.router' shared service.
  2219.      *
  2220.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2221.      */
  2222.     protected function getWebProfiler_Controller_RouterService()
  2223.     {
  2224.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2225.         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 () {
  2226.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2227.         }, 1));
  2228.     }
  2229.     /**
  2230.      * Gets the private '.App\Command\CacheImagesCommand.lazy' shared service.
  2231.      *
  2232.      * @return \Symfony\Component\Console\Command\LazyCommand
  2233.      */
  2234.     protected function getCacheImagesCommand_LazyService()
  2235.     {
  2236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2238.         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 {
  2239.             return ($this->privates['App\\Command\\CacheImagesCommand'] ?? $this->getCacheImagesCommandService());
  2240.         });
  2241.     }
  2242.     /**
  2243.      * Gets the private '.App\Command\RegistrationReminderCommand.lazy' shared service.
  2244.      *
  2245.      * @return \Symfony\Component\Console\Command\LazyCommand
  2246.      */
  2247.     protected function getRegistrationReminderCommand_LazyService()
  2248.     {
  2249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2251.         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 {
  2252.             return ($this->privates['App\\Command\\RegistrationReminderCommand'] ?? $this->getRegistrationReminderCommandService());
  2253.         });
  2254.     }
  2255.     /**
  2256.      * Gets the private '.console.command.about.lazy' shared service.
  2257.      *
  2258.      * @return \Symfony\Component\Console\Command\LazyCommand
  2259.      */
  2260.     protected function get_Console_Command_About_LazyService()
  2261.     {
  2262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2264.         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 {
  2265.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2266.         });
  2267.     }
  2268.     /**
  2269.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2270.      *
  2271.      * @return \Symfony\Component\Console\Command\LazyCommand
  2272.      */
  2273.     protected function get_Console_Command_AssetsInstall_LazyService()
  2274.     {
  2275.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2277.         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 {
  2278.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2279.         });
  2280.     }
  2281.     /**
  2282.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2283.      *
  2284.      * @return \Symfony\Component\Console\Command\LazyCommand
  2285.      */
  2286.     protected function get_Console_Command_CacheClear_LazyService()
  2287.     {
  2288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2290.         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 {
  2291.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2292.         });
  2293.     }
  2294.     /**
  2295.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2296.      *
  2297.      * @return \Symfony\Component\Console\Command\LazyCommand
  2298.      */
  2299.     protected function get_Console_Command_CachePoolClear_LazyService()
  2300.     {
  2301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2303.         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 {
  2304.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2305.         });
  2306.     }
  2307.     /**
  2308.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2309.      *
  2310.      * @return \Symfony\Component\Console\Command\LazyCommand
  2311.      */
  2312.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2313.     {
  2314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2316.         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 {
  2317.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2318.         });
  2319.     }
  2320.     /**
  2321.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2322.      *
  2323.      * @return \Symfony\Component\Console\Command\LazyCommand
  2324.      */
  2325.     protected function get_Console_Command_CachePoolList_LazyService()
  2326.     {
  2327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2329.         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 {
  2330.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2331.         });
  2332.     }
  2333.     /**
  2334.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2335.      *
  2336.      * @return \Symfony\Component\Console\Command\LazyCommand
  2337.      */
  2338.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2339.     {
  2340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2342.         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 {
  2343.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2344.         });
  2345.     }
  2346.     /**
  2347.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2348.      *
  2349.      * @return \Symfony\Component\Console\Command\LazyCommand
  2350.      */
  2351.     protected function get_Console_Command_CacheWarmup_LazyService()
  2352.     {
  2353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2355.         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 {
  2356.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2357.         });
  2358.     }
  2359.     /**
  2360.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2361.      *
  2362.      * @return \Symfony\Component\Console\Command\LazyCommand
  2363.      */
  2364.     protected function get_Console_Command_ConfigDebug_LazyService()
  2365.     {
  2366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2368.         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 {
  2369.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2370.         });
  2371.     }
  2372.     /**
  2373.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2374.      *
  2375.      * @return \Symfony\Component\Console\Command\LazyCommand
  2376.      */
  2377.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2378.     {
  2379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2381.         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 {
  2382.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2383.         });
  2384.     }
  2385.     /**
  2386.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2387.      *
  2388.      * @return \Symfony\Component\Console\Command\LazyCommand
  2389.      */
  2390.     protected function get_Console_Command_ContainerDebug_LazyService()
  2391.     {
  2392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2394.         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 {
  2395.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2396.         });
  2397.     }
  2398.     /**
  2399.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2400.      *
  2401.      * @return \Symfony\Component\Console\Command\LazyCommand
  2402.      */
  2403.     protected function get_Console_Command_ContainerLint_LazyService()
  2404.     {
  2405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2407.         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 {
  2408.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2409.         });
  2410.     }
  2411.     /**
  2412.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2413.      *
  2414.      * @return \Symfony\Component\Console\Command\LazyCommand
  2415.      */
  2416.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2417.     {
  2418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2420.         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 {
  2421.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2422.         });
  2423.     }
  2424.     /**
  2425.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2426.      *
  2427.      * @return \Symfony\Component\Console\Command\LazyCommand
  2428.      */
  2429.     protected function get_Console_Command_DotenvDebug_LazyService()
  2430.     {
  2431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2433.         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 {
  2434.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2435.         });
  2436.     }
  2437.     /**
  2438.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2439.      *
  2440.      * @return \Symfony\Component\Console\Command\LazyCommand
  2441.      */
  2442.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2443.     {
  2444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2446.         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 {
  2447.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2448.         });
  2449.     }
  2450.     /**
  2451.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2452.      *
  2453.      * @return \Symfony\Component\Console\Command\LazyCommand
  2454.      */
  2455.     protected function get_Console_Command_FormDebug_LazyService()
  2456.     {
  2457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2459.         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 {
  2460.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2461.         });
  2462.     }
  2463.     /**
  2464.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2465.      *
  2466.      * @return \Symfony\Component\Console\Command\LazyCommand
  2467.      */
  2468.     protected function get_Console_Command_RouterDebug_LazyService()
  2469.     {
  2470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2472.         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 {
  2473.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2474.         });
  2475.     }
  2476.     /**
  2477.      * Gets the private '.console.command.router_match.lazy' shared service.
  2478.      *
  2479.      * @return \Symfony\Component\Console\Command\LazyCommand
  2480.      */
  2481.     protected function get_Console_Command_RouterMatch_LazyService()
  2482.     {
  2483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2485.         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 {
  2486.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2487.         });
  2488.     }
  2489.     /**
  2490.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2491.      *
  2492.      * @return \Symfony\Component\Console\Command\LazyCommand
  2493.      */
  2494.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2495.     {
  2496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2498.         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 {
  2499.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2500.         });
  2501.     }
  2502.     /**
  2503.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2504.      *
  2505.      * @return \Symfony\Component\Console\Command\LazyCommand
  2506.      */
  2507.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2508.     {
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2511.         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 {
  2512.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2513.         });
  2514.     }
  2515.     /**
  2516.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2517.      *
  2518.      * @return \Symfony\Component\Console\Command\LazyCommand
  2519.      */
  2520.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2521.     {
  2522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2524.         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 {
  2525.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2526.         });
  2527.     }
  2528.     /**
  2529.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2530.      *
  2531.      * @return \Symfony\Component\Console\Command\LazyCommand
  2532.      */
  2533.     protected function get_Console_Command_SecretsList_LazyService()
  2534.     {
  2535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2537.         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 {
  2538.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2539.         });
  2540.     }
  2541.     /**
  2542.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2543.      *
  2544.      * @return \Symfony\Component\Console\Command\LazyCommand
  2545.      */
  2546.     protected function get_Console_Command_SecretsRemove_LazyService()
  2547.     {
  2548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2550.         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 {
  2551.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2552.         });
  2553.     }
  2554.     /**
  2555.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\Console\Command\LazyCommand
  2558.      */
  2559.     protected function get_Console_Command_SecretsSet_LazyService()
  2560.     {
  2561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2563.         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 {
  2564.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2565.         });
  2566.     }
  2567.     /**
  2568.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2569.      *
  2570.      * @return \Symfony\Component\Console\Command\LazyCommand
  2571.      */
  2572.     protected function get_Console_Command_TranslationDebug_LazyService()
  2573.     {
  2574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2576.         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 {
  2577.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2578.         });
  2579.     }
  2580.     /**
  2581.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2582.      *
  2583.      * @return \Symfony\Component\Console\Command\LazyCommand
  2584.      */
  2585.     protected function get_Console_Command_TranslationExtract_LazyService()
  2586.     {
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2589.         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 {
  2590.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2591.         });
  2592.     }
  2593.     /**
  2594.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2595.      *
  2596.      * @return \Symfony\Component\Console\Command\LazyCommand
  2597.      */
  2598.     protected function get_Console_Command_TranslationPull_LazyService()
  2599.     {
  2600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2602.         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 {
  2603.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2604.         });
  2605.     }
  2606.     /**
  2607.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2608.      *
  2609.      * @return \Symfony\Component\Console\Command\LazyCommand
  2610.      */
  2611.     protected function get_Console_Command_TranslationPush_LazyService()
  2612.     {
  2613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2615.         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 {
  2616.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2617.         });
  2618.     }
  2619.     /**
  2620.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2621.      *
  2622.      * @return \Symfony\Component\Console\Command\LazyCommand
  2623.      */
  2624.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2625.     {
  2626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2628.         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 {
  2629.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2630.         });
  2631.     }
  2632.     /**
  2633.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2634.      *
  2635.      * @return \Symfony\Component\Console\Command\LazyCommand
  2636.      */
  2637.     protected function get_Console_Command_XliffLint_LazyService()
  2638.     {
  2639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2641.         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 {
  2642.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2643.         });
  2644.     }
  2645.     /**
  2646.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2647.      *
  2648.      * @return \Symfony\Component\Console\Command\LazyCommand
  2649.      */
  2650.     protected function get_Console_Command_YamlLint_LazyService()
  2651.     {
  2652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2654.         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 {
  2655.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2656.         });
  2657.     }
  2658.     /**
  2659.      * Gets the private '.debug.http_client' shared service.
  2660.      *
  2661.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2662.      */
  2663.     protected function get_Debug_HttpClientService()
  2664.     {
  2665.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2666.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2667.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2668.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2669.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2670.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2671.         $a->setLogger($b);
  2672.         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))));
  2673.     }
  2674.     /**
  2675.      * Gets the private '.errored..service_locator.1qmr3HS.App\Entity\Company' shared service.
  2676.      *
  2677.      * @return \App\Entity\Company
  2678.      */
  2679.     protected function getCompanyService()
  2680.     {
  2681.         $this->throw('Cannot autowire service ".service_locator.1qmr3HS": it references class "App\\Entity\\Company" but no such service exists.');
  2682.     }
  2683.     /**
  2684.      * Gets the private '.errored..service_locator.93D7QMa.App\Entity\User' shared service.
  2685.      *
  2686.      * @return \App\Entity\User
  2687.      */
  2688.     protected function getUserService()
  2689.     {
  2690.         $this->throw('Cannot autowire service ".service_locator.93D7QMa": it references class "App\\Entity\\User" but no such service exists.');
  2691.     }
  2692.     /**
  2693.      * Gets the private '.errored..service_locator.93D7QMa.Symfony\Bridge\Doctrine\ManagerRegistry' shared service.
  2694.      *
  2695.      * @return \Symfony\Bridge\Doctrine\ManagerRegistry
  2696.      */
  2697.     protected function getManagerRegistryService()
  2698.     {
  2699.         $this->throw('Cannot autowire service ".service_locator.93D7QMa": it references class "Symfony\\Bridge\\Doctrine\\ManagerRegistry" but no such service exists. Try changing the type-hint to "Doctrine\\Persistence\\ManagerRegistry" instead.');
  2700.     }
  2701.     /**
  2702.      * Gets the private '.errored..service_locator.BMUL7dR.App\Entity\Company' shared service.
  2703.      *
  2704.      * @return \App\Entity\Company
  2705.      */
  2706.     protected function getCompany2Service()
  2707.     {
  2708.         $this->throw('Cannot autowire service ".service_locator.BMUL7dR": it references class "App\\Entity\\Company" but no such service exists.');
  2709.     }
  2710.     /**
  2711.      * Gets the private '.errored..service_locator.FqPypcQ.App\Entity\Company' shared service.
  2712.      *
  2713.      * @return \App\Entity\Company
  2714.      */
  2715.     protected function getCompany3Service()
  2716.     {
  2717.         $this->throw('Cannot autowire service ".service_locator.FqPypcQ": it references class "App\\Entity\\Company" but no such service exists.');
  2718.     }
  2719.     /**
  2720.      * Gets the private '.errored..service_locator.GiMBQJE.App\Entity\Company' shared service.
  2721.      *
  2722.      * @return \App\Entity\Company
  2723.      */
  2724.     protected function getCompany4Service()
  2725.     {
  2726.         $this->throw('Cannot autowire service ".service_locator.GiMBQJE": it references class "App\\Entity\\Company" but no such service exists.');
  2727.     }
  2728.     /**
  2729.      * Gets the private '.errored..service_locator.JtLgf8e.App\Entity\Formation' shared service.
  2730.      *
  2731.      * @return \App\Entity\Formation
  2732.      */
  2733.     protected function getFormationService()
  2734.     {
  2735.         $this->throw('Cannot autowire service ".service_locator.JtLgf8e": it references class "App\\Entity\\Formation" but no such service exists.');
  2736.     }
  2737.     /**
  2738.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2739.      *
  2740.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2741.      */
  2742.     protected function getLoaderInterfaceService()
  2743.     {
  2744.         $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".');
  2745.     }
  2746.     /**
  2747.      * Gets the private '.errored..service_locator.O95UKUv.App\Entity\User' shared service.
  2748.      *
  2749.      * @return \App\Entity\User
  2750.      */
  2751.     protected function getUser2Service()
  2752.     {
  2753.         $this->throw('Cannot autowire service ".service_locator.O95UKUv": it references class "App\\Entity\\User" but no such service exists.');
  2754.     }
  2755.     /**
  2756.      * Gets the private '.errored..service_locator.Qf7futZ.App\Entity\Company' shared service.
  2757.      *
  2758.      * @return \App\Entity\Company
  2759.      */
  2760.     protected function getCompany5Service()
  2761.     {
  2762.         $this->throw('Cannot autowire service ".service_locator.Qf7futZ": it references class "App\\Entity\\Company" but no such service exists.');
  2763.     }
  2764.     /**
  2765.      * Gets the private '.errored..service_locator.Qgkw6e_.App\Entity\User' shared service.
  2766.      *
  2767.      * @return \App\Entity\User
  2768.      */
  2769.     protected function getUser3Service()
  2770.     {
  2771.         $this->throw('Cannot autowire service ".service_locator.Qgkw6e_": it references class "App\\Entity\\User" but no such service exists.');
  2772.     }
  2773.     /**
  2774.      * Gets the private '.errored..service_locator.YK278V..App\Entity\Company' shared service.
  2775.      *
  2776.      * @return \App\Entity\Company
  2777.      */
  2778.     protected function getCompany6Service()
  2779.     {
  2780.         $this->throw('Cannot autowire service ".service_locator.YK278V.": it references class "App\\Entity\\Company" but no such service exists.');
  2781.     }
  2782.     /**
  2783.      * Gets the private '.errored..service_locator._Lgsrjl.App\Entity\Company' shared service.
  2784.      *
  2785.      * @return \App\Entity\Company
  2786.      */
  2787.     protected function getCompany7Service()
  2788.     {
  2789.         $this->throw('Cannot autowire service ".service_locator._Lgsrjl": it references class "App\\Entity\\Company" but no such service exists.');
  2790.     }
  2791.     /**
  2792.      * Gets the private '.errored..service_locator.b5sN5od.App\Entity\Formation' shared service.
  2793.      *
  2794.      * @return \App\Entity\Formation
  2795.      */
  2796.     protected function getFormation2Service()
  2797.     {
  2798.         $this->throw('Cannot autowire service ".service_locator.b5sN5od": it references class "App\\Entity\\Formation" but no such service exists.');
  2799.     }
  2800.     /**
  2801.      * Gets the private '.errored..service_locator.ch4Jgvl.App\Entity\User' shared service.
  2802.      *
  2803.      * @return \App\Entity\User
  2804.      */
  2805.     protected function getUser4Service()
  2806.     {
  2807.         $this->throw('Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists.');
  2808.     }
  2809.     /**
  2810.      * Gets the private '.errored..service_locator.h8eZpTL.App\Entity\Formation' shared service.
  2811.      *
  2812.      * @return \App\Entity\Formation
  2813.      */
  2814.     protected function getFormation3Service()
  2815.     {
  2816.         $this->throw('Cannot autowire service ".service_locator.h8eZpTL": it references class "App\\Entity\\Formation" but no such service exists.');
  2817.     }
  2818.     /**
  2819.      * Gets the private '.errored..service_locator.l_yBdsX.App\Entity\Company' shared service.
  2820.      *
  2821.      * @return \App\Entity\Company
  2822.      */
  2823.     protected function getCompany8Service()
  2824.     {
  2825.         $this->throw('Cannot autowire service ".service_locator.l_yBdsX": it references class "App\\Entity\\Company" but no such service exists.');
  2826.     }
  2827.     /**
  2828.      * Gets the private '.errored..service_locator.nlOzWfg.App\Entity\Company' shared service.
  2829.      *
  2830.      * @return \App\Entity\Company
  2831.      */
  2832.     protected function getCompany9Service()
  2833.     {
  2834.         $this->throw('Cannot autowire service ".service_locator.nlOzWfg": it references class "App\\Entity\\Company" but no such service exists.');
  2835.     }
  2836.     /**
  2837.      * Gets the private '.errored..service_locator.s_kH3X..Symfony\Bridge\Doctrine\ManagerRegistry' shared service.
  2838.      *
  2839.      * @return \Symfony\Bridge\Doctrine\ManagerRegistry
  2840.      */
  2841.     protected function getManagerRegistry2Service()
  2842.     {
  2843.         $this->throw('Cannot autowire service ".service_locator.s_kH3X.": it references class "Symfony\\Bridge\\Doctrine\\ManagerRegistry" but no such service exists. Try changing the type-hint to "Doctrine\\Persistence\\ManagerRegistry" instead.');
  2844.     }
  2845.     /**
  2846.      * Gets the private '.errored..service_locator.u1nOMGq.App\Entity\User' shared service.
  2847.      *
  2848.      * @return \App\Entity\User
  2849.      */
  2850.     protected function getUser5Service()
  2851.     {
  2852.         $this->throw('Cannot autowire service ".service_locator.u1nOMGq": it references class "App\\Entity\\User" but no such service exists.');
  2853.     }
  2854.     /**
  2855.      * Gets the private '.errored..service_locator.xW3Q9Bt.App\Entity\Company' shared service.
  2856.      *
  2857.      * @return \App\Entity\Company
  2858.      */
  2859.     protected function getCompany10Service()
  2860.     {
  2861.         $this->throw('Cannot autowire service ".service_locator.xW3Q9Bt": it references class "App\\Entity\\Company" but no such service exists.');
  2862.     }
  2863.     /**
  2864.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2865.      *
  2866.      * @return \Symfony\Component\Console\Command\LazyCommand
  2867.      */
  2868.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2869.     {
  2870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2872.         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 {
  2873.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2874.         });
  2875.     }
  2876.     /**
  2877.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2878.      *
  2879.      * @return \Symfony\Component\Console\Command\LazyCommand
  2880.      */
  2881.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2882.     {
  2883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2885.         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 {
  2886.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2887.         });
  2888.     }
  2889.     /**
  2890.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2891.      *
  2892.      * @return \Symfony\Component\Console\Command\LazyCommand
  2893.      */
  2894.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2895.     {
  2896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2898.         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 {
  2899.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2900.         });
  2901.     }
  2902.     /**
  2903.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2904.      *
  2905.      * @return \Symfony\Component\Console\Command\LazyCommand
  2906.      */
  2907.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2908.     {
  2909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2911.         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 {
  2912.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2913.         });
  2914.     }
  2915.     /**
  2916.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2917.      *
  2918.      * @return \Symfony\Component\Console\Command\LazyCommand
  2919.      */
  2920.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2921.     {
  2922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2924.         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 {
  2925.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2926.         });
  2927.     }
  2928.     /**
  2929.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2930.      *
  2931.      * @return \Symfony\Component\Console\Command\LazyCommand
  2932.      */
  2933.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2934.     {
  2935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2937.         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 {
  2938.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2939.         });
  2940.     }
  2941.     /**
  2942.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2943.      *
  2944.      * @return \Symfony\Component\Console\Command\LazyCommand
  2945.      */
  2946.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2947.     {
  2948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2950.         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 {
  2951.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2952.         });
  2953.     }
  2954.     /**
  2955.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2956.      *
  2957.      * @return \Symfony\Component\Console\Command\LazyCommand
  2958.      */
  2959.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2960.     {
  2961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2963.         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 {
  2964.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2965.         });
  2966.     }
  2967.     /**
  2968.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2969.      *
  2970.      * @return \Symfony\Component\Console\Command\LazyCommand
  2971.      */
  2972.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2976.         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 {
  2977.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2978.         });
  2979.     }
  2980.     /**
  2981.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2982.      *
  2983.      * @return \Symfony\Component\Console\Command\LazyCommand
  2984.      */
  2985.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2986.     {
  2987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2989.         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 {
  2990.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2991.         });
  2992.     }
  2993.     /**
  2994.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2995.      *
  2996.      * @return \Symfony\Component\Console\Command\LazyCommand
  2997.      */
  2998.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  2999.     {
  3000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3002.         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 {
  3003.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3004.         });
  3005.     }
  3006.     /**
  3007.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3008.      *
  3009.      * @return \Symfony\Component\Console\Command\LazyCommand
  3010.      */
  3011.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3012.     {
  3013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3015.         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 {
  3016.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3017.         });
  3018.     }
  3019.     /**
  3020.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3021.      *
  3022.      * @return \Symfony\Component\Console\Command\LazyCommand
  3023.      */
  3024.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3025.     {
  3026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3028.         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 {
  3029.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3030.         });
  3031.     }
  3032.     /**
  3033.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3034.      *
  3035.      * @return \Symfony\Component\Console\Command\LazyCommand
  3036.      */
  3037.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3038.     {
  3039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3041.         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 {
  3042.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3043.         });
  3044.     }
  3045.     /**
  3046.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3047.      *
  3048.      * @return \Symfony\Component\Console\Command\LazyCommand
  3049.      */
  3050.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3051.     {
  3052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3054.         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 {
  3055.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3056.         });
  3057.     }
  3058.     /**
  3059.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3060.      *
  3061.      * @return \Symfony\Component\Console\Command\LazyCommand
  3062.      */
  3063.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3064.     {
  3065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3067.         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 {
  3068.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3069.         });
  3070.     }
  3071.     /**
  3072.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3073.      *
  3074.      * @return \Symfony\Component\Console\Command\LazyCommand
  3075.      */
  3076.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3077.     {
  3078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3080.         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 {
  3081.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3082.         });
  3083.     }
  3084.     /**
  3085.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3086.      *
  3087.      * @return \Symfony\Component\Console\Command\LazyCommand
  3088.      */
  3089.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3090.     {
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3093.         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 {
  3094.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3095.         });
  3096.     }
  3097.     /**
  3098.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3099.      *
  3100.      * @return \Symfony\Component\Console\Command\LazyCommand
  3101.      */
  3102.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3103.     {
  3104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3106.         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 {
  3107.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3108.         });
  3109.     }
  3110.     /**
  3111.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3112.      *
  3113.      * @return \Symfony\Component\Console\Command\LazyCommand
  3114.      */
  3115.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3116.     {
  3117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3119.         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 {
  3120.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3121.         });
  3122.     }
  3123.     /**
  3124.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3125.      *
  3126.      * @return \Symfony\Component\Console\Command\LazyCommand
  3127.      */
  3128.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3129.     {
  3130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3132.         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 {
  3133.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3134.         });
  3135.     }
  3136.     /**
  3137.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3138.      *
  3139.      * @return \Symfony\Component\Console\Command\LazyCommand
  3140.      */
  3141.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3142.     {
  3143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3145.         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 {
  3146.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3147.         });
  3148.     }
  3149.     /**
  3150.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3151.      *
  3152.      * @return \Symfony\Component\Console\Command\LazyCommand
  3153.      */
  3154.     protected function get_Monolog_Command_ServerLog_LazyService()
  3155.     {
  3156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3158.         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 {
  3159.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3160.         });
  3161.     }
  3162.     /**
  3163.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3164.      *
  3165.      * @return \Symfony\Component\Console\Command\LazyCommand
  3166.      */
  3167.     protected function get_Security_Command_DebugFirewall_LazyService()
  3168.     {
  3169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3171.         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 {
  3172.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3173.         });
  3174.     }
  3175.     /**
  3176.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3177.      *
  3178.      * @return \Symfony\Component\Console\Command\LazyCommand
  3179.      */
  3180.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3181.     {
  3182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3184.         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 {
  3185.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3186.         });
  3187.     }
  3188.     /**
  3189.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3190.      *
  3191.      * @return \Symfony\Component\Console\Command\LazyCommand
  3192.      */
  3193.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3194.     {
  3195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3197.         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 {
  3198.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3199.         });
  3200.     }
  3201.     /**
  3202.      * Gets the private '.service_locator..xEWdnp' shared service.
  3203.      *
  3204.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3205.      */
  3206.     protected function get_ServiceLocator__XEWdnpService()
  3207.     {
  3208.         return $this->privates['.service_locator..xEWdnp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3209.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  3210.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3211.             'notificationService' => ['privates''App\\Service\\notification\\NotificationService''getNotificationServiceService'false],
  3212.             'urlGenerator' => ['services''router''getRouterService'false],
  3213.         ], [
  3214.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  3215.             'managerRegistry' => '?',
  3216.             'notificationService' => 'App\\Service\\notification\\NotificationService',
  3217.             'urlGenerator' => '?',
  3218.         ]);
  3219.     }
  3220.     /**
  3221.      * Gets the private '.service_locator.1qmr3HS' shared service.
  3222.      *
  3223.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3224.      */
  3225.     protected function get_ServiceLocator_1qmr3HSService()
  3226.     {
  3227.         return $this->privates['.service_locator.1qmr3HS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3228.             '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.'],
  3229.             'importUser' => ['privates''App\\Service\\import\\ImportUser''getImportUserService'false],
  3230.         ], [
  3231.             'company' => 'App\\Entity\\Company',
  3232.             'importUser' => 'App\\Service\\import\\ImportUser',
  3233.         ]);
  3234.     }
  3235.     /**
  3236.      * Gets the private '.service_locator.5c1zT42' shared service.
  3237.      *
  3238.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3239.      */
  3240.     protected function get_ServiceLocator_5c1zT42Service()
  3241.     {
  3242.         return $this->privates['.service_locator.5c1zT42'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3243.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  3244.         ], [
  3245.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  3246.         ]);
  3247.     }
  3248.     /**
  3249.      * Gets the private '.service_locator.75l7mhD' shared service.
  3250.      *
  3251.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3252.      */
  3253.     protected function get_ServiceLocator_75l7mhDService()
  3254.     {
  3255.         return $this->privates['.service_locator.75l7mhD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3256.             'exportUser' => ['privates''App\\Service\\export\\ExportUser''getExportUserService'false],
  3257.         ], [
  3258.             'exportUser' => 'App\\Service\\export\\ExportUser',
  3259.         ]);
  3260.     }
  3261.     /**
  3262.      * Gets the private '.service_locator.93D7QMa' shared service.
  3263.      *
  3264.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3265.      */
  3266.     protected function get_ServiceLocator_93D7QMaService()
  3267.     {
  3268.         return $this->privates['.service_locator.93D7QMa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3269.             'managerRegistry' => ['privates''.errored..service_locator.93D7QMa.Symfony\\Bridge\\Doctrine\\ManagerRegistry'NULL'Cannot autowire service ".service_locator.93D7QMa": it references class "Symfony\\Bridge\\Doctrine\\ManagerRegistry" but no such service exists. Try changing the type-hint to "Doctrine\\Persistence\\ManagerRegistry" instead.'],
  3270.             'user' => ['privates''.errored..service_locator.93D7QMa.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.93D7QMa": it references class "App\\Entity\\User" but no such service exists.'],
  3271.         ], [
  3272.             'managerRegistry' => 'Symfony\\Bridge\\Doctrine\\ManagerRegistry',
  3273.             'user' => 'App\\Entity\\User',
  3274.         ]);
  3275.     }
  3276.     /**
  3277.      * Gets the private '.service_locator.9Sx_zIX' shared service.
  3278.      *
  3279.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3280.      */
  3281.     protected function get_ServiceLocator_9SxZIXService()
  3282.     {
  3283.         return $this->privates['.service_locator.9Sx_zIX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3284.             'notificationService' => ['privates''App\\Service\\notification\\NotificationService''getNotificationServiceService'false],
  3285.         ], [
  3286.             'notificationService' => 'App\\Service\\notification\\NotificationService',
  3287.         ]);
  3288.     }
  3289.     /**
  3290.      * Gets the private '.service_locator.BMUL7dR' shared service.
  3291.      *
  3292.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3293.      */
  3294.     protected function get_ServiceLocator_BMUL7dRService()
  3295.     {
  3296.         return $this->privates['.service_locator.BMUL7dR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3297.             '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.'],
  3298.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3299.         ], [
  3300.             'company' => 'App\\Entity\\Company',
  3301.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3302.         ]);
  3303.     }
  3304.     /**
  3305.      * Gets the private '.service_locator.BcsTf_h' shared service.
  3306.      *
  3307.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3308.      */
  3309.     protected function get_ServiceLocator_BcsTfHService()
  3310.     {
  3311.         return $this->privates['.service_locator.BcsTf_h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3312.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3313.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3314.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3315.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3316.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3317.             'router' => ['services''router''getRouterService'false],
  3318.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3319.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3320.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3321.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3322.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3323.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3324.         ], [
  3325.             'doctrine' => '?',
  3326.             'form.factory' => '?',
  3327.             'http_kernel' => '?',
  3328.             'parameter_bag' => '?',
  3329.             'request_stack' => '?',
  3330.             'router' => '?',
  3331.             'security.authorization_checker' => '?',
  3332.             'security.csrf.token_manager' => '?',
  3333.             'security.token_storage' => '?',
  3334.             'serializer' => '?',
  3335.             'session' => '.session.deprecated',
  3336.             'twig' => '?',
  3337.         ]);
  3338.     }
  3339.     /**
  3340.      * Gets the private '.service_locator.ElBLRZs' shared service.
  3341.      *
  3342.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3343.      */
  3344.     protected function get_ServiceLocator_ElBLRZsService()
  3345.     {
  3346.         return $this->privates['.service_locator.ElBLRZs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3347.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3348.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  3349.         ], [
  3350.             'eventDispatcher' => '?',
  3351.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  3352.         ]);
  3353.     }
  3354.     /**
  3355.      * Gets the private '.service_locator.FqPypcQ' shared service.
  3356.      *
  3357.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3358.      */
  3359.     protected function get_ServiceLocator_FqPypcQService()
  3360.     {
  3361.         return $this->privates['.service_locator.FqPypcQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3362.             'company' => ['privates''.errored..service_locator.FqPypcQ.App\\Entity\\Company'NULL'Cannot autowire service ".service_locator.FqPypcQ": it references class "App\\Entity\\Company" but no such service exists.'],
  3363.             'importDepartment' => ['privates''App\\Service\\import\\ImportDepartment''getImportDepartmentService'false],
  3364.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  3365.         ], [
  3366.             'company' => 'App\\Entity\\Company',
  3367.             'importDepartment' => 'App\\Service\\import\\ImportDepartment',
  3368.             'upload' => 'App\\Service\\Utils\\Upload',
  3369.         ]);
  3370.     }
  3371.     /**
  3372.      * Gets the private '.service_locator.GiMBQJE' shared service.
  3373.      *
  3374.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3375.      */
  3376.     protected function get_ServiceLocator_GiMBQJEService()
  3377.     {
  3378.         return $this->privates['.service_locator.GiMBQJE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3379.             '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.'],
  3380.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3381.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3382.         ], [
  3383.             'company' => 'App\\Entity\\Company',
  3384.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3385.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3386.         ]);
  3387.     }
  3388.     /**
  3389.      * Gets the private '.service_locator.HLJO_K5' shared service.
  3390.      *
  3391.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3392.      */
  3393.     protected function get_ServiceLocator_HLJOK5Service()
  3394.     {
  3395.         return $this->privates['.service_locator.HLJO_K5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3396.             'em' => ['services''doctrine''getDoctrineService'false],
  3397.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3398.         ], [
  3399.             'em' => '?',
  3400.             'eventDispatcher' => '?',
  3401.         ]);
  3402.     }
  3403.     /**
  3404.      * Gets the private '.service_locator.HoUVouA' shared service.
  3405.      *
  3406.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3407.      */
  3408.     protected function get_ServiceLocator_HoUVouAService()
  3409.     {
  3410.         return $this->privates['.service_locator.HoUVouA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3411.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3412.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3413.         ], [
  3414.             'eventDispatcher' => '?',
  3415.             'managerRegistry' => '?',
  3416.         ]);
  3417.     }
  3418.     /**
  3419.      * Gets the private '.service_locator.JFWvM5G' shared service.
  3420.      *
  3421.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3422.      */
  3423.     protected function get_ServiceLocator_JFWvM5GService()
  3424.     {
  3425.         return $this->privates['.service_locator.JFWvM5G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3426.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3427.         ], [
  3428.             'managerRegistry' => '?',
  3429.         ]);
  3430.     }
  3431.     /**
  3432.      * Gets the private '.service_locator.JtLgf8e' shared service.
  3433.      *
  3434.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3435.      */
  3436.     protected function get_ServiceLocator_JtLgf8eService()
  3437.     {
  3438.         return $this->privates['.service_locator.JtLgf8e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3439.             'activityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  3440.             '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.'],
  3441.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  3442.             'slugger' => ['privates''slugger''getSluggerService'false],
  3443.         ], [
  3444.             'activityRepository' => 'App\\Repository\\ActivityRepository',
  3445.             'formation' => 'App\\Entity\\Formation',
  3446.             'formationService' => 'App\\Service\\formation\\FormationService',
  3447.             'slugger' => '?',
  3448.         ]);
  3449.     }
  3450.     /**
  3451.      * Gets the private '.service_locator.KfbR3DY' shared service.
  3452.      *
  3453.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3454.      */
  3455.     protected function get_ServiceLocator_KfbR3DYService()
  3456.     {
  3457.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3458.             '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".'],
  3459.         ], [
  3460.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3461.         ]);
  3462.     }
  3463.     /**
  3464.      * Gets the private '.service_locator.L.SGgV6' shared service.
  3465.      *
  3466.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3467.      */
  3468.     protected function get_ServiceLocator_L_SGgV6Service()
  3469.     {
  3470.         return $this->privates['.service_locator.L.SGgV6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3471.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3472.             'statisticsService' => ['privates''App\\Service\\statistics\\StatisticsService''getStatisticsServiceService'false],
  3473.         ], [
  3474.             'managerRegistry' => '?',
  3475.             'statisticsService' => 'App\\Service\\statistics\\StatisticsService',
  3476.         ]);
  3477.     }
  3478.     /**
  3479.      * Gets the private '.service_locator.Lc9schy' shared service.
  3480.      *
  3481.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3482.      */
  3483.     protected function get_ServiceLocator_Lc9schyService()
  3484.     {
  3485.         return $this->privates['.service_locator.Lc9schy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3486.             'jwpFilter' => ['privates''App\\Service\\Algo\\JwpFilter''getJwpFilterService'false],
  3487.         ], [
  3488.             'jwpFilter' => 'App\\Service\\Algo\\JwpFilter',
  3489.         ]);
  3490.     }
  3491.     /**
  3492.      * Gets the private '.service_locator.LiyckpW' shared service.
  3493.      *
  3494.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3495.      */
  3496.     protected function get_ServiceLocator_LiyckpWService()
  3497.     {
  3498.         return $this->privates['.service_locator.LiyckpW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3499.             'adviceHandler' => ['privates''App\\Service\\AdviceHandler''getAdviceHandlerService'false],
  3500.         ], [
  3501.             'adviceHandler' => 'App\\Service\\AdviceHandler',
  3502.         ]);
  3503.     }
  3504.     /**
  3505.      * Gets the private '.service_locator.Nsn8Fps' shared service.
  3506.      *
  3507.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3508.      */
  3509.     protected function get_ServiceLocator_Nsn8FpsService()
  3510.     {
  3511.         return $this->privates['.service_locator.Nsn8Fps'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3512.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3513.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3514.         ], [
  3515.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3516.             'eventDispatcher' => '?',
  3517.         ]);
  3518.     }
  3519.     /**
  3520.      * Gets the private '.service_locator.O95UKUv' shared service.
  3521.      *
  3522.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3523.      */
  3524.     protected function get_ServiceLocator_O95UKUvService()
  3525.     {
  3526.         return $this->privates['.service_locator.O95UKUv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3527.             'encoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3528.             'jwt' => ['privates''App\\Service\\JwtHandler''getJwtHandlerService'false],
  3529.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3530.             '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.'],
  3531.         ], [
  3532.             'encoder' => '?',
  3533.             'jwt' => 'App\\Service\\JwtHandler',
  3534.             'managerRegistry' => '?',
  3535.             'user' => 'App\\Entity\\User',
  3536.         ]);
  3537.     }
  3538.     /**
  3539.      * Gets the private '.service_locator.PVhVy6Z' shared service.
  3540.      *
  3541.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3542.      */
  3543.     protected function get_ServiceLocator_PVhVy6ZService()
  3544.     {
  3545.         return $this->privates['.service_locator.PVhVy6Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3546.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3547.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3548.             'profileService' => ['privates''App\\Service\\profile\\ProfileService''getProfileServiceService'false],
  3549.         ], [
  3550.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3551.             'managerRegistry' => '?',
  3552.             'profileService' => 'App\\Service\\profile\\ProfileService',
  3553.         ]);
  3554.     }
  3555.     /**
  3556.      * Gets the private '.service_locator.QcljCGs' shared service.
  3557.      *
  3558.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3559.      */
  3560.     protected function get_ServiceLocator_QcljCGsService()
  3561.     {
  3562.         return $this->privates['.service_locator.QcljCGs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3563.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3564.         ], [
  3565.             'dispatcher' => '?',
  3566.         ]);
  3567.     }
  3568.     /**
  3569.      * Gets the private '.service_locator.Qf7futZ' shared service.
  3570.      *
  3571.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3572.      */
  3573.     protected function get_ServiceLocator_Qf7futZService()
  3574.     {
  3575.         return $this->privates['.service_locator.Qf7futZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3576.             '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.'],
  3577.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3578.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  3579.         ], [
  3580.             'company' => 'App\\Entity\\Company',
  3581.             'eventDispatcher' => '?',
  3582.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  3583.         ]);
  3584.     }
  3585.     /**
  3586.      * Gets the private '.service_locator.Qgkw6e_' shared service.
  3587.      *
  3588.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3589.      */
  3590.     protected function get_ServiceLocator_Qgkw6eService()
  3591.     {
  3592.         return $this->privates['.service_locator.Qgkw6e_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3593.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3594.             '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.'],
  3595.         ], [
  3596.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3597.             'user' => 'App\\Entity\\User',
  3598.         ]);
  3599.     }
  3600.     /**
  3601.      * Gets the private '.service_locator.SUleZB5' shared service.
  3602.      *
  3603.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3604.      */
  3605.     protected function get_ServiceLocator_SUleZB5Service()
  3606.     {
  3607.         return $this->privates['.service_locator.SUleZB5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3608.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3609.         ], [
  3610.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3611.         ]);
  3612.     }
  3613.     /**
  3614.      * Gets the private '.service_locator.TJhMHtV' shared service.
  3615.      *
  3616.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3617.      */
  3618.     protected function get_ServiceLocator_TJhMHtVService()
  3619.     {
  3620.         return $this->privates['.service_locator.TJhMHtV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3621.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  3622.         ], [
  3623.             'formationService' => 'App\\Service\\formation\\FormationService',
  3624.         ]);
  3625.     }
  3626.     /**
  3627.      * Gets the private '.service_locator.V4LACkG' shared service.
  3628.      *
  3629.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3630.      */
  3631.     protected function get_ServiceLocator_V4LACkGService()
  3632.     {
  3633.         return $this->privates['.service_locator.V4LACkG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3634.             'formationRepository' => ['privates''App\\Repository\\FormationRepository''getFormationRepositoryService'false],
  3635.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  3636.         ], [
  3637.             'formationRepository' => 'App\\Repository\\FormationRepository',
  3638.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  3639.         ]);
  3640.     }
  3641.     /**
  3642.      * Gets the private '.service_locator.XLT1iWZ' shared service.
  3643.      *
  3644.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3645.      */
  3646.     protected function get_ServiceLocator_XLT1iWZService()
  3647.     {
  3648.         return $this->privates['.service_locator.XLT1iWZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3649.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3650.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3651.             'profileService' => ['privates''App\\Service\\profile\\ProfileService''getProfileServiceService'false],
  3652.         ], [
  3653.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3654.             'managerRegistry' => '?',
  3655.             'profileService' => 'App\\Service\\profile\\ProfileService',
  3656.         ]);
  3657.     }
  3658.     /**
  3659.      * Gets the private '.service_locator.YK278V.' shared service.
  3660.      *
  3661.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3662.      */
  3663.     protected function get_ServiceLocator_YK278V_Service()
  3664.     {
  3665.         return $this->privates['.service_locator.YK278V.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3666.             '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.'],
  3667.         ], [
  3668.             'company' => 'App\\Entity\\Company',
  3669.         ]);
  3670.     }
  3671.     /**
  3672.      * Gets the private '.service_locator.ZahhcoK' shared service.
  3673.      *
  3674.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3675.      */
  3676.     protected function get_ServiceLocator_ZahhcoKService()
  3677.     {
  3678.         return $this->privates['.service_locator.ZahhcoK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3679.             'exportUser' => ['privates''App\\Service\\export\\ExportUser''getExportUserService'false],
  3680.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  3681.         ], [
  3682.             'exportUser' => 'App\\Service\\export\\ExportUser',
  3683.             'userRepository' => 'App\\Repository\\UserRepository',
  3684.         ]);
  3685.     }
  3686.     /**
  3687.      * Gets the private '.service_locator._Lgsrjl' shared service.
  3688.      *
  3689.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3690.      */
  3691.     protected function get_ServiceLocator_LgsrjlService()
  3692.     {
  3693.         return $this->privates['.service_locator._Lgsrjl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3694.             '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.'],
  3695.             'featuresService' => ['privates''App\\Service\\subscription\\FeaturesService''getFeaturesServiceService'false],
  3696.             'slugger' => ['privates''slugger''getSluggerService'false],
  3697.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  3698.         ], [
  3699.             'company' => 'App\\Entity\\Company',
  3700.             'featuresService' => 'App\\Service\\subscription\\FeaturesService',
  3701.             'slugger' => '?',
  3702.             'upload' => 'App\\Service\\Utils\\Upload',
  3703.         ]);
  3704.     }
  3705.     /**
  3706.      * Gets the private '.service_locator._hcRrRW' shared service.
  3707.      *
  3708.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3709.      */
  3710.     protected function get_ServiceLocator_HcRrRWService()
  3711.     {
  3712.         return $this->privates['.service_locator._hcRrRW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3713.             'userFavoritesService' => ['privates''App\\Service\\favorites\\UserFavoritesService''getUserFavoritesServiceService'false],
  3714.         ], [
  3715.             'userFavoritesService' => 'App\\Service\\favorites\\UserFavoritesService',
  3716.         ]);
  3717.     }
  3718.     /**
  3719.      * Gets the private '.service_locator.b4YCvLJ' shared service.
  3720.      *
  3721.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3722.      */
  3723.     protected function get_ServiceLocator_B4YCvLJService()
  3724.     {
  3725.         return $this->privates['.service_locator.b4YCvLJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3726.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  3727.         ], [
  3728.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  3729.         ]);
  3730.     }
  3731.     /**
  3732.      * Gets the private '.service_locator.b5sN5od' shared service.
  3733.      *
  3734.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3735.      */
  3736.     protected function get_ServiceLocator_B5sN5odService()
  3737.     {
  3738.         return $this->privates['.service_locator.b5sN5od'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3739.             '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.'],
  3740.         ], [
  3741.             'formation' => 'App\\Entity\\Formation',
  3742.         ]);
  3743.     }
  3744.     /**
  3745.      * Gets the private '.service_locator.b65VD92' shared service.
  3746.      *
  3747.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3748.      */
  3749.     protected function get_ServiceLocator_B65VD92Service()
  3750.     {
  3751.         return $this->privates['.service_locator.b65VD92'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3752.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3753.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  3754.         ], [
  3755.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3756.             'formationService' => 'App\\Service\\formation\\FormationService',
  3757.         ]);
  3758.     }
  3759.     /**
  3760.      * Gets the private '.service_locator.bDHhYO1' shared service.
  3761.      *
  3762.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3763.      */
  3764.     protected function get_ServiceLocator_BDHhYO1Service()
  3765.     {
  3766.         return $this->privates['.service_locator.bDHhYO1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3767.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3768.             'notificationService' => ['privates''App\\Service\\notification\\NotificationService''getNotificationServiceService'false],
  3769.             'translator' => ['services''translator''getTranslatorService'false],
  3770.         ], [
  3771.             'managerRegistry' => '?',
  3772.             'notificationService' => 'App\\Service\\notification\\NotificationService',
  3773.             'translator' => '?',
  3774.         ]);
  3775.     }
  3776.     /**
  3777.      * Gets the private '.service_locator.cDr8ldT' shared service.
  3778.      *
  3779.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3780.      */
  3781.     protected function get_ServiceLocator_CDr8ldTService()
  3782.     {
  3783.         return $this->privates['.service_locator.cDr8ldT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3784.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  3785.             'translator' => ['services''translator''getTranslatorService'false],
  3786.         ], [
  3787.             'formationService' => 'App\\Service\\formation\\FormationService',
  3788.             'translator' => '?',
  3789.         ]);
  3790.     }
  3791.     /**
  3792.      * Gets the private '.service_locator.ch4Jgvl' shared service.
  3793.      *
  3794.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3795.      */
  3796.     protected function get_ServiceLocator_Ch4JgvlService()
  3797.     {
  3798.         return $this->privates['.service_locator.ch4Jgvl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3799.             '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.'],
  3800.         ], [
  3801.             'user' => 'App\\Entity\\User',
  3802.         ]);
  3803.     }
  3804.     /**
  3805.      * Gets the private '.service_locator.fZXk27d' shared service.
  3806.      *
  3807.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3808.      */
  3809.     protected function get_ServiceLocator_FZXk27dService()
  3810.     {
  3811.         return $this->privates['.service_locator.fZXk27d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3812.             'slugger' => ['privates''slugger''getSluggerService'false],
  3813.         ], [
  3814.             'slugger' => '?',
  3815.         ]);
  3816.     }
  3817.     /**
  3818.      * Gets the private '.service_locator.fbf5F4C' shared service.
  3819.      *
  3820.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3821.      */
  3822.     protected function get_ServiceLocator_Fbf5F4CService()
  3823.     {
  3824.         return $this->privates['.service_locator.fbf5F4C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3825.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3826.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  3827.         ], [
  3828.             'managerRegistry' => '?',
  3829.             'upload' => 'App\\Service\\Utils\\Upload',
  3830.         ]);
  3831.     }
  3832.     /**
  3833.      * Gets the private '.service_locator.gD2lN7g' shared service.
  3834.      *
  3835.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3836.      */
  3837.     protected function get_ServiceLocator_GD2lN7gService()
  3838.     {
  3839.         return $this->privates['.service_locator.gD2lN7g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3840.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3841.             'messageService' => ['privates''App\\Service\\notification\\MessageService''getMessageServiceService'false],
  3842.         ], [
  3843.             'managerRegistry' => '?',
  3844.             'messageService' => 'App\\Service\\notification\\MessageService',
  3845.         ]);
  3846.     }
  3847.     /**
  3848.      * Gets the private '.service_locator.h8eZpTL' shared service.
  3849.      *
  3850.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3851.      */
  3852.     protected function get_ServiceLocator_H8eZpTLService()
  3853.     {
  3854.         return $this->privates['.service_locator.h8eZpTL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3855.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3856.             '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.'],
  3857.         ], [
  3858.             'eventDispatcher' => '?',
  3859.             'formation' => 'App\\Entity\\Formation',
  3860.         ]);
  3861.     }
  3862.     /**
  3863.      * Gets the private '.service_locator.hrgM.SK' shared service.
  3864.      *
  3865.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3866.      */
  3867.     protected function get_ServiceLocator_HrgM_SKService()
  3868.     {
  3869.         return $this->privates['.service_locator.hrgM.SK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3870.             'encoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  3871.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3872.         ], [
  3873.             'encoder' => '?',
  3874.             'managerRegistry' => '?',
  3875.         ]);
  3876.     }
  3877.     /**
  3878.      * Gets the private '.service_locator.iZ35Uhe' shared service.
  3879.      *
  3880.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3881.      */
  3882.     protected function get_ServiceLocator_IZ35UheService()
  3883.     {
  3884.         return $this->privates['.service_locator.iZ35Uhe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3885.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3886.             'clientRegistry' => ['services''knpu.oauth2.registry''getKnpu_Oauth2_RegistryService'false],
  3887.         ], [
  3888.             'authenticationUtils' => '?',
  3889.             'clientRegistry' => '?',
  3890.         ]);
  3891.     }
  3892.     /**
  3893.      * Gets the private '.service_locator.jPENuTF' shared service.
  3894.      *
  3895.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3896.      */
  3897.     protected function get_ServiceLocator_JPENuTFService()
  3898.     {
  3899.         return $this->privates['.service_locator.jPENuTF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3900.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3901.             'featuresService' => ['privates''App\\Service\\subscription\\FeaturesService''getFeaturesServiceService'false],
  3902.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3903.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  3904.         ], [
  3905.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3906.             'featuresService' => 'App\\Service\\subscription\\FeaturesService',
  3907.             'managerRegistry' => '?',
  3908.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  3909.         ]);
  3910.     }
  3911.     /**
  3912.      * Gets the private '.service_locator.jlyTfzM' shared service.
  3913.      *
  3914.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3915.      */
  3916.     protected function get_ServiceLocator_JlyTfzMService()
  3917.     {
  3918.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3919.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3920.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3921.         ], [
  3922.             'event_dispatcher' => '?',
  3923.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3924.         ]);
  3925.     }
  3926.     /**
  3927.      * Gets the private '.service_locator.l_yBdsX' shared service.
  3928.      *
  3929.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3930.      */
  3931.     protected function get_ServiceLocator_LYBdsXService()
  3932.     {
  3933.         return $this->privates['.service_locator.l_yBdsX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3934.             '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.'],
  3935.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3936.         ], [
  3937.             'company' => 'App\\Entity\\Company',
  3938.             'eventDispatcher' => '?',
  3939.         ]);
  3940.     }
  3941.     /**
  3942.      * Gets the private '.service_locator.mFmh8k7' shared service.
  3943.      *
  3944.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3945.      */
  3946.     protected function get_ServiceLocator_MFmh8k7Service()
  3947.     {
  3948.         return $this->privates['.service_locator.mFmh8k7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3949.             'App\\Controller\\AdviceController::showAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3950.             'App\\Controller\\AdviceController::userAdvices' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3951.             'App\\Controller\\AjaxController::deleteCompany' => ['privates''.service_locator.s_kH3X.''get_ServiceLocator_SKH3X_Service'false],
  3952.             'App\\Controller\\AjaxController::dtCompanyContact' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3953.             'App\\Controller\\AjaxController::dtCompanyRH' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3954.             'App\\Controller\\AjaxController::dtUsersWithStat' => ['privates''.service_locator.ubOmYdi''get_ServiceLocator_UbOmYdiService'false],
  3955.             'App\\Controller\\AjaxController::getAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3956.             'App\\Controller\\AjaxController::getHistory' => ['privates''.service_locator.93D7QMa''get_ServiceLocator_93D7QMaService'false],
  3957.             'App\\Controller\\AjaxController::getLearnMore' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3958.             'App\\Controller\\AjaxController::getLearnMoreAll' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3959.             'App\\Controller\\AjaxController::getStats' => ['privates''.service_locator.Qgkw6e_''get_ServiceLocator_Qgkw6eService'false],
  3960.             'App\\Controller\\AjaxController::logJwp' => ['privates''.service_locator.QcljCGs''get_ServiceLocator_QcljCGsService'false],
  3961.             'App\\Controller\\FavoritesController::addFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3962.             'App\\Controller\\FavoritesController::favoriteExist' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3963.             'App\\Controller\\FavoritesController::index' => ['privates''.service_locator.qVNonl0''get_ServiceLocator_QVNonl0Service'false],
  3964.             'App\\Controller\\FavoritesController::listFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3965.             'App\\Controller\\FavoritesController::removeFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3966.             'App\\Controller\\FavoritesController::toggleFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3967.             'App\\Controller\\FormationController::fetchMyFormation' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3968.             'App\\Controller\\FormationController::listAll' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3969.             'App\\Controller\\FormationController::show' => ['privates''.service_locator.cDr8ldT''get_ServiceLocator_CDr8ldTService'false],
  3970.             'App\\Controller\\HomeController::howItWorks' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3971.             'App\\Controller\\HomeController::showFormationsRequired' => ['privates''.service_locator.TJhMHtV''get_ServiceLocator_TJhMHtVService'false],
  3972.             'App\\Controller\\HomeController::showLoginHeader' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3973.             'App\\Controller\\NotificationController::listAll' => ['privates''.service_locator.bDHhYO1''get_ServiceLocator_BDHhYO1Service'false],
  3974.             'App\\Controller\\NotificationController::readAll' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3975.             'App\\Controller\\NotificationController::setNotificationRead' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3976.             'App\\Controller\\ProfileController::index' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  3977.             'App\\Controller\\ProfileController::userProfile' => ['privates''.service_locator.PVhVy6Z''get_ServiceLocator_PVhVy6ZService'false],
  3978.             'App\\Controller\\ProgramController::contentProgram' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3979.             'App\\Controller\\ProgramController::indexProgram' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3980.             'App\\Controller\\SearchController::fetchData' => ['privates''.service_locator.mZxy57w''get_ServiceLocator_MZxy57wService'false],
  3981.             'App\\Controller\\SecurityController::createAccount' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  3982.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.iZ35Uhe''get_ServiceLocator_IZ35UheService'false],
  3983.             'App\\Controller\\SecurityController::reset' => ['privates''.service_locator.HLJO_K5''get_ServiceLocator_HLJOK5Service'false],
  3984.             'App\\Controller\\SecurityController::resetPassword' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  3985.             'App\\Controller\\SharePlaylistController::getListUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3986.             'App\\Controller\\SharePlaylistController::sendEmail' => ['privates''.service_locator..xEWdnp''get_ServiceLocator__XEWdnpService'false],
  3987.             'App\\Controller\\UserDashboardController::index' => ['privates''.service_locator.yrEM8uT''get_ServiceLocator_YrEM8uTService'false],
  3988.             'App\\Controller\\UserDashboardController::showUserProfile' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3989.             'App\\Controller\\UserDashboardController::userInfo' => ['privates''.service_locator.hrgM.SK''get_ServiceLocator_HrgM_SKService'false],
  3990.             'App\\Controller\\VideosController::ajaxRescueChannels' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3991.             'App\\Controller\\VideosController::ajaxSuggestChannels' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3992.             'App\\Controller\\VideosController::testSuggestChannels' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3993.             'App\\Controller\\WPContentController::showContent' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3994.             'App\\Controller\\admin\\AdminController::addUserCompany' => ['privates''.service_locator.Qf7futZ''get_ServiceLocator_Qf7futZService'false],
  3995.             'App\\Controller\\admin\\AdminController::createUser' => ['privates''.service_locator.ElBLRZs''get_ServiceLocator_ElBLRZsService'false],
  3996.             'App\\Controller\\admin\\AdminController::createUserRH' => ['privates''.service_locator.l_yBdsX''get_ServiceLocator_LYBdsXService'false],
  3997.             'App\\Controller\\admin\\AdminController::updateUserRH' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3998.             'App\\Controller\\admin\\ExportController::downloadExportFile' => ['privates''.service_locator.tYDLp9X''get_ServiceLocator_TYDLp9XService'false],
  3999.             'App\\Controller\\admin\\ExportController::exportData' => ['privates''.service_locator.u1nOMGq''get_ServiceLocator_U1nOMGqService'false],
  4000.             'App\\Controller\\admin\\ExportController::exportFromDT' => ['privates''.service_locator.ZahhcoK''get_ServiceLocator_ZahhcoKService'false],
  4001.             'App\\Controller\\admin\\FormationController::create' => ['privates''.service_locator.u_8DLsU''get_ServiceLocator_U8DLsUService'false],
  4002.             'App\\Controller\\admin\\FormationController::fetchAllFormations' => ['privates''.service_locator.b65VD92''get_ServiceLocator_B65VD92Service'false],
  4003.             'App\\Controller\\admin\\FormationController::getVideosPlaylist' => ['privates''.service_locator.V4LACkG''get_ServiceLocator_V4LACkGService'false],
  4004.             'App\\Controller\\admin\\FormationController::relaunchEmailFormation' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  4005.             'App\\Controller\\admin\\FormationController::relaunchEmailFormationForUser' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  4006.             'App\\Controller\\admin\\FormationController::statistics' => ['privates''.service_locator.b5sN5od''get_ServiceLocator_B5sN5odService'false],
  4007.             'App\\Controller\\admin\\FormationController::update' => ['privates''.service_locator.JtLgf8e''get_ServiceLocator_JtLgf8eService'false],
  4008.             'App\\Controller\\admin\\FormationController::uploadImage' => ['privates''.service_locator.fZXk27d''get_ServiceLocator_FZXk27dService'false],
  4009.             'App\\Controller\\admin\\ImportController::importActivityMuscle' => ['privates''.service_locator.v4qKlFu''get_ServiceLocator_V4qKlFuService'false],
  4010.             'App\\Controller\\admin\\ImportController::importDepartment' => ['privates''.service_locator.FqPypcQ''get_ServiceLocator_FqPypcQService'false],
  4011.             'App\\Controller\\admin\\ImportController::importJobs' => ['privates''.service_locator.FqPypcQ''get_ServiceLocator_FqPypcQService'false],
  4012.             'App\\Controller\\admin\\ImportController::importSites' => ['privates''.service_locator.xW3Q9Bt''get_ServiceLocator_XW3Q9BtService'false],
  4013.             'App\\Controller\\admin\\ImportController::importUser' => ['privates''.service_locator.1qmr3HS''get_ServiceLocator_1qmr3HSService'false],
  4014.             'App\\Controller\\admin\\MessageController::deleteMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  4015.             'App\\Controller\\admin\\MessageController::fetchMessageForm' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  4016.             'App\\Controller\\admin\\MessageController::saveMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  4017.             'App\\Controller\\admin\\StatisticsController::dtStatFormation' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  4018.             'App\\Controller\\admin\\StatisticsController::dtStatLogin' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  4019.             'App\\Controller\\admin\\StatisticsController::dtStatVideo' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  4020.             'App\\Controller\\admin\\StatisticsController::statContent' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4021.             'App\\Controller\\admin\\StatisticsController::statData' => ['privates''.service_locator.L.SGgV6''get_ServiceLocator_L_SGgV6Service'false],
  4022.             'App\\Controller\\admin\\SubscriptionController::addCompany' => ['privates''.service_locator.zfs9O8B''get_ServiceLocator_Zfs9O8BService'false],
  4023.             'App\\Controller\\admin\\SubscriptionController::changeLogo' => ['privates''.service_locator.fbf5F4C''get_ServiceLocator_Fbf5F4CService'false],
  4024.             'App\\Controller\\admin\\SubscriptionController::fetchInfo' => ['privates''.service_locator.jPENuTF''get_ServiceLocator_JPENuTFService'false],
  4025.             'App\\Controller\\admin\\SubscriptionController::getCompaniesForDT' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  4026.             'App\\Controller\\admin\\SubscriptionController::showCompany' => ['privates''.service_locator.YK278V.''get_ServiceLocator_YK278V_Service'false],
  4027.             'App\\Controller\\admin\\SubscriptionController::toggleStatusAction' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  4028.             'App\\Controller\\admin\\SubscriptionController::updateCompany' => ['privates''.service_locator._Lgsrjl''get_ServiceLocator_LgsrjlService'false],
  4029.             'App\\Controller\\admin\\TestController::jwp' => ['privates''.service_locator.5c1zT42''get_ServiceLocator_5c1zT42Service'false],
  4030.             'App\\Controller\\admin\\TestController::test' => ['privates''.service_locator.75l7mhD''get_ServiceLocator_75l7mhDService'false],
  4031.             'App\\Controller\\admin\\TestController::testAlgo' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  4032.             'App\\Controller\\admin\\TestController::testEmail' => ['privates''.service_locator.HoUVouA''get_ServiceLocator_HoUVouAService'false],
  4033.             'App\\Controller\\admin\\ToolsController::fetchTools' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4034.             'App\\Controller\\admin\\UploadController::downloadDocuments' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4035.             'App\\Controller\\admin\\UploadController::processFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4036.             'App\\Controller\\admin\\UploadController::removeFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4037.             'App\\Controller\\admin\\UploadController::revertFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4038.             'App\\Controller\\admin\\UserController::addUsers' => ['privates''.service_locator.nlOzWfg''get_ServiceLocator_NlOzWfgService'false],
  4039.             'App\\Controller\\admin\\UserController::checkUserLimit' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  4040.             'App\\Controller\\admin\\UserController::dtCompanyUsers' => ['privates''.service_locator.GiMBQJE''get_ServiceLocator_GiMBQJEService'false],
  4041.             'App\\Controller\\admin\\UserController::fetchUser' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  4042.             'App\\Controller\\admin\\UserController::fetchUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4043.             'App\\Controller\\admin\\UserController::sendInvitation' => ['privates''.service_locator.Nsn8Fps''get_ServiceLocator_Nsn8FpsService'false],
  4044.             'App\\Controller\\admin\\UserController::updateUser' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  4045.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4046.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4047.             'App\\Controller\\AdviceController:showAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  4048.             'App\\Controller\\AdviceController:userAdvices' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  4049.             'App\\Controller\\AjaxController:deleteCompany' => ['privates''.service_locator.s_kH3X.''get_ServiceLocator_SKH3X_Service'false],
  4050.             'App\\Controller\\AjaxController:dtCompanyContact' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  4051.             'App\\Controller\\AjaxController:dtCompanyRH' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  4052.             'App\\Controller\\AjaxController:dtUsersWithStat' => ['privates''.service_locator.ubOmYdi''get_ServiceLocator_UbOmYdiService'false],
  4053.             'App\\Controller\\AjaxController:getAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  4054.             'App\\Controller\\AjaxController:getHistory' => ['privates''.service_locator.93D7QMa''get_ServiceLocator_93D7QMaService'false],
  4055.             'App\\Controller\\AjaxController:getLearnMore' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  4056.             'App\\Controller\\AjaxController:getLearnMoreAll' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  4057.             'App\\Controller\\AjaxController:getStats' => ['privates''.service_locator.Qgkw6e_''get_ServiceLocator_Qgkw6eService'false],
  4058.             'App\\Controller\\AjaxController:logJwp' => ['privates''.service_locator.QcljCGs''get_ServiceLocator_QcljCGsService'false],
  4059.             'App\\Controller\\FavoritesController:addFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  4060.             'App\\Controller\\FavoritesController:favoriteExist' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  4061.             'App\\Controller\\FavoritesController:index' => ['privates''.service_locator.qVNonl0''get_ServiceLocator_QVNonl0Service'false],
  4062.             'App\\Controller\\FavoritesController:listFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  4063.             'App\\Controller\\FavoritesController:removeFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  4064.             'App\\Controller\\FavoritesController:toggleFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  4065.             'App\\Controller\\FormationController:fetchMyFormation' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  4066.             'App\\Controller\\FormationController:listAll' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4067.             'App\\Controller\\FormationController:show' => ['privates''.service_locator.cDr8ldT''get_ServiceLocator_CDr8ldTService'false],
  4068.             'App\\Controller\\HomeController:howItWorks' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4069.             'App\\Controller\\HomeController:showFormationsRequired' => ['privates''.service_locator.TJhMHtV''get_ServiceLocator_TJhMHtVService'false],
  4070.             'App\\Controller\\HomeController:showLoginHeader' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  4071.             'App\\Controller\\NotificationController:listAll' => ['privates''.service_locator.bDHhYO1''get_ServiceLocator_BDHhYO1Service'false],
  4072.             'App\\Controller\\NotificationController:readAll' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  4073.             'App\\Controller\\NotificationController:setNotificationRead' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  4074.             'App\\Controller\\ProfileController:index' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  4075.             'App\\Controller\\ProfileController:userProfile' => ['privates''.service_locator.PVhVy6Z''get_ServiceLocator_PVhVy6ZService'false],
  4076.             'App\\Controller\\ProgramController:contentProgram' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  4077.             'App\\Controller\\ProgramController:indexProgram' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4078.             'App\\Controller\\SearchController:fetchData' => ['privates''.service_locator.mZxy57w''get_ServiceLocator_MZxy57wService'false],
  4079.             'App\\Controller\\SecurityController:createAccount' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  4080.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.iZ35Uhe''get_ServiceLocator_IZ35UheService'false],
  4081.             'App\\Controller\\SecurityController:reset' => ['privates''.service_locator.HLJO_K5''get_ServiceLocator_HLJOK5Service'false],
  4082.             'App\\Controller\\SecurityController:resetPassword' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  4083.             'App\\Controller\\SharePlaylistController:getListUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4084.             'App\\Controller\\SharePlaylistController:sendEmail' => ['privates''.service_locator..xEWdnp''get_ServiceLocator__XEWdnpService'false],
  4085.             'App\\Controller\\UserDashboardController:index' => ['privates''.service_locator.yrEM8uT''get_ServiceLocator_YrEM8uTService'false],
  4086.             'App\\Controller\\UserDashboardController:showUserProfile' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  4087.             'App\\Controller\\UserDashboardController:userInfo' => ['privates''.service_locator.hrgM.SK''get_ServiceLocator_HrgM_SKService'false],
  4088.             'App\\Controller\\VideosController:ajaxRescueChannels' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  4089.             'App\\Controller\\VideosController:ajaxSuggestChannels' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  4090.             'App\\Controller\\VideosController:testSuggestChannels' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  4091.             'App\\Controller\\WPContentController:showContent' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  4092.             'App\\Controller\\admin\\AdminController:addUserCompany' => ['privates''.service_locator.Qf7futZ''get_ServiceLocator_Qf7futZService'false],
  4093.             'App\\Controller\\admin\\AdminController:createUser' => ['privates''.service_locator.ElBLRZs''get_ServiceLocator_ElBLRZsService'false],
  4094.             'App\\Controller\\admin\\AdminController:createUserRH' => ['privates''.service_locator.l_yBdsX''get_ServiceLocator_LYBdsXService'false],
  4095.             'App\\Controller\\admin\\AdminController:updateUserRH' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  4096.             'App\\Controller\\admin\\ExportController:downloadExportFile' => ['privates''.service_locator.tYDLp9X''get_ServiceLocator_TYDLp9XService'false],
  4097.             'App\\Controller\\admin\\ExportController:exportData' => ['privates''.service_locator.u1nOMGq''get_ServiceLocator_U1nOMGqService'false],
  4098.             'App\\Controller\\admin\\ExportController:exportFromDT' => ['privates''.service_locator.ZahhcoK''get_ServiceLocator_ZahhcoKService'false],
  4099.             'App\\Controller\\admin\\FormationController:create' => ['privates''.service_locator.u_8DLsU''get_ServiceLocator_U8DLsUService'false],
  4100.             'App\\Controller\\admin\\FormationController:fetchAllFormations' => ['privates''.service_locator.b65VD92''get_ServiceLocator_B65VD92Service'false],
  4101.             'App\\Controller\\admin\\FormationController:getVideosPlaylist' => ['privates''.service_locator.V4LACkG''get_ServiceLocator_V4LACkGService'false],
  4102.             'App\\Controller\\admin\\FormationController:relaunchEmailFormation' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  4103.             'App\\Controller\\admin\\FormationController:relaunchEmailFormationForUser' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  4104.             'App\\Controller\\admin\\FormationController:statistics' => ['privates''.service_locator.b5sN5od''get_ServiceLocator_B5sN5odService'false],
  4105.             'App\\Controller\\admin\\FormationController:update' => ['privates''.service_locator.JtLgf8e''get_ServiceLocator_JtLgf8eService'false],
  4106.             'App\\Controller\\admin\\FormationController:uploadImage' => ['privates''.service_locator.fZXk27d''get_ServiceLocator_FZXk27dService'false],
  4107.             'App\\Controller\\admin\\ImportController:importActivityMuscle' => ['privates''.service_locator.v4qKlFu''get_ServiceLocator_V4qKlFuService'false],
  4108.             'App\\Controller\\admin\\ImportController:importDepartment' => ['privates''.service_locator.FqPypcQ''get_ServiceLocator_FqPypcQService'false],
  4109.             'App\\Controller\\admin\\ImportController:importJobs' => ['privates''.service_locator.FqPypcQ''get_ServiceLocator_FqPypcQService'false],
  4110.             'App\\Controller\\admin\\ImportController:importSites' => ['privates''.service_locator.xW3Q9Bt''get_ServiceLocator_XW3Q9BtService'false],
  4111.             'App\\Controller\\admin\\ImportController:importUser' => ['privates''.service_locator.1qmr3HS''get_ServiceLocator_1qmr3HSService'false],
  4112.             'App\\Controller\\admin\\MessageController:deleteMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  4113.             'App\\Controller\\admin\\MessageController:fetchMessageForm' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  4114.             'App\\Controller\\admin\\MessageController:saveMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  4115.             'App\\Controller\\admin\\StatisticsController:dtStatFormation' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  4116.             'App\\Controller\\admin\\StatisticsController:dtStatLogin' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  4117.             'App\\Controller\\admin\\StatisticsController:dtStatVideo' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  4118.             'App\\Controller\\admin\\StatisticsController:statContent' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4119.             'App\\Controller\\admin\\StatisticsController:statData' => ['privates''.service_locator.L.SGgV6''get_ServiceLocator_L_SGgV6Service'false],
  4120.             'App\\Controller\\admin\\SubscriptionController:addCompany' => ['privates''.service_locator.zfs9O8B''get_ServiceLocator_Zfs9O8BService'false],
  4121.             'App\\Controller\\admin\\SubscriptionController:changeLogo' => ['privates''.service_locator.fbf5F4C''get_ServiceLocator_Fbf5F4CService'false],
  4122.             'App\\Controller\\admin\\SubscriptionController:fetchInfo' => ['privates''.service_locator.jPENuTF''get_ServiceLocator_JPENuTFService'false],
  4123.             'App\\Controller\\admin\\SubscriptionController:getCompaniesForDT' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  4124.             'App\\Controller\\admin\\SubscriptionController:showCompany' => ['privates''.service_locator.YK278V.''get_ServiceLocator_YK278V_Service'false],
  4125.             'App\\Controller\\admin\\SubscriptionController:toggleStatusAction' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  4126.             'App\\Controller\\admin\\SubscriptionController:updateCompany' => ['privates''.service_locator._Lgsrjl''get_ServiceLocator_LgsrjlService'false],
  4127.             'App\\Controller\\admin\\TestController:jwp' => ['privates''.service_locator.5c1zT42''get_ServiceLocator_5c1zT42Service'false],
  4128.             'App\\Controller\\admin\\TestController:test' => ['privates''.service_locator.75l7mhD''get_ServiceLocator_75l7mhDService'false],
  4129.             'App\\Controller\\admin\\TestController:testAlgo' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  4130.             'App\\Controller\\admin\\TestController:testEmail' => ['privates''.service_locator.HoUVouA''get_ServiceLocator_HoUVouAService'false],
  4131.             'App\\Controller\\admin\\ToolsController:fetchTools' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4132.             'App\\Controller\\admin\\UploadController:downloadDocuments' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4133.             'App\\Controller\\admin\\UploadController:processFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4134.             'App\\Controller\\admin\\UploadController:removeFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4135.             'App\\Controller\\admin\\UploadController:revertFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4136.             'App\\Controller\\admin\\UserController:addUsers' => ['privates''.service_locator.nlOzWfg''get_ServiceLocator_NlOzWfgService'false],
  4137.             'App\\Controller\\admin\\UserController:checkUserLimit' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  4138.             'App\\Controller\\admin\\UserController:dtCompanyUsers' => ['privates''.service_locator.GiMBQJE''get_ServiceLocator_GiMBQJEService'false],
  4139.             'App\\Controller\\admin\\UserController:fetchUser' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  4140.             'App\\Controller\\admin\\UserController:fetchUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4141.             'App\\Controller\\admin\\UserController:sendInvitation' => ['privates''.service_locator.Nsn8Fps''get_ServiceLocator_Nsn8FpsService'false],
  4142.             'App\\Controller\\admin\\UserController:updateUser' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  4143.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4144.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4145.         ], [
  4146.             'App\\Controller\\AdviceController::showAdvice' => '?',
  4147.             'App\\Controller\\AdviceController::userAdvices' => '?',
  4148.             'App\\Controller\\AjaxController::deleteCompany' => '?',
  4149.             'App\\Controller\\AjaxController::dtCompanyContact' => '?',
  4150.             'App\\Controller\\AjaxController::dtCompanyRH' => '?',
  4151.             'App\\Controller\\AjaxController::dtUsersWithStat' => '?',
  4152.             'App\\Controller\\AjaxController::getAdvice' => '?',
  4153.             'App\\Controller\\AjaxController::getHistory' => '?',
  4154.             'App\\Controller\\AjaxController::getLearnMore' => '?',
  4155.             'App\\Controller\\AjaxController::getLearnMoreAll' => '?',
  4156.             'App\\Controller\\AjaxController::getStats' => '?',
  4157.             'App\\Controller\\AjaxController::logJwp' => '?',
  4158.             'App\\Controller\\FavoritesController::addFavorite' => '?',
  4159.             'App\\Controller\\FavoritesController::favoriteExist' => '?',
  4160.             'App\\Controller\\FavoritesController::index' => '?',
  4161.             'App\\Controller\\FavoritesController::listFavorite' => '?',
  4162.             'App\\Controller\\FavoritesController::removeFavorite' => '?',
  4163.             'App\\Controller\\FavoritesController::toggleFavorite' => '?',
  4164.             'App\\Controller\\FormationController::fetchMyFormation' => '?',
  4165.             'App\\Controller\\FormationController::listAll' => '?',
  4166.             'App\\Controller\\FormationController::show' => '?',
  4167.             'App\\Controller\\HomeController::howItWorks' => '?',
  4168.             'App\\Controller\\HomeController::showFormationsRequired' => '?',
  4169.             'App\\Controller\\HomeController::showLoginHeader' => '?',
  4170.             'App\\Controller\\NotificationController::listAll' => '?',
  4171.             'App\\Controller\\NotificationController::readAll' => '?',
  4172.             'App\\Controller\\NotificationController::setNotificationRead' => '?',
  4173.             'App\\Controller\\ProfileController::index' => '?',
  4174.             'App\\Controller\\ProfileController::userProfile' => '?',
  4175.             'App\\Controller\\ProgramController::contentProgram' => '?',
  4176.             'App\\Controller\\ProgramController::indexProgram' => '?',
  4177.             'App\\Controller\\SearchController::fetchData' => '?',
  4178.             'App\\Controller\\SecurityController::createAccount' => '?',
  4179.             'App\\Controller\\SecurityController::login' => '?',
  4180.             'App\\Controller\\SecurityController::reset' => '?',
  4181.             'App\\Controller\\SecurityController::resetPassword' => '?',
  4182.             'App\\Controller\\SharePlaylistController::getListUsers' => '?',
  4183.             'App\\Controller\\SharePlaylistController::sendEmail' => '?',
  4184.             'App\\Controller\\UserDashboardController::index' => '?',
  4185.             'App\\Controller\\UserDashboardController::showUserProfile' => '?',
  4186.             'App\\Controller\\UserDashboardController::userInfo' => '?',
  4187.             'App\\Controller\\VideosController::ajaxRescueChannels' => '?',
  4188.             'App\\Controller\\VideosController::ajaxSuggestChannels' => '?',
  4189.             'App\\Controller\\VideosController::testSuggestChannels' => '?',
  4190.             'App\\Controller\\WPContentController::showContent' => '?',
  4191.             'App\\Controller\\admin\\AdminController::addUserCompany' => '?',
  4192.             'App\\Controller\\admin\\AdminController::createUser' => '?',
  4193.             'App\\Controller\\admin\\AdminController::createUserRH' => '?',
  4194.             'App\\Controller\\admin\\AdminController::updateUserRH' => '?',
  4195.             'App\\Controller\\admin\\ExportController::downloadExportFile' => '?',
  4196.             'App\\Controller\\admin\\ExportController::exportData' => '?',
  4197.             'App\\Controller\\admin\\ExportController::exportFromDT' => '?',
  4198.             'App\\Controller\\admin\\FormationController::create' => '?',
  4199.             'App\\Controller\\admin\\FormationController::fetchAllFormations' => '?',
  4200.             'App\\Controller\\admin\\FormationController::getVideosPlaylist' => '?',
  4201.             'App\\Controller\\admin\\FormationController::relaunchEmailFormation' => '?',
  4202.             'App\\Controller\\admin\\FormationController::relaunchEmailFormationForUser' => '?',
  4203.             'App\\Controller\\admin\\FormationController::statistics' => '?',
  4204.             'App\\Controller\\admin\\FormationController::update' => '?',
  4205.             'App\\Controller\\admin\\FormationController::uploadImage' => '?',
  4206.             'App\\Controller\\admin\\ImportController::importActivityMuscle' => '?',
  4207.             'App\\Controller\\admin\\ImportController::importDepartment' => '?',
  4208.             'App\\Controller\\admin\\ImportController::importJobs' => '?',
  4209.             'App\\Controller\\admin\\ImportController::importSites' => '?',
  4210.             'App\\Controller\\admin\\ImportController::importUser' => '?',
  4211.             'App\\Controller\\admin\\MessageController::deleteMessage' => '?',
  4212.             'App\\Controller\\admin\\MessageController::fetchMessageForm' => '?',
  4213.             'App\\Controller\\admin\\MessageController::saveMessage' => '?',
  4214.             'App\\Controller\\admin\\StatisticsController::dtStatFormation' => '?',
  4215.             'App\\Controller\\admin\\StatisticsController::dtStatLogin' => '?',
  4216.             'App\\Controller\\admin\\StatisticsController::dtStatVideo' => '?',
  4217.             'App\\Controller\\admin\\StatisticsController::statContent' => '?',
  4218.             'App\\Controller\\admin\\StatisticsController::statData' => '?',
  4219.             'App\\Controller\\admin\\SubscriptionController::addCompany' => '?',
  4220.             'App\\Controller\\admin\\SubscriptionController::changeLogo' => '?',
  4221.             'App\\Controller\\admin\\SubscriptionController::fetchInfo' => '?',
  4222.             'App\\Controller\\admin\\SubscriptionController::getCompaniesForDT' => '?',
  4223.             'App\\Controller\\admin\\SubscriptionController::showCompany' => '?',
  4224.             'App\\Controller\\admin\\SubscriptionController::toggleStatusAction' => '?',
  4225.             'App\\Controller\\admin\\SubscriptionController::updateCompany' => '?',
  4226.             'App\\Controller\\admin\\TestController::jwp' => '?',
  4227.             'App\\Controller\\admin\\TestController::test' => '?',
  4228.             'App\\Controller\\admin\\TestController::testAlgo' => '?',
  4229.             'App\\Controller\\admin\\TestController::testEmail' => '?',
  4230.             'App\\Controller\\admin\\ToolsController::fetchTools' => '?',
  4231.             'App\\Controller\\admin\\UploadController::downloadDocuments' => '?',
  4232.             'App\\Controller\\admin\\UploadController::processFiles' => '?',
  4233.             'App\\Controller\\admin\\UploadController::removeFiles' => '?',
  4234.             'App\\Controller\\admin\\UploadController::revertFiles' => '?',
  4235.             'App\\Controller\\admin\\UserController::addUsers' => '?',
  4236.             'App\\Controller\\admin\\UserController::checkUserLimit' => '?',
  4237.             'App\\Controller\\admin\\UserController::dtCompanyUsers' => '?',
  4238.             'App\\Controller\\admin\\UserController::fetchUser' => '?',
  4239.             'App\\Controller\\admin\\UserController::fetchUsers' => '?',
  4240.             'App\\Controller\\admin\\UserController::sendInvitation' => '?',
  4241.             'App\\Controller\\admin\\UserController::updateUser' => '?',
  4242.             'kernel::loadRoutes' => '?',
  4243.             'kernel::registerContainerConfiguration' => '?',
  4244.             'App\\Controller\\AdviceController:showAdvice' => '?',
  4245.             'App\\Controller\\AdviceController:userAdvices' => '?',
  4246.             'App\\Controller\\AjaxController:deleteCompany' => '?',
  4247.             'App\\Controller\\AjaxController:dtCompanyContact' => '?',
  4248.             'App\\Controller\\AjaxController:dtCompanyRH' => '?',
  4249.             'App\\Controller\\AjaxController:dtUsersWithStat' => '?',
  4250.             'App\\Controller\\AjaxController:getAdvice' => '?',
  4251.             'App\\Controller\\AjaxController:getHistory' => '?',
  4252.             'App\\Controller\\AjaxController:getLearnMore' => '?',
  4253.             'App\\Controller\\AjaxController:getLearnMoreAll' => '?',
  4254.             'App\\Controller\\AjaxController:getStats' => '?',
  4255.             'App\\Controller\\AjaxController:logJwp' => '?',
  4256.             'App\\Controller\\FavoritesController:addFavorite' => '?',
  4257.             'App\\Controller\\FavoritesController:favoriteExist' => '?',
  4258.             'App\\Controller\\FavoritesController:index' => '?',
  4259.             'App\\Controller\\FavoritesController:listFavorite' => '?',
  4260.             'App\\Controller\\FavoritesController:removeFavorite' => '?',
  4261.             'App\\Controller\\FavoritesController:toggleFavorite' => '?',
  4262.             'App\\Controller\\FormationController:fetchMyFormation' => '?',
  4263.             'App\\Controller\\FormationController:listAll' => '?',
  4264.             'App\\Controller\\FormationController:show' => '?',
  4265.             'App\\Controller\\HomeController:howItWorks' => '?',
  4266.             'App\\Controller\\HomeController:showFormationsRequired' => '?',
  4267.             'App\\Controller\\HomeController:showLoginHeader' => '?',
  4268.             'App\\Controller\\NotificationController:listAll' => '?',
  4269.             'App\\Controller\\NotificationController:readAll' => '?',
  4270.             'App\\Controller\\NotificationController:setNotificationRead' => '?',
  4271.             'App\\Controller\\ProfileController:index' => '?',
  4272.             'App\\Controller\\ProfileController:userProfile' => '?',
  4273.             'App\\Controller\\ProgramController:contentProgram' => '?',
  4274.             'App\\Controller\\ProgramController:indexProgram' => '?',
  4275.             'App\\Controller\\SearchController:fetchData' => '?',
  4276.             'App\\Controller\\SecurityController:createAccount' => '?',
  4277.             'App\\Controller\\SecurityController:login' => '?',
  4278.             'App\\Controller\\SecurityController:reset' => '?',
  4279.             'App\\Controller\\SecurityController:resetPassword' => '?',
  4280.             'App\\Controller\\SharePlaylistController:getListUsers' => '?',
  4281.             'App\\Controller\\SharePlaylistController:sendEmail' => '?',
  4282.             'App\\Controller\\UserDashboardController:index' => '?',
  4283.             'App\\Controller\\UserDashboardController:showUserProfile' => '?',
  4284.             'App\\Controller\\UserDashboardController:userInfo' => '?',
  4285.             'App\\Controller\\VideosController:ajaxRescueChannels' => '?',
  4286.             'App\\Controller\\VideosController:ajaxSuggestChannels' => '?',
  4287.             'App\\Controller\\VideosController:testSuggestChannels' => '?',
  4288.             'App\\Controller\\WPContentController:showContent' => '?',
  4289.             'App\\Controller\\admin\\AdminController:addUserCompany' => '?',
  4290.             'App\\Controller\\admin\\AdminController:createUser' => '?',
  4291.             'App\\Controller\\admin\\AdminController:createUserRH' => '?',
  4292.             'App\\Controller\\admin\\AdminController:updateUserRH' => '?',
  4293.             'App\\Controller\\admin\\ExportController:downloadExportFile' => '?',
  4294.             'App\\Controller\\admin\\ExportController:exportData' => '?',
  4295.             'App\\Controller\\admin\\ExportController:exportFromDT' => '?',
  4296.             'App\\Controller\\admin\\FormationController:create' => '?',
  4297.             'App\\Controller\\admin\\FormationController:fetchAllFormations' => '?',
  4298.             'App\\Controller\\admin\\FormationController:getVideosPlaylist' => '?',
  4299.             'App\\Controller\\admin\\FormationController:relaunchEmailFormation' => '?',
  4300.             'App\\Controller\\admin\\FormationController:relaunchEmailFormationForUser' => '?',
  4301.             'App\\Controller\\admin\\FormationController:statistics' => '?',
  4302.             'App\\Controller\\admin\\FormationController:update' => '?',
  4303.             'App\\Controller\\admin\\FormationController:uploadImage' => '?',
  4304.             'App\\Controller\\admin\\ImportController:importActivityMuscle' => '?',
  4305.             'App\\Controller\\admin\\ImportController:importDepartment' => '?',
  4306.             'App\\Controller\\admin\\ImportController:importJobs' => '?',
  4307.             'App\\Controller\\admin\\ImportController:importSites' => '?',
  4308.             'App\\Controller\\admin\\ImportController:importUser' => '?',
  4309.             'App\\Controller\\admin\\MessageController:deleteMessage' => '?',
  4310.             'App\\Controller\\admin\\MessageController:fetchMessageForm' => '?',
  4311.             'App\\Controller\\admin\\MessageController:saveMessage' => '?',
  4312.             'App\\Controller\\admin\\StatisticsController:dtStatFormation' => '?',
  4313.             'App\\Controller\\admin\\StatisticsController:dtStatLogin' => '?',
  4314.             'App\\Controller\\admin\\StatisticsController:dtStatVideo' => '?',
  4315.             'App\\Controller\\admin\\StatisticsController:statContent' => '?',
  4316.             'App\\Controller\\admin\\StatisticsController:statData' => '?',
  4317.             'App\\Controller\\admin\\SubscriptionController:addCompany' => '?',
  4318.             'App\\Controller\\admin\\SubscriptionController:changeLogo' => '?',
  4319.             'App\\Controller\\admin\\SubscriptionController:fetchInfo' => '?',
  4320.             'App\\Controller\\admin\\SubscriptionController:getCompaniesForDT' => '?',
  4321.             'App\\Controller\\admin\\SubscriptionController:showCompany' => '?',
  4322.             'App\\Controller\\admin\\SubscriptionController:toggleStatusAction' => '?',
  4323.             'App\\Controller\\admin\\SubscriptionController:updateCompany' => '?',
  4324.             'App\\Controller\\admin\\TestController:jwp' => '?',
  4325.             'App\\Controller\\admin\\TestController:test' => '?',
  4326.             'App\\Controller\\admin\\TestController:testAlgo' => '?',
  4327.             'App\\Controller\\admin\\TestController:testEmail' => '?',
  4328.             'App\\Controller\\admin\\ToolsController:fetchTools' => '?',
  4329.             'App\\Controller\\admin\\UploadController:downloadDocuments' => '?',
  4330.             'App\\Controller\\admin\\UploadController:processFiles' => '?',
  4331.             'App\\Controller\\admin\\UploadController:removeFiles' => '?',
  4332.             'App\\Controller\\admin\\UploadController:revertFiles' => '?',
  4333.             'App\\Controller\\admin\\UserController:addUsers' => '?',
  4334.             'App\\Controller\\admin\\UserController:checkUserLimit' => '?',
  4335.             'App\\Controller\\admin\\UserController:dtCompanyUsers' => '?',
  4336.             'App\\Controller\\admin\\UserController:fetchUser' => '?',
  4337.             'App\\Controller\\admin\\UserController:fetchUsers' => '?',
  4338.             'App\\Controller\\admin\\UserController:sendInvitation' => '?',
  4339.             'App\\Controller\\admin\\UserController:updateUser' => '?',
  4340.             'kernel:loadRoutes' => '?',
  4341.             'kernel:registerContainerConfiguration' => '?',
  4342.         ]);
  4343.     }
  4344.     /**
  4345.      * Gets the private '.service_locator.mZxy57w' shared service.
  4346.      *
  4347.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4348.      */
  4349.     protected function get_ServiceLocator_MZxy57wService()
  4350.     {
  4351.         return $this->privates['.service_locator.mZxy57w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4352.             'searchService' => ['privates''App\\Service\\search\\SearchService''getSearchServiceService'false],
  4353.         ], [
  4354.             'searchService' => 'App\\Service\\search\\SearchService',
  4355.         ]);
  4356.     }
  4357.     /**
  4358.      * Gets the private '.service_locator.mzjt3rI' shared service.
  4359.      *
  4360.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4361.      */
  4362.     protected function get_ServiceLocator_Mzjt3rIService()
  4363.     {
  4364.         return $this->privates['.service_locator.mzjt3rI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4365.             'translator' => ['services''translator''getTranslatorService'false],
  4366.         ], [
  4367.             'translator' => '?',
  4368.         ]);
  4369.     }
  4370.     /**
  4371.      * Gets the private '.service_locator.nlOzWfg' shared service.
  4372.      *
  4373.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4374.      */
  4375.     protected function get_ServiceLocator_NlOzWfgService()
  4376.     {
  4377.         return $this->privates['.service_locator.nlOzWfg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4378.             '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.'],
  4379.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4380.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  4381.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4382.         ], [
  4383.             'company' => 'App\\Entity\\Company',
  4384.             'eventDispatcher' => '?',
  4385.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  4386.             'validator' => '?',
  4387.         ]);
  4388.     }
  4389.     /**
  4390.      * Gets the private '.service_locator.qVNonl0' shared service.
  4391.      *
  4392.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4393.      */
  4394.     protected function get_ServiceLocator_QVNonl0Service()
  4395.     {
  4396.         return $this->privates['.service_locator.qVNonl0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4397.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  4398.             'userFavoritesService' => ['privates''App\\Service\\favorites\\UserFavoritesService''getUserFavoritesServiceService'false],
  4399.         ], [
  4400.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  4401.             'userFavoritesService' => 'App\\Service\\favorites\\UserFavoritesService',
  4402.         ]);
  4403.     }
  4404.     /**
  4405.      * Gets the private '.service_locator.sYMafZy' shared service.
  4406.      *
  4407.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4408.      */
  4409.     protected function get_ServiceLocator_SYMafZyService()
  4410.     {
  4411.         return $this->privates['.service_locator.sYMafZy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4412.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4413.         ], [
  4414.             'upload' => 'App\\Service\\Utils\\Upload',
  4415.         ]);
  4416.     }
  4417.     /**
  4418.      * Gets the private '.service_locator.s_kH3X.' shared service.
  4419.      *
  4420.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4421.      */
  4422.     protected function get_ServiceLocator_SKH3X_Service()
  4423.     {
  4424.         return $this->privates['.service_locator.s_kH3X.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4425.             'managerRegistry' => ['privates''.errored..service_locator.s_kH3X..Symfony\\Bridge\\Doctrine\\ManagerRegistry'NULL'Cannot autowire service ".service_locator.s_kH3X.": it references class "Symfony\\Bridge\\Doctrine\\ManagerRegistry" but no such service exists. Try changing the type-hint to "Doctrine\\Persistence\\ManagerRegistry" instead.'],
  4426.         ], [
  4427.             'managerRegistry' => 'Symfony\\Bridge\\Doctrine\\ManagerRegistry',
  4428.         ]);
  4429.     }
  4430.     /**
  4431.      * Gets the private '.service_locator.tYDLp9X' shared service.
  4432.      *
  4433.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4434.      */
  4435.     protected function get_ServiceLocator_TYDLp9XService()
  4436.     {
  4437.         return $this->privates['.service_locator.tYDLp9X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4438.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  4439.         ], [
  4440.             'params' => '?',
  4441.         ]);
  4442.     }
  4443.     /**
  4444.      * Gets the private '.service_locator.u1nOMGq' shared service.
  4445.      *
  4446.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4447.      */
  4448.     protected function get_ServiceLocator_U1nOMGqService()
  4449.     {
  4450.         return $this->privates['.service_locator.u1nOMGq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4451.             'exportUser' => ['privates''App\\Service\\export\\ExportUser''getExportUserService'false],
  4452.             '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.'],
  4453.         ], [
  4454.             'exportUser' => 'App\\Service\\export\\ExportUser',
  4455.             'user' => 'App\\Entity\\User',
  4456.         ]);
  4457.     }
  4458.     /**
  4459.      * Gets the private '.service_locator.u_8DLsU' shared service.
  4460.      *
  4461.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4462.      */
  4463.     protected function get_ServiceLocator_U8DLsUService()
  4464.     {
  4465.         return $this->privates['.service_locator.u_8DLsU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4466.             'activityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  4467.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  4468.             'slugger' => ['privates''slugger''getSluggerService'false],
  4469.         ], [
  4470.             'activityRepository' => 'App\\Repository\\ActivityRepository',
  4471.             'formationService' => 'App\\Service\\formation\\FormationService',
  4472.             'slugger' => '?',
  4473.         ]);
  4474.     }
  4475.     /**
  4476.      * Gets the private '.service_locator.ubOmYdi' shared service.
  4477.      *
  4478.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4479.      */
  4480.     protected function get_ServiceLocator_UbOmYdiService()
  4481.     {
  4482.         return $this->privates['.service_locator.ubOmYdi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4483.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  4484.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  4485.         ], [
  4486.             'completionService' => 'App\\Service\\completion\\CompletionService',
  4487.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  4488.         ]);
  4489.     }
  4490.     /**
  4491.      * Gets the private '.service_locator.v4qKlFu' shared service.
  4492.      *
  4493.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4494.      */
  4495.     protected function get_ServiceLocator_V4qKlFuService()
  4496.     {
  4497.         return $this->privates['.service_locator.v4qKlFu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4498.             'importActivity' => ['privates''App\\Service\\import\\ImportActivity''getImportActivityService'false],
  4499.             'importActivityMuscle' => ['privates''App\\Service\\import\\ImportActivityMuscle''getImportActivityMuscleService'false],
  4500.         ], [
  4501.             'importActivity' => 'App\\Service\\import\\ImportActivity',
  4502.             'importActivityMuscle' => 'App\\Service\\import\\ImportActivityMuscle',
  4503.         ]);
  4504.     }
  4505.     /**
  4506.      * Gets the private '.service_locator.xW3Q9Bt' shared service.
  4507.      *
  4508.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4509.      */
  4510.     protected function get_ServiceLocator_XW3Q9BtService()
  4511.     {
  4512.         return $this->privates['.service_locator.xW3Q9Bt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4513.             'company' => ['privates''.errored..service_locator.xW3Q9Bt.App\\Entity\\Company'NULL'Cannot autowire service ".service_locator.xW3Q9Bt": it references class "App\\Entity\\Company" but no such service exists.'],
  4514.             'importSite' => ['privates''App\\Service\\import\\ImportSite''getImportSiteService'false],
  4515.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4516.         ], [
  4517.             'company' => 'App\\Entity\\Company',
  4518.             'importSite' => 'App\\Service\\import\\ImportSite',
  4519.             'upload' => 'App\\Service\\Utils\\Upload',
  4520.         ]);
  4521.     }
  4522.     /**
  4523.      * Gets the private '.service_locator.yrEM8uT' shared service.
  4524.      *
  4525.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4526.      */
  4527.     protected function get_ServiceLocator_YrEM8uTService()
  4528.     {
  4529.         return $this->privates['.service_locator.yrEM8uT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4530.             'adviceHandler' => ['privates''App\\Service\\AdviceHandler''getAdviceHandlerService'false],
  4531.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  4532.         ], [
  4533.             'adviceHandler' => 'App\\Service\\AdviceHandler',
  4534.             'completionService' => 'App\\Service\\completion\\CompletionService',
  4535.         ]);
  4536.     }
  4537.     /**
  4538.      * Gets the private '.service_locator.zJyh7qS' shared service.
  4539.      *
  4540.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4541.      */
  4542.     protected function get_ServiceLocator_ZJyh7qSService()
  4543.     {
  4544.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4545.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4546.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4547.         ], [
  4548.             'security.firewall.map.context.dev' => '?',
  4549.             'security.firewall.map.context.main' => '?',
  4550.         ]);
  4551.     }
  4552.     /**
  4553.      * Gets the private '.service_locator.zfs9O8B' shared service.
  4554.      *
  4555.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4556.      */
  4557.     protected function get_ServiceLocator_Zfs9O8BService()
  4558.     {
  4559.         return $this->privates['.service_locator.zfs9O8B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4560.             'featuresService' => ['privates''App\\Service\\subscription\\FeaturesService''getFeaturesServiceService'false],
  4561.             'slugger' => ['privates''slugger''getSluggerService'false],
  4562.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4563.         ], [
  4564.             'featuresService' => 'App\\Service\\subscription\\FeaturesService',
  4565.             'slugger' => '?',
  4566.             'upload' => 'App\\Service\\Utils\\Upload',
  4567.         ]);
  4568.     }
  4569.     /**
  4570.      * Gets the private '.session.deprecated' shared service.
  4571.      *
  4572.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4573.      */
  4574.     protected function get_Session_DeprecatedService()
  4575.     {
  4576.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4578.         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();
  4579.     }
  4580.     /**
  4581.      * Gets the private '.twig.command.debug.lazy' shared service.
  4582.      *
  4583.      * @return \Symfony\Component\Console\Command\LazyCommand
  4584.      */
  4585.     protected function get_Twig_Command_Debug_LazyService()
  4586.     {
  4587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4589.         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 {
  4590.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4591.         });
  4592.     }
  4593.     /**
  4594.      * Gets the private '.twig.command.lint.lazy' shared service.
  4595.      *
  4596.      * @return \Symfony\Component\Console\Command\LazyCommand
  4597.      */
  4598.     protected function get_Twig_Command_Lint_LazyService()
  4599.     {
  4600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4602.         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 {
  4603.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4604.         });
  4605.     }
  4606.     /**
  4607.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  4608.      *
  4609.      * @return \Symfony\Component\Console\Command\LazyCommand
  4610.      */
  4611.     protected function get_VarDumper_Command_ServerDump_LazyService()
  4612.     {
  4613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4615.         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 {
  4616.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  4617.         });
  4618.     }
  4619.     /**
  4620.      * Gets the private 'App\Command\CacheImagesCommand' shared autowired service.
  4621.      *
  4622.      * @return \App\Command\CacheImagesCommand
  4623.      */
  4624.     protected function getCacheImagesCommandService()
  4625.     {
  4626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4627.         include_once \dirname(__DIR__4).'/src/Command/CacheImagesCommand.php';
  4628.         $this->privates['App\\Command\\CacheImagesCommand'] = $instance = new \App\Command\CacheImagesCommand(($this->privates['App\\Service\\api\\JwpHttp'] ?? $this->getJwpHttpService()));
  4629.         $instance->setName('app:cache-images');
  4630.         $instance->setDescription('Add a short description for your command');
  4631.         return $instance;
  4632.     }
  4633.     /**
  4634.      * Gets the private 'App\Command\NotifyFormationRequiredCommand' shared autowired service.
  4635.      *
  4636.      * @return \App\Command\NotifyFormationRequiredCommand
  4637.      */
  4638.     protected function getNotifyFormationRequiredCommandService()
  4639.     {
  4640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4641.         include_once \dirname(__DIR__4).'/src/Command/NotifyFormationRequiredCommand.php';
  4642.         $this->privates['App\\Command\\NotifyFormationRequiredCommand'] = $instance = new \App\Command\NotifyFormationRequiredCommand(($this->privates['App\\Service\\formation\\FormationService'] ?? $this->getFormationServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  4643.         $instance->setName('app:formation:notify');
  4644.         return $instance;
  4645.     }
  4646.     /**
  4647.      * Gets the private 'App\Command\NotifySubscriptionExpirationCommand' shared autowired service.
  4648.      *
  4649.      * @return \App\Command\NotifySubscriptionExpirationCommand
  4650.      */
  4651.     protected function getNotifySubscriptionExpirationCommandService()
  4652.     {
  4653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4654.         include_once \dirname(__DIR__4).'/src/Command/NotifySubscriptionExpirationCommand.php';
  4655.         $this->privates['App\\Command\\NotifySubscriptionExpirationCommand'] = $instance = new \App\Command\NotifySubscriptionExpirationCommand(($this->privates['App\\Service\\subscription\\SubscriptionService'] ?? $this->getSubscriptionServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  4656.         $instance->setName('app:subscription:expiration:notify');
  4657.         return $instance;
  4658.     }
  4659.     /**
  4660.      * Gets the private 'App\Command\RegistrationReminderCommand' shared autowired service.
  4661.      *
  4662.      * @return \App\Command\RegistrationReminderCommand
  4663.      */
  4664.     protected function getRegistrationReminderCommandService()
  4665.     {
  4666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4667.         include_once \dirname(__DIR__4).'/src/Command/RegistrationReminderCommand.php';
  4668.         include_once \dirname(__DIR__4).'/src/Service/email/RegistrationReminderService.php';
  4669.         $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())));
  4670.         $instance->setName('app:registration-reminder');
  4671.         $instance->setDescription('Send email after N days if user is not registered');
  4672.         return $instance;
  4673.     }
  4674.     /**
  4675.      * Gets the private 'App\Command\TestCommand' shared autowired service.
  4676.      *
  4677.      * @return \App\Command\TestCommand
  4678.      */
  4679.     protected function getTestCommandService()
  4680.     {
  4681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4682.         include_once \dirname(__DIR__4).'/src/Command/TestCommand.php';
  4683.         $this->privates['App\\Command\\TestCommand'] = $instance = new \App\Command\TestCommand(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['router'] ?? $this->getRouterService()));
  4684.         $instance->setName('app:test:test');
  4685.         return $instance;
  4686.     }
  4687.     /**
  4688.      * Gets the private 'App\Command\UpdateActivityCommand' shared autowired service.
  4689.      *
  4690.      * @return \App\Command\UpdateActivityCommand
  4691.      */
  4692.     protected function getUpdateActivityCommandService()
  4693.     {
  4694.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4695.         include_once \dirname(__DIR__4).'/src/Command/UpdateActivityCommand.php';
  4696.         $this->privates['App\\Command\\UpdateActivityCommand'] = $instance = new \App\Command\UpdateActivityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4697.         $instance->setName('app:update-activity');
  4698.         return $instance;
  4699.     }
  4700.     /**
  4701.      * Gets the private 'App\EventSubscriber\AbonnementSubcriber' shared autowired service.
  4702.      *
  4703.      * @return \App\EventSubscriber\AbonnementSubcriber
  4704.      */
  4705.     protected function getAbonnementSubcriberService()
  4706.     {
  4707.         return $this->privates['App\\EventSubscriber\\AbonnementSubcriber'] = new \App\EventSubscriber\AbonnementSubcriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4708.     }
  4709.     /**
  4710.      * Gets the private 'App\EventSubscriber\EmailNotificationSubscriber' shared autowired service.
  4711.      *
  4712.      * @return \App\EventSubscriber\EmailNotificationSubscriber
  4713.      */
  4714.     protected function getEmailNotificationSubscriberService()
  4715.     {
  4716.         include_once \dirname(__DIR__4).'/src/EventSubscriber/EmailNotificationSubscriber.php';
  4717.         include_once \dirname(__DIR__4).'/src/Service/email/EmailHandlerSendGrid.php';
  4718.         include_once \dirname(__DIR__4).'/src/Service/JwtHandler.php';
  4719.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4720.         if (isset($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'])) {
  4721.             return $this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'];
  4722.         }
  4723.         return $this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] = new \App\EventSubscriber\EmailNotificationSubscriber(new \App\Service\email\EmailHandlerSendGrid(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())), ($this->privates['App\\Service\\JwtHandler'] ?? ($this->privates['App\\Service\\JwtHandler'] = new \App\Service\JwtHandler())), ($this->services['router'] ?? $this->getRouterService()), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4724.     }
  4725.     /**
  4726.      * Gets the private 'App\EventSubscriber\LogJwpEventsSubscriber' shared autowired service.
  4727.      *
  4728.      * @return \App\EventSubscriber\LogJwpEventsSubscriber
  4729.      */
  4730.     protected function getLogJwpEventsSubscriberService()
  4731.     {
  4732.         include_once \dirname(__DIR__4).'/src/EventSubscriber/LogJwpEventsSubscriber.php';
  4733.         $a = ($this->privates['App\\Service\\formation\\FormationService'] ?? $this->getFormationServiceService());
  4734.         if (isset($this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'])) {
  4735.             return $this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'];
  4736.         }
  4737.         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()));
  4738.     }
  4739.     /**
  4740.      * Gets the private 'App\EventSubscriber\LoginAtSubscriber' shared autowired service.
  4741.      *
  4742.      * @return \App\EventSubscriber\LoginAtSubscriber
  4743.      */
  4744.     protected function getLoginAtSubscriberService()
  4745.     {
  4746.         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()));
  4747.     }
  4748.     /**
  4749.      * Gets the private 'App\EventSubscriber\MaintenanceSubscriber' shared autowired service.
  4750.      *
  4751.      * @return \App\EventSubscriber\MaintenanceSubscriber
  4752.      */
  4753.     protected function getMaintenanceSubscriberService()
  4754.     {
  4755.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4756.         if (isset($this->privates['App\\EventSubscriber\\MaintenanceSubscriber'])) {
  4757.             return $this->privates['App\\EventSubscriber\\MaintenanceSubscriber'];
  4758.         }
  4759.         return $this->privates['App\\EventSubscriber\\MaintenanceSubscriber'] = new \App\EventSubscriber\MaintenanceSubscriber($a);
  4760.     }
  4761.     /**
  4762.      * Gets the private 'App\Form\ActivityType' shared autowired service.
  4763.      *
  4764.      * @return \App\Form\ActivityType
  4765.      */
  4766.     protected function getActivityTypeService()
  4767.     {
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4770.         include_once \dirname(__DIR__4).'/src/Form/ActivityType.php';
  4771.         return $this->privates['App\\Form\\ActivityType'] = new \App\Form\ActivityType();
  4772.     }
  4773.     /**
  4774.      * Gets the private 'App\Form\CompanyType' shared autowired service.
  4775.      *
  4776.      * @return \App\Form\CompanyType
  4777.      */
  4778.     protected function getCompanyTypeService()
  4779.     {
  4780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4782.         include_once \dirname(__DIR__4).'/src/Form/CompanyType.php';
  4783.         return $this->privates['App\\Form\\CompanyType'] = new \App\Form\CompanyType();
  4784.     }
  4785.     /**
  4786.      * Gets the private 'App\Form\ContactType' shared autowired service.
  4787.      *
  4788.      * @return \App\Form\ContactType
  4789.      */
  4790.     protected function getContactTypeService()
  4791.     {
  4792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4794.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  4795.         return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType();
  4796.     }
  4797.     /**
  4798.      * Gets the private 'App\Form\FormationType' shared autowired service.
  4799.      *
  4800.      * @return \App\Form\FormationType
  4801.      */
  4802.     protected function getFormationTypeService()
  4803.     {
  4804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4806.         include_once \dirname(__DIR__4).'/src/Form/FormationType.php';
  4807.         return $this->privates['App\\Form\\FormationType'] = new \App\Form\FormationType();
  4808.     }
  4809.     /**
  4810.      * Gets the private 'App\Form\ImportActivityType' shared autowired service.
  4811.      *
  4812.      * @return \App\Form\ImportActivityType
  4813.      */
  4814.     protected function getImportActivityTypeService()
  4815.     {
  4816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4818.         include_once \dirname(__DIR__4).'/src/Form/ImportActivityType.php';
  4819.         return $this->privates['App\\Form\\ImportActivityType'] = new \App\Form\ImportActivityType();
  4820.     }
  4821.     /**
  4822.      * Gets the private 'App\Form\ImportDepartmentType' shared autowired service.
  4823.      *
  4824.      * @return \App\Form\ImportDepartmentType
  4825.      */
  4826.     protected function getImportDepartmentTypeService()
  4827.     {
  4828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4830.         include_once \dirname(__DIR__4).'/src/Form/ImportDepartmentType.php';
  4831.         return $this->privates['App\\Form\\ImportDepartmentType'] = new \App\Form\ImportDepartmentType();
  4832.     }
  4833.     /**
  4834.      * Gets the private 'App\Form\ImportFileType' shared autowired service.
  4835.      *
  4836.      * @return \App\Form\ImportFileType
  4837.      */
  4838.     protected function getImportFileTypeService()
  4839.     {
  4840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4842.         include_once \dirname(__DIR__4).'/src/Form/ImportFileType.php';
  4843.         return $this->privates['App\\Form\\ImportFileType'] = new \App\Form\ImportFileType();
  4844.     }
  4845.     /**
  4846.      * Gets the private 'App\Form\ImportMuscleType' shared autowired service.
  4847.      *
  4848.      * @return \App\Form\ImportMuscleType
  4849.      */
  4850.     protected function getImportMuscleTypeService()
  4851.     {
  4852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4854.         include_once \dirname(__DIR__4).'/src/Form/ImportMuscleType.php';
  4855.         return $this->privates['App\\Form\\ImportMuscleType'] = new \App\Form\ImportMuscleType();
  4856.     }
  4857.     /**
  4858.      * Gets the private 'App\Form\PasswordChangeType' shared autowired service.
  4859.      *
  4860.      * @return \App\Form\PasswordChangeType
  4861.      */
  4862.     protected function getPasswordChangeTypeService()
  4863.     {
  4864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4866.         include_once \dirname(__DIR__4).'/src/Form/PasswordChangeType.php';
  4867.         return $this->privates['App\\Form\\PasswordChangeType'] = new \App\Form\PasswordChangeType();
  4868.     }
  4869.     /**
  4870.      * Gets the private 'App\Form\PrivateActivitiesType' shared autowired service.
  4871.      *
  4872.      * @return \App\Form\PrivateActivitiesType
  4873.      */
  4874.     protected function getPrivateActivitiesTypeService()
  4875.     {
  4876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4878.         include_once \dirname(__DIR__4).'/src/Form/PrivateActivitiesType.php';
  4879.         return $this->privates['App\\Form\\PrivateActivitiesType'] = new \App\Form\PrivateActivitiesType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4880.     }
  4881.     /**
  4882.      * Gets the private 'App\Form\ProActivitiesType' shared autowired service.
  4883.      *
  4884.      * @return \App\Form\ProActivitiesType
  4885.      */
  4886.     protected function getProActivitiesTypeService()
  4887.     {
  4888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4890.         include_once \dirname(__DIR__4).'/src/Form/ProActivitiesType.php';
  4891.         return $this->privates['App\\Form\\ProActivitiesType'] = new \App\Form\ProActivitiesType();
  4892.     }
  4893.     /**
  4894.      * Gets the private 'App\Form\PwdType' shared autowired service.
  4895.      *
  4896.      * @return \App\Form\PwdType
  4897.      */
  4898.     protected function getPwdTypeService()
  4899.     {
  4900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4902.         include_once \dirname(__DIR__4).'/src/Form/PwdType.php';
  4903.         return $this->privates['App\\Form\\PwdType'] = new \App\Form\PwdType();
  4904.     }
  4905.     /**
  4906.      * Gets the private 'App\Form\ResetPwdType' shared autowired service.
  4907.      *
  4908.      * @return \App\Form\ResetPwdType
  4909.      */
  4910.     protected function getResetPwdTypeService()
  4911.     {
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4914.         include_once \dirname(__DIR__4).'/src/Form/ResetPwdType.php';
  4915.         return $this->privates['App\\Form\\ResetPwdType'] = new \App\Form\ResetPwdType();
  4916.     }
  4917.     /**
  4918.      * Gets the private 'App\Form\UserType' shared autowired service.
  4919.      *
  4920.      * @return \App\Form\UserType
  4921.      */
  4922.     protected function getUserTypeService()
  4923.     {
  4924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4926.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  4927.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  4928.     }
  4929.     /**
  4930.      * Gets the private 'App\Repository\ActivityRepository' shared autowired service.
  4931.      *
  4932.      * @return \App\Repository\ActivityRepository
  4933.      */
  4934.     protected function getActivityRepositoryService()
  4935.     {
  4936.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4941.         include_once \dirname(__DIR__4).'/src/Repository/ActivityRepository.php';
  4942.         return $this->privates['App\\Repository\\ActivityRepository'] = new \App\Repository\ActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4943.     }
  4944.     /**
  4945.      * Gets the private 'App\Repository\CategoryActivityRepository' shared autowired service.
  4946.      *
  4947.      * @return \App\Repository\CategoryActivityRepository
  4948.      */
  4949.     protected function getCategoryActivityRepositoryService()
  4950.     {
  4951.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4953.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4956.         include_once \dirname(__DIR__4).'/src/Repository/CategoryActivityRepository.php';
  4957.         return $this->privates['App\\Repository\\CategoryActivityRepository'] = new \App\Repository\CategoryActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4958.     }
  4959.     /**
  4960.      * Gets the private 'App\Repository\CompanyRepository' shared autowired service.
  4961.      *
  4962.      * @return \App\Repository\CompanyRepository
  4963.      */
  4964.     protected function getCompanyRepositoryService()
  4965.     {
  4966.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4968.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4971.         include_once \dirname(__DIR__4).'/src/Repository/CompanyRepository.php';
  4972.         return $this->privates['App\\Repository\\CompanyRepository'] = new \App\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4973.     }
  4974.     /**
  4975.      * Gets the private 'App\Repository\DepartmentRepository' shared autowired service.
  4976.      *
  4977.      * @return \App\Repository\DepartmentRepository
  4978.      */
  4979.     protected function getDepartmentRepositoryService()
  4980.     {
  4981.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4982.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4983.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4984.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4986.         include_once \dirname(__DIR__4).'/src/Repository/DepartmentRepository.php';
  4987.         return $this->privates['App\\Repository\\DepartmentRepository'] = new \App\Repository\DepartmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4988.     }
  4989.     /**
  4990.      * Gets the private 'App\Repository\FormationRegistrationRepository' shared autowired service.
  4991.      *
  4992.      * @return \App\Repository\FormationRegistrationRepository
  4993.      */
  4994.     protected function getFormationRegistrationRepositoryService()
  4995.     {
  4996.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  4997.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4998.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5001.         include_once \dirname(__DIR__4).'/src/Repository/FormationRegistrationRepository.php';
  5002.         return $this->privates['App\\Repository\\FormationRegistrationRepository'] = new \App\Repository\FormationRegistrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5003.     }
  5004.     /**
  5005.      * Gets the private 'App\Repository\FormationRepository' shared autowired service.
  5006.      *
  5007.      * @return \App\Repository\FormationRepository
  5008.      */
  5009.     protected function getFormationRepositoryService()
  5010.     {
  5011.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5016.         include_once \dirname(__DIR__4).'/src/Repository/FormationRepository.php';
  5017.         return $this->privates['App\\Repository\\FormationRepository'] = new \App\Repository\FormationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5018.     }
  5019.     /**
  5020.      * Gets the private 'App\Repository\GroupRepository' shared autowired service.
  5021.      *
  5022.      * @return \App\Repository\GroupRepository
  5023.      */
  5024.     protected function getGroupRepositoryService()
  5025.     {
  5026.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5031.         include_once \dirname(__DIR__4).'/src/Repository/GroupRepository.php';
  5032.         return $this->privates['App\\Repository\\GroupRepository'] = new \App\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5033.     }
  5034.     /**
  5035.      * Gets the private 'App\Repository\JobRepository' shared autowired service.
  5036.      *
  5037.      * @return \App\Repository\JobRepository
  5038.      */
  5039.     protected function getJobRepositoryService()
  5040.     {
  5041.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5046.         include_once \dirname(__DIR__4).'/src/Repository/JobRepository.php';
  5047.         return $this->privates['App\\Repository\\JobRepository'] = new \App\Repository\JobRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5048.     }
  5049.     /**
  5050.      * Gets the private 'App\Repository\LogRepository' shared autowired service.
  5051.      *
  5052.      * @return \App\Repository\LogRepository
  5053.      */
  5054.     protected function getLogRepositoryService()
  5055.     {
  5056.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5057.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5061.         include_once \dirname(__DIR__4).'/src/Repository/LogRepository.php';
  5062.         return $this->privates['App\\Repository\\LogRepository'] = new \App\Repository\LogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5063.     }
  5064.     /**
  5065.      * Gets the private 'App\Repository\MessageRepository' shared autowired service.
  5066.      *
  5067.      * @return \App\Repository\MessageRepository
  5068.      */
  5069.     protected function getMessageRepositoryService()
  5070.     {
  5071.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5076.         include_once \dirname(__DIR__4).'/src/Repository/MessageRepository.php';
  5077.         return $this->privates['App\\Repository\\MessageRepository'] = new \App\Repository\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5078.     }
  5079.     /**
  5080.      * Gets the private 'App\Repository\MuscleActivityRepository' shared autowired service.
  5081.      *
  5082.      * @return \App\Repository\MuscleActivityRepository
  5083.      */
  5084.     protected function getMuscleActivityRepositoryService()
  5085.     {
  5086.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5091.         include_once \dirname(__DIR__4).'/src/Repository/MuscleActivityRepository.php';
  5092.         return $this->privates['App\\Repository\\MuscleActivityRepository'] = new \App\Repository\MuscleActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5093.     }
  5094.     /**
  5095.      * Gets the private 'App\Repository\MuscleRepository' shared autowired service.
  5096.      *
  5097.      * @return \App\Repository\MuscleRepository
  5098.      */
  5099.     protected function getMuscleRepositoryService()
  5100.     {
  5101.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5106.         include_once \dirname(__DIR__4).'/src/Repository/MuscleRepository.php';
  5107.         return $this->privates['App\\Repository\\MuscleRepository'] = new \App\Repository\MuscleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5108.     }
  5109.     /**
  5110.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  5111.      *
  5112.      * @return \App\Repository\NotificationRepository
  5113.      */
  5114.     protected function getNotificationRepositoryService()
  5115.     {
  5116.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5118.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5120.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5121.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  5122.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5123.     }
  5124.     /**
  5125.      * Gets the private 'App\Repository\RoleRepository' shared autowired service.
  5126.      *
  5127.      * @return \App\Repository\RoleRepository
  5128.      */
  5129.     protected function getRoleRepositoryService()
  5130.     {
  5131.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5132.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5133.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5134.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5136.         include_once \dirname(__DIR__4).'/src/Repository/RoleRepository.php';
  5137.         return $this->privates['App\\Repository\\RoleRepository'] = new \App\Repository\RoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5138.     }
  5139.     /**
  5140.      * Gets the private 'App\Repository\SiteRepository' shared autowired service.
  5141.      *
  5142.      * @return \App\Repository\SiteRepository
  5143.      */
  5144.     protected function getSiteRepositoryService()
  5145.     {
  5146.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5147.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5148.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5149.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5150.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5151.         include_once \dirname(__DIR__4).'/src/Repository/SiteRepository.php';
  5152.         return $this->privates['App\\Repository\\SiteRepository'] = new \App\Repository\SiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5153.     }
  5154.     /**
  5155.      * Gets the private 'App\Repository\UserActivityRepository' shared autowired service.
  5156.      *
  5157.      * @return \App\Repository\UserActivityRepository
  5158.      */
  5159.     protected function getUserActivityRepositoryService()
  5160.     {
  5161.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5166.         include_once \dirname(__DIR__4).'/src/Repository/UserActivityRepository.php';
  5167.         return $this->privates['App\\Repository\\UserActivityRepository'] = new \App\Repository\UserActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5168.     }
  5169.     /**
  5170.      * Gets the private 'App\Repository\UserFavoritesRepository' shared autowired service.
  5171.      *
  5172.      * @return \App\Repository\UserFavoritesRepository
  5173.      */
  5174.     protected function getUserFavoritesRepositoryService()
  5175.     {
  5176.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5180.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5181.         include_once \dirname(__DIR__4).'/src/Repository/UserFavoritesRepository.php';
  5182.         return $this->privates['App\\Repository\\UserFavoritesRepository'] = new \App\Repository\UserFavoritesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5183.     }
  5184.     /**
  5185.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5186.      *
  5187.      * @return \App\Repository\UserRepository
  5188.      */
  5189.     protected function getUserRepositoryService()
  5190.     {
  5191.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5195.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5196.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  5197.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5198.     }
  5199.     /**
  5200.      * Gets the private 'App\Repository\UsersGroupsRepository' shared autowired service.
  5201.      *
  5202.      * @return \App\Repository\UsersGroupsRepository
  5203.      */
  5204.     protected function getUsersGroupsRepositoryService()
  5205.     {
  5206.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5207.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5208.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5211.         include_once \dirname(__DIR__4).'/src/Repository/UsersGroupsRepository.php';
  5212.         return $this->privates['App\\Repository\\UsersGroupsRepository'] = new \App\Repository\UsersGroupsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5213.     }
  5214.     /**
  5215.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  5216.      *
  5217.      * @return \App\Security\LoginFormAuthenticator
  5218.      */
  5219.     protected function getLoginFormAuthenticatorService()
  5220.     {
  5221.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5226.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  5227.         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()));
  5228.     }
  5229.     /**
  5230.      * Gets the private 'App\Service\AdviceHandler' shared autowired service.
  5231.      *
  5232.      * @return \App\Service\AdviceHandler
  5233.      */
  5234.     protected function getAdviceHandlerService()
  5235.     {
  5236.         include_once \dirname(__DIR__4).'/src/Service/AdviceHandler.php';
  5237.         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()));
  5238.     }
  5239.     /**
  5240.      * Gets the private 'App\Service\Algo\JwpFilter' shared autowired service.
  5241.      *
  5242.      * @return \App\Service\Algo\JwpFilter
  5243.      */
  5244.     protected function getJwpFilterService()
  5245.     {
  5246.         include_once \dirname(__DIR__4).'/src/Service/Algo/JwpFilter.php';
  5247.         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()));
  5248.     }
  5249.     /**
  5250.      * Gets the private 'App\Service\Algo\JwpUtils' shared autowired service.
  5251.      *
  5252.      * @return \App\Service\Algo\JwpUtils
  5253.      */
  5254.     protected function getJwpUtilsService()
  5255.     {
  5256.         include_once \dirname(__DIR__4).'/src/Service/Algo/JwpUtils.php';
  5257.         return $this->privates['App\\Service\\Algo\\JwpUtils'] = new \App\Service\Algo\JwpUtils(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5258.     }
  5259.     /**
  5260.      * Gets the private 'App\Service\JwtHandler' shared autowired service.
  5261.      *
  5262.      * @return \App\Service\JwtHandler
  5263.      */
  5264.     protected function getJwtHandlerService()
  5265.     {
  5266.         include_once \dirname(__DIR__4).'/src/Service/JwtHandler.php';
  5267.         return $this->privates['App\\Service\\JwtHandler'] = new \App\Service\JwtHandler();
  5268.     }
  5269.     /**
  5270.      * Gets the private 'App\Service\Utils\Upload' shared autowired service.
  5271.      *
  5272.      * @return \App\Service\Utils\Upload
  5273.      */
  5274.     protected function getUploadService()
  5275.     {
  5276.         include_once \dirname(__DIR__4).'/src/Service/Utils/Upload.php';
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  5278.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  5279.         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'))));
  5280.     }
  5281.     /**
  5282.      * Gets the private 'App\Service\api\JwpHttp' shared autowired service.
  5283.      *
  5284.      * @return \App\Service\api\JwpHttp
  5285.      */
  5286.     protected function getJwpHttpService()
  5287.     {
  5288.         include_once \dirname(__DIR__4).'/src/Service/api/JwpHttp.php';
  5289.         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()));
  5290.     }
  5291.     /**
  5292.      * Gets the private 'App\Service\api\WPHttp' shared autowired service.
  5293.      *
  5294.      * @return \App\Service\api\WPHttp
  5295.      */
  5296.     protected function getWPHttpService()
  5297.     {
  5298.         include_once \dirname(__DIR__4).'/src/Service/api/WPHttp.php';
  5299.         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()));
  5300.     }
  5301.     /**
  5302.      * Gets the private 'App\Service\completion\CompletionService' shared autowired service.
  5303.      *
  5304.      * @return \App\Service\completion\CompletionService
  5305.      */
  5306.     protected function getCompletionServiceService()
  5307.     {
  5308.         include_once \dirname(__DIR__4).'/src/Service/completion/CompletionService.php';
  5309.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5310.         if (isset($this->privates['App\\Service\\completion\\CompletionService'])) {
  5311.             return $this->privates['App\\Service\\completion\\CompletionService'];
  5312.         }
  5313.         return $this->privates['App\\Service\\completion\\CompletionService'] = new \App\Service\completion\CompletionService(($this->privates['App\\Repository\\UserActivityRepository'] ?? $this->getUserActivityRepositoryService()), $a);
  5314.     }
  5315.     /**
  5316.      * Gets the private 'App\Service\datatable\Builder' shared autowired service.
  5317.      *
  5318.      * @return \App\Service\datatable\Builder
  5319.      */
  5320.     protected function getBuilderService()
  5321.     {
  5322.         include_once \dirname(__DIR__4).'/src/Service/datatable/Builder.php';
  5323.         return $this->privates['App\\Service\\datatable\\Builder'] = new \App\Service\datatable\Builder();
  5324.     }
  5325.     /**
  5326.      * Gets the private 'App\Service\export\ExportUser' shared autowired service.
  5327.      *
  5328.      * @return \App\Service\export\ExportUser
  5329.      */
  5330.     protected function getExportUserService()
  5331.     {
  5332.         include_once \dirname(__DIR__4).'/src/Service/export/ExportUser.php';
  5333.         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()));
  5334.     }
  5335.     /**
  5336.      * Gets the private 'App\Service\favorites\UserFavoritesService' shared autowired service.
  5337.      *
  5338.      * @return \App\Service\favorites\UserFavoritesService
  5339.      */
  5340.     protected function getUserFavoritesServiceService()
  5341.     {
  5342.         include_once \dirname(__DIR__4).'/src/Service/favorites/UserFavoritesService.php';
  5343.         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()));
  5344.     }
  5345.     /**
  5346.      * Gets the private 'App\Service\formation\FormationService' shared autowired service.
  5347.      *
  5348.      * @return \App\Service\formation\FormationService
  5349.      */
  5350.     protected function getFormationServiceService()
  5351.     {
  5352.         include_once \dirname(__DIR__4).'/src/Service/formation/FormationService.php';
  5353.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5354.         if (isset($this->privates['App\\Service\\formation\\FormationService'])) {
  5355.             return $this->privates['App\\Service\\formation\\FormationService'];
  5356.         }
  5357.         $b = ($this->privates['App\\Service\\notification\\NotificationService'] ?? $this->getNotificationServiceService());
  5358.         if (isset($this->privates['App\\Service\\formation\\FormationService'])) {
  5359.             return $this->privates['App\\Service\\formation\\FormationService'];
  5360.         }
  5361.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5362.         if (isset($this->privates['App\\Service\\formation\\FormationService'])) {
  5363.             return $this->privates['App\\Service\\formation\\FormationService'];
  5364.         }
  5365.         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()));
  5366.     }
  5367.     /**
  5368.      * Gets the private 'App\Service\import\ImportActivity' shared autowired service.
  5369.      *
  5370.      * @return \App\Service\import\ImportActivity
  5371.      */
  5372.     protected function getImportActivityService()
  5373.     {
  5374.         include_once \dirname(__DIR__4).'/src/Service/import/ImportActivity.php';
  5375.         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()));
  5376.     }
  5377.     /**
  5378.      * Gets the private 'App\Service\import\ImportActivityMuscle' shared autowired service.
  5379.      *
  5380.      * @return \App\Service\import\ImportActivityMuscle
  5381.      */
  5382.     protected function getImportActivityMuscleService()
  5383.     {
  5384.         include_once \dirname(__DIR__4).'/src/Service/import/ImportActivityMuscle.php';
  5385.         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()));
  5386.     }
  5387.     /**
  5388.      * Gets the private 'App\Service\import\ImportDepartment' shared autowired service.
  5389.      *
  5390.      * @return \App\Service\import\ImportDepartment
  5391.      */
  5392.     protected function getImportDepartmentService()
  5393.     {
  5394.         include_once \dirname(__DIR__4).'/src/Service/import/ImportDepartment.php';
  5395.         return $this->privates['App\\Service\\import\\ImportDepartment'] = new \App\Service\import\ImportDepartment(($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()));
  5396.     }
  5397.     /**
  5398.      * Gets the private 'App\Service\import\ImportSite' shared autowired service.
  5399.      *
  5400.      * @return \App\Service\import\ImportSite
  5401.      */
  5402.     protected function getImportSiteService()
  5403.     {
  5404.         include_once \dirname(__DIR__4).'/src/Service/import/ImportSite.php';
  5405.         return $this->privates['App\\Service\\import\\ImportSite'] = new \App\Service\import\ImportSite(($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()));
  5406.     }
  5407.     /**
  5408.      * Gets the private 'App\Service\import\ImportUser' shared autowired service.
  5409.      *
  5410.      * @return \App\Service\import\ImportUser
  5411.      */
  5412.     protected function getImportUserService()
  5413.     {
  5414.         include_once \dirname(__DIR__4).'/src/Service/import/ImportUser.php';
  5415.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5416.         if (isset($this->privates['App\\Service\\import\\ImportUser'])) {
  5417.             return $this->privates['App\\Service\\import\\ImportUser'];
  5418.         }
  5419.         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()));
  5420.     }
  5421.     /**
  5422.      * Gets the private 'App\Service\notification\MessageService' shared autowired service.
  5423.      *
  5424.      * @return \App\Service\notification\MessageService
  5425.      */
  5426.     protected function getMessageServiceService()
  5427.     {
  5428.         include_once \dirname(__DIR__4).'/src/Service/notification/MessageService.php';
  5429.         return $this->privates['App\\Service\\notification\\MessageService'] = new \App\Service\notification\MessageService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5430.     }
  5431.     /**
  5432.      * Gets the private 'App\Service\notification\NotificationService' shared autowired service.
  5433.      *
  5434.      * @return \App\Service\notification\NotificationService
  5435.      */
  5436.     protected function getNotificationServiceService()
  5437.     {
  5438.         include_once \dirname(__DIR__4).'/src/Service/notification/NotificationService.php';
  5439.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5440.         if (isset($this->privates['App\\Service\\notification\\NotificationService'])) {
  5441.             return $this->privates['App\\Service\\notification\\NotificationService'];
  5442.         }
  5443.         return $this->privates['App\\Service\\notification\\NotificationService'] = new \App\Service\notification\NotificationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a);
  5444.     }
  5445.     /**
  5446.      * Gets the private 'App\Service\profile\ProfileService' shared autowired service.
  5447.      *
  5448.      * @return \App\Service\profile\ProfileService
  5449.      */
  5450.     protected function getProfileServiceService()
  5451.     {
  5452.         include_once \dirname(__DIR__4).'/src/Service/profile/ProfileService.php';
  5453.         return $this->privates['App\\Service\\profile\\ProfileService'] = new \App\Service\profile\ProfileService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5454.     }
  5455.     /**
  5456.      * Gets the private 'App\Service\search\SearchService' shared autowired service.
  5457.      *
  5458.      * @return \App\Service\search\SearchService
  5459.      */
  5460.     protected function getSearchServiceService()
  5461.     {
  5462.         include_once \dirname(__DIR__4).'/src/Service/search/SearchService.php';
  5463.         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()));
  5464.     }
  5465.     /**
  5466.      * Gets the private 'App\Service\statistics\StatisticsService' shared autowired service.
  5467.      *
  5468.      * @return \App\Service\statistics\StatisticsService
  5469.      */
  5470.     protected function getStatisticsServiceService()
  5471.     {
  5472.         include_once \dirname(__DIR__4).'/src/Service/statistics/StatisticsService.php';
  5473.         return $this->privates['App\\Service\\statistics\\StatisticsService'] = new \App\Service\statistics\StatisticsService(($this->privates['App\\Repository\\LogRepository'] ?? $this->getLogRepositoryService()));
  5474.     }
  5475.     /**
  5476.      * Gets the private 'App\Service\subscription\FeaturesService' shared autowired service.
  5477.      *
  5478.      * @return \App\Service\subscription\FeaturesService
  5479.      */
  5480.     protected function getFeaturesServiceService()
  5481.     {
  5482.         include_once \dirname(__DIR__4).'/src/Service/subscription/FeaturesService.php';
  5483.         return $this->privates['App\\Service\\subscription\\FeaturesService'] = new \App\Service\subscription\FeaturesService();
  5484.     }
  5485.     /**
  5486.      * Gets the private 'App\Service\subscription\SubscriptionService' shared autowired service.
  5487.      *
  5488.      * @return \App\Service\subscription\SubscriptionService
  5489.      */
  5490.     protected function getSubscriptionServiceService()
  5491.     {
  5492.         include_once \dirname(__DIR__4).'/src/Service/subscription/SubscriptionService.php';
  5493.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5494.         if (isset($this->privates['App\\Service\\subscription\\SubscriptionService'])) {
  5495.             return $this->privates['App\\Service\\subscription\\SubscriptionService'];
  5496.         }
  5497.         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()));
  5498.     }
  5499.     /**
  5500.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5501.      *
  5502.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5503.      */
  5504.     protected function getManagerRegistryAwareConnectionProviderService()
  5505.     {
  5506.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  5507.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5508.         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'));
  5509.     }
  5510.     /**
  5511.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5512.      *
  5513.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5514.      */
  5515.     protected function getRunSqlCommandService()
  5516.     {
  5517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5519.         $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()));
  5520.         $instance->setName('dbal:run-sql');
  5521.         return $instance;
  5522.     }
  5523.     /**
  5524.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  5525.      *
  5526.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  5527.      */
  5528.     protected function getResetAssetsEventListenerService()
  5529.     {
  5530.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  5531.     }
  5532.     /**
  5533.      * Gets the private 'annotations.cache_adapter' shared service.
  5534.      *
  5535.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5536.      */
  5537.     protected function getAnnotations_CacheAdapterService()
  5538.     {
  5539.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5540.     }
  5541.     /**
  5542.      * Gets the private 'annotations.cache_warmer' shared service.
  5543.      *
  5544.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5545.      */
  5546.     protected function getAnnotations_CacheWarmerService()
  5547.     {
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5551.         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);
  5552.     }
  5553.     /**
  5554.      * Gets the private 'annotations.cached_reader' shared service.
  5555.      *
  5556.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5557.      */
  5558.     protected function getAnnotations_CachedReaderService()
  5559.     {
  5560.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5561.     }
  5562.     /**
  5563.      * Gets the private 'annotations.reader' shared service.
  5564.      *
  5565.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5566.      */
  5567.     protected function getAnnotations_ReaderService()
  5568.     {
  5569.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5570.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5571.         $a->registerUniqueLoader('class_exists');
  5572.         $instance->addGlobalIgnoredName('required'$a);
  5573.         return $instance;
  5574.     }
  5575.     /**
  5576.      * Gets the private 'assets.packages' shared service.
  5577.      *
  5578.      * @return \Symfony\Component\Asset\Packages
  5579.      */
  5580.     protected function getAssets_PackagesService()
  5581.     {
  5582.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5583.         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 () {
  5584.             return new \EmptyIterator();
  5585.         }, 0));
  5586.     }
  5587.     /**
  5588.      * Gets the private 'cache.annotations' shared service.
  5589.      *
  5590.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5591.      */
  5592.     protected function getCache_AnnotationsService()
  5593.     {
  5594.         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())));
  5595.     }
  5596.     /**
  5597.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5598.      *
  5599.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5600.      */
  5601.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5602.     {
  5603.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5604.     }
  5605.     /**
  5606.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5607.      *
  5608.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5609.      */
  5610.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5611.     {
  5612.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5613.     }
  5614.     /**
  5615.      * Gets the private 'cache.property_info' shared service.
  5616.      *
  5617.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5618.      */
  5619.     protected function getCache_PropertyInfoService()
  5620.     {
  5621.         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())));
  5622.     }
  5623.     /**
  5624.      * Gets the private 'cache.security_expression_language' shared service.
  5625.      *
  5626.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5627.      */
  5628.     protected function getCache_SecurityExpressionLanguageService()
  5629.     {
  5630.         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())));
  5631.     }
  5632.     /**
  5633.      * Gets the private 'cache.serializer' shared service.
  5634.      *
  5635.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5636.      */
  5637.     protected function getCache_SerializerService()
  5638.     {
  5639.         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())));
  5640.     }
  5641.     /**
  5642.      * Gets the private 'cache.validator' shared service.
  5643.      *
  5644.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5645.      */
  5646.     protected function getCache_ValidatorService()
  5647.     {
  5648.         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())));
  5649.     }
  5650.     /**
  5651.      * Gets the private 'cache.webpack_encore' shared service.
  5652.      *
  5653.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5654.      */
  5655.     protected function getCache_WebpackEncoreService()
  5656.     {
  5657.         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())));
  5658.     }
  5659.     /**
  5660.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5661.      *
  5662.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5663.      */
  5664.     protected function getCachePoolClearer_CacheWarmerService()
  5665.     {
  5666.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5668.         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']);
  5669.     }
  5670.     /**
  5671.      * Gets the private 'config_builder.warmer' shared service.
  5672.      *
  5673.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5674.      */
  5675.     protected function getConfigBuilder_WarmerService()
  5676.     {
  5677.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5678.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5679.         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()));
  5680.     }
  5681.     /**
  5682.      * Gets the private 'config_cache_factory' shared service.
  5683.      *
  5684.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5685.      */
  5686.     protected function getConfigCacheFactoryService()
  5687.     {
  5688.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5689.             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)));
  5690.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5691.         }, 2));
  5692.     }
  5693.     /**
  5694.      * Gets the private 'console.command.about' shared service.
  5695.      *
  5696.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5697.      */
  5698.     protected function getConsole_Command_AboutService()
  5699.     {
  5700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5701.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5702.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5703.         $instance->setName('about');
  5704.         $instance->setDescription('Display information about the current project');
  5705.         return $instance;
  5706.     }
  5707.     /**
  5708.      * Gets the private 'console.command.assets_install' shared service.
  5709.      *
  5710.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5711.      */
  5712.     protected function getConsole_Command_AssetsInstallService()
  5713.     {
  5714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5717.         $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));
  5718.         $instance->setName('assets:install');
  5719.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5720.         return $instance;
  5721.     }
  5722.     /**
  5723.      * Gets the private 'console.command.cache_clear' shared service.
  5724.      *
  5725.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5726.      */
  5727.     protected function getConsole_Command_CacheClearService()
  5728.     {
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5731.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5732.         $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())));
  5733.         $instance->setName('cache:clear');
  5734.         $instance->setDescription('Clear the cache');
  5735.         return $instance;
  5736.     }
  5737.     /**
  5738.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5739.      *
  5740.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5741.      */
  5742.     protected function getConsole_Command_CachePoolClearService()
  5743.     {
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5745.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5746.         $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']);
  5747.         $instance->setName('cache:pool:clear');
  5748.         $instance->setDescription('Clear cache pools');
  5749.         return $instance;
  5750.     }
  5751.     /**
  5752.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5753.      *
  5754.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5755.      */
  5756.     protected function getConsole_Command_CachePoolDeleteService()
  5757.     {
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5760.         $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']);
  5761.         $instance->setName('cache:pool:delete');
  5762.         $instance->setDescription('Delete an item from a cache pool');
  5763.         return $instance;
  5764.     }
  5765.     /**
  5766.      * Gets the private 'console.command.cache_pool_list' shared service.
  5767.      *
  5768.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5769.      */
  5770.     protected function getConsole_Command_CachePoolListService()
  5771.     {
  5772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5774.         $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']);
  5775.         $instance->setName('cache:pool:list');
  5776.         $instance->setDescription('List available cache pools');
  5777.         return $instance;
  5778.     }
  5779.     /**
  5780.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5781.      *
  5782.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5783.      */
  5784.     protected function getConsole_Command_CachePoolPruneService()
  5785.     {
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5788.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5789.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5790.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5791.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5792.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5793.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5794.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5795.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5796.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5797.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5798.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5799.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  5800.         }, 11));
  5801.         $instance->setName('cache:pool:prune');
  5802.         $instance->setDescription('Prune cache pools');
  5803.         return $instance;
  5804.     }
  5805.     /**
  5806.      * Gets the private 'console.command.cache_warmup' shared service.
  5807.      *
  5808.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5809.      */
  5810.     protected function getConsole_Command_CacheWarmupService()
  5811.     {
  5812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5814.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5815.         $instance->setName('cache:warmup');
  5816.         $instance->setDescription('Warm up an empty cache');
  5817.         return $instance;
  5818.     }
  5819.     /**
  5820.      * Gets the private 'console.command.config_debug' shared service.
  5821.      *
  5822.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5823.      */
  5824.     protected function getConsole_Command_ConfigDebugService()
  5825.     {
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5831.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5832.         $instance->setName('debug:config');
  5833.         $instance->setDescription('Dump the current configuration for an extension');
  5834.         return $instance;
  5835.     }
  5836.     /**
  5837.      * Gets the private 'console.command.config_dump_reference' shared service.
  5838.      *
  5839.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5840.      */
  5841.     protected function getConsole_Command_ConfigDumpReferenceService()
  5842.     {
  5843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5846.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5848.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5849.         $instance->setName('config:dump-reference');
  5850.         $instance->setDescription('Dump the default configuration for an extension');
  5851.         return $instance;
  5852.     }
  5853.     /**
  5854.      * Gets the private 'console.command.container_debug' shared service.
  5855.      *
  5856.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5857.      */
  5858.     protected function getConsole_Command_ContainerDebugService()
  5859.     {
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5863.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5864.         $instance->setName('debug:container');
  5865.         $instance->setDescription('Display current services for an application');
  5866.         return $instance;
  5867.     }
  5868.     /**
  5869.      * Gets the private 'console.command.container_lint' shared service.
  5870.      *
  5871.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5872.      */
  5873.     protected function getConsole_Command_ContainerLintService()
  5874.     {
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5877.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5878.         $instance->setName('lint:container');
  5879.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5880.         return $instance;
  5881.     }
  5882.     /**
  5883.      * Gets the private 'console.command.debug_autowiring' shared service.
  5884.      *
  5885.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5886.      */
  5887.     protected function getConsole_Command_DebugAutowiringService()
  5888.     {
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5893.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5894.         $instance->setName('debug:autowiring');
  5895.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  5896.         return $instance;
  5897.     }
  5898.     /**
  5899.      * Gets the private 'console.command.dotenv_debug' shared service.
  5900.      *
  5901.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  5902.      */
  5903.     protected function getConsole_Command_DotenvDebugService()
  5904.     {
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  5907.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  5908.         $instance->setName('debug:dotenv');
  5909.         $instance->setDescription('Lists all dotenv files with variables and values');
  5910.         return $instance;
  5911.     }
  5912.     /**
  5913.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5914.      *
  5915.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5916.      */
  5917.     protected function getConsole_Command_EventDispatcherDebugService()
  5918.     {
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5921.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  5922.         $instance->setName('debug:event-dispatcher');
  5923.         $instance->setDescription('Display configured listeners for an application');
  5924.         return $instance;
  5925.     }
  5926.     /**
  5927.      * Gets the private 'console.command.form_debug' shared service.
  5928.      *
  5929.      * @return \Symfony\Component\Form\Command\DebugCommand
  5930.      */
  5931.     protected function getConsole_Command_FormDebugService()
  5932.     {
  5933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5935.         $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\\ImportDepartmentType'=> 'App\\Form\\ImportFileType'=> 'App\\Form\\ImportMuscleType'=> 'App\\Form\\PasswordChangeType'=> 'App\\Form\\PrivateActivitiesType'10 => 'App\\Form\\ProActivitiesType'11 => 'App\\Form\\PwdType'12 => 'App\\Form\\ResetPwdType'13 => 'App\\Form\\UserType'14 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'15 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'16 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'17 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'18 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'19 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5936.         $instance->setName('debug:form');
  5937.         $instance->setDescription('Display form type information');
  5938.         return $instance;
  5939.     }
  5940.     /**
  5941.      * Gets the private 'console.command.router_debug' shared service.
  5942.      *
  5943.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5944.      */
  5945.     protected function getConsole_Command_RouterDebugService()
  5946.     {
  5947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5950.         $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()));
  5951.         $instance->setName('debug:router');
  5952.         $instance->setDescription('Display current routes for an application');
  5953.         return $instance;
  5954.     }
  5955.     /**
  5956.      * Gets the private 'console.command.router_match' shared service.
  5957.      *
  5958.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5959.      */
  5960.     protected function getConsole_Command_RouterMatchService()
  5961.     {
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5964.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  5965.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5966.         }, 1));
  5967.         $instance->setName('router:match');
  5968.         $instance->setDescription('Help debug routes by simulating a path info match');
  5969.         return $instance;
  5970.     }
  5971.     /**
  5972.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5973.      *
  5974.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5975.      */
  5976.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5977.     {
  5978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.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_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')))));
  5983.         $instance->setName('secrets:decrypt-to-local');
  5984.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  5985.         return $instance;
  5986.     }
  5987.     /**
  5988.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5989.      *
  5990.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5991.      */
  5992.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5993.     {
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.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_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')))));
  5999.         $instance->setName('secrets:encrypt-from-local');
  6000.         $instance->setDescription('Encrypt all local secrets to the vault');
  6001.         return $instance;
  6002.     }
  6003.     /**
  6004.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6005.      *
  6006.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6007.      */
  6008.     protected function getConsole_Command_SecretsGenerateKeyService()
  6009.     {
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.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_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')))));
  6015.         $instance->setName('secrets:generate-keys');
  6016.         $instance->setDescription('Generate new encryption keys');
  6017.         return $instance;
  6018.     }
  6019.     /**
  6020.      * Gets the private 'console.command.secrets_list' shared service.
  6021.      *
  6022.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6023.      */
  6024.     protected function getConsole_Command_SecretsListService()
  6025.     {
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.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_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')))));
  6031.         $instance->setName('secrets:list');
  6032.         $instance->setDescription('List all secrets');
  6033.         return $instance;
  6034.     }
  6035.     /**
  6036.      * Gets the private 'console.command.secrets_remove' shared service.
  6037.      *
  6038.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6039.      */
  6040.     protected function getConsole_Command_SecretsRemoveService()
  6041.     {
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6046.         $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')))));
  6047.         $instance->setName('secrets:remove');
  6048.         $instance->setDescription('Remove a secret from the vault');
  6049.         return $instance;
  6050.     }
  6051.     /**
  6052.      * Gets the private 'console.command.secrets_set' shared service.
  6053.      *
  6054.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6055.      */
  6056.     protected function getConsole_Command_SecretsSetService()
  6057.     {
  6058.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6062.         $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')))));
  6063.         $instance->setName('secrets:set');
  6064.         $instance->setDescription('Set a secret in the vault');
  6065.         return $instance;
  6066.     }
  6067.     /**
  6068.      * Gets the private 'console.command.translation_debug' shared service.
  6069.      *
  6070.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6071.      */
  6072.     protected function getConsole_Command_TranslationDebugService()
  6073.     {
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6076.         $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')], []);
  6077.         $instance->setName('debug:translation');
  6078.         $instance->setDescription('Display translation messages information');
  6079.         return $instance;
  6080.     }
  6081.     /**
  6082.      * Gets the private 'console.command.translation_extract' shared service.
  6083.      *
  6084.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6085.      */
  6086.     protected function getConsole_Command_TranslationExtractService()
  6087.     {
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6090.         $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')], []);
  6091.         $instance->setName('translation:extract');
  6092.         $instance->setAliases([=> 'translation:update']);
  6093.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6094.         return $instance;
  6095.     }
  6096.     /**
  6097.      * Gets the private 'console.command.translation_pull' shared service.
  6098.      *
  6099.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6100.      */
  6101.     protected function getConsole_Command_TranslationPullService()
  6102.     {
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6106.         $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', [], []);
  6107.         $instance->setName('translation:pull');
  6108.         $instance->setDescription('Pull translations from a given provider.');
  6109.         return $instance;
  6110.     }
  6111.     /**
  6112.      * Gets the private 'console.command.translation_push' shared service.
  6113.      *
  6114.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6115.      */
  6116.     protected function getConsole_Command_TranslationPushService()
  6117.     {
  6118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6121.         $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()), [], []);
  6122.         $instance->setName('translation:push');
  6123.         $instance->setDescription('Push translations to a given provider.');
  6124.         return $instance;
  6125.     }
  6126.     /**
  6127.      * Gets the private 'console.command.validator_debug' shared service.
  6128.      *
  6129.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6130.      */
  6131.     protected function getConsole_Command_ValidatorDebugService()
  6132.     {
  6133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6135.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6136.         $instance->setName('debug:validator');
  6137.         $instance->setDescription('Display validation constraints for classes');
  6138.         return $instance;
  6139.     }
  6140.     /**
  6141.      * Gets the private 'console.command.xliff_lint' shared service.
  6142.      *
  6143.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6144.      */
  6145.     protected function getConsole_Command_XliffLintService()
  6146.     {
  6147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6149.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6150.         $instance->setName('lint:xliff');
  6151.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6152.         return $instance;
  6153.     }
  6154.     /**
  6155.      * Gets the private 'console.command.yaml_lint' shared service.
  6156.      *
  6157.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6158.      */
  6159.     protected function getConsole_Command_YamlLintService()
  6160.     {
  6161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6162.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6164.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6165.         $instance->setName('lint:yaml');
  6166.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6167.         return $instance;
  6168.     }
  6169.     /**
  6170.      * Gets the private 'console.error_listener' shared service.
  6171.      *
  6172.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6173.      */
  6174.     protected function getConsole_ErrorListenerService()
  6175.     {
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6177.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6178.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6179.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6180.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6181.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6182.     }
  6183.     /**
  6184.      * Gets the private 'container.env_var_processor' shared service.
  6185.      *
  6186.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6187.      */
  6188.     protected function getContainer_EnvVarProcessorService()
  6189.     {
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6192.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6193.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6194.         }, 1));
  6195.     }
  6196.     /**
  6197.      * Gets the private 'container.getenv' shared service.
  6198.      *
  6199.      * @return \Closure
  6200.      */
  6201.     protected function getContainer_GetenvService()
  6202.     {
  6203.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6204.     }
  6205.     /**
  6206.      * Gets the private 'data_collector.form' shared service.
  6207.      *
  6208.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6209.      */
  6210.     protected function getDataCollector_FormService()
  6211.     {
  6212.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6213.     }
  6214.     /**
  6215.      * Gets the private 'data_collector.request' shared service.
  6216.      *
  6217.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6218.      */
  6219.     protected function getDataCollector_RequestService()
  6220.     {
  6221.         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())));
  6222.     }
  6223.     /**
  6224.      * Gets the private 'data_collector.request.session_collector' shared service.
  6225.      *
  6226.      * @return \Closure
  6227.      */
  6228.     protected function getDataCollector_Request_SessionCollectorService()
  6229.     {
  6230.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6231.     }
  6232.     /**
  6233.      * Gets the private 'debug.argument_resolver.default' shared service.
  6234.      *
  6235.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6236.      */
  6237.     protected function getDebug_ArgumentResolver_DefaultService()
  6238.     {
  6239.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6242.         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))));
  6243.     }
  6244.     /**
  6245.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6246.      *
  6247.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6248.      */
  6249.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6250.     {
  6251.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6254.         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.mFmh8k7'] ?? $this->get_ServiceLocator_MFmh8k7Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6255.     }
  6256.     /**
  6257.      * Gets the private 'debug.argument_resolver.request' shared service.
  6258.      *
  6259.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6260.      */
  6261.     protected function getDebug_ArgumentResolver_RequestService()
  6262.     {
  6263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6264.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6265.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6266.         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))));
  6267.     }
  6268.     /**
  6269.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6270.      *
  6271.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6272.      */
  6273.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6274.     {
  6275.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6276.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6277.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6278.         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))));
  6279.     }
  6280.     /**
  6281.      * Gets the private 'debug.argument_resolver.service' shared service.
  6282.      *
  6283.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6284.      */
  6285.     protected function getDebug_ArgumentResolver_ServiceService()
  6286.     {
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6290.         $a = ($this->privates['.service_locator.mFmh8k7'] ?? $this->get_ServiceLocator_MFmh8k7Service());
  6291.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6292.             return $this->privates['debug.argument_resolver.service'];
  6293.         }
  6294.         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))));
  6295.     }
  6296.     /**
  6297.      * Gets the private 'debug.argument_resolver.session' shared service.
  6298.      *
  6299.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6300.      */
  6301.     protected function getDebug_ArgumentResolver_SessionService()
  6302.     {
  6303.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6306.         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))));
  6307.     }
  6308.     /**
  6309.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6310.      *
  6311.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6312.      */
  6313.     protected function getDebug_ArgumentResolver_VariadicService()
  6314.     {
  6315.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6316.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6318.         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))));
  6319.     }
  6320.     /**
  6321.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6322.      *
  6323.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6324.      */
  6325.     protected function getDebug_DebugHandlersListenerService()
  6326.     {
  6327.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6328.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6329.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6330.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6331.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6332.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  6333.     }
  6334.     /**
  6335.      * Gets the private 'debug.dump_listener' shared service.
  6336.      *
  6337.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6338.      */
  6339.     protected function getDebug_DumpListenerService()
  6340.     {
  6341.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6342.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6343.         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()));
  6344.     }
  6345.     /**
  6346.      * Gets the private 'debug.file_link_formatter' shared service.
  6347.      *
  6348.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6349.      */
  6350.     protected function getDebug_FileLinkFormatterService()
  6351.     {
  6352.         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 () {
  6353.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6354.         });
  6355.     }
  6356.     /**
  6357.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6358.      *
  6359.      * @return \string
  6360.      */
  6361.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6362.     {
  6363.         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');
  6364.     }
  6365.     /**
  6366.      * Gets the private 'debug.log_processor' shared service.
  6367.      *
  6368.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6369.      */
  6370.     protected function getDebug_LogProcessorService()
  6371.     {
  6372.         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())));
  6373.     }
  6374.     /**
  6375.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6376.      *
  6377.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6378.      */
  6379.     protected function getDebug_Security_Access_DecisionManagerService()
  6380.     {
  6381.         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 () {
  6382.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6383.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6384.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6385.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'] ?? $this->getCompanyVoterService());
  6386.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'] ?? $this->getFeaturesVoterService());
  6387.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'] ?? $this->getFormationVoterService());
  6388.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6389.     }
  6390.     /**
  6391.      * Gets the private 'debug.security.firewall' shared service.
  6392.      *
  6393.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6394.      */
  6395.     protected function getDebug_Security_FirewallService()
  6396.     {
  6397.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6398.         if (isset($this->privates['debug.security.firewall'])) {
  6399.             return $this->privates['debug.security.firewall'];
  6400.         }
  6401.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6402.         if (isset($this->privates['debug.security.firewall'])) {
  6403.             return $this->privates['debug.security.firewall'];
  6404.         }
  6405.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6406.     }
  6407.     /**
  6408.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6409.      *
  6410.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6411.      */
  6412.     protected function getDebug_Security_UserValueResolverService()
  6413.     {
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6417.         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))));
  6418.     }
  6419.     /**
  6420.      * Gets the private 'debug.security.voter.App\Security\Voter\CompanyVoter' shared service.
  6421.      *
  6422.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6423.      */
  6424.     protected function getCompanyVoterService()
  6425.     {
  6426.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6429.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6430.         include_once \dirname(__DIR__4).'/src/Security/Voter/CompanyVoter.php';
  6431.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6432.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'])) {
  6433.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'];
  6434.         }
  6435.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6436.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'])) {
  6437.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'];
  6438.         }
  6439.         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);
  6440.     }
  6441.     /**
  6442.      * Gets the private 'debug.security.voter.App\Security\Voter\FeaturesVoter' shared service.
  6443.      *
  6444.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6445.      */
  6446.     protected function getFeaturesVoterService()
  6447.     {
  6448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6449.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6452.         include_once \dirname(__DIR__4).'/src/Security/Voter/FeaturesVoter.php';
  6453.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6454.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'])) {
  6455.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'];
  6456.         }
  6457.         return $this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\FeaturesVoter(), $a);
  6458.     }
  6459.     /**
  6460.      * Gets the private 'debug.security.voter.App\Security\Voter\FormationVoter' shared service.
  6461.      *
  6462.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6463.      */
  6464.     protected function getFormationVoterService()
  6465.     {
  6466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6470.         include_once \dirname(__DIR__4).'/src/Security/Voter/FormationVoter.php';
  6471.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6472.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'])) {
  6473.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'];
  6474.         }
  6475.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6476.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'])) {
  6477.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'];
  6478.         }
  6479.         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);
  6480.     }
  6481.     /**
  6482.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6483.      *
  6484.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6485.      */
  6486.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6487.     {
  6488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6492.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6493.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6494.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6495.         }
  6496.         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);
  6497.     }
  6498.     /**
  6499.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6500.      *
  6501.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6502.      */
  6503.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6504.     {
  6505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6507.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6508.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6509.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6510.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6511.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6512.         }
  6513.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6514.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6515.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6516.         }
  6517.         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);
  6518.     }
  6519.     /**
  6520.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6521.      *
  6522.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6523.      */
  6524.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6525.     {
  6526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  6531.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6532.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  6533.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  6534.         }
  6535.         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);
  6536.     }
  6537.     /**
  6538.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6539.      *
  6540.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6541.      */
  6542.     protected function getDebug_Security_Voter_VoteListenerService()
  6543.     {
  6544.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6545.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6546.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  6547.             return $this->privates['debug.security.voter.vote_listener'];
  6548.         }
  6549.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  6550.     }
  6551.     /**
  6552.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6553.      *
  6554.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  6555.      */
  6556.     protected function getDoctrine_CacheClearMetadataCommandService()
  6557.     {
  6558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6559.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6560.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6561.         $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()));
  6562.         $instance->setName('doctrine:cache:clear-metadata');
  6563.         return $instance;
  6564.     }
  6565.     /**
  6566.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6567.      *
  6568.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  6569.      */
  6570.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6571.     {
  6572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6573.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6574.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6575.         $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()));
  6576.         $instance->setName('doctrine:cache:clear-query');
  6577.         return $instance;
  6578.     }
  6579.     /**
  6580.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6581.      *
  6582.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  6583.      */
  6584.     protected function getDoctrine_CacheClearResultCommandService()
  6585.     {
  6586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6587.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6588.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6589.         $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()));
  6590.         $instance->setName('doctrine:cache:clear-result');
  6591.         return $instance;
  6592.     }
  6593.     /**
  6594.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6595.      *
  6596.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  6597.      */
  6598.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6599.     {
  6600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6601.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6602.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6603.         $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()));
  6604.         $instance->setName('doctrine:cache:clear-collection-region');
  6605.         return $instance;
  6606.     }
  6607.     /**
  6608.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6609.      *
  6610.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  6611.      */
  6612.     protected function getDoctrine_ClearEntityRegionCommandService()
  6613.     {
  6614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6615.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6616.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6617.         $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()));
  6618.         $instance->setName('doctrine:cache:clear-entity-region');
  6619.         return $instance;
  6620.     }
  6621.     /**
  6622.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6623.      *
  6624.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  6625.      */
  6626.     protected function getDoctrine_ClearQueryRegionCommandService()
  6627.     {
  6628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6631.         $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()));
  6632.         $instance->setName('doctrine:cache:clear-query-region');
  6633.         return $instance;
  6634.     }
  6635.     /**
  6636.      * Gets the private 'doctrine.database_create_command' shared service.
  6637.      *
  6638.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6639.      */
  6640.     protected function getDoctrine_DatabaseCreateCommandService()
  6641.     {
  6642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6644.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6645.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6646.         $instance->setName('doctrine:database:create');
  6647.         return $instance;
  6648.     }
  6649.     /**
  6650.      * Gets the private 'doctrine.database_drop_command' shared service.
  6651.      *
  6652.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6653.      */
  6654.     protected function getDoctrine_DatabaseDropCommandService()
  6655.     {
  6656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6657.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6658.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6659.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6660.         $instance->setName('doctrine:database:drop');
  6661.         return $instance;
  6662.     }
  6663.     /**
  6664.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6665.      *
  6666.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6667.      */
  6668.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6669.     {
  6670.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6671.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6672.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  6673.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  6674.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  6675.         ], [
  6676.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6677.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  6678.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  6679.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  6680.         ]), [=> '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']]);
  6681.     }
  6682.     /**
  6683.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6684.      *
  6685.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  6686.      */
  6687.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6688.     {
  6689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6690.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6691.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6692.         $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()));
  6693.         $instance->setName('doctrine:ensure-production-settings');
  6694.         return $instance;
  6695.     }
  6696.     /**
  6697.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  6698.      *
  6699.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  6700.      */
  6701.     protected function getDoctrine_FixturesLoadCommandService()
  6702.     {
  6703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6704.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6705.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  6706.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  6707.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  6708.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  6709.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  6710.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  6711.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  6713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  6714.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  6715.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  6716.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  6717.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  6718.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())), 'groups' => []]]);
  6719.         $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()]);
  6720.         $instance->setName('doctrine:fixtures:load');
  6721.         return $instance;
  6722.     }
  6723.     /**
  6724.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6725.      *
  6726.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  6727.      */
  6728.     protected function getDoctrine_MappingConvertCommandService()
  6729.     {
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6731.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6732.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6733.         $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()));
  6734.         $instance->setName('doctrine:mapping:convert');
  6735.         return $instance;
  6736.     }
  6737.     /**
  6738.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6739.      *
  6740.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6741.      */
  6742.     protected function getDoctrine_MappingImportCommandService()
  6743.     {
  6744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6745.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6746.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6747.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6748.         $instance->setName('doctrine:mapping:import');
  6749.         return $instance;
  6750.     }
  6751.     /**
  6752.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6753.      *
  6754.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  6755.      */
  6756.     protected function getDoctrine_MappingInfoCommandService()
  6757.     {
  6758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6759.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6760.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6761.         $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()));
  6762.         $instance->setName('doctrine:mapping:info');
  6763.         return $instance;
  6764.     }
  6765.     /**
  6766.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6767.      *
  6768.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6769.      */
  6770.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6771.     {
  6772.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6774.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  6775.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  6776.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  6777.         }
  6778.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  6779.     }
  6780.     /**
  6781.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6782.      *
  6783.      * @return \Doctrine\Migrations\DependencyFactory
  6784.      */
  6785.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6786.     {
  6787.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6788.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6789.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6790.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6791.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6792.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6793.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6794.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6795.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6796.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  6797.         $b->setTableName('doctrine_migration_versions');
  6798.         $b->setVersionColumnName('version');
  6799.         $b->setVersionColumnLength(192);
  6800.         $b->setExecutedAtColumnName('executed_at');
  6801.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/src/Migrations'));
  6802.         $a->setAllOrNothing(false);
  6803.         $a->setCheckDatabasePlatform(true);
  6804.         $a->setTransactional(true);
  6805.         $a->setMetadataStorageConfiguration($b);
  6806.         $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()));
  6807.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6808.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6809.         });
  6810.         return $instance;
  6811.     }
  6812.     /**
  6813.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  6814.      *
  6815.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  6816.      */
  6817.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  6818.     {
  6819.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  6820.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  6821.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6822.     }
  6823.     /**
  6824.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6825.      *
  6826.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6827.      */
  6828.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6829.     {
  6830.         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);
  6831.     }
  6832.     /**
  6833.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6834.      *
  6835.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6836.      */
  6837.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6838.     {
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6840.         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()));
  6841.     }
  6842.     /**
  6843.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6844.      *
  6845.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6846.      */
  6847.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6848.     {
  6849.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6850.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6851.     }
  6852.     /**
  6853.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  6854.      *
  6855.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  6856.      */
  6857.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  6858.     {
  6859.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6860.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  6861.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  6862.     }
  6863.     /**
  6864.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6865.      *
  6866.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6867.      */
  6868.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6869.     {
  6870.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6871.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6872.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6873.             return new \EmptyIterator();
  6874.         }, 0));
  6875.     }
  6876.     /**
  6877.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  6878.      *
  6879.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  6880.      */
  6881.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  6882.     {
  6883.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  6885.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  6886.     }
  6887.     /**
  6888.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6889.      *
  6890.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6891.      */
  6892.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6893.     {
  6894.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6895.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6896.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6897.     }
  6898.     /**
  6899.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6900.      *
  6901.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6902.      */
  6903.     protected function getDoctrine_Orm_Validator_UniqueService()
  6904.     {
  6905.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6906.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6907.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6908.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6909.     }
  6910.     /**
  6911.      * Gets the private 'doctrine.query_dql_command' shared service.
  6912.      *
  6913.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  6914.      */
  6915.     protected function getDoctrine_QueryDqlCommandService()
  6916.     {
  6917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6918.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6919.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6920.         $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()));
  6921.         $instance->setName('doctrine:query:dql');
  6922.         return $instance;
  6923.     }
  6924.     /**
  6925.      * Gets the private 'doctrine.query_sql_command' shared service.
  6926.      *
  6927.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6928.      */
  6929.     protected function getDoctrine_QuerySqlCommandService()
  6930.     {
  6931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6932.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  6933.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6934.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6935.         $instance->setName('doctrine:query:sql');
  6936.         return $instance;
  6937.     }
  6938.     /**
  6939.      * Gets the private 'doctrine.schema_create_command' shared service.
  6940.      *
  6941.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  6942.      */
  6943.     protected function getDoctrine_SchemaCreateCommandService()
  6944.     {
  6945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6947.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6948.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6949.         $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()));
  6950.         $instance->setName('doctrine:schema:create');
  6951.         return $instance;
  6952.     }
  6953.     /**
  6954.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6955.      *
  6956.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  6957.      */
  6958.     protected function getDoctrine_SchemaDropCommandService()
  6959.     {
  6960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  6964.         $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()));
  6965.         $instance->setName('doctrine:schema:drop');
  6966.         return $instance;
  6967.     }
  6968.     /**
  6969.      * Gets the private 'doctrine.schema_update_command' shared service.
  6970.      *
  6971.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  6972.      */
  6973.     protected function getDoctrine_SchemaUpdateCommandService()
  6974.     {
  6975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6979.         $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()));
  6980.         $instance->setName('doctrine:schema:update');
  6981.         return $instance;
  6982.     }
  6983.     /**
  6984.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6985.      *
  6986.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  6987.      */
  6988.     protected function getDoctrine_SchemaValidateCommandService()
  6989.     {
  6990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6991.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6992.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6993.         $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()));
  6994.         $instance->setName('doctrine:schema:validate');
  6995.         return $instance;
  6996.     }
  6997.     /**
  6998.      * Gets the private 'doctrine.ulid_generator' shared service.
  6999.      *
  7000.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7001.      */
  7002.     protected function getDoctrine_UlidGeneratorService()
  7003.     {
  7004.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7006.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7007.     }
  7008.     /**
  7009.      * Gets the private 'doctrine.uuid_generator' shared service.
  7010.      *
  7011.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7012.      */
  7013.     protected function getDoctrine_UuidGeneratorService()
  7014.     {
  7015.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7017.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  7018.     }
  7019.     /**
  7020.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7021.      *
  7022.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7023.      */
  7024.     protected function getDoctrineMigrations_CurrentCommandService()
  7025.     {
  7026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7027.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7028.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7029.         $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');
  7030.         $instance->setName('doctrine:migrations:current');
  7031.         return $instance;
  7032.     }
  7033.     /**
  7034.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7035.      *
  7036.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7037.      */
  7038.     protected function getDoctrineMigrations_DiffCommandService()
  7039.     {
  7040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7041.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7042.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7043.         $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');
  7044.         $instance->setName('doctrine:migrations:diff');
  7045.         return $instance;
  7046.     }
  7047.     /**
  7048.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7049.      *
  7050.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7051.      */
  7052.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7053.     {
  7054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7055.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7056.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7057.         $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');
  7058.         $instance->setName('doctrine:migrations:dump-schema');
  7059.         return $instance;
  7060.     }
  7061.     /**
  7062.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7063.      *
  7064.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7065.      */
  7066.     protected function getDoctrineMigrations_ExecuteCommandService()
  7067.     {
  7068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7069.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7070.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7071.         $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');
  7072.         $instance->setName('doctrine:migrations:execute');
  7073.         return $instance;
  7074.     }
  7075.     /**
  7076.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7077.      *
  7078.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7079.      */
  7080.     protected function getDoctrineMigrations_GenerateCommandService()
  7081.     {
  7082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7083.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7084.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7085.         $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');
  7086.         $instance->setName('doctrine:migrations:generate');
  7087.         return $instance;
  7088.     }
  7089.     /**
  7090.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7091.      *
  7092.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7093.      */
  7094.     protected function getDoctrineMigrations_LatestCommandService()
  7095.     {
  7096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7097.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7098.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7099.         $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');
  7100.         $instance->setName('doctrine:migrations:latest');
  7101.         return $instance;
  7102.     }
  7103.     /**
  7104.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7105.      *
  7106.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7107.      */
  7108.     protected function getDoctrineMigrations_MigrateCommandService()
  7109.     {
  7110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7111.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7112.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7113.         $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');
  7114.         $instance->setName('doctrine:migrations:migrate');
  7115.         return $instance;
  7116.     }
  7117.     /**
  7118.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7119.      *
  7120.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7121.      */
  7122.     protected function getDoctrineMigrations_RollupCommandService()
  7123.     {
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7125.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7126.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7127.         $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');
  7128.         $instance->setName('doctrine:migrations:rollup');
  7129.         return $instance;
  7130.     }
  7131.     /**
  7132.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7133.      *
  7134.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7135.      */
  7136.     protected function getDoctrineMigrations_StatusCommandService()
  7137.     {
  7138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7139.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7140.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7141.         $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');
  7142.         $instance->setName('doctrine:migrations:status');
  7143.         return $instance;
  7144.     }
  7145.     /**
  7146.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7147.      *
  7148.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7149.      */
  7150.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7151.     {
  7152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7153.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7154.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7155.         $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');
  7156.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7157.         return $instance;
  7158.     }
  7159.     /**
  7160.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7161.      *
  7162.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7163.      */
  7164.     protected function getDoctrineMigrations_UpToDateCommandService()
  7165.     {
  7166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7167.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7168.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7169.         $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');
  7170.         $instance->setName('doctrine:migrations:up-to-date');
  7171.         return $instance;
  7172.     }
  7173.     /**
  7174.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7175.      *
  7176.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7177.      */
  7178.     protected function getDoctrineMigrations_VersionCommandService()
  7179.     {
  7180.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7182.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7183.         $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');
  7184.         $instance->setName('doctrine:migrations:version');
  7185.         return $instance;
  7186.     }
  7187.     /**
  7188.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7189.      *
  7190.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7191.      */
  7192.     protected function getDoctrineMigrations_VersionsCommandService()
  7193.     {
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7195.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7197.         $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');
  7198.         $instance->setName('doctrine:migrations:list');
  7199.         return $instance;
  7200.     }
  7201.     /**
  7202.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7203.      *
  7204.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7205.      */
  7206.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7207.     {
  7208.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7209.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7210.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7211.         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()));
  7212.     }
  7213.     /**
  7214.      * Gets the private 'exception_listener' shared service.
  7215.      *
  7216.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7217.      */
  7218.     protected function getExceptionListenerService()
  7219.     {
  7220.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7221.     }
  7222.     /**
  7223.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7224.      *
  7225.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7226.      */
  7227.     protected function getForm_ChoiceListFactory_CachedService()
  7228.     {
  7229.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7231.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7232.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7233.         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())));
  7234.     }
  7235.     /**
  7236.      * Gets the private 'form.registry' shared service.
  7237.      *
  7238.      * @return \Symfony\Component\Form\FormRegistry
  7239.      */
  7240.     protected function getForm_RegistryService()
  7241.     {
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7245.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7246.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7247.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7249.         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, [
  7250.             'App\\Form\\ActivityType' => ['privates''App\\Form\\ActivityType''getActivityTypeService'false],
  7251.             'App\\Form\\CompanyType' => ['privates''App\\Form\\CompanyType''getCompanyTypeService'false],
  7252.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'false],
  7253.             'App\\Form\\FormationType' => ['privates''App\\Form\\FormationType''getFormationTypeService'false],
  7254.             'App\\Form\\ImportActivityType' => ['privates''App\\Form\\ImportActivityType''getImportActivityTypeService'false],
  7255.             'App\\Form\\ImportDepartmentType' => ['privates''App\\Form\\ImportDepartmentType''getImportDepartmentTypeService'false],
  7256.             'App\\Form\\ImportFileType' => ['privates''App\\Form\\ImportFileType''getImportFileTypeService'false],
  7257.             'App\\Form\\ImportMuscleType' => ['privates''App\\Form\\ImportMuscleType''getImportMuscleTypeService'false],
  7258.             'App\\Form\\PasswordChangeType' => ['privates''App\\Form\\PasswordChangeType''getPasswordChangeTypeService'false],
  7259.             'App\\Form\\PrivateActivitiesType' => ['privates''App\\Form\\PrivateActivitiesType''getPrivateActivitiesTypeService'false],
  7260.             'App\\Form\\ProActivitiesType' => ['privates''App\\Form\\ProActivitiesType''getProActivitiesTypeService'false],
  7261.             'App\\Form\\PwdType' => ['privates''App\\Form\\PwdType''getPwdTypeService'false],
  7262.             'App\\Form\\ResetPwdType' => ['privates''App\\Form\\ResetPwdType''getResetPwdTypeService'false],
  7263.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  7264.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  7265.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7266.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7267.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7268.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7269.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7270.         ], [
  7271.             'App\\Form\\ActivityType' => '?',
  7272.             'App\\Form\\CompanyType' => '?',
  7273.             'App\\Form\\ContactType' => '?',
  7274.             'App\\Form\\FormationType' => '?',
  7275.             'App\\Form\\ImportActivityType' => '?',
  7276.             'App\\Form\\ImportDepartmentType' => '?',
  7277.             'App\\Form\\ImportFileType' => '?',
  7278.             'App\\Form\\ImportMuscleType' => '?',
  7279.             'App\\Form\\PasswordChangeType' => '?',
  7280.             'App\\Form\\PrivateActivitiesType' => '?',
  7281.             'App\\Form\\ProActivitiesType' => '?',
  7282.             'App\\Form\\PwdType' => '?',
  7283.             'App\\Form\\ResetPwdType' => '?',
  7284.             'App\\Form\\UserType' => '?',
  7285.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  7286.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7287.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7288.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7289.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7290.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7291.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7292.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7293.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7294.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7295.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7296.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7297.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7298.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7299.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7300.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7301.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7302.         }, 1)], new RewindableGenerator(function () {
  7303.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7304.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7305.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7306.     }
  7307.     /**
  7308.      * Gets the private 'form.server_params' shared service.
  7309.      *
  7310.      * @return \Symfony\Component\Form\Util\ServerParams
  7311.      */
  7312.     protected function getForm_ServerParamsService()
  7313.     {
  7314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7315.         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())));
  7316.     }
  7317.     /**
  7318.      * Gets the private 'form.type.choice' shared service.
  7319.      *
  7320.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7321.      */
  7322.     protected function getForm_Type_ChoiceService()
  7323.     {
  7324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7327.         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()));
  7328.     }
  7329.     /**
  7330.      * Gets the private 'form.type.color' shared service.
  7331.      *
  7332.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7333.      */
  7334.     protected function getForm_Type_ColorService()
  7335.     {
  7336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7339.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7340.     }
  7341.     /**
  7342.      * Gets the private 'form.type.entity' shared service.
  7343.      *
  7344.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7345.      */
  7346.     protected function getForm_Type_EntityService()
  7347.     {
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7350.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7351.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7352.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7353.     }
  7354.     /**
  7355.      * Gets the private 'form.type.form' shared service.
  7356.      *
  7357.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7358.      */
  7359.     protected function getForm_Type_FormService()
  7360.     {
  7361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7365.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7366.     }
  7367.     /**
  7368.      * Gets the private 'form.type_extension.csrf' shared service.
  7369.      *
  7370.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7371.      */
  7372.     protected function getForm_TypeExtension_CsrfService()
  7373.     {
  7374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7377.         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()));
  7378.     }
  7379.     /**
  7380.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7381.      *
  7382.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7383.      */
  7384.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7385.     {
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7389.         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()));
  7390.     }
  7391.     /**
  7392.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7393.      *
  7394.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7395.      */
  7396.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  7397.     {
  7398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7403.         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())));
  7404.     }
  7405.     /**
  7406.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7407.      *
  7408.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7409.      */
  7410.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7411.     {
  7412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7415.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7416.     }
  7417.     /**
  7418.      * Gets the private 'form.type_extension.form.validator' shared service.
  7419.      *
  7420.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7421.      */
  7422.     protected function getForm_TypeExtension_Form_ValidatorService()
  7423.     {
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7428.         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()));
  7429.     }
  7430.     /**
  7431.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7432.      *
  7433.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7434.      */
  7435.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7436.     {
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7440.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7441.     }
  7442.     /**
  7443.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7444.      *
  7445.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7446.      */
  7447.     protected function getForm_TypeGuesser_DoctrineService()
  7448.     {
  7449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7450.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7451.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7452.     }
  7453.     /**
  7454.      * Gets the private 'form.type_guesser.validator' shared service.
  7455.      *
  7456.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7457.      */
  7458.     protected function getForm_TypeGuesser_ValidatorService()
  7459.     {
  7460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7461.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7462.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7463.     }
  7464.     /**
  7465.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  7466.      *
  7467.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  7468.      */
  7469.     protected function getFosCkEditor_Command_InstallerService()
  7470.     {
  7471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7472.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  7473.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  7474.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  7475.         $instance->setName('ckeditor:install');
  7476.         return $instance;
  7477.     }
  7478.     /**
  7479.      * Gets the private 'fos_ck_editor.form.type' shared service.
  7480.      *
  7481.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  7482.      */
  7483.     protected function getFosCkEditor_Form_TypeService()
  7484.     {
  7485.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7486.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7487.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  7488.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  7489.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  7490.         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' => []]]));
  7491.     }
  7492.     /**
  7493.      * Gets the private 'fos_js_routing.dump_command' shared service.
  7494.      *
  7495.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  7496.      */
  7497.     protected function getFosJsRouting_DumpCommandService()
  7498.     {
  7499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7500.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  7501.         $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);
  7502.         $instance->setName('fos:js-routing:dump');
  7503.         return $instance;
  7504.     }
  7505.     /**
  7506.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  7507.      *
  7508.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  7509.      */
  7510.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  7511.     {
  7512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7513.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  7514.         $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()));
  7515.         $instance->setName('fos:js-routing:debug');
  7516.         return $instance;
  7517.     }
  7518.     /**
  7519.      * Gets the private 'fragment.renderer.inline' shared service.
  7520.      *
  7521.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7522.      */
  7523.     protected function getFragment_Renderer_InlineService()
  7524.     {
  7525.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7526.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7527.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7528.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  7529.         if (isset($this->privates['fragment.renderer.inline'])) {
  7530.             return $this->privates['fragment.renderer.inline'];
  7531.         }
  7532.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7533.         if (isset($this->privates['fragment.renderer.inline'])) {
  7534.             return $this->privates['fragment.renderer.inline'];
  7535.         }
  7536.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  7537.         $instance->setFragmentPath('/_fragment');
  7538.         return $instance;
  7539.     }
  7540.     /**
  7541.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7542.      *
  7543.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7544.      */
  7545.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7546.     {
  7547.         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())));
  7548.     }
  7549.     /**
  7550.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7551.      *
  7552.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7553.      */
  7554.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7555.     {
  7556.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7557.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7558.             return $this->privates['framework_extra_bundle.event.is_granted'];
  7559.         }
  7560.         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);
  7561.     }
  7562.     /**
  7563.      * Gets the private 'locale_aware_listener' shared service.
  7564.      *
  7565.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7566.      */
  7567.     protected function getLocaleAwareListenerService()
  7568.     {
  7569.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7570.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  7571.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7572.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7573.     }
  7574.     /**
  7575.      * Gets the private 'locale_listener' shared service.
  7576.      *
  7577.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7578.      */
  7579.     protected function getLocaleListenerService()
  7580.     {
  7581.         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, []);
  7582.     }
  7583.     /**
  7584.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7585.      *
  7586.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7587.      */
  7588.     protected function getMaker_AutoCommand_MakeAuthService()
  7589.     {
  7590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7591.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7592.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7593.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7594.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7595.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7596.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7597.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7598.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7599.         $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);
  7600.         $instance->setName('make:auth');
  7601.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7602.         return $instance;
  7603.     }
  7604.     /**
  7605.      * Gets the private 'maker.auto_command.make_command' shared service.
  7606.      *
  7607.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7608.      */
  7609.     protected function getMaker_AutoCommand_MakeCommandService()
  7610.     {
  7611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7612.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7613.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7614.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7615.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7616.         $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()));
  7617.         $instance->setName('make:command');
  7618.         $instance->setDescription('Creates a new console command class');
  7619.         return $instance;
  7620.     }
  7621.     /**
  7622.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7623.      *
  7624.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7625.      */
  7626.     protected function getMaker_AutoCommand_MakeControllerService()
  7627.     {
  7628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7629.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7630.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7631.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7632.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7633.         $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()));
  7634.         $instance->setName('make:controller');
  7635.         $instance->setDescription('Creates a new controller class');
  7636.         return $instance;
  7637.     }
  7638.     /**
  7639.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7640.      *
  7641.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7642.      */
  7643.     protected function getMaker_AutoCommand_MakeCrudService()
  7644.     {
  7645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7650.         $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()));
  7651.         $instance->setName('make:crud');
  7652.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7653.         return $instance;
  7654.     }
  7655.     /**
  7656.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7657.      *
  7658.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7659.      */
  7660.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7661.     {
  7662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7664.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7665.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7666.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7667.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7668.         $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()));
  7669.         $instance->setName('make:docker:database');
  7670.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7671.         return $instance;
  7672.     }
  7673.     /**
  7674.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7675.      *
  7676.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7677.      */
  7678.     protected function getMaker_AutoCommand_MakeEntityService()
  7679.     {
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7682.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7683.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7684.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7685.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7686.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7687.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7688.         $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);
  7689.         $instance->setName('make:entity');
  7690.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7691.         return $instance;
  7692.     }
  7693.     /**
  7694.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7695.      *
  7696.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7697.      */
  7698.     protected function getMaker_AutoCommand_MakeFixturesService()
  7699.     {
  7700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7701.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7702.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7703.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7705.         $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()));
  7706.         $instance->setName('make:fixtures');
  7707.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7708.         return $instance;
  7709.     }
  7710.     /**
  7711.      * Gets the private 'maker.auto_command.make_form' shared service.
  7712.      *
  7713.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7714.      */
  7715.     protected function getMaker_AutoCommand_MakeFormService()
  7716.     {
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7718.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7719.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7721.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7722.         $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()));
  7723.         $instance->setName('make:form');
  7724.         $instance->setDescription('Creates a new form class');
  7725.         return $instance;
  7726.     }
  7727.     /**
  7728.      * Gets the private 'maker.auto_command.make_message' shared service.
  7729.      *
  7730.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7731.      */
  7732.     protected function getMaker_AutoCommand_MakeMessageService()
  7733.     {
  7734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7735.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7736.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7737.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7738.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7739.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7740.         $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()));
  7741.         $instance->setName('make:message');
  7742.         $instance->setDescription('Creates a new message and handler');
  7743.         return $instance;
  7744.     }
  7745.     /**
  7746.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7747.      *
  7748.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7749.      */
  7750.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7751.     {
  7752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7753.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7754.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7755.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7756.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7757.         $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()));
  7758.         $instance->setName('make:messenger-middleware');
  7759.         $instance->setDescription('Creates a new messenger middleware');
  7760.         return $instance;
  7761.     }
  7762.     /**
  7763.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7764.      *
  7765.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7766.      */
  7767.     protected function getMaker_AutoCommand_MakeMigrationService()
  7768.     {
  7769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7772.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7773.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7774.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7775.         $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()));
  7776.         $instance->setName('make:migration');
  7777.         $instance->setDescription('Creates a new migration based on database changes');
  7778.         return $instance;
  7779.     }
  7780.     /**
  7781.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7782.      *
  7783.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7784.      */
  7785.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7786.     {
  7787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7788.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7789.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7790.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7791.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7792.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7793.         $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()));
  7794.         $instance->setName('make:registration-form');
  7795.         $instance->setDescription('Creates a new registration form system');
  7796.         return $instance;
  7797.     }
  7798.     /**
  7799.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7800.      *
  7801.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7802.      */
  7803.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7804.     {
  7805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7806.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7807.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7808.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7809.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7810.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7811.         $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()));
  7812.         $instance->setName('make:reset-password');
  7813.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  7814.         return $instance;
  7815.     }
  7816.     /**
  7817.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7818.      *
  7819.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7820.      */
  7821.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7822.     {
  7823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7824.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7825.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7826.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7828.         $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()));
  7829.         $instance->setName('make:serializer:encoder');
  7830.         $instance->setDescription('Creates a new serializer encoder class');
  7831.         return $instance;
  7832.     }
  7833.     /**
  7834.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7835.      *
  7836.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7837.      */
  7838.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7839.     {
  7840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7841.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7842.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7843.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7845.         $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()));
  7846.         $instance->setName('make:serializer:normalizer');
  7847.         $instance->setDescription('Creates a new serializer normalizer class');
  7848.         return $instance;
  7849.     }
  7850.     /**
  7851.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  7852.      *
  7853.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7854.      */
  7855.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  7856.     {
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7859.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7860.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7861.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  7862.         $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()));
  7863.         $instance->setName('make:stimulus-controller');
  7864.         $instance->setDescription('Creates a new Stimulus controller');
  7865.         return $instance;
  7866.     }
  7867.     /**
  7868.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7869.      *
  7870.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7871.      */
  7872.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7873.     {
  7874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7878.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7880.         $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()));
  7881.         $instance->setName('make:subscriber');
  7882.         $instance->setDescription('Creates a new event subscriber class');
  7883.         return $instance;
  7884.     }
  7885.     /**
  7886.      * Gets the private 'maker.auto_command.make_test' shared service.
  7887.      *
  7888.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7889.      */
  7890.     protected function getMaker_AutoCommand_MakeTestService()
  7891.     {
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7897.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  7898.         $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()));
  7899.         $instance->setName('make:test');
  7900.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  7901.         $instance->setDescription('Creates a new test class');
  7902.         return $instance;
  7903.     }
  7904.     /**
  7905.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7906.      *
  7907.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7908.      */
  7909.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7910.     {
  7911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7912.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7913.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7914.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7915.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7916.         $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()));
  7917.         $instance->setName('make:twig-extension');
  7918.         $instance->setDescription('Creates a new Twig extension class');
  7919.         return $instance;
  7920.     }
  7921.     /**
  7922.      * Gets the private 'maker.auto_command.make_user' shared service.
  7923.      *
  7924.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7925.      */
  7926.     protected function getMaker_AutoCommand_MakeUserService()
  7927.     {
  7928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7929.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7930.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7931.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7932.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7933.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7934.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7935.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7936.         $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()));
  7937.         $instance->setName('make:user');
  7938.         $instance->setDescription('Creates a new security user class');
  7939.         return $instance;
  7940.     }
  7941.     /**
  7942.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7943.      *
  7944.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7945.      */
  7946.     protected function getMaker_AutoCommand_MakeValidatorService()
  7947.     {
  7948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7949.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7950.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7951.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7952.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7953.         $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()));
  7954.         $instance->setName('make:validator');
  7955.         $instance->setDescription('Creates a new validator and constraint class');
  7956.         return $instance;
  7957.     }
  7958.     /**
  7959.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7960.      *
  7961.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7962.      */
  7963.     protected function getMaker_AutoCommand_MakeVoterService()
  7964.     {
  7965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7966.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7967.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7968.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7969.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7970.         $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()));
  7971.         $instance->setName('make:voter');
  7972.         $instance->setDescription('Creates a new security voter class');
  7973.         return $instance;
  7974.     }
  7975.     /**
  7976.      * Gets the private 'maker.doctrine_helper' shared service.
  7977.      *
  7978.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7979.      */
  7980.     protected function getMaker_DoctrineHelperService()
  7981.     {
  7982.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7983.         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())]]]);
  7984.     }
  7985.     /**
  7986.      * Gets the private 'maker.entity_class_generator' shared service.
  7987.      *
  7988.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7989.      */
  7990.     protected function getMaker_EntityClassGeneratorService()
  7991.     {
  7992.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7993.         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()));
  7994.     }
  7995.     /**
  7996.      * Gets the private 'maker.file_manager' shared service.
  7997.      *
  7998.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7999.      */
  8000.     protected function getMaker_FileManagerService()
  8001.     {
  8002.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8003.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8006.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8007.         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'));
  8008.     }
  8009.     /**
  8010.      * Gets the private 'maker.generator' shared service.
  8011.      *
  8012.      * @return \Symfony\Bundle\MakerBundle\Generator
  8013.      */
  8014.     protected function getMaker_GeneratorService()
  8015.     {
  8016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8017.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8018.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  8019.         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));
  8020.     }
  8021.     /**
  8022.      * Gets the private 'maker.php_compat_util' shared service.
  8023.      *
  8024.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8025.      */
  8026.     protected function getMaker_PhpCompatUtilService()
  8027.     {
  8028.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8029.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8030.     }
  8031.     /**
  8032.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8033.      *
  8034.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8035.      */
  8036.     protected function getMaker_Renderer_FormTypeRendererService()
  8037.     {
  8038.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8039.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8040.     }
  8041.     /**
  8042.      * Gets the private 'mime_types' shared service.
  8043.      *
  8044.      * @return \Symfony\Component\Mime\MimeTypes
  8045.      */
  8046.     protected function getMimeTypesService()
  8047.     {
  8048.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8049.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8050.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8051.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8052.         $instance->setDefault($instance);
  8053.         return $instance;
  8054.     }
  8055.     /**
  8056.      * Gets the private 'monolog.command.server_log' shared service.
  8057.      *
  8058.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  8059.      */
  8060.     protected function getMonolog_Command_ServerLogService()
  8061.     {
  8062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8063.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  8064.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  8065.         $instance->setName('server:log');
  8066.         $instance->setDescription('Start a log server that displays logs in real time');
  8067.         return $instance;
  8068.     }
  8069.     /**
  8070.      * Gets the private 'monolog.handler.console' shared service.
  8071.      *
  8072.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8073.      */
  8074.     protected function getMonolog_Handler_ConsoleService()
  8075.     {
  8076.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8077.     }
  8078.     /**
  8079.      * Gets the private 'monolog.handler.emails' shared service.
  8080.      *
  8081.      * @return \Monolog\Handler\RotatingFileHandler
  8082.      */
  8083.     protected function getMonolog_Handler_EmailsService()
  8084.     {
  8085.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  8086.         $this->privates['monolog.handler.emails'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.emails.log'), 15100trueNULLfalse);
  8087.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8088.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8089.         return $instance;
  8090.     }
  8091.     /**
  8092.      * Gets the private 'monolog.handler.main' shared service.
  8093.      *
  8094.      * @return \Monolog\Handler\StreamHandler
  8095.      */
  8096.     protected function getMonolog_Handler_MainService()
  8097.     {
  8098.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  8099.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8100.         return $instance;
  8101.     }
  8102.     /**
  8103.      * Gets the private 'monolog.logger' shared service.
  8104.      *
  8105.      * @return \Symfony\Bridge\Monolog\Logger
  8106.      */
  8107.     protected function getMonolog_LoggerService()
  8108.     {
  8109.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8110.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8111.         $instance->useMicrosecondTimestamps(true);
  8112.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8113.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8114.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8115.         return $instance;
  8116.     }
  8117.     /**
  8118.      * Gets the private 'monolog.logger.cache' shared service.
  8119.      *
  8120.      * @return \Symfony\Bridge\Monolog\Logger
  8121.      */
  8122.     protected function getMonolog_Logger_CacheService()
  8123.     {
  8124.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8125.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8126.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8127.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8128.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8129.         return $instance;
  8130.     }
  8131.     /**
  8132.      * Gets the private 'monolog.logger.request' shared service.
  8133.      *
  8134.      * @return \Symfony\Bridge\Monolog\Logger
  8135.      */
  8136.     protected function getMonolog_Logger_RequestService()
  8137.     {
  8138.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8139.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8140.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8141.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8142.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8143.         return $instance;
  8144.     }
  8145.     /**
  8146.      * Gets the private 'monolog.logger.security' shared service.
  8147.      *
  8148.      * @return \Symfony\Bridge\Monolog\Logger
  8149.      */
  8150.     protected function getMonolog_Logger_SecurityService()
  8151.     {
  8152.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8153.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8154.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8155.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8156.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8157.         return $instance;
  8158.     }
  8159.     /**
  8160.      * Gets the private 'parameter_bag' shared service.
  8161.      *
  8162.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8163.      */
  8164.     protected function getParameterBagService()
  8165.     {
  8166.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8167.     }
  8168.     /**
  8169.      * Gets the private 'profiler_listener' shared service.
  8170.      *
  8171.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8172.      */
  8173.     protected function getProfilerListenerService()
  8174.     {
  8175.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  8176.         if (isset($this->privates['profiler_listener'])) {
  8177.             return $this->privates['profiler_listener'];
  8178.         }
  8179.         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);
  8180.     }
  8181.     /**
  8182.      * Gets the private 'property_accessor' shared service.
  8183.      *
  8184.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8185.      */
  8186.     protected function getPropertyAccessorService()
  8187.     {
  8188.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8189.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8190.     }
  8191.     /**
  8192.      * Gets the private 'property_info' shared service.
  8193.      *
  8194.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8195.      */
  8196.     protected function getPropertyInfoService()
  8197.     {
  8198.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8199.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8200.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8201.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8202.         }, 3), new RewindableGenerator(function () {
  8203.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8204.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  8205.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8206.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8207.         }, 4), new RewindableGenerator(function () {
  8208.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8209.         }, 1), new RewindableGenerator(function () {
  8210.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8211.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8212.         }, 2), new RewindableGenerator(function () {
  8213.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8214.         }, 1));
  8215.     }
  8216.     /**
  8217.      * Gets the private 'property_info.serializer_extractor' shared service.
  8218.      *
  8219.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8220.      */
  8221.     protected function getPropertyInfo_SerializerExtractorService()
  8222.     {
  8223.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8224.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8225.     }
  8226.     /**
  8227.      * Gets the private 'router.cache_warmer' shared service.
  8228.      *
  8229.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8230.      */
  8231.     protected function getRouter_CacheWarmerService()
  8232.     {
  8233.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8235.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8236.             'router' => ['services''router''getRouterService'false],
  8237.         ], [
  8238.             'router' => '?',
  8239.         ]))->withContext('router.cache_warmer'$this));
  8240.     }
  8241.     /**
  8242.      * Gets the private 'router.expression_language_provider' shared service.
  8243.      *
  8244.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8245.      */
  8246.     protected function getRouter_ExpressionLanguageProviderService()
  8247.     {
  8248.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8249.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8250.         ], [
  8251.             'env' => 'Closure',
  8252.         ]));
  8253.     }
  8254.     /**
  8255.      * Gets the private 'router.request_context' shared service.
  8256.      *
  8257.      * @return \Symfony\Component\Routing\RequestContext
  8258.      */
  8259.     protected function getRouter_RequestContextService()
  8260.     {
  8261.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('http://kinalgo.local/''localhost''http'80443);
  8262.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8263.         return $instance;
  8264.     }
  8265.     /**
  8266.      * Gets the private 'router_listener' shared service.
  8267.      *
  8268.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8269.      */
  8270.     protected function getRouterListenerService()
  8271.     {
  8272.         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);
  8273.     }
  8274.     /**
  8275.      * Gets the private 'secrets.vault' shared service.
  8276.      *
  8277.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8278.      */
  8279.     protected function getSecrets_VaultService()
  8280.     {
  8281.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8282.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8284.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8285.         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'));
  8286.     }
  8287.     /**
  8288.      * Gets the private 'security.access_listener' shared service.
  8289.      *
  8290.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8291.      */
  8292.     protected function getSecurity_AccessListenerService()
  8293.     {
  8294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8297.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8298.         if (isset($this->privates['security.access_listener'])) {
  8299.             return $this->privates['security.access_listener'];
  8300.         }
  8301.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8302.         if (isset($this->privates['security.access_listener'])) {
  8303.             return $this->privates['security.access_listener'];
  8304.         }
  8305.         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);
  8306.     }
  8307.     /**
  8308.      * Gets the private 'security.access_map' shared service.
  8309.      *
  8310.      * @return \Symfony\Component\Security\Http\AccessMap
  8311.      */
  8312.     protected function getSecurity_AccessMapService()
  8313.     {
  8314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8315.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8316.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  8317.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  8318.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8319.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8320.         return $instance;
  8321.     }
  8322.     /**
  8323.      * Gets the private 'security.authentication.guard_handler' shared service.
  8324.      *
  8325.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  8326.      *
  8327.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  8328.      */
  8329.     protected function getSecurity_Authentication_GuardHandlerService()
  8330.     {
  8331.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  8332.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8333.         if (isset($this->privates['security.authentication.guard_handler'])) {
  8334.             return $this->privates['security.authentication.guard_handler'];
  8335.         }
  8336.         $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, []);
  8337.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  8338.         return $instance;
  8339.     }
  8340.     /**
  8341.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8342.      *
  8343.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8344.      *
  8345.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  8346.      */
  8347.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8348.     {
  8349.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8350.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8351.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  8352.             return $this->privates['security.authentication.listener.anonymous.main'];
  8353.         }
  8354.         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);
  8355.     }
  8356.     /**
  8357.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  8358.      *
  8359.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8360.      *
  8361.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  8362.      */
  8363.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  8364.     {
  8365.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  8366.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  8367.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  8368.             return $this->privates['security.authentication.listener.guard.main'];
  8369.         }
  8370.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8371.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  8372.             return $this->privates['security.authentication.listener.guard.main'];
  8373.         }
  8374.         $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  8375.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  8376.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8377.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  8378.         return $instance;
  8379.     }
  8380.     /**
  8381.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  8382.      *
  8383.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  8384.      *
  8385.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  8386.      */
  8387.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  8388.     {
  8389.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  8390.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8391.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  8392.             return $this->privates['security.authentication.listener.rememberme.main'];
  8393.         }
  8394.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8395.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  8396.             return $this->privates['security.authentication.listener.rememberme.main'];
  8397.         }
  8398.         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()));
  8399.     }
  8400.     /**
  8401.      * Gets the private 'security.authentication.manager' shared service.
  8402.      *
  8403.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8404.      *
  8405.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  8406.      */
  8407.     protected function getSecurity_Authentication_ManagerService()
  8408.     {
  8409.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  8410.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8411.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  8412.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  8413.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  8414.         }, 3), true);
  8415.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8416.         return $instance;
  8417.     }
  8418.     /**
  8419.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  8420.      *
  8421.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8422.      *
  8423.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  8424.      */
  8425.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  8426.     {
  8427.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8428.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8429.     }
  8430.     /**
  8431.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  8432.      *
  8433.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8434.      *
  8435.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  8436.      */
  8437.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  8438.     {
  8439.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  8440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8442.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8443.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  8444.         }, 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()));
  8445.     }
  8446.     /**
  8447.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  8448.      *
  8449.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  8450.      *
  8451.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  8452.      */
  8453.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  8454.     {
  8455.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  8456.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8458.         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');
  8459.     }
  8460.     /**
  8461.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  8462.      *
  8463.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  8464.      */
  8465.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  8466.     {
  8467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  8468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8469.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  8470.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  8471.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  8472.             yield => ($this->privates['security.user.provider.concrete.db_main'] ?? $this->getSecurity_User_Provider_Concrete_DbMainService());
  8473.         }, 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()));
  8474.     }
  8475.     /**
  8476.      * Gets the private 'security.authentication.session_strategy' shared service.
  8477.      *
  8478.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  8479.      */
  8480.     protected function getSecurity_Authentication_SessionStrategyService()
  8481.     {
  8482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8484.         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()));
  8485.     }
  8486.     /**
  8487.      * Gets the private 'security.authentication_utils' shared service.
  8488.      *
  8489.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  8490.      */
  8491.     protected function getSecurity_AuthenticationUtilsService()
  8492.     {
  8493.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  8494.         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())));
  8495.     }
  8496.     /**
  8497.      * Gets the private 'security.channel_listener' shared service.
  8498.      *
  8499.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8500.      */
  8501.     protected function getSecurity_ChannelListenerService()
  8502.     {
  8503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8506.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  8507.         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());
  8508.     }
  8509.     /**
  8510.      * Gets the private 'security.command.debug_firewall' shared service.
  8511.      *
  8512.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  8513.      */
  8514.     protected function getSecurity_Command_DebugFirewallService()
  8515.     {
  8516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  8518.         $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);
  8519.         $instance->setName('debug:firewall');
  8520.         $instance->setDescription('Display information about your security firewall(s)');
  8521.         return $instance;
  8522.     }
  8523.     /**
  8524.      * Gets the private 'security.command.user_password_encoder' shared service.
  8525.      *
  8526.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8527.      *
  8528.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  8529.      */
  8530.     protected function getSecurity_Command_UserPasswordEncoderService()
  8531.     {
  8532.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  8533.         $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']);
  8534.         $instance->setName('security:encode-password');
  8535.         $instance->setDescription('Encode a password');
  8536.         return $instance;
  8537.     }
  8538.     /**
  8539.      * Gets the private 'security.command.user_password_hash' shared service.
  8540.      *
  8541.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  8542.      */
  8543.     protected function getSecurity_Command_UserPasswordHashService()
  8544.     {
  8545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8546.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  8547.         $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']);
  8548.         $instance->setName('security:hash-password');
  8549.         $instance->setDescription('Hash a user password');
  8550.         return $instance;
  8551.     }
  8552.     /**
  8553.      * Gets the private 'security.context_listener.0' shared service.
  8554.      *
  8555.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8556.      */
  8557.     protected function getSecurity_ContextListener_0Service()
  8558.     {
  8559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8562.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8563.         if (isset($this->privates['security.context_listener.0'])) {
  8564.             return $this->privates['security.context_listener.0'];
  8565.         }
  8566.         $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 () {
  8567.             yield => ($this->privates['security.user.provider.concrete.db_main'] ?? $this->getSecurity_User_Provider_Concrete_DbMainService());
  8568.         }, 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']);
  8569.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  8570.         return $instance;
  8571.     }
  8572.     /**
  8573.      * Gets the private 'security.csrf.token_storage' shared service.
  8574.      *
  8575.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8576.      */
  8577.     protected function getSecurity_Csrf_TokenStorageService()
  8578.     {
  8579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8581.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8582.         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())));
  8583.     }
  8584.     /**
  8585.      * Gets the private 'security.encoder_factory.generic' shared service.
  8586.      *
  8587.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8588.      *
  8589.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  8590.      */
  8591.     protected function getSecurity_EncoderFactory_GenericService()
  8592.     {
  8593.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  8594.         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]]);
  8595.     }
  8596.     /**
  8597.      * Gets the private 'security.event_dispatcher.main' shared service.
  8598.      *
  8599.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8600.      */
  8601.     protected function getSecurity_EventDispatcher_MainService()
  8602.     {
  8603.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8604.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8605.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  8606.         }, => 'onLogout'], 64);
  8607.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8608.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8609.         }, => 'onLogout'], 0);
  8610.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8611.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  8612.         }, => 'onLogout'], 0);
  8613.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8614.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8615.         }, => 'onLogout'], 0);
  8616.         return $instance;
  8617.     }
  8618.     /**
  8619.      * Gets the private 'security.firewall.map' shared service.
  8620.      *
  8621.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8622.      */
  8623.     protected function getSecurity_Firewall_MapService()
  8624.     {
  8625.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  8626.         if (isset($this->privates['security.firewall.map'])) {
  8627.             return $this->privates['security.firewall.map'];
  8628.         }
  8629.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8630.             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)/')));
  8631.             yield 'security.firewall.map.context.main' => NULL;
  8632.         }, 2));
  8633.     }
  8634.     /**
  8635.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8636.      *
  8637.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8638.      */
  8639.     protected function getSecurity_Firewall_Map_Context_DevService()
  8640.     {
  8641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8643.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8644.             return new \EmptyIterator();
  8645.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8646.     }
  8647.     /**
  8648.      * Gets the private 'security.firewall.map.context.main' shared service.
  8649.      *
  8650.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8651.      */
  8652.     protected function getSecurity_Firewall_Map_Context_MainService()
  8653.     {
  8654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8661.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  8662.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8663.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8664.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8665.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8666.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  8667.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  8668.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8669.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8670.         }, 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));
  8671.     }
  8672.     /**
  8673.      * Gets the private 'security.helper' shared service.
  8674.      *
  8675.      * @return \Symfony\Component\Security\Core\Security
  8676.      */
  8677.     protected function getSecurity_HelperService()
  8678.     {
  8679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  8680.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8681.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8682.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8683.         ], [
  8684.             'security.authorization_checker' => '?',
  8685.             'security.token_storage' => '?',
  8686.         ]));
  8687.     }
  8688.     /**
  8689.      * Gets the private 'security.http_utils' shared service.
  8690.      *
  8691.      * @return \Symfony\Component\Security\Http\HttpUtils
  8692.      */
  8693.     protected function getSecurity_HttpUtilsService()
  8694.     {
  8695.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8696.         $a = ($this->services['router'] ?? $this->getRouterService());
  8697.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8698.     }
  8699.     /**
  8700.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  8701.      *
  8702.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  8703.      */
  8704.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  8705.     {
  8706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  8707.         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()));
  8708.     }
  8709.     /**
  8710.      * Gets the private 'security.logout.listener.default.main' shared service.
  8711.      *
  8712.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  8713.      */
  8714.     protected function getSecurity_Logout_Listener_Default_MainService()
  8715.     {
  8716.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  8717.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/login');
  8718.     }
  8719.     /**
  8720.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  8721.      *
  8722.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  8723.      */
  8724.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  8725.     {
  8726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  8727.         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()));
  8728.     }
  8729.     /**
  8730.      * Gets the private 'security.logout_url_generator' shared service.
  8731.      *
  8732.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8733.      */
  8734.     protected function getSecurity_LogoutUrlGeneratorService()
  8735.     {
  8736.         $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()));
  8737.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  8738.         return $instance;
  8739.     }
  8740.     /**
  8741.      * Gets the private 'security.password_hasher_factory' shared service.
  8742.      *
  8743.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8744.      */
  8745.     protected function getSecurity_PasswordHasherFactoryService()
  8746.     {
  8747.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8748.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8749.         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]]);
  8750.     }
  8751.     /**
  8752.      * Gets the private 'security.role_hierarchy' shared service.
  8753.      *
  8754.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8755.      */
  8756.     protected function getSecurity_RoleHierarchyService()
  8757.     {
  8758.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8759.     }
  8760.     /**
  8761.      * Gets the private 'security.user.provider.concrete.db_main' shared service.
  8762.      *
  8763.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  8764.      */
  8765.     protected function getSecurity_User_Provider_Concrete_DbMainService()
  8766.     {
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8768.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  8770.         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);
  8771.     }
  8772.     /**
  8773.      * Gets the private 'security.user_password_hasher' shared service.
  8774.      *
  8775.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  8776.      */
  8777.     protected function getSecurity_UserPasswordHasherService()
  8778.     {
  8779.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  8780.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  8781.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8782.     }
  8783.     /**
  8784.      * Gets the private 'security.validator.user_password' shared service.
  8785.      *
  8786.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8787.      */
  8788.     protected function getSecurity_Validator_UserPasswordService()
  8789.     {
  8790.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8791.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8792.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8793.         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()));
  8794.     }
  8795.     /**
  8796.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8797.      *
  8798.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8799.      */
  8800.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8801.     {
  8802.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8803.     }
  8804.     /**
  8805.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8806.      *
  8807.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8808.      */
  8809.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8810.     {
  8811.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8812.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  8813.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8814.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8815.     }
  8816.     /**
  8817.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8818.      *
  8819.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8820.      */
  8821.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8822.     {
  8823.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8824.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8825.             return $this->privates['sensio_framework_extra.security.listener'];
  8826.         }
  8827.         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()));
  8828.     }
  8829.     /**
  8830.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8831.      *
  8832.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8833.      */
  8834.     protected function getSensioFrameworkExtra_View_ListenerService()
  8835.     {
  8836.         $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))));
  8837.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8838.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8839.         ], [
  8840.             'twig' => '?',
  8841.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8842.         return $instance;
  8843.     }
  8844.     /**
  8845.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8846.      *
  8847.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8848.      */
  8849.     protected function getSerializer_Mapping_CacheWarmerService()
  8850.     {
  8851.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8852.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8854.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8855.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8856.         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'));
  8857.     }
  8858.     /**
  8859.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8860.      *
  8861.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8862.      */
  8863.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8864.     {
  8865.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8866.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8867.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8868.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8869.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8870.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8871.         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()))]));
  8872.     }
  8873.     /**
  8874.      * Gets the private 'session.factory' shared service.
  8875.      *
  8876.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  8877.      */
  8878.     protected function getSession_FactoryService()
  8879.     {
  8880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  8881.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  8882.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  8883.         if (isset($this->privates['session.factory'])) {
  8884.             return $this->privates['session.factory'];
  8885.         }
  8886.         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']);
  8887.     }
  8888.     /**
  8889.      * Gets the private 'session.storage.factory.service' shared service.
  8890.      *
  8891.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  8892.      *
  8893.      * @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.
  8894.      */
  8895.     protected function getSession_Storage_Factory_ServiceService()
  8896.     {
  8897.         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.');
  8898.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  8899.     }
  8900.     /**
  8901.      * Gets the private 'session.storage.metadata_bag' shared service.
  8902.      *
  8903.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  8904.      *
  8905.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  8906.      */
  8907.     protected function getSession_Storage_MetadataBagService()
  8908.     {
  8909.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  8910.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  8911.     }
  8912.     /**
  8913.      * Gets the private 'session.storage.native' shared service.
  8914.      *
  8915.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8916.      *
  8917.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  8918.      */
  8919.     protected function getSession_Storage_NativeService()
  8920.     {
  8921.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  8922.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  8923.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  8924.         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());
  8925.     }
  8926.     /**
  8927.      * Gets the private 'session_listener' shared service.
  8928.      *
  8929.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8930.      */
  8931.     protected function getSessionListenerService()
  8932.     {
  8933.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8934.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  8935.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  8936.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8937.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  8938.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  8939.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  8940.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8941.         ], [
  8942.             'initialized_session' => '?',
  8943.             'logger' => '?',
  8944.             'request_stack' => '?',
  8945.             'session' => '?',
  8946.             'session_collector' => '?',
  8947.             'session_factory' => '?',
  8948.             'session_storage' => '?',
  8949.         ]), true$this->parameters['session.storage.options']);
  8950.     }
  8951.     /**
  8952.      * Gets the private 'slugger' shared service.
  8953.      *
  8954.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  8955.      */
  8956.     protected function getSluggerService()
  8957.     {
  8958.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  8959.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  8960.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr');
  8961.     }
  8962.     /**
  8963.      * Gets the private 'translation.extractor' shared service.
  8964.      *
  8965.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8966.      */
  8967.     protected function getTranslation_ExtractorService()
  8968.     {
  8969.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8970.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8971.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8972.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8973.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8974.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8975.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8976.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  8977.         return $instance;
  8978.     }
  8979.     /**
  8980.      * Gets the private 'translation.loader.csv' shared service.
  8981.      *
  8982.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8983.      */
  8984.     protected function getTranslation_Loader_CsvService()
  8985.     {
  8986.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8987.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8988.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8990.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8991.     }
  8992.     /**
  8993.      * Gets the private 'translation.loader.dat' shared service.
  8994.      *
  8995.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8996.      */
  8997.     protected function getTranslation_Loader_DatService()
  8998.     {
  8999.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9000.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9001.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9002.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  9003.     }
  9004.     /**
  9005.      * Gets the private 'translation.loader.ini' shared service.
  9006.      *
  9007.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  9008.      */
  9009.     protected function getTranslation_Loader_IniService()
  9010.     {
  9011.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9012.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9013.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9014.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9015.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  9016.     }
  9017.     /**
  9018.      * Gets the private 'translation.loader.json' shared service.
  9019.      *
  9020.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  9021.      */
  9022.     protected function getTranslation_Loader_JsonService()
  9023.     {
  9024.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9028.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  9029.     }
  9030.     /**
  9031.      * Gets the private 'translation.loader.mo' shared service.
  9032.      *
  9033.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  9034.      */
  9035.     protected function getTranslation_Loader_MoService()
  9036.     {
  9037.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9038.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9039.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9040.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9041.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  9042.     }
  9043.     /**
  9044.      * Gets the private 'translation.loader.php' shared service.
  9045.      *
  9046.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  9047.      */
  9048.     protected function getTranslation_Loader_PhpService()
  9049.     {
  9050.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9051.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9052.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9053.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9054.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  9055.     }
  9056.     /**
  9057.      * Gets the private 'translation.loader.po' shared service.
  9058.      *
  9059.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  9060.      */
  9061.     protected function getTranslation_Loader_PoService()
  9062.     {
  9063.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9064.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9065.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9066.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9067.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  9068.     }
  9069.     /**
  9070.      * Gets the private 'translation.loader.qt' shared service.
  9071.      *
  9072.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  9073.      */
  9074.     protected function getTranslation_Loader_QtService()
  9075.     {
  9076.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9077.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9078.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  9079.     }
  9080.     /**
  9081.      * Gets the private 'translation.loader.res' shared service.
  9082.      *
  9083.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9084.      */
  9085.     protected function getTranslation_Loader_ResService()
  9086.     {
  9087.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9089.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9090.     }
  9091.     /**
  9092.      * Gets the private 'translation.loader.xliff' shared service.
  9093.      *
  9094.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9095.      */
  9096.     protected function getTranslation_Loader_XliffService()
  9097.     {
  9098.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9099.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9100.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9101.     }
  9102.     /**
  9103.      * Gets the private 'translation.loader.yml' shared service.
  9104.      *
  9105.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9106.      */
  9107.     protected function getTranslation_Loader_YmlService()
  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/YamlFileLoader.php';
  9113.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9114.     }
  9115.     /**
  9116.      * Gets the private 'translation.provider_collection' shared service.
  9117.      *
  9118.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  9119.      */
  9120.     protected function getTranslation_ProviderCollectionService()
  9121.     {
  9122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  9123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  9124.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  9125.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  9126.         }, 1), []))->fromConfig([]);
  9127.     }
  9128.     /**
  9129.      * Gets the private 'translation.reader' shared service.
  9130.      *
  9131.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9132.      */
  9133.     protected function getTranslation_ReaderService()
  9134.     {
  9135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9136.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  9137.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9138.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9139.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9140.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9141.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9142.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9149.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9150.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9151.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9152.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9153.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9154.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9155.         $instance->addLoader('yaml'$a);
  9156.         $instance->addLoader('yml'$a);
  9157.         $instance->addLoader('xlf'$b);
  9158.         $instance->addLoader('xliff'$b);
  9159.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9160.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9161.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9162.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9163.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9164.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9165.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9166.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9167.         return $instance;
  9168.     }
  9169.     /**
  9170.      * Gets the private 'translation.warmer' shared service.
  9171.      *
  9172.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9173.      */
  9174.     protected function getTranslation_WarmerService()
  9175.     {
  9176.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9177.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9178.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9179.             'translator' => ['services''translator''getTranslatorService'false],
  9180.         ], [
  9181.             'translator' => '?',
  9182.         ]))->withContext('translation.warmer'$this));
  9183.     }
  9184.     /**
  9185.      * Gets the private 'translation.writer' shared service.
  9186.      *
  9187.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  9188.      */
  9189.     protected function getTranslation_WriterService()
  9190.     {
  9191.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  9192.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  9193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  9194.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  9195.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  9196.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  9200.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  9201.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  9202.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  9203.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  9204.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  9205.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  9206.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  9207.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  9208.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  9209.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  9210.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  9211.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  9212.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  9213.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  9214.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  9215.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  9216.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  9217.         return $instance;
  9218.     }
  9219.     /**
  9220.      * Gets the private 'translator.default' shared service.
  9221.      *
  9222.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9223.      */
  9224.     protected function getTranslator_DefaultService()
  9225.     {
  9226.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9227.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9228.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9229.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9230.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9231.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9232.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9233.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9234.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9235.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9236.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9237.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9238.         ], [
  9239.             'translation.loader.csv' => '?',
  9240.             'translation.loader.dat' => '?',
  9241.             'translation.loader.ini' => '?',
  9242.             'translation.loader.json' => '?',
  9243.             'translation.loader.mo' => '?',
  9244.             'translation.loader.php' => '?',
  9245.             'translation.loader.po' => '?',
  9246.             'translation.loader.qt' => '?',
  9247.             'translation.loader.res' => '?',
  9248.             'translation.loader.xliff' => '?',
  9249.             'translation.loader.yml' => '?',
  9250.         ]), 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']]], []);
  9251.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9252.         $instance->setFallbackLocales([=> 'en']);
  9253.         return $instance;
  9254.     }
  9255.     /**
  9256.      * Gets the private 'twig.command.debug' shared service.
  9257.      *
  9258.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9259.      */
  9260.     protected function getTwig_Command_DebugService()
  9261.     {
  9262.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9263.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9264.         $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()));
  9265.         $instance->setName('debug:twig');
  9266.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  9267.         return $instance;
  9268.     }
  9269.     /**
  9270.      * Gets the private 'twig.command.lint' shared service.
  9271.      *
  9272.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9273.      */
  9274.     protected function getTwig_Command_LintService()
  9275.     {
  9276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9277.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9278.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9279.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9280.         $instance->setName('lint:twig');
  9281.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  9282.         return $instance;
  9283.     }
  9284.     /**
  9285.      * Gets the private 'twig.form.engine' shared service.
  9286.      *
  9287.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  9288.      */
  9289.     protected function getTwig_Form_EngineService()
  9290.     {
  9291.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9293.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9294.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9295.         if (isset($this->privates['twig.form.engine'])) {
  9296.             return $this->privates['twig.form.engine'];
  9297.         }
  9298.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  9299.     }
  9300.     /**
  9301.      * Gets the private 'twig.form.renderer' shared service.
  9302.      *
  9303.      * @return \Symfony\Component\Form\FormRenderer
  9304.      */
  9305.     protected function getTwig_Form_RendererService()
  9306.     {
  9307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9309.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  9310.         if (isset($this->privates['twig.form.renderer'])) {
  9311.             return $this->privates['twig.form.renderer'];
  9312.         }
  9313.         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()));
  9314.     }
  9315.     /**
  9316.      * Gets the private 'twig.mailer.message_listener' shared service.
  9317.      *
  9318.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9319.      */
  9320.     protected function getTwig_Mailer_MessageListenerService()
  9321.     {
  9322.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9323.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9324.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9325.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9326.         if (isset($this->privates['twig.mailer.message_listener'])) {
  9327.             return $this->privates['twig.mailer.message_listener'];
  9328.         }
  9329.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  9330.     }
  9331.     /**
  9332.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9333.      *
  9334.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9335.      */
  9336.     protected function getTwig_Runtime_HttpkernelService()
  9337.     {
  9338.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9339.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9340.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9341.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  9342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  9343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  9344.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9345.         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, [
  9346.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9347.         ], [
  9348.             'inline' => '?',
  9349.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  9350.     }
  9351.     /**
  9352.      * Gets the private 'twig.runtime.security_csrf' shared service.
  9353.      *
  9354.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  9355.      */
  9356.     protected function getTwig_Runtime_SecurityCsrfService()
  9357.     {
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  9359.         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()));
  9360.     }
  9361.     /**
  9362.      * Gets the private 'twig.runtime.serializer' shared service.
  9363.      *
  9364.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  9365.      */
  9366.     protected function getTwig_Runtime_SerializerService()
  9367.     {
  9368.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9369.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  9370.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  9371.     }
  9372.     /**
  9373.      * Gets the private 'twig.template_cache_warmer' shared service.
  9374.      *
  9375.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9376.      */
  9377.     protected function getTwig_TemplateCacheWarmerService()
  9378.     {
  9379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9380.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9381.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9382.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9383.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9384.         ], [
  9385.             'twig' => '?',
  9386.         ]))->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')));
  9387.     }
  9388.     /**
  9389.      * Gets the private 'validator.builder' shared service.
  9390.      *
  9391.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9392.      */
  9393.     protected function getValidator_BuilderService()
  9394.     {
  9395.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9396.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9397.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9398.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9399.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9400.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9401.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9402.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9403.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9404.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9405.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9406.         ], [
  9407.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9408.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9409.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9410.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9411.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9412.             'doctrine.orm.validator.unique' => '?',
  9413.             'security.validator.user_password' => '?',
  9414.             'validator.expression' => '?',
  9415.         ])));
  9416.         if ($this->has('translator')) {
  9417.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9418.         }
  9419.         $instance->setTranslationDomain('validators');
  9420.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9421.         $instance->enableAnnotationMapping(true);
  9422.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9423.         $instance->addMethodMapping('loadValidatorMetadata');
  9424.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  9425.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9426.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  9427.         return $instance;
  9428.     }
  9429.     /**
  9430.      * Gets the private 'validator.email' shared service.
  9431.      *
  9432.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9433.      */
  9434.     protected function getValidator_EmailService()
  9435.     {
  9436.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9437.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9438.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9439.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9440.     }
  9441.     /**
  9442.      * Gets the private 'validator.expression' shared service.
  9443.      *
  9444.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9445.      */
  9446.     protected function getValidator_ExpressionService()
  9447.     {
  9448.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9449.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9450.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9451.         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())));
  9452.     }
  9453.     /**
  9454.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9455.      *
  9456.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9457.      */
  9458.     protected function getValidator_Mapping_CacheWarmerService()
  9459.     {
  9460.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9461.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9462.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9463.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9464.     }
  9465.     /**
  9466.      * Gets the private 'validator.not_compromised_password' shared service.
  9467.      *
  9468.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9469.      */
  9470.     protected function getValidator_NotCompromisedPasswordService()
  9471.     {
  9472.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9473.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9474.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9475.         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);
  9476.     }
  9477.     /**
  9478.      * Gets the private 'var_dumper.command.server_dump' shared service.
  9479.      *
  9480.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  9481.      */
  9482.     protected function getVarDumper_Command_ServerDumpService()
  9483.     {
  9484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9485.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  9486.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  9487.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  9488.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  9489.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  9490.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  9491.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9492.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9493.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9494.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9495.         $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()))]);
  9496.         $instance->setName('server:dump');
  9497.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  9498.         return $instance;
  9499.     }
  9500.     /**
  9501.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  9502.      *
  9503.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  9504.      */
  9505.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  9506.     {
  9507.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  9508.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9509.         return $instance;
  9510.     }
  9511.     /**
  9512.      * Gets the private 'var_dumper.html_dumper' shared service.
  9513.      *
  9514.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  9515.      */
  9516.     protected function getVarDumper_HtmlDumperService()
  9517.     {
  9518.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  9519.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9520.         return $instance;
  9521.     }
  9522.     /**
  9523.      * Gets the private 'var_dumper.server_connection' shared service.
  9524.      *
  9525.      * @return \Symfony\Component\VarDumper\Server\Connection
  9526.      */
  9527.     protected function getVarDumper_ServerConnectionService()
  9528.     {
  9529.         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()]);
  9530.     }
  9531.     /**
  9532.      * Gets the private 'web_profiler.csp.handler' shared service.
  9533.      *
  9534.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9535.      */
  9536.     protected function getWebProfiler_Csp_HandlerService()
  9537.     {
  9538.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9539.     }
  9540.     /**
  9541.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9542.      *
  9543.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9544.      */
  9545.     protected function getWebProfiler_DebugToolbarService()
  9546.     {
  9547.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9548.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9549.             return $this->privates['web_profiler.debug_toolbar'];
  9550.         }
  9551.         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()));
  9552.     }
  9553.     /**
  9554.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  9555.      *
  9556.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  9557.      */
  9558.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  9559.     {
  9560.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  9561.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  9562.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  9563.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  9564.     }
  9565.     /**
  9566.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  9567.      *
  9568.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  9569.      */
  9570.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  9571.     {
  9572.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9573.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  9574.         ], [
  9575.             '_default' => '?',
  9576.         ]), '_default');
  9577.     }
  9578.     /**
  9579.      * Gets the private 'webpack_encore.exception_listener' shared service.
  9580.      *
  9581.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  9582.      */
  9583.     protected function getWebpackEncore_ExceptionListenerService()
  9584.     {
  9585.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  9586.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  9587.     }
  9588.     /**
  9589.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  9590.      *
  9591.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  9592.      */
  9593.     protected function getWebpackEncore_TagRendererService()
  9594.     {
  9595.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  9596.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9597.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  9598.             return $this->privates['webpack_encore.tag_renderer'];
  9599.         }
  9600.         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);
  9601.     }
  9602.     /**
  9603.      * Gets the public 'cache_clearer' alias.
  9604.      *
  9605.      * @return object The ".container.private.cache_clearer" service.
  9606.      */
  9607.     protected function getCacheClearerService()
  9608.     {
  9609.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9610.         return $this->get('.container.private.cache_clearer');
  9611.     }
  9612.     /**
  9613.      * Gets the public 'filesystem' alias.
  9614.      *
  9615.      * @return object The ".container.private.filesystem" service.
  9616.      */
  9617.     protected function getFilesystemService()
  9618.     {
  9619.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9620.         return $this->get('.container.private.filesystem');
  9621.     }
  9622.     /**
  9623.      * Gets the public 'serializer' alias.
  9624.      *
  9625.      * @return object The ".container.private.serializer" service.
  9626.      */
  9627.     protected function getSerializerService()
  9628.     {
  9629.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9630.         return $this->get('.container.private.serializer');
  9631.     }
  9632.     /**
  9633.      * Gets the public 'security.csrf.token_manager' alias.
  9634.      *
  9635.      * @return object The ".container.private.security.csrf.token_manager" service.
  9636.      */
  9637.     protected function getSecurity_Csrf_TokenManagerService()
  9638.     {
  9639.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  9640.         return $this->get('.container.private.security.csrf.token_manager');
  9641.     }
  9642.     /**
  9643.      * Gets the public 'form.factory' alias.
  9644.      *
  9645.      * @return object The ".container.private.form.factory" service.
  9646.      */
  9647.     protected function getForm_FactoryService()
  9648.     {
  9649.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9650.         return $this->get('.container.private.form.factory');
  9651.     }
  9652.     /**
  9653.      * Gets the public 'form.type.file' alias.
  9654.      *
  9655.      * @return object The ".container.private.form.type.file" service.
  9656.      */
  9657.     protected function getForm_Type_FileService()
  9658.     {
  9659.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9660.         return $this->get('.container.private.form.type.file');
  9661.     }
  9662.     /**
  9663.      * Gets the public 'profiler' alias.
  9664.      *
  9665.      * @return object The ".container.private.profiler" service.
  9666.      */
  9667.     protected function getProfilerService()
  9668.     {
  9669.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9670.         return $this->get('.container.private.profiler');
  9671.     }
  9672.     /**
  9673.      * Gets the public 'twig' alias.
  9674.      *
  9675.      * @return object The ".container.private.twig" service.
  9676.      */
  9677.     protected function getTwigService()
  9678.     {
  9679.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9680.         return $this->get('.container.private.twig');
  9681.     }
  9682.     /**
  9683.      * Gets the public 'security.authorization_checker' alias.
  9684.      *
  9685.      * @return object The ".container.private.security.authorization_checker" service.
  9686.      */
  9687.     protected function getSecurity_AuthorizationCheckerService()
  9688.     {
  9689.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9690.         return $this->get('.container.private.security.authorization_checker');
  9691.     }
  9692.     /**
  9693.      * Gets the public 'security.token_storage' alias.
  9694.      *
  9695.      * @return object The ".container.private.security.token_storage" service.
  9696.      */
  9697.     protected function getSecurity_TokenStorageService()
  9698.     {
  9699.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9700.         return $this->get('.container.private.security.token_storage');
  9701.     }
  9702.     /**
  9703.      * Gets the public 'security.password_encoder' alias.
  9704.      *
  9705.      * @return object The ".container.private.security.password_encoder" service.
  9706.      */
  9707.     protected function getSecurity_PasswordEncoderService()
  9708.     {
  9709.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9710.         return $this->get('.container.private.security.password_encoder');
  9711.     }
  9712.     /**
  9713.      * Gets the public 'session' alias.
  9714.      *
  9715.      * @return object The ".container.private.session" service.
  9716.      */
  9717.     protected function getSessionService()
  9718.     {
  9719.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9720.         return $this->get('.container.private.session');
  9721.     }
  9722.     /**
  9723.      * Gets the public 'validator' alias.
  9724.      *
  9725.      * @return object The ".container.private.validator" service.
  9726.      */
  9727.     protected function getValidatorService()
  9728.     {
  9729.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9730.         return $this->get('.container.private.validator');
  9731.     }
  9732.     /**
  9733.      * @return array|bool|float|int|string|\UnitEnum|null
  9734.      */
  9735.     public function getParameter(string $name)
  9736.     {
  9737.         if (isset($this->buildParameters[$name])) {
  9738.             return $this->buildParameters[$name];
  9739.         }
  9740.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9741.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9742.         }
  9743.         if (isset($this->loadedDynamicParameters[$name])) {
  9744.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9745.         }
  9746.         return $this->parameters[$name];
  9747.     }
  9748.     public function hasParameter(string $name): bool
  9749.     {
  9750.         if (isset($this->buildParameters[$name])) {
  9751.             return true;
  9752.         }
  9753.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9754.     }
  9755.     public function setParameter(string $name$value): void
  9756.     {
  9757.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9758.     }
  9759.     public function getParameterBag(): ParameterBagInterface
  9760.     {
  9761.         if (null === $this->parameterBag) {
  9762.             $parameters $this->parameters;
  9763.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9764.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9765.             }
  9766.             foreach ($this->buildParameters as $name => $value) {
  9767.                 $parameters[$name] = $value;
  9768.             }
  9769.             $this->parameterBag = new FrozenParameterBag($parameters);
  9770.         }
  9771.         return $this->parameterBag;
  9772.     }
  9773.     private $loadedDynamicParameters = [
  9774.         'kernel.runtime_environment' => false,
  9775.         'kernel.build_dir' => false,
  9776.         'kernel.cache_dir' => false,
  9777.         'kernel.secret' => false,
  9778.         'debug.container.dump' => false,
  9779.         'serializer.mapping.cache.file' => false,
  9780.         'validator.mapping.cache.file' => false,
  9781.         'profiler.storage.dsn' => false,
  9782.         'doctrine.orm.proxy_dir' => false,
  9783.     ];
  9784.     private $dynamicParameters = [];
  9785.     private function getDynamicParameter(string $name)
  9786.     {
  9787.         switch ($name) {
  9788.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9789.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9790.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9791.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9792.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  9793.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9794.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9795.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9796.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9797.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9798.         }
  9799.         $this->loadedDynamicParameters[$name] = true;
  9800.         return $this->dynamicParameters[$name] = $value;
  9801.     }
  9802.     protected function getDefaultParameters(): array
  9803.     {
  9804.         return [
  9805.             'kernel.project_dir' => \dirname(__DIR__4),
  9806.             'kernel.environment' => 'dev',
  9807.             'kernel.debug' => true,
  9808.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9809.             'kernel.bundles' => [
  9810.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9811.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9812.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9813.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9814.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9815.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9816.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9817.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9818.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9819.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  9820.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  9821.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9822.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9823.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  9824.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  9825.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  9826.             ],
  9827.             'kernel.bundles_metadata' => [
  9828.                 'FrameworkBundle' => [
  9829.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9830.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9831.                 ],
  9832.                 'MakerBundle' => [
  9833.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9834.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9835.                 ],
  9836.                 'DoctrineBundle' => [
  9837.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9838.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9839.                 ],
  9840.                 'DoctrineMigrationsBundle' => [
  9841.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9842.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9843.                 ],
  9844.                 'TwigBundle' => [
  9845.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9846.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9847.                 ],
  9848.                 'SensioFrameworkExtraBundle' => [
  9849.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9850.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9851.                 ],
  9852.                 'WebProfilerBundle' => [
  9853.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9854.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9855.                 ],
  9856.                 'SecurityBundle' => [
  9857.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9858.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9859.                 ],
  9860.                 'MonologBundle' => [
  9861.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9862.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9863.                 ],
  9864.                 'WebpackEncoreBundle' => [
  9865.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  9866.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  9867.                 ],
  9868.                 'FOSCKEditorBundle' => [
  9869.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  9870.                     'namespace' => 'FOS\\CKEditorBundle',
  9871.                 ],
  9872.                 'TwigExtraBundle' => [
  9873.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9874.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9875.                 ],
  9876.                 'DebugBundle' => [
  9877.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9878.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9879.                 ],
  9880.                 'KnpUOAuth2ClientBundle' => [
  9881.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  9882.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  9883.                 ],
  9884.                 'DoctrineFixturesBundle' => [
  9885.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  9886.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  9887.                 ],
  9888.                 'FOSJsRoutingBundle' => [
  9889.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  9890.                     'namespace' => 'FOS\\JsRoutingBundle',
  9891.                 ],
  9892.             ],
  9893.             'kernel.charset' => 'UTF-8',
  9894.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  9895.             'container.dumper.inline_class_loader' => true,
  9896.             'container.dumper.inline_factories' => true,
  9897.             'locale' => 'fr',
  9898.             'upload_tmp_directory' => (\dirname(__DIR__4).'/public/img/tmp'),
  9899.             'upload_logo_directory' => (\dirname(__DIR__4).'/public/img/company/logo'),
  9900.             'upload_doc_directory' => (\dirname(__DIR__4).'/files/doc/company'),
  9901.             'upload_import_company_job_directory' => (\dirname(__DIR__4).'/files/import/company/job'),
  9902.             'upload_import_company_department_directory' => (\dirname(__DIR__4).'/files/import/company/department'),
  9903.             'upload_import_company_site_directory' => (\dirname(__DIR__4).'/files/import/company/site'),
  9904.             'upload_import_directory' => (\dirname(__DIR__4).'/public/import/users'),
  9905.             'tpl_import_file' => (\dirname(__DIR__4).'/files/import/tpl'),
  9906.             'upload_images_formation_directory' => (\dirname(__DIR__4).'/public/img/formation'),
  9907.             'admin_import_directory' => (\dirname(__DIR__4).'/files/import/admin-imports'),
  9908.             'event_dispatcher.event_aliases' => [
  9909.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9910.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9911.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9912.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9913.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9914.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9915.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9916.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9917.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9918.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9919.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9920.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9921.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9922.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9923.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9924.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9925.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9926.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9927.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9928.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9929.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9930.             ],
  9931.             'fragment.renderer.hinclude.global_template' => NULL,
  9932.             'fragment.path' => '/_fragment',
  9933.             'kernel.http_method_override' => true,
  9934.             'kernel.trusted_hosts' => [
  9935.             ],
  9936.             'kernel.default_locale' => 'fr',
  9937.             'kernel.enabled_locales' => [
  9938.             ],
  9939.             'kernel.error_controller' => 'error_controller',
  9940.             'debug.file_link_format' => NULL,
  9941.             'asset.request_context.base_path' => NULL,
  9942.             'asset.request_context.secure' => NULL,
  9943.             'translator.logging' => false,
  9944.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9945.             'debug.error_handler.throw_at' => -1,
  9946.             'router.request_context.host' => 'localhost',
  9947.             'router.request_context.scheme' => 'http',
  9948.             'router.request_context.base_url' => '',
  9949.             'router.resource' => 'kernel::loadRoutes',
  9950.             'request_listener.http_port' => 80,
  9951.             'request_listener.https_port' => 443,
  9952.             'session.metadata.storage_key' => '_sf2_meta',
  9953.             'session.storage.options' => [
  9954.                 'cache_limiter' => '0',
  9955.                 'cookie_secure' => 'auto',
  9956.                 'cookie_httponly' => true,
  9957.                 'cookie_samesite' => 'lax',
  9958.                 'gc_probability' => 1,
  9959.             ],
  9960.             'session.save_path' => NULL,
  9961.             'session.metadata.update_threshold' => 0,
  9962.             'form.type_extension.csrf.enabled' => true,
  9963.             'form.type_extension.csrf.field_name' => '_token',
  9964.             'validator.translation_domain' => 'validators',
  9965.             'profiler_listener.only_exceptions' => false,
  9966.             'profiler_listener.only_main_requests' => false,
  9967.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9968.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9969.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9970.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9971.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9972.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9973.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9974.             'doctrine.entity_managers' => [
  9975.                 'default' => 'doctrine.orm.default_entity_manager',
  9976.             ],
  9977.             'doctrine.default_entity_manager' => 'default',
  9978.             'doctrine.dbal.connection_factory.types' => [
  9979.             ],
  9980.             'doctrine.connections' => [
  9981.                 'default' => 'doctrine.dbal.default_connection',
  9982.             ],
  9983.             'doctrine.default_connection' => 'default',
  9984.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9985.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9986.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9987.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9988.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9989.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9990.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9991.             'doctrine.orm.cache.memcache_port' => 11211,
  9992.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9993.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9994.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9995.             'doctrine.orm.cache.memcached_port' => 11211,
  9996.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9997.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9998.             'doctrine.orm.cache.redis_host' => 'localhost',
  9999.             'doctrine.orm.cache.redis_port' => 6379,
  10000.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10001.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10002.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10003.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10004.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10005.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10006.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10007.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10008.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10009.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10010.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  10011.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10012.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10013.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10014.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10015.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10016.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10017.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10018.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10019.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10020.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10021.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10022.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10023.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10024.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10025.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10026.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10027.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10028.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10029.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10030.             'doctrine.orm.auto_generate_proxy_classes' => true,
  10031.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  10032.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10033.             'doctrine.migrations.preferred_em' => NULL,
  10034.             'doctrine.migrations.preferred_connection' => NULL,
  10035.             'twig.form.resources' => [
  10036.                 => 'form_div_layout.html.twig',
  10037.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  10038.                 => 'bootstrap_4_layout.html.twig',
  10039.             ],
  10040.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10041.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10042.             'web_profiler.debug_toolbar.mode' => 2,
  10043.             'security.role_hierarchy.roles' => [
  10044.                 'ROLE_ADMIN' => [
  10045.                     => 'ROLE_RH',
  10046.                 ],
  10047.                 'ROLE_RH' => [
  10048.                     => 'ROLE_USER_ACTIF',
  10049.                     => 'ROLE_USER_INACTIF',
  10050.                 ],
  10051.             ],
  10052.             'security.access.denied_url' => NULL,
  10053.             'security.authentication.manager.erase_credentials' => true,
  10054.             'security.authentication.session_strategy.strategy' => 'migrate',
  10055.             'security.access.always_authenticate_before_granting' => false,
  10056.             'security.authentication.hide_user_not_found' => true,
  10057.             'security.firewalls' => [
  10058.                 => 'dev',
  10059.                 => 'main',
  10060.             ],
  10061.             'security.main._indexed_authenticators' => [
  10062.             ],
  10063.             'monolog.use_microseconds' => true,
  10064.             'monolog.swift_mailer.handlers' => [
  10065.             ],
  10066.             'monolog.handlers_to_channels' => [
  10067.                 'monolog.handler.emails' => [
  10068.                     'type' => 'inclusive',
  10069.                     'elements' => [
  10070.                         => 'emails',
  10071.                     ],
  10072.                 ],
  10073.                 'monolog.handler.console' => [
  10074.                     'type' => 'exclusive',
  10075.                     'elements' => [
  10076.                         => 'event',
  10077.                         => 'doctrine',
  10078.                         => 'console',
  10079.                     ],
  10080.                 ],
  10081.                 'monolog.handler.main' => [
  10082.                     'type' => 'exclusive',
  10083.                     'elements' => [
  10084.                         => 'event',
  10085.                     ],
  10086.                 ],
  10087.             ],
  10088.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  10089.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  10090.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  10091.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  10092.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  10093.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  10094.             'fos_js_routing.request_context_base_url' => NULL,
  10095.             'fos_js_routing.cache_control' => [
  10096.                 'enabled' => false,
  10097.             ],
  10098.             'maker.compatible_check.doctrine.supports_attributes' => true,
  10099.             'data_collector.templates' => [
  10100.                 'data_collector.request' => [
  10101.                     => 'request',
  10102.                     => '@WebProfiler/Collector/request.html.twig',
  10103.                 ],
  10104.                 'data_collector.time' => [
  10105.                     => 'time',
  10106.                     => '@WebProfiler/Collector/time.html.twig',
  10107.                 ],
  10108.                 'data_collector.memory' => [
  10109.                     => 'memory',
  10110.                     => '@WebProfiler/Collector/memory.html.twig',
  10111.                 ],
  10112.                 'data_collector.validator' => [
  10113.                     => 'validator',
  10114.                     => '@WebProfiler/Collector/validator.html.twig',
  10115.                 ],
  10116.                 'data_collector.ajax' => [
  10117.                     => 'ajax',
  10118.                     => '@WebProfiler/Collector/ajax.html.twig',
  10119.                 ],
  10120.                 'data_collector.form' => [
  10121.                     => 'form',
  10122.                     => '@WebProfiler/Collector/form.html.twig',
  10123.                 ],
  10124.                 'data_collector.exception' => [
  10125.                     => 'exception',
  10126.                     => '@WebProfiler/Collector/exception.html.twig',
  10127.                 ],
  10128.                 'data_collector.logger' => [
  10129.                     => 'logger',
  10130.                     => '@WebProfiler/Collector/logger.html.twig',
  10131.                 ],
  10132.                 'data_collector.events' => [
  10133.                     => 'events',
  10134.                     => '@WebProfiler/Collector/events.html.twig',
  10135.                 ],
  10136.                 'data_collector.router' => [
  10137.                     => 'router',
  10138.                     => '@WebProfiler/Collector/router.html.twig',
  10139.                 ],
  10140.                 'data_collector.cache' => [
  10141.                     => 'cache',
  10142.                     => '@WebProfiler/Collector/cache.html.twig',
  10143.                 ],
  10144.                 'data_collector.translation' => [
  10145.                     => 'translation',
  10146.                     => '@WebProfiler/Collector/translation.html.twig',
  10147.                 ],
  10148.                 'data_collector.security' => [
  10149.                     => 'security',
  10150.                     => '@Security/Collector/security.html.twig',
  10151.                 ],
  10152.                 'data_collector.twig' => [
  10153.                     => 'twig',
  10154.                     => '@WebProfiler/Collector/twig.html.twig',
  10155.                 ],
  10156.                 'data_collector.http_client' => [
  10157.                     => 'http_client',
  10158.                     => '@WebProfiler/Collector/http_client.html.twig',
  10159.                 ],
  10160.                 'data_collector.doctrine' => [
  10161.                     => 'db',
  10162.                     => '@Doctrine/Collector/db.html.twig',
  10163.                 ],
  10164.                 'data_collector.dump' => [
  10165.                     => 'dump',
  10166.                     => '@Debug/Profiler/dump.html.twig',
  10167.                 ],
  10168.                 'mailer.data_collector' => [
  10169.                     => 'mailer',
  10170.                     => '@WebProfiler/Collector/mailer.html.twig',
  10171.                 ],
  10172.                 'data_collector.config' => [
  10173.                     => 'config',
  10174.                     => '@WebProfiler/Collector/config.html.twig',
  10175.                 ],
  10176.             ],
  10177.             'console.command.ids' => [
  10178.             ],
  10179.         ];
  10180.     }
  10181.     protected function throw($message)
  10182.     {
  10183.         throw new RuntimeException($message);
  10184.     }
  10185. }