var/cache/dev/ContainerHvCAL80/App_KernelDevDebugContainer.php line 9882

Open in your IDE?
  1. <?php
  2. namespace ContainerHvCAL80;
  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''NexuP0i4');
  792.         $instance->addGlobal('privacy_policy_path''https://conseils.kinalgo.com/wp-content/uploads/2025/07/PolitiqueConfidentialite_KinalgoCorporate_2025.pdf');
  793.         $instance->addGlobal('cgu_path'' https://conseils.kinalgo.com/wp-content/uploads/2025/07/CGU_PolitiqueConfidentialite_KinalgoCorporate_2025.pdf');
  794.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  795.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  796.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  797.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  798.         return $instance;
  799.     }
  800.     /**
  801.      * Gets the public '.container.private.validator' shared service.
  802.      *
  803.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  804.      */
  805.     protected function get_Container_Private_ValidatorService()
  806.     {
  807.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  808.     }
  809.     /**
  810.      * Gets the public 'App\Controller\AdviceController' shared autowired service.
  811.      *
  812.      * @return \App\Controller\AdviceController
  813.      */
  814.     protected function getAdviceControllerService()
  815.     {
  816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  817.         include_once \dirname(__DIR__4).'/src/Controller/AdviceController.php';
  818.         $this->services['App\\Controller\\AdviceController'] = $instance = new \App\Controller\AdviceController(($this->services['translator'] ?? $this->getTranslatorService()));
  819.         $instance->setContainer(($this->privates['.service_locator.BcsTf_h'] ?? $this->get_ServiceLocator_BcsTfHService())->withContext('App\\Controller\\AdviceController'$this));
  820.         return $instance;
  821.     }
  822.     /**
  823.      * Gets the public 'App\Controller\AjaxController' shared autowired service.
  824.      *
  825.      * @return \App\Controller\AjaxController
  826.      */
  827.     protected function getAjaxControllerService()
  828.     {
  829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  830.         include_once \dirname(__DIR__4).'/src/Controller/AjaxController.php';
  831.         $this->services['App\\Controller\\AjaxController'] = $instance = new \App\Controller\AjaxController();
  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\\LoadActivityCommand' => ['privates''App\\Command\\LoadActivityCommand''getLoadActivityCommandService'false],
  1274.             'App\\Command\\NotifyFormationRequiredCommand' => ['privates''App\\Command\\NotifyFormationRequiredCommand''getNotifyFormationRequiredCommandService'false],
  1275.             'App\\Command\\NotifySubscriptionExpirationCommand' => ['privates''App\\Command\\NotifySubscriptionExpirationCommand''getNotifySubscriptionExpirationCommandService'false],
  1276.             'App\\Command\\RegistrationReminderCommand' => ['privates''.App\\Command\\RegistrationReminderCommand.lazy''getRegistrationReminderCommand_LazyService'false],
  1277.             'App\\Command\\TestCommand' => ['privates''App\\Command\\TestCommand''getTestCommandService'false],
  1278.             'App\\Command\\UpdateActivityCommand' => ['privates''App\\Command\\UpdateActivityCommand''getUpdateActivityCommandService'false],
  1279.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  1280.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  1281.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  1282.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  1283.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  1284.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  1285.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  1286.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  1287.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  1288.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  1289.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  1290.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  1291.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  1292.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  1293.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  1294.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  1295.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  1296.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  1297.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  1298.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  1299.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  1300.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  1301.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  1302.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  1303.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  1304.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  1305.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  1306.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  1307.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  1308.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  1309.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  1310.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1311.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1312.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1313.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1314.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1315.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1316.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1317.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1318.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1319.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1320.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1321.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1322.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1323.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1324.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1325.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1326.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1327.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1328.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1329.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1330.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1331.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1332.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1333.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1334.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1335.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1336.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1337.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1338.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1339.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1340.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1341.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1342.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  1343.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  1344.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  1345.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  1346.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  1347.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  1348.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  1349.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  1350.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1351.             'fos_js_routing.dump_command' => ['privates''fos_js_routing.dump_command''getFosJsRouting_DumpCommandService'false],
  1352.             'fos_js_routing.router_debug_exposed_command' => ['privates''fos_js_routing.router_debug_exposed_command''getFosJsRouting_RouterDebugExposedCommandService'false],
  1353.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  1354.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  1355.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  1356.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  1357.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  1358.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  1359.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  1360.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  1361.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  1362.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  1363.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  1364.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  1365.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  1366.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  1367.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  1368.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  1369.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  1370.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  1371.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  1372.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  1373.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  1374.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  1375.         ], [
  1376.             'App\\Command\\CacheImagesCommand' => '?',
  1377.             'App\\Command\\LoadActivityCommand' => 'App\\Command\\LoadActivityCommand',
  1378.             'App\\Command\\NotifyFormationRequiredCommand' => 'App\\Command\\NotifyFormationRequiredCommand',
  1379.             'App\\Command\\NotifySubscriptionExpirationCommand' => 'App\\Command\\NotifySubscriptionExpirationCommand',
  1380.             'App\\Command\\RegistrationReminderCommand' => '?',
  1381.             'App\\Command\\TestCommand' => 'App\\Command\\TestCommand',
  1382.             'App\\Command\\UpdateActivityCommand' => 'App\\Command\\UpdateActivityCommand',
  1383.             'console.command.about' => '?',
  1384.             'console.command.assets_install' => '?',
  1385.             'console.command.cache_clear' => '?',
  1386.             'console.command.cache_pool_clear' => '?',
  1387.             'console.command.cache_pool_prune' => '?',
  1388.             'console.command.cache_pool_delete' => '?',
  1389.             'console.command.cache_pool_list' => '?',
  1390.             'console.command.cache_warmup' => '?',
  1391.             'console.command.config_debug' => '?',
  1392.             'console.command.config_dump_reference' => '?',
  1393.             'console.command.container_debug' => '?',
  1394.             'console.command.container_lint' => '?',
  1395.             'console.command.debug_autowiring' => '?',
  1396.             'console.command.dotenv_debug' => '?',
  1397.             'console.command.event_dispatcher_debug' => '?',
  1398.             'console.command.router_debug' => '?',
  1399.             'console.command.router_match' => '?',
  1400.             'console.command.translation_debug' => '?',
  1401.             'console.command.translation_extract' => '?',
  1402.             'console.command.validator_debug' => '?',
  1403.             'console.command.translation_pull' => '?',
  1404.             'console.command.translation_push' => '?',
  1405.             'console.command.xliff_lint' => '?',
  1406.             'console.command.yaml_lint' => '?',
  1407.             'console.command.form_debug' => '?',
  1408.             'console.command.secrets_set' => '?',
  1409.             'console.command.secrets_remove' => '?',
  1410.             'console.command.secrets_generate_key' => '?',
  1411.             'console.command.secrets_list' => '?',
  1412.             'console.command.secrets_decrypt_to_local' => '?',
  1413.             'console.command.secrets_encrypt_from_local' => '?',
  1414.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1415.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1416.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1417.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1418.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
  1419.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
  1420.             'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
  1421.             'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
  1422.             'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
  1423.             'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
  1424.             'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
  1425.             'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
  1426.             'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
  1427.             'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
  1428.             'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
  1429.             'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
  1430.             'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
  1431.             'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
  1432.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1433.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1434.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1435.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1436.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1437.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1438.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1439.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1440.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1441.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1442.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1443.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1444.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1445.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1446.             'twig.command.debug' => '?',
  1447.             'twig.command.lint' => '?',
  1448.             'security.command.debug_firewall' => '?',
  1449.             'security.command.user_password_encoder' => '?',
  1450.             'security.command.user_password_hash' => '?',
  1451.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  1452.             'var_dumper.command.server_dump' => '?',
  1453.             'monolog.command.server_log' => '?',
  1454.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1455.             'fos_js_routing.dump_command' => 'FOS\\JsRoutingBundle\\Command\\DumpCommand',
  1456.             'fos_js_routing.router_debug_exposed_command' => 'FOS\\JsRoutingBundle\\Command\\RouterDebugExposedCommand',
  1457.             'maker.auto_command.make_auth' => '?',
  1458.             'maker.auto_command.make_command' => '?',
  1459.             'maker.auto_command.make_controller' => '?',
  1460.             'maker.auto_command.make_crud' => '?',
  1461.             'maker.auto_command.make_docker_database' => '?',
  1462.             'maker.auto_command.make_entity' => '?',
  1463.             'maker.auto_command.make_fixtures' => '?',
  1464.             'maker.auto_command.make_form' => '?',
  1465.             'maker.auto_command.make_message' => '?',
  1466.             'maker.auto_command.make_messenger_middleware' => '?',
  1467.             'maker.auto_command.make_registration_form' => '?',
  1468.             'maker.auto_command.make_reset_password' => '?',
  1469.             'maker.auto_command.make_serializer_encoder' => '?',
  1470.             'maker.auto_command.make_serializer_normalizer' => '?',
  1471.             'maker.auto_command.make_subscriber' => '?',
  1472.             'maker.auto_command.make_twig_extension' => '?',
  1473.             'maker.auto_command.make_test' => '?',
  1474.             'maker.auto_command.make_validator' => '?',
  1475.             'maker.auto_command.make_voter' => '?',
  1476.             'maker.auto_command.make_user' => '?',
  1477.             'maker.auto_command.make_migration' => '?',
  1478.             'maker.auto_command.make_stimulus_controller' => '?',
  1479.         ]), ['app:cache-images' => 'App\\Command\\CacheImagesCommand''app:load-activities' => 'App\\Command\\LoadActivityCommand''app:formation:notify' => 'App\\Command\\NotifyFormationRequiredCommand''app:subscription:expiration:notify' => 'App\\Command\\NotifySubscriptionExpirationCommand''app:registration-reminder' => 'App\\Command\\RegistrationReminderCommand''app:test:test' => 'App\\Command\\TestCommand''app:update-activity' => 'App\\Command\\UpdateActivityCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''ckeditor:install' => 'fos_ck_editor.command.installer''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''fos:js-routing:dump' => 'fos_js_routing.dump_command''fos:js-routing:debug' => 'fos_js_routing.router_debug_exposed_command''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  1480.     }
  1481.     /**
  1482.      * Gets the public 'container.env_var_processors_locator' shared service.
  1483.      *
  1484.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1485.      */
  1486.     protected function getContainer_EnvVarProcessorsLocatorService()
  1487.     {
  1488.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1489.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1490.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1491.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1492.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1493.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1494.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1495.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1496.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1497.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1498.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1499.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1500.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1501.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1502.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1503.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1504.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1505.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1506.         ], [
  1507.             'base64' => '?',
  1508.             'bool' => '?',
  1509.             'const' => '?',
  1510.             'csv' => '?',
  1511.             'default' => '?',
  1512.             'file' => '?',
  1513.             'float' => '?',
  1514.             'int' => '?',
  1515.             'json' => '?',
  1516.             'key' => '?',
  1517.             'not' => '?',
  1518.             'query_string' => '?',
  1519.             'require' => '?',
  1520.             'resolve' => '?',
  1521.             'string' => '?',
  1522.             'trim' => '?',
  1523.             'url' => '?',
  1524.         ]);
  1525.     }
  1526.     /**
  1527.      * Gets the public 'data_collector.dump' shared service.
  1528.      *
  1529.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1530.      */
  1531.     protected function getDataCollector_DumpService()
  1532.     {
  1533.         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()));
  1534.     }
  1535.     /**
  1536.      * Gets the public 'doctrine' shared service.
  1537.      *
  1538.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1539.      */
  1540.     protected function getDoctrineService()
  1541.     {
  1542.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1543.     }
  1544.     /**
  1545.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1546.      *
  1547.      * @return \Doctrine\DBAL\Connection
  1548.      */
  1549.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1550.     {
  1551.         $a = new \Doctrine\DBAL\Configuration();
  1552.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1553.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1554.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1555.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1556.         $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))));
  1557.         $c->setConnectionName('default');
  1558.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1559.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1560.         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()), []);
  1561.     }
  1562.     /**
  1563.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1564.      *
  1565.      * @return \Doctrine\ORM\EntityManager
  1566.      */
  1567.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1568.     {
  1569.         $a = new \Doctrine\ORM\Configuration();
  1570.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1571.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1572.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  1573.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1574.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1575.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1576.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1577.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  1578.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  1579.         ], [
  1580.             'doctrine.ulid_generator' => '?',
  1581.             'doctrine.uuid_generator' => '?',
  1582.         ])));
  1583.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1584.         $a->setProxyNamespace('Proxies');
  1585.         $a->setAutoGenerateProxyClasses(true);
  1586.         $a->setSchemaIgnoreClasses([]);
  1587.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1588.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1589.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1590.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1591.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1592.         $a->setLazyGhostObjectEnabled(false);
  1593.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1594.             'App\\Repository\\ActivityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  1595.             'App\\Repository\\CategoryActivityRepository' => ['privates''App\\Repository\\CategoryActivityRepository''getCategoryActivityRepositoryService'false],
  1596.             'App\\Repository\\CompanyRepository' => ['privates''App\\Repository\\CompanyRepository''getCompanyRepositoryService'false],
  1597.             'App\\Repository\\DepartmentRepository' => ['privates''App\\Repository\\DepartmentRepository''getDepartmentRepositoryService'false],
  1598.             'App\\Repository\\FormationRegistrationRepository' => ['privates''App\\Repository\\FormationRegistrationRepository''getFormationRegistrationRepositoryService'false],
  1599.             'App\\Repository\\FormationRepository' => ['privates''App\\Repository\\FormationRepository''getFormationRepositoryService'false],
  1600.             'App\\Repository\\GroupRepository' => ['privates''App\\Repository\\GroupRepository''getGroupRepositoryService'false],
  1601.             'App\\Repository\\JobRepository' => ['privates''App\\Repository\\JobRepository''getJobRepositoryService'false],
  1602.             'App\\Repository\\LogRepository' => ['privates''App\\Repository\\LogRepository''getLogRepositoryService'false],
  1603.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  1604.             'App\\Repository\\MuscleActivityRepository' => ['privates''App\\Repository\\MuscleActivityRepository''getMuscleActivityRepositoryService'false],
  1605.             'App\\Repository\\MuscleRepository' => ['privates''App\\Repository\\MuscleRepository''getMuscleRepositoryService'false],
  1606.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  1607.             'App\\Repository\\RoleRepository' => ['privates''App\\Repository\\RoleRepository''getRoleRepositoryService'false],
  1608.             'App\\Repository\\SiteRepository' => ['privates''App\\Repository\\SiteRepository''getSiteRepositoryService'false],
  1609.             'App\\Repository\\UserActivityRepository' => ['privates''App\\Repository\\UserActivityRepository''getUserActivityRepositoryService'false],
  1610.             'App\\Repository\\UserFavoritesRepository' => ['privates''App\\Repository\\UserFavoritesRepository''getUserFavoritesRepositoryService'false],
  1611.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1612.             'App\\Repository\\UsersGroupsRepository' => ['privates''App\\Repository\\UsersGroupsRepository''getUsersGroupsRepositoryService'false],
  1613.         ], [
  1614.             'App\\Repository\\ActivityRepository' => '?',
  1615.             'App\\Repository\\CategoryActivityRepository' => '?',
  1616.             'App\\Repository\\CompanyRepository' => '?',
  1617.             'App\\Repository\\DepartmentRepository' => '?',
  1618.             'App\\Repository\\FormationRegistrationRepository' => '?',
  1619.             'App\\Repository\\FormationRepository' => '?',
  1620.             'App\\Repository\\GroupRepository' => '?',
  1621.             'App\\Repository\\JobRepository' => '?',
  1622.             'App\\Repository\\LogRepository' => '?',
  1623.             'App\\Repository\\MessageRepository' => '?',
  1624.             'App\\Repository\\MuscleActivityRepository' => '?',
  1625.             'App\\Repository\\MuscleRepository' => '?',
  1626.             'App\\Repository\\NotificationRepository' => '?',
  1627.             'App\\Repository\\RoleRepository' => '?',
  1628.             'App\\Repository\\SiteRepository' => '?',
  1629.             'App\\Repository\\UserActivityRepository' => '?',
  1630.             'App\\Repository\\UserFavoritesRepository' => '?',
  1631.             'App\\Repository\\UserRepository' => '?',
  1632.             'App\\Repository\\UsersGroupsRepository' => '?',
  1633.         ])));
  1634.         $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()));
  1635.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1636.         return $instance;
  1637.     }
  1638.     /**
  1639.      * Gets the public 'error_controller' shared service.
  1640.      *
  1641.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1642.      */
  1643.     protected function getErrorControllerService()
  1644.     {
  1645.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1646.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1647.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1648.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1649.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1650.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1651.         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)));
  1652.     }
  1653.     /**
  1654.      * Gets the public 'event_dispatcher' shared service.
  1655.      *
  1656.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1657.      */
  1658.     protected function getEventDispatcherService()
  1659.     {
  1660.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1661.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1662.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1663.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1664.         $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())));
  1665.         $instance->addListener('kernel.controller', [=> function () {
  1666.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1667.         }, => 'onKernelController'], 0);
  1668.         $instance->addListener('kernel.exception', [=> function () {
  1669.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  1670.         }, => 'onKernelException'], 0);
  1671.         $instance->addListener('kernel.controller', [=> function () {
  1672.             return ($this->privates['App\\EventSubscriber\\AbonnementSubcriber'] ?? $this->getAbonnementSubcriberService());
  1673.         }, => 'onKernelRequest'], 10);
  1674.         $instance->addListener('email.forgot.pwd', [=> function () {
  1675.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1676.         }, => 'onForgotPwd'], 0);
  1677.         $instance->addListener('email.new.account', [=> function () {
  1678.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1679.         }, => 'onNewAccount'], 0);
  1680.         $instance->addListener('email.formation.registration', [=> function () {
  1681.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1682.         }, => 'onFormationRegistration'], 0);
  1683.         $instance->addListener('email.formation.reminder', [=> function () {
  1684.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1685.         }, => 'onFormationReminder'], 0);
  1686.         $instance->addListener('email.formation.admin.reminder', [=> function () {
  1687.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1688.         }, => 'onFormationAdminReminder'], 0);
  1689.         $instance->addListener('email.formation.relance', [=> function () {
  1690.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1691.         }, => 'onFormationRelance'], 0);
  1692.         $instance->addListener('email.contact', [=> function () {
  1693.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1694.         }, => 'onContact'], 0);
  1695.         $instance->addListener('email.company.status.change', [=> function () {
  1696.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1697.         }, => 'onCompanyStatusChange'], 0);
  1698.         $instance->addListener('email.subscription.end.admin', [=> function () {
  1699.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1700.         }, => 'onSubscriptionEndAdmin'], 0);
  1701.         $instance->addListener('email.subscription.end.rh', [=> function () {
  1702.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1703.         }, => 'onSubscriptionEndRh'], 0);
  1704.         $instance->addListener('email.subscription.expired.rh', [=> function () {
  1705.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1706.         }, => 'onSubscriptionExpired'], 0);
  1707.         $instance->addListener('email.new.notification', [=> function () {
  1708.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1709.         }, => 'onNotificationNew'], 0);
  1710.         $instance->addListener('email.new.account.relance', [=> function () {
  1711.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1712.         }, => 'onNewAccountRelance'], 0);
  1713.         $instance->addListener('email.completion', [=> function () {
  1714.             return ($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] ?? $this->getEmailNotificationSubscriberService());
  1715.         }, => 'onCompletionLessThan'], 0);
  1716.         $instance->addListener('video.complete', [=> function () {
  1717.             return ($this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'] ?? $this->getLogJwpEventsSubscriberService());
  1718.         }, => 'onVideoComplete'], 0);
  1719.         $instance->addListener('video.formation.progress', [=> function () {
  1720.             return ($this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'] ?? $this->getLogJwpEventsSubscriberService());
  1721.         }, => 'onVideoFormationProgress'], 0);
  1722.         $instance->addListener('kernel.controller', [=> function () {
  1723.             return ($this->privates['App\\EventSubscriber\\LoginAtSubscriber'] ?? $this->getLoginAtSubscriberService());
  1724.         }, => 'onKernelRequest'], 10);
  1725.         $instance->addListener('kernel.request', [=> function () {
  1726.             return ($this->privates['App\\EventSubscriber\\MaintenanceSubscriber'] ?? $this->getMaintenanceSubscriberService());
  1727.         }, => 'onKernelRequest'], 20);
  1728.         $instance->addListener('kernel.response', [=> function () {
  1729.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1730.         }, => 'onKernelResponse'], 0);
  1731.         $instance->addListener('kernel.response', [=> function () {
  1732.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1733.         }, => 'onKernelResponse'], -1024);
  1734.         $instance->addListener('kernel.request', [=> function () {
  1735.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1736.         }, => 'setDefaultLocale'], 100);
  1737.         $instance->addListener('kernel.request', [=> function () {
  1738.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1739.         }, => 'onKernelRequest'], 16);
  1740.         $instance->addListener('kernel.finish_request', [=> function () {
  1741.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1742.         }, => 'onKernelFinishRequest'], 0);
  1743.         $instance->addListener('kernel.request', [=> function () {
  1744.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1745.         }, => 'onKernelRequest'], 256);
  1746.         $instance->addListener('kernel.response', [=> function () {
  1747.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1748.         }, => 'onResponse'], -255);
  1749.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1750.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1751.         }, => 'onControllerArguments'], 0);
  1752.         $instance->addListener('kernel.exception', [=> function () {
  1753.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1754.         }, => 'logKernelException'], 0);
  1755.         $instance->addListener('kernel.exception', [=> function () {
  1756.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1757.         }, => 'onKernelException'], -128);
  1758.         $instance->addListener('kernel.response', [=> function () {
  1759.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1760.         }, => 'removeCspHeader'], -128);
  1761.         $instance->addListener('kernel.request', [=> function () {
  1762.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1763.         }, => 'onKernelRequest'], 15);
  1764.         $instance->addListener('kernel.finish_request', [=> function () {
  1765.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1766.         }, => 'onKernelFinishRequest'], -15);
  1767.         $instance->addListener('console.error', [=> function () {
  1768.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1769.         }, => 'onConsoleError'], -128);
  1770.         $instance->addListener('console.terminate', [=> function () {
  1771.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1772.         }, => 'onConsoleTerminate'], -128);
  1773.         $instance->addListener('console.error', [=> function () {
  1774.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1775.         }, => 'onConsoleError'], 0);
  1776.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1777.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1778.         }, => 'onMessage'], -255);
  1779.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1780.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1781.         }, => 'onMessage'], -255);
  1782.         $instance->addListener('kernel.request', [=> function () {
  1783.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1784.         }, => 'configure'], 2048);
  1785.         $instance->addListener('console.command', [=> function () {
  1786.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1787.         }, => 'configure'], 2048);
  1788.         $instance->addListener('kernel.request', [=> function () {
  1789.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1790.         }, => 'onKernelRequest'], 32);
  1791.         $instance->addListener('kernel.finish_request', [=> function () {
  1792.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1793.         }, => 'onKernelFinishRequest'], 0);
  1794.         $instance->addListener('kernel.exception', [=> function () {
  1795.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1796.         }, => 'onKernelException'], -64);
  1797.         $instance->addListener('kernel.response', [=> function () {
  1798.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1799.         }, => 'onKernelResponse'], 0);
  1800.         $instance->addListener('kernel.request', [=> function () {
  1801.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1802.         }, => 'onKernelRequest'], 128);
  1803.         $instance->addListener('kernel.response', [=> function () {
  1804.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1805.         }, => 'onKernelResponse'], -1000);
  1806.         $instance->addListener('kernel.finish_request', [=> function () {
  1807.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1808.         }, => 'onFinishRequest'], 0);
  1809.         $instance->addListener('kernel.response', [=> function () {
  1810.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1811.         }, => 'onKernelResponse'], -100);
  1812.         $instance->addListener('kernel.exception', [=> function () {
  1813.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1814.         }, => 'onKernelException'], 0);
  1815.         $instance->addListener('kernel.terminate', [=> function () {
  1816.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1817.         }, => 'onKernelTerminate'], -1024);
  1818.         $instance->addListener('kernel.controller', [=> function () {
  1819.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1820.         }, => 'onKernelController'], 0);
  1821.         $instance->addListener('kernel.response', [=> function () {
  1822.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1823.         }, => 'onKernelResponse'], 0);
  1824.         $instance->addListener('console.error', [=> function () {
  1825.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1826.         }, => 'onConsoleError'], 0);
  1827.         $instance->addListener('console.terminate', [=> function () {
  1828.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1829.         }, => 'onConsoleTerminate'], 0);
  1830.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1831.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1832.         }, => 'onMessage'], 0);
  1833.         $instance->addListener('kernel.controller', [=> function () {
  1834.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1835.         }, => 'onKernelController'], 0);
  1836.         $instance->addListener('kernel.controller', [=> function () {
  1837.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1838.         }, => 'onKernelController'], 0);
  1839.         $instance->addListener('kernel.controller', [=> function () {
  1840.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1841.         }, => 'onKernelController'], -128);
  1842.         $instance->addListener('kernel.view', [=> function () {
  1843.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1844.         }, => 'onKernelView'], 0);
  1845.         $instance->addListener('kernel.controller', [=> function () {
  1846.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1847.         }, => 'onKernelController'], 0);
  1848.         $instance->addListener('kernel.response', [=> function () {
  1849.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1850.         }, => 'onKernelResponse'], 0);
  1851.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1852.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1853.         }, => 'onKernelControllerArguments'], 0);
  1854.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1855.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1856.         }, => 'onKernelControllerArguments'], 0);
  1857.         $instance->addListener('kernel.response', [=> function () {
  1858.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1859.         }, => 'onKernelResponse'], -128);
  1860.         $instance->addListener('kernel.response', [=> function () {
  1861.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1862.         }, => 'onKernelResponse'], 0);
  1863.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1864.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1865.         }, => 'onVoterVote'], 0);
  1866.         $instance->addListener('kernel.request', [=> function () {
  1867.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1868.         }, => 'configureLogoutUrlGenerator'], 8);
  1869.         $instance->addListener('kernel.request', [=> function () {
  1870.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1871.         }, => 'onKernelRequest'], 8);
  1872.         $instance->addListener('kernel.finish_request', [=> function () {
  1873.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1874.         }, => 'onKernelFinishRequest'], 0);
  1875.         $instance->addListener('console.command', [=> function () {
  1876.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1877.         }, => 'onCommand'], 255);
  1878.         $instance->addListener('console.terminate', [=> function () {
  1879.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1880.         }, => 'onTerminate'], -255);
  1881.         $instance->addListener('kernel.finish_request', [=> function () {
  1882.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1883.         }, => 'resetAssets'], 0);
  1884.         $instance->addListener('console.command', [=> function () {
  1885.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1886.         }, => 'configure'], 1024);
  1887.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1888.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  1889.         }, => 'onLogout'], 0);
  1890.         return $instance;
  1891.     }
  1892.     /**
  1893.      * Gets the public 'fos_js_routing.controller' shared service.
  1894.      *
  1895.      * @return \FOS\JsRoutingBundle\Controller\Controller
  1896.      */
  1897.     protected function getFosJsRouting_ControllerService()
  1898.     {
  1899.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Controller/Controller.php';
  1900.         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);
  1901.     }
  1902.     /**
  1903.      * Gets the public 'fos_js_routing.extractor' shared service.
  1904.      *
  1905.      * @return \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor
  1906.      */
  1907.     protected function getFosJsRouting_ExtractorService()
  1908.     {
  1909.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractorInterface.php';
  1910.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Extractor/ExposedRoutesExtractor.php';
  1911.         return $this->services['fos_js_routing.extractor'] = new \FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor(($this->services['router'] ?? $this->getRouterService()), [], $this->targetDir.''$this->parameters['kernel.bundles']);
  1912.     }
  1913.     /**
  1914.      * Gets the public 'fos_js_routing.serializer' shared service.
  1915.      *
  1916.      * @return \Symfony\Component\Serializer\Serializer
  1917.      */
  1918.     protected function getFosJsRouting_SerializerService()
  1919.     {
  1920.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1922.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1923.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1924.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1925.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1926.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1927.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1928.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1929.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1930.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RouteCollectionNormalizer.php';
  1931.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Normalizer/RoutesResponseNormalizer.php';
  1932.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Serializer/Denormalizer/RouteCollectionDenormalizer.php';
  1933.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1934.         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()]);
  1935.     }
  1936.     /**
  1937.      * Gets the public 'http_kernel' shared service.
  1938.      *
  1939.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1940.      */
  1941.     protected function getHttpKernelService()
  1942.     {
  1943.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1944.         if (isset($this->services['http_kernel'])) {
  1945.             return $this->services['http_kernel'];
  1946.         }
  1947.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1948.         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 () {
  1949.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  1950.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  1951.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  1952.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  1953.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  1954.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  1955.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  1956.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  1957.         }, 8)), $b));
  1958.     }
  1959.     /**
  1960.      * Gets the public 'knpu.oauth2.client.keycloak' shared service.
  1961.      *
  1962.      * @return \KnpU\OAuth2ClientBundle\Client\Provider\KeycloakClient
  1963.      */
  1964.     protected function getKnpu_Oauth2_Client_KeycloakService()
  1965.     {
  1966.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  1967.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/Provider/KeycloakClient.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  1970.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  1972.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  1973.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  1974.         include_once \dirname(__DIR__4).'/vendor/stevenmaguire/oauth2-keycloak/src/Provider/Keycloak.php';
  1975.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/DependencyInjection/ProviderFactory.php';
  1976.         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())));
  1977.     }
  1978.     /**
  1979.      * Gets the public 'knpu.oauth2.registry' shared service.
  1980.      *
  1981.      * @return \KnpU\OAuth2ClientBundle\Client\ClientRegistry
  1982.      */
  1983.     protected function getKnpu_Oauth2_RegistryService()
  1984.     {
  1985.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  1986.         return $this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['keycloak' => 'knpu.oauth2.client.keycloak']);
  1987.     }
  1988.     /**
  1989.      * Gets the public 'monolog.logger.emails' shared service.
  1990.      *
  1991.      * @return \Symfony\Bridge\Monolog\Logger
  1992.      */
  1993.     protected function getMonolog_Logger_EmailsService()
  1994.     {
  1995.         $this->services['monolog.logger.emails'] = $instance = new \Symfony\Bridge\Monolog\Logger('emails');
  1996.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1997.         $instance->pushHandler(($this->privates['monolog.handler.emails'] ?? $this->getMonolog_Handler_EmailsService()));
  1998.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1999.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2000.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2001.         return $instance;
  2002.     }
  2003.     /**
  2004.      * Gets the public 'request_stack' shared service.
  2005.      *
  2006.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2007.      */
  2008.     protected function getRequestStackService()
  2009.     {
  2010.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2011.     }
  2012.     /**
  2013.      * Gets the public 'router' shared service.
  2014.      *
  2015.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2016.      */
  2017.     protected function getRouterService()
  2018.     {
  2019.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2020.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2021.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2022.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2023.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2024.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2025.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2026.         ], [
  2027.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2028.         ]))->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');
  2029.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2030.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2031.         return $instance;
  2032.     }
  2033.     /**
  2034.      * Gets the public 'routing.loader' shared service.
  2035.      *
  2036.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2037.      */
  2038.     protected function getRouting_LoaderService()
  2039.     {
  2040.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2041.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2042.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2051.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  2052.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  2053.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2055.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2056.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2057.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2058.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2059.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2060.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2063.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2064.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2065.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  2066.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  2067.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  2068.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  2069.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  2070.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  2071.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  2072.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2073.             'kernel' => ['services''kernel''getKernelService'false],
  2074.         ], [
  2075.             'kernel' => 'App\\Kernel',
  2076.         ]), 'dev'));
  2077.         $a->addLoader($c);
  2078.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2079.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2080.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  2081.     }
  2082.     /**
  2083.      * Gets the public 'services_resetter' shared service.
  2084.      *
  2085.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2086.      */
  2087.     protected function getServicesResetterService()
  2088.     {
  2089.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2090.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2091.             if (isset($this->services['cache.app'])) {
  2092.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2093.             }
  2094.             if (isset($this->services['cache.system'])) {
  2095.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2096.             }
  2097.             if (isset($this->privates['cache.validator'])) {
  2098.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2099.             }
  2100.             if (isset($this->privates['cache.serializer'])) {
  2101.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2102.             }
  2103.             if (isset($this->privates['cache.annotations'])) {
  2104.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2105.             }
  2106.             if (isset($this->privates['cache.property_info'])) {
  2107.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2108.             }
  2109.             if (isset($this->privates['.debug.http_client'])) {
  2110.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  2111.             }
  2112.             if (isset($this->privates['mailer.message_logger_listener'])) {
  2113.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  2114.             }
  2115.             if (isset($this->privates['debug.stopwatch'])) {
  2116.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2117.             }
  2118.             if (isset($this->services['event_dispatcher'])) {
  2119.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2120.             }
  2121.             if (isset($this->privates['session_listener'])) {
  2122.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  2123.             }
  2124.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2125.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2126.             }
  2127.             if (isset($this->services['cache.validator_expression_language'])) {
  2128.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  2129.             }
  2130.             if (isset($this->services['.container.private.profiler'])) {
  2131.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  2132.             }
  2133.             if (isset($this->services['.container.private.validator'])) {
  2134.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  2135.             }
  2136.             if (isset($this->services['doctrine'])) {
  2137.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2138.             }
  2139.             if (isset($this->privates['form.type.entity'])) {
  2140.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2141.             }
  2142.             if (isset($this->privates['twig.form.engine'])) {
  2143.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  2144.             }
  2145.             if (isset($this->services['.container.private.security.token_storage'])) {
  2146.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  2147.             }
  2148.             if (isset($this->privates['cache.security_expression_language'])) {
  2149.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2150.             }
  2151.             if (isset($this->privates['monolog.handler.main'])) {
  2152.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2153.             }
  2154.             if (isset($this->privates['monolog.handler.console'])) {
  2155.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2156.             }
  2157.             if (isset($this->privates['monolog.handler.emails'])) {
  2158.                 yield 'monolog.handler.emails' => ($this->privates['monolog.handler.emails'] ?? null);
  2159.             }
  2160.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2161.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  2162.             }
  2163.             if (isset($this->privates['cache.webpack_encore'])) {
  2164.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  2165.             }
  2166.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  2167.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  2168.             }
  2169.             if (isset($this->privates['.debug.http_client'])) {
  2170.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  2171.             }
  2172.         }, function () {
  2173.             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']));
  2174.         }), ['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']]);
  2175.     }
  2176.     /**
  2177.      * Gets the public 'translator' shared service.
  2178.      *
  2179.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2180.      */
  2181.     protected function getTranslatorService()
  2182.     {
  2183.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2184.     }
  2185.     /**
  2186.      * Gets the public 'var_dumper.cloner' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2189.      */
  2190.     protected function getVarDumper_ClonerService()
  2191.     {
  2192.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2193.         $instance->setMaxItems(2500);
  2194.         $instance->setMinDepth(1);
  2195.         $instance->setMaxString(-1);
  2196.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2197.         return $instance;
  2198.     }
  2199.     /**
  2200.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  2201.      *
  2202.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  2203.      */
  2204.     protected function getWebProfiler_Controller_ExceptionPanelService()
  2205.     {
  2206.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  2207.         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()));
  2208.     }
  2209.     /**
  2210.      * Gets the public 'web_profiler.controller.profiler' shared service.
  2211.      *
  2212.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  2213.      */
  2214.     protected function getWebProfiler_Controller_ProfilerService()
  2215.     {
  2216.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  2217.         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));
  2218.     }
  2219.     /**
  2220.      * Gets the public 'web_profiler.controller.router' shared service.
  2221.      *
  2222.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  2223.      */
  2224.     protected function getWebProfiler_Controller_RouterService()
  2225.     {
  2226.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  2227.         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 () {
  2228.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  2229.         }, 1));
  2230.     }
  2231.     /**
  2232.      * Gets the private '.App\Command\CacheImagesCommand.lazy' shared service.
  2233.      *
  2234.      * @return \Symfony\Component\Console\Command\LazyCommand
  2235.      */
  2236.     protected function getCacheImagesCommand_LazyService()
  2237.     {
  2238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2240.         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 {
  2241.             return ($this->privates['App\\Command\\CacheImagesCommand'] ?? $this->getCacheImagesCommandService());
  2242.         });
  2243.     }
  2244.     /**
  2245.      * Gets the private '.App\Command\RegistrationReminderCommand.lazy' shared service.
  2246.      *
  2247.      * @return \Symfony\Component\Console\Command\LazyCommand
  2248.      */
  2249.     protected function getRegistrationReminderCommand_LazyService()
  2250.     {
  2251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2253.         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 {
  2254.             return ($this->privates['App\\Command\\RegistrationReminderCommand'] ?? $this->getRegistrationReminderCommandService());
  2255.         });
  2256.     }
  2257.     /**
  2258.      * Gets the private '.console.command.about.lazy' shared service.
  2259.      *
  2260.      * @return \Symfony\Component\Console\Command\LazyCommand
  2261.      */
  2262.     protected function get_Console_Command_About_LazyService()
  2263.     {
  2264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2266.         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 {
  2267.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  2268.         });
  2269.     }
  2270.     /**
  2271.      * Gets the private '.console.command.assets_install.lazy' shared service.
  2272.      *
  2273.      * @return \Symfony\Component\Console\Command\LazyCommand
  2274.      */
  2275.     protected function get_Console_Command_AssetsInstall_LazyService()
  2276.     {
  2277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2279.         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 {
  2280.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  2281.         });
  2282.     }
  2283.     /**
  2284.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  2285.      *
  2286.      * @return \Symfony\Component\Console\Command\LazyCommand
  2287.      */
  2288.     protected function get_Console_Command_CacheClear_LazyService()
  2289.     {
  2290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2292.         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 {
  2293.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  2294.         });
  2295.     }
  2296.     /**
  2297.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  2298.      *
  2299.      * @return \Symfony\Component\Console\Command\LazyCommand
  2300.      */
  2301.     protected function get_Console_Command_CachePoolClear_LazyService()
  2302.     {
  2303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2304.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2305.         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 {
  2306.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  2307.         });
  2308.     }
  2309.     /**
  2310.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  2311.      *
  2312.      * @return \Symfony\Component\Console\Command\LazyCommand
  2313.      */
  2314.     protected function get_Console_Command_CachePoolDelete_LazyService()
  2315.     {
  2316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2318.         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 {
  2319.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  2320.         });
  2321.     }
  2322.     /**
  2323.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  2324.      *
  2325.      * @return \Symfony\Component\Console\Command\LazyCommand
  2326.      */
  2327.     protected function get_Console_Command_CachePoolList_LazyService()
  2328.     {
  2329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2331.         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 {
  2332.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  2333.         });
  2334.     }
  2335.     /**
  2336.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  2337.      *
  2338.      * @return \Symfony\Component\Console\Command\LazyCommand
  2339.      */
  2340.     protected function get_Console_Command_CachePoolPrune_LazyService()
  2341.     {
  2342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2344.         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 {
  2345.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  2346.         });
  2347.     }
  2348.     /**
  2349.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  2350.      *
  2351.      * @return \Symfony\Component\Console\Command\LazyCommand
  2352.      */
  2353.     protected function get_Console_Command_CacheWarmup_LazyService()
  2354.     {
  2355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2357.         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 {
  2358.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  2359.         });
  2360.     }
  2361.     /**
  2362.      * Gets the private '.console.command.config_debug.lazy' shared service.
  2363.      *
  2364.      * @return \Symfony\Component\Console\Command\LazyCommand
  2365.      */
  2366.     protected function get_Console_Command_ConfigDebug_LazyService()
  2367.     {
  2368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2370.         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 {
  2371.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  2372.         });
  2373.     }
  2374.     /**
  2375.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  2376.      *
  2377.      * @return \Symfony\Component\Console\Command\LazyCommand
  2378.      */
  2379.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  2380.     {
  2381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2383.         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 {
  2384.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  2385.         });
  2386.     }
  2387.     /**
  2388.      * Gets the private '.console.command.container_debug.lazy' shared service.
  2389.      *
  2390.      * @return \Symfony\Component\Console\Command\LazyCommand
  2391.      */
  2392.     protected function get_Console_Command_ContainerDebug_LazyService()
  2393.     {
  2394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2396.         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 {
  2397.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  2398.         });
  2399.     }
  2400.     /**
  2401.      * Gets the private '.console.command.container_lint.lazy' shared service.
  2402.      *
  2403.      * @return \Symfony\Component\Console\Command\LazyCommand
  2404.      */
  2405.     protected function get_Console_Command_ContainerLint_LazyService()
  2406.     {
  2407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2409.         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 {
  2410.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  2411.         });
  2412.     }
  2413.     /**
  2414.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  2415.      *
  2416.      * @return \Symfony\Component\Console\Command\LazyCommand
  2417.      */
  2418.     protected function get_Console_Command_DebugAutowiring_LazyService()
  2419.     {
  2420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2422.         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 {
  2423.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  2424.         });
  2425.     }
  2426.     /**
  2427.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  2428.      *
  2429.      * @return \Symfony\Component\Console\Command\LazyCommand
  2430.      */
  2431.     protected function get_Console_Command_DotenvDebug_LazyService()
  2432.     {
  2433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2435.         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 {
  2436.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  2437.         });
  2438.     }
  2439.     /**
  2440.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  2441.      *
  2442.      * @return \Symfony\Component\Console\Command\LazyCommand
  2443.      */
  2444.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  2445.     {
  2446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2448.         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 {
  2449.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  2450.         });
  2451.     }
  2452.     /**
  2453.      * Gets the private '.console.command.form_debug.lazy' shared service.
  2454.      *
  2455.      * @return \Symfony\Component\Console\Command\LazyCommand
  2456.      */
  2457.     protected function get_Console_Command_FormDebug_LazyService()
  2458.     {
  2459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2461.         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 {
  2462.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  2463.         });
  2464.     }
  2465.     /**
  2466.      * Gets the private '.console.command.router_debug.lazy' shared service.
  2467.      *
  2468.      * @return \Symfony\Component\Console\Command\LazyCommand
  2469.      */
  2470.     protected function get_Console_Command_RouterDebug_LazyService()
  2471.     {
  2472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2474.         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 {
  2475.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  2476.         });
  2477.     }
  2478.     /**
  2479.      * Gets the private '.console.command.router_match.lazy' shared service.
  2480.      *
  2481.      * @return \Symfony\Component\Console\Command\LazyCommand
  2482.      */
  2483.     protected function get_Console_Command_RouterMatch_LazyService()
  2484.     {
  2485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2487.         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 {
  2488.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  2489.         });
  2490.     }
  2491.     /**
  2492.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  2493.      *
  2494.      * @return \Symfony\Component\Console\Command\LazyCommand
  2495.      */
  2496.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  2497.     {
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2500.         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 {
  2501.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  2502.         });
  2503.     }
  2504.     /**
  2505.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  2506.      *
  2507.      * @return \Symfony\Component\Console\Command\LazyCommand
  2508.      */
  2509.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  2510.     {
  2511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2513.         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 {
  2514.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  2515.         });
  2516.     }
  2517.     /**
  2518.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  2519.      *
  2520.      * @return \Symfony\Component\Console\Command\LazyCommand
  2521.      */
  2522.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  2523.     {
  2524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2525.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2526.         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 {
  2527.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  2528.         });
  2529.     }
  2530.     /**
  2531.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  2532.      *
  2533.      * @return \Symfony\Component\Console\Command\LazyCommand
  2534.      */
  2535.     protected function get_Console_Command_SecretsList_LazyService()
  2536.     {
  2537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2539.         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 {
  2540.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  2541.         });
  2542.     }
  2543.     /**
  2544.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  2545.      *
  2546.      * @return \Symfony\Component\Console\Command\LazyCommand
  2547.      */
  2548.     protected function get_Console_Command_SecretsRemove_LazyService()
  2549.     {
  2550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2552.         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 {
  2553.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  2554.         });
  2555.     }
  2556.     /**
  2557.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  2558.      *
  2559.      * @return \Symfony\Component\Console\Command\LazyCommand
  2560.      */
  2561.     protected function get_Console_Command_SecretsSet_LazyService()
  2562.     {
  2563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2564.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2565.         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 {
  2566.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  2567.         });
  2568.     }
  2569.     /**
  2570.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  2571.      *
  2572.      * @return \Symfony\Component\Console\Command\LazyCommand
  2573.      */
  2574.     protected function get_Console_Command_TranslationDebug_LazyService()
  2575.     {
  2576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2578.         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 {
  2579.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  2580.         });
  2581.     }
  2582.     /**
  2583.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  2584.      *
  2585.      * @return \Symfony\Component\Console\Command\LazyCommand
  2586.      */
  2587.     protected function get_Console_Command_TranslationExtract_LazyService()
  2588.     {
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2591.         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 {
  2592.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  2593.         });
  2594.     }
  2595.     /**
  2596.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  2597.      *
  2598.      * @return \Symfony\Component\Console\Command\LazyCommand
  2599.      */
  2600.     protected function get_Console_Command_TranslationPull_LazyService()
  2601.     {
  2602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2604.         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 {
  2605.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  2606.         });
  2607.     }
  2608.     /**
  2609.      * Gets the private '.console.command.translation_push.lazy' shared service.
  2610.      *
  2611.      * @return \Symfony\Component\Console\Command\LazyCommand
  2612.      */
  2613.     protected function get_Console_Command_TranslationPush_LazyService()
  2614.     {
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2617.         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 {
  2618.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  2619.         });
  2620.     }
  2621.     /**
  2622.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  2623.      *
  2624.      * @return \Symfony\Component\Console\Command\LazyCommand
  2625.      */
  2626.     protected function get_Console_Command_ValidatorDebug_LazyService()
  2627.     {
  2628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2630.         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 {
  2631.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  2632.         });
  2633.     }
  2634.     /**
  2635.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  2636.      *
  2637.      * @return \Symfony\Component\Console\Command\LazyCommand
  2638.      */
  2639.     protected function get_Console_Command_XliffLint_LazyService()
  2640.     {
  2641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2643.         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 {
  2644.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  2645.         });
  2646.     }
  2647.     /**
  2648.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  2649.      *
  2650.      * @return \Symfony\Component\Console\Command\LazyCommand
  2651.      */
  2652.     protected function get_Console_Command_YamlLint_LazyService()
  2653.     {
  2654.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2656.         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 {
  2657.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  2658.         });
  2659.     }
  2660.     /**
  2661.      * Gets the private '.debug.http_client' shared service.
  2662.      *
  2663.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2664.      */
  2665.     protected function get_Debug_HttpClientService()
  2666.     {
  2667.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2668.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2669.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2670.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2671.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2672.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2673.         $a->setLogger($b);
  2674.         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))));
  2675.     }
  2676.     /**
  2677.      * Gets the private '.errored..service_locator.1qmr3HS.App\Entity\Company' shared service.
  2678.      *
  2679.      * @return \App\Entity\Company
  2680.      */
  2681.     protected function getCompanyService()
  2682.     {
  2683.         $this->throw('Cannot autowire service ".service_locator.1qmr3HS": it references class "App\\Entity\\Company" but no such service exists.');
  2684.     }
  2685.     /**
  2686.      * Gets the private '.errored..service_locator.93D7QMa.App\Entity\User' shared service.
  2687.      *
  2688.      * @return \App\Entity\User
  2689.      */
  2690.     protected function getUserService()
  2691.     {
  2692.         $this->throw('Cannot autowire service ".service_locator.93D7QMa": it references class "App\\Entity\\User" but no such service exists.');
  2693.     }
  2694.     /**
  2695.      * Gets the private '.errored..service_locator.93D7QMa.Symfony\Bridge\Doctrine\ManagerRegistry' shared service.
  2696.      *
  2697.      * @return \Symfony\Bridge\Doctrine\ManagerRegistry
  2698.      */
  2699.     protected function getManagerRegistryService()
  2700.     {
  2701.         $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.');
  2702.     }
  2703.     /**
  2704.      * Gets the private '.errored..service_locator.BMUL7dR.App\Entity\Company' shared service.
  2705.      *
  2706.      * @return \App\Entity\Company
  2707.      */
  2708.     protected function getCompany2Service()
  2709.     {
  2710.         $this->throw('Cannot autowire service ".service_locator.BMUL7dR": it references class "App\\Entity\\Company" but no such service exists.');
  2711.     }
  2712.     /**
  2713.      * Gets the private '.errored..service_locator.FqPypcQ.App\Entity\Company' shared service.
  2714.      *
  2715.      * @return \App\Entity\Company
  2716.      */
  2717.     protected function getCompany3Service()
  2718.     {
  2719.         $this->throw('Cannot autowire service ".service_locator.FqPypcQ": it references class "App\\Entity\\Company" but no such service exists.');
  2720.     }
  2721.     /**
  2722.      * Gets the private '.errored..service_locator.GiMBQJE.App\Entity\Company' shared service.
  2723.      *
  2724.      * @return \App\Entity\Company
  2725.      */
  2726.     protected function getCompany4Service()
  2727.     {
  2728.         $this->throw('Cannot autowire service ".service_locator.GiMBQJE": it references class "App\\Entity\\Company" but no such service exists.');
  2729.     }
  2730.     /**
  2731.      * Gets the private '.errored..service_locator.JtLgf8e.App\Entity\Formation' shared service.
  2732.      *
  2733.      * @return \App\Entity\Formation
  2734.      */
  2735.     protected function getFormationService()
  2736.     {
  2737.         $this->throw('Cannot autowire service ".service_locator.JtLgf8e": it references class "App\\Entity\\Formation" but no such service exists.');
  2738.     }
  2739.     /**
  2740.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  2741.      *
  2742.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  2743.      */
  2744.     protected function getLoaderInterfaceService()
  2745.     {
  2746.         $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".');
  2747.     }
  2748.     /**
  2749.      * Gets the private '.errored..service_locator.O95UKUv.App\Entity\User' shared service.
  2750.      *
  2751.      * @return \App\Entity\User
  2752.      */
  2753.     protected function getUser2Service()
  2754.     {
  2755.         $this->throw('Cannot autowire service ".service_locator.O95UKUv": it references class "App\\Entity\\User" but no such service exists.');
  2756.     }
  2757.     /**
  2758.      * Gets the private '.errored..service_locator.Qf7futZ.App\Entity\Company' shared service.
  2759.      *
  2760.      * @return \App\Entity\Company
  2761.      */
  2762.     protected function getCompany5Service()
  2763.     {
  2764.         $this->throw('Cannot autowire service ".service_locator.Qf7futZ": it references class "App\\Entity\\Company" but no such service exists.');
  2765.     }
  2766.     /**
  2767.      * Gets the private '.errored..service_locator.Qgkw6e_.App\Entity\User' shared service.
  2768.      *
  2769.      * @return \App\Entity\User
  2770.      */
  2771.     protected function getUser3Service()
  2772.     {
  2773.         $this->throw('Cannot autowire service ".service_locator.Qgkw6e_": it references class "App\\Entity\\User" but no such service exists.');
  2774.     }
  2775.     /**
  2776.      * Gets the private '.errored..service_locator.YK278V..App\Entity\Company' shared service.
  2777.      *
  2778.      * @return \App\Entity\Company
  2779.      */
  2780.     protected function getCompany6Service()
  2781.     {
  2782.         $this->throw('Cannot autowire service ".service_locator.YK278V.": it references class "App\\Entity\\Company" but no such service exists.');
  2783.     }
  2784.     /**
  2785.      * Gets the private '.errored..service_locator._Lgsrjl.App\Entity\Company' shared service.
  2786.      *
  2787.      * @return \App\Entity\Company
  2788.      */
  2789.     protected function getCompany7Service()
  2790.     {
  2791.         $this->throw('Cannot autowire service ".service_locator._Lgsrjl": it references class "App\\Entity\\Company" but no such service exists.');
  2792.     }
  2793.     /**
  2794.      * Gets the private '.errored..service_locator.b5sN5od.App\Entity\Formation' shared service.
  2795.      *
  2796.      * @return \App\Entity\Formation
  2797.      */
  2798.     protected function getFormation2Service()
  2799.     {
  2800.         $this->throw('Cannot autowire service ".service_locator.b5sN5od": it references class "App\\Entity\\Formation" but no such service exists.');
  2801.     }
  2802.     /**
  2803.      * Gets the private '.errored..service_locator.ch4Jgvl.App\Entity\User' shared service.
  2804.      *
  2805.      * @return \App\Entity\User
  2806.      */
  2807.     protected function getUser4Service()
  2808.     {
  2809.         $this->throw('Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists.');
  2810.     }
  2811.     /**
  2812.      * Gets the private '.errored..service_locator.h8eZpTL.App\Entity\Formation' shared service.
  2813.      *
  2814.      * @return \App\Entity\Formation
  2815.      */
  2816.     protected function getFormation3Service()
  2817.     {
  2818.         $this->throw('Cannot autowire service ".service_locator.h8eZpTL": it references class "App\\Entity\\Formation" but no such service exists.');
  2819.     }
  2820.     /**
  2821.      * Gets the private '.errored..service_locator.l_yBdsX.App\Entity\Company' shared service.
  2822.      *
  2823.      * @return \App\Entity\Company
  2824.      */
  2825.     protected function getCompany8Service()
  2826.     {
  2827.         $this->throw('Cannot autowire service ".service_locator.l_yBdsX": it references class "App\\Entity\\Company" but no such service exists.');
  2828.     }
  2829.     /**
  2830.      * Gets the private '.errored..service_locator.nlOzWfg.App\Entity\Company' shared service.
  2831.      *
  2832.      * @return \App\Entity\Company
  2833.      */
  2834.     protected function getCompany9Service()
  2835.     {
  2836.         $this->throw('Cannot autowire service ".service_locator.nlOzWfg": it references class "App\\Entity\\Company" but no such service exists.');
  2837.     }
  2838.     /**
  2839.      * Gets the private '.errored..service_locator.s_kH3X..Symfony\Bridge\Doctrine\ManagerRegistry' shared service.
  2840.      *
  2841.      * @return \Symfony\Bridge\Doctrine\ManagerRegistry
  2842.      */
  2843.     protected function getManagerRegistry2Service()
  2844.     {
  2845.         $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.');
  2846.     }
  2847.     /**
  2848.      * Gets the private '.errored..service_locator.u1nOMGq.App\Entity\User' shared service.
  2849.      *
  2850.      * @return \App\Entity\User
  2851.      */
  2852.     protected function getUser5Service()
  2853.     {
  2854.         $this->throw('Cannot autowire service ".service_locator.u1nOMGq": it references class "App\\Entity\\User" but no such service exists.');
  2855.     }
  2856.     /**
  2857.      * Gets the private '.errored..service_locator.xW3Q9Bt.App\Entity\Company' shared service.
  2858.      *
  2859.      * @return \App\Entity\Company
  2860.      */
  2861.     protected function getCompany10Service()
  2862.     {
  2863.         $this->throw('Cannot autowire service ".service_locator.xW3Q9Bt": it references class "App\\Entity\\Company" but no such service exists.');
  2864.     }
  2865.     /**
  2866.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  2867.      *
  2868.      * @return \Symfony\Component\Console\Command\LazyCommand
  2869.      */
  2870.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  2871.     {
  2872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2874.         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 {
  2875.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  2876.         });
  2877.     }
  2878.     /**
  2879.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  2880.      *
  2881.      * @return \Symfony\Component\Console\Command\LazyCommand
  2882.      */
  2883.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  2884.     {
  2885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2887.         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 {
  2888.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  2889.         });
  2890.     }
  2891.     /**
  2892.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  2893.      *
  2894.      * @return \Symfony\Component\Console\Command\LazyCommand
  2895.      */
  2896.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  2897.     {
  2898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2900.         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 {
  2901.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  2902.         });
  2903.     }
  2904.     /**
  2905.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  2906.      *
  2907.      * @return \Symfony\Component\Console\Command\LazyCommand
  2908.      */
  2909.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  2910.     {
  2911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2913.         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 {
  2914.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  2915.         });
  2916.     }
  2917.     /**
  2918.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  2919.      *
  2920.      * @return \Symfony\Component\Console\Command\LazyCommand
  2921.      */
  2922.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  2923.     {
  2924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2926.         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 {
  2927.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  2928.         });
  2929.     }
  2930.     /**
  2931.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  2932.      *
  2933.      * @return \Symfony\Component\Console\Command\LazyCommand
  2934.      */
  2935.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  2936.     {
  2937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2939.         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 {
  2940.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  2941.         });
  2942.     }
  2943.     /**
  2944.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  2945.      *
  2946.      * @return \Symfony\Component\Console\Command\LazyCommand
  2947.      */
  2948.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  2949.     {
  2950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2952.         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 {
  2953.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  2954.         });
  2955.     }
  2956.     /**
  2957.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  2958.      *
  2959.      * @return \Symfony\Component\Console\Command\LazyCommand
  2960.      */
  2961.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  2962.     {
  2963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2965.         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 {
  2966.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  2967.         });
  2968.     }
  2969.     /**
  2970.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  2971.      *
  2972.      * @return \Symfony\Component\Console\Command\LazyCommand
  2973.      */
  2974.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  2975.     {
  2976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2978.         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 {
  2979.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  2980.         });
  2981.     }
  2982.     /**
  2983.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  2984.      *
  2985.      * @return \Symfony\Component\Console\Command\LazyCommand
  2986.      */
  2987.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  2988.     {
  2989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  2991.         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 {
  2992.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  2993.         });
  2994.     }
  2995.     /**
  2996.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  2997.      *
  2998.      * @return \Symfony\Component\Console\Command\LazyCommand
  2999.      */
  3000.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  3001.     {
  3002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3004.         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 {
  3005.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  3006.         });
  3007.     }
  3008.     /**
  3009.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  3010.      *
  3011.      * @return \Symfony\Component\Console\Command\LazyCommand
  3012.      */
  3013.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  3014.     {
  3015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3017.         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 {
  3018.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  3019.         });
  3020.     }
  3021.     /**
  3022.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  3023.      *
  3024.      * @return \Symfony\Component\Console\Command\LazyCommand
  3025.      */
  3026.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  3027.     {
  3028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3030.         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 {
  3031.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  3032.         });
  3033.     }
  3034.     /**
  3035.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  3036.      *
  3037.      * @return \Symfony\Component\Console\Command\LazyCommand
  3038.      */
  3039.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  3040.     {
  3041.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3043.         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 {
  3044.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  3045.         });
  3046.     }
  3047.     /**
  3048.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  3049.      *
  3050.      * @return \Symfony\Component\Console\Command\LazyCommand
  3051.      */
  3052.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  3053.     {
  3054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3056.         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 {
  3057.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  3058.         });
  3059.     }
  3060.     /**
  3061.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  3062.      *
  3063.      * @return \Symfony\Component\Console\Command\LazyCommand
  3064.      */
  3065.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3069.         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 {
  3070.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  3071.         });
  3072.     }
  3073.     /**
  3074.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  3075.      *
  3076.      * @return \Symfony\Component\Console\Command\LazyCommand
  3077.      */
  3078.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  3079.     {
  3080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3082.         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 {
  3083.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  3084.         });
  3085.     }
  3086.     /**
  3087.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  3088.      *
  3089.      * @return \Symfony\Component\Console\Command\LazyCommand
  3090.      */
  3091.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  3092.     {
  3093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3095.         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 {
  3096.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  3097.         });
  3098.     }
  3099.     /**
  3100.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  3101.      *
  3102.      * @return \Symfony\Component\Console\Command\LazyCommand
  3103.      */
  3104.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  3105.     {
  3106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3108.         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 {
  3109.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  3110.         });
  3111.     }
  3112.     /**
  3113.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  3114.      *
  3115.      * @return \Symfony\Component\Console\Command\LazyCommand
  3116.      */
  3117.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  3118.     {
  3119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3120.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3121.         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 {
  3122.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  3123.         });
  3124.     }
  3125.     /**
  3126.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  3127.      *
  3128.      * @return \Symfony\Component\Console\Command\LazyCommand
  3129.      */
  3130.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  3131.     {
  3132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3134.         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 {
  3135.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  3136.         });
  3137.     }
  3138.     /**
  3139.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  3140.      *
  3141.      * @return \Symfony\Component\Console\Command\LazyCommand
  3142.      */
  3143.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  3144.     {
  3145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3147.         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 {
  3148.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  3149.         });
  3150.     }
  3151.     /**
  3152.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  3153.      *
  3154.      * @return \Symfony\Component\Console\Command\LazyCommand
  3155.      */
  3156.     protected function get_Monolog_Command_ServerLog_LazyService()
  3157.     {
  3158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3159.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3160.         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 {
  3161.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  3162.         });
  3163.     }
  3164.     /**
  3165.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  3166.      *
  3167.      * @return \Symfony\Component\Console\Command\LazyCommand
  3168.      */
  3169.     protected function get_Security_Command_DebugFirewall_LazyService()
  3170.     {
  3171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3173.         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 {
  3174.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  3175.         });
  3176.     }
  3177.     /**
  3178.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  3179.      *
  3180.      * @return \Symfony\Component\Console\Command\LazyCommand
  3181.      */
  3182.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  3183.     {
  3184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3186.         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 {
  3187.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  3188.         });
  3189.     }
  3190.     /**
  3191.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  3192.      *
  3193.      * @return \Symfony\Component\Console\Command\LazyCommand
  3194.      */
  3195.     protected function get_Security_Command_UserPasswordHash_LazyService()
  3196.     {
  3197.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  3199.         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 {
  3200.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  3201.         });
  3202.     }
  3203.     /**
  3204.      * Gets the private '.service_locator..xEWdnp' shared service.
  3205.      *
  3206.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3207.      */
  3208.     protected function get_ServiceLocator__XEWdnpService()
  3209.     {
  3210.         return $this->privates['.service_locator..xEWdnp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3211.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  3212.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3213.             'notificationService' => ['privates''App\\Service\\notification\\NotificationService''getNotificationServiceService'false],
  3214.             'urlGenerator' => ['services''router''getRouterService'false],
  3215.         ], [
  3216.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  3217.             'managerRegistry' => '?',
  3218.             'notificationService' => 'App\\Service\\notification\\NotificationService',
  3219.             'urlGenerator' => '?',
  3220.         ]);
  3221.     }
  3222.     /**
  3223.      * Gets the private '.service_locator.1qmr3HS' shared service.
  3224.      *
  3225.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3226.      */
  3227.     protected function get_ServiceLocator_1qmr3HSService()
  3228.     {
  3229.         return $this->privates['.service_locator.1qmr3HS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3230.             '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.'],
  3231.             'importUser' => ['privates''App\\Service\\import\\ImportUser''getImportUserService'false],
  3232.         ], [
  3233.             'company' => 'App\\Entity\\Company',
  3234.             'importUser' => 'App\\Service\\import\\ImportUser',
  3235.         ]);
  3236.     }
  3237.     /**
  3238.      * Gets the private '.service_locator.5c1zT42' shared service.
  3239.      *
  3240.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3241.      */
  3242.     protected function get_ServiceLocator_5c1zT42Service()
  3243.     {
  3244.         return $this->privates['.service_locator.5c1zT42'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3245.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  3246.         ], [
  3247.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  3248.         ]);
  3249.     }
  3250.     /**
  3251.      * Gets the private '.service_locator.75l7mhD' shared service.
  3252.      *
  3253.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3254.      */
  3255.     protected function get_ServiceLocator_75l7mhDService()
  3256.     {
  3257.         return $this->privates['.service_locator.75l7mhD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3258.             'exportUser' => ['privates''App\\Service\\export\\ExportUser''getExportUserService'false],
  3259.         ], [
  3260.             'exportUser' => 'App\\Service\\export\\ExportUser',
  3261.         ]);
  3262.     }
  3263.     /**
  3264.      * Gets the private '.service_locator.93D7QMa' shared service.
  3265.      *
  3266.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3267.      */
  3268.     protected function get_ServiceLocator_93D7QMaService()
  3269.     {
  3270.         return $this->privates['.service_locator.93D7QMa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3271.             '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.'],
  3272.             '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.'],
  3273.         ], [
  3274.             'managerRegistry' => 'Symfony\\Bridge\\Doctrine\\ManagerRegistry',
  3275.             'user' => 'App\\Entity\\User',
  3276.         ]);
  3277.     }
  3278.     /**
  3279.      * Gets the private '.service_locator.9Sx_zIX' shared service.
  3280.      *
  3281.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3282.      */
  3283.     protected function get_ServiceLocator_9SxZIXService()
  3284.     {
  3285.         return $this->privates['.service_locator.9Sx_zIX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3286.             'notificationService' => ['privates''App\\Service\\notification\\NotificationService''getNotificationServiceService'false],
  3287.         ], [
  3288.             'notificationService' => 'App\\Service\\notification\\NotificationService',
  3289.         ]);
  3290.     }
  3291.     /**
  3292.      * Gets the private '.service_locator.BMUL7dR' shared service.
  3293.      *
  3294.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3295.      */
  3296.     protected function get_ServiceLocator_BMUL7dRService()
  3297.     {
  3298.         return $this->privates['.service_locator.BMUL7dR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3299.             '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.'],
  3300.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3301.         ], [
  3302.             'company' => 'App\\Entity\\Company',
  3303.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3304.         ]);
  3305.     }
  3306.     /**
  3307.      * Gets the private '.service_locator.BcsTf_h' shared service.
  3308.      *
  3309.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3310.      */
  3311.     protected function get_ServiceLocator_BcsTfHService()
  3312.     {
  3313.         return $this->privates['.service_locator.BcsTf_h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3314.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  3315.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  3316.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  3317.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  3318.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3319.             'router' => ['services''router''getRouterService'false],
  3320.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3321.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  3322.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3323.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  3324.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  3325.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3326.         ], [
  3327.             'doctrine' => '?',
  3328.             'form.factory' => '?',
  3329.             'http_kernel' => '?',
  3330.             'parameter_bag' => '?',
  3331.             'request_stack' => '?',
  3332.             'router' => '?',
  3333.             'security.authorization_checker' => '?',
  3334.             'security.csrf.token_manager' => '?',
  3335.             'security.token_storage' => '?',
  3336.             'serializer' => '?',
  3337.             'session' => '.session.deprecated',
  3338.             'twig' => '?',
  3339.         ]);
  3340.     }
  3341.     /**
  3342.      * Gets the private '.service_locator.ElBLRZs' shared service.
  3343.      *
  3344.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3345.      */
  3346.     protected function get_ServiceLocator_ElBLRZsService()
  3347.     {
  3348.         return $this->privates['.service_locator.ElBLRZs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3349.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3350.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  3351.         ], [
  3352.             'eventDispatcher' => '?',
  3353.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  3354.         ]);
  3355.     }
  3356.     /**
  3357.      * Gets the private '.service_locator.FqPypcQ' shared service.
  3358.      *
  3359.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3360.      */
  3361.     protected function get_ServiceLocator_FqPypcQService()
  3362.     {
  3363.         return $this->privates['.service_locator.FqPypcQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3364.             '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.'],
  3365.             'importDepartment' => ['privates''App\\Service\\import\\ImportDepartment''getImportDepartmentService'false],
  3366.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  3367.         ], [
  3368.             'company' => 'App\\Entity\\Company',
  3369.             'importDepartment' => 'App\\Service\\import\\ImportDepartment',
  3370.             'upload' => 'App\\Service\\Utils\\Upload',
  3371.         ]);
  3372.     }
  3373.     /**
  3374.      * Gets the private '.service_locator.GiMBQJE' shared service.
  3375.      *
  3376.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3377.      */
  3378.     protected function get_ServiceLocator_GiMBQJEService()
  3379.     {
  3380.         return $this->privates['.service_locator.GiMBQJE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3381.             '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.'],
  3382.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3383.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3384.         ], [
  3385.             'company' => 'App\\Entity\\Company',
  3386.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3387.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3388.         ]);
  3389.     }
  3390.     /**
  3391.      * Gets the private '.service_locator.HLJO_K5' shared service.
  3392.      *
  3393.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3394.      */
  3395.     protected function get_ServiceLocator_HLJOK5Service()
  3396.     {
  3397.         return $this->privates['.service_locator.HLJO_K5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3398.             'em' => ['services''doctrine''getDoctrineService'false],
  3399.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3400.         ], [
  3401.             'em' => '?',
  3402.             'eventDispatcher' => '?',
  3403.         ]);
  3404.     }
  3405.     /**
  3406.      * Gets the private '.service_locator.HoUVouA' shared service.
  3407.      *
  3408.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3409.      */
  3410.     protected function get_ServiceLocator_HoUVouAService()
  3411.     {
  3412.         return $this->privates['.service_locator.HoUVouA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3413.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3414.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3415.         ], [
  3416.             'eventDispatcher' => '?',
  3417.             'managerRegistry' => '?',
  3418.         ]);
  3419.     }
  3420.     /**
  3421.      * Gets the private '.service_locator.JFWvM5G' shared service.
  3422.      *
  3423.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3424.      */
  3425.     protected function get_ServiceLocator_JFWvM5GService()
  3426.     {
  3427.         return $this->privates['.service_locator.JFWvM5G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3428.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3429.         ], [
  3430.             'managerRegistry' => '?',
  3431.         ]);
  3432.     }
  3433.     /**
  3434.      * Gets the private '.service_locator.JtLgf8e' shared service.
  3435.      *
  3436.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3437.      */
  3438.     protected function get_ServiceLocator_JtLgf8eService()
  3439.     {
  3440.         return $this->privates['.service_locator.JtLgf8e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3441.             'activityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  3442.             '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.'],
  3443.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  3444.             'slugger' => ['privates''slugger''getSluggerService'false],
  3445.         ], [
  3446.             'activityRepository' => 'App\\Repository\\ActivityRepository',
  3447.             'formation' => 'App\\Entity\\Formation',
  3448.             'formationService' => 'App\\Service\\formation\\FormationService',
  3449.             'slugger' => '?',
  3450.         ]);
  3451.     }
  3452.     /**
  3453.      * Gets the private '.service_locator.KfbR3DY' shared service.
  3454.      *
  3455.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3456.      */
  3457.     protected function get_ServiceLocator_KfbR3DYService()
  3458.     {
  3459.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3460.             '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".'],
  3461.         ], [
  3462.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3463.         ]);
  3464.     }
  3465.     /**
  3466.      * Gets the private '.service_locator.L.SGgV6' shared service.
  3467.      *
  3468.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3469.      */
  3470.     protected function get_ServiceLocator_L_SGgV6Service()
  3471.     {
  3472.         return $this->privates['.service_locator.L.SGgV6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3473.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3474.             'statisticsService' => ['privates''App\\Service\\statistics\\StatisticsService''getStatisticsServiceService'false],
  3475.         ], [
  3476.             'managerRegistry' => '?',
  3477.             'statisticsService' => 'App\\Service\\statistics\\StatisticsService',
  3478.         ]);
  3479.     }
  3480.     /**
  3481.      * Gets the private '.service_locator.Lc9schy' shared service.
  3482.      *
  3483.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3484.      */
  3485.     protected function get_ServiceLocator_Lc9schyService()
  3486.     {
  3487.         return $this->privates['.service_locator.Lc9schy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3488.             'jwpFilter' => ['privates''App\\Service\\Algo\\JwpFilter''getJwpFilterService'false],
  3489.         ], [
  3490.             'jwpFilter' => 'App\\Service\\Algo\\JwpFilter',
  3491.         ]);
  3492.     }
  3493.     /**
  3494.      * Gets the private '.service_locator.LiyckpW' shared service.
  3495.      *
  3496.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3497.      */
  3498.     protected function get_ServiceLocator_LiyckpWService()
  3499.     {
  3500.         return $this->privates['.service_locator.LiyckpW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3501.             'adviceHandler' => ['privates''App\\Service\\AdviceHandler''getAdviceHandlerService'false],
  3502.         ], [
  3503.             'adviceHandler' => 'App\\Service\\AdviceHandler',
  3504.         ]);
  3505.     }
  3506.     /**
  3507.      * Gets the private '.service_locator.Nsn8Fps' shared service.
  3508.      *
  3509.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3510.      */
  3511.     protected function get_ServiceLocator_Nsn8FpsService()
  3512.     {
  3513.         return $this->privates['.service_locator.Nsn8Fps'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3514.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3515.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3516.         ], [
  3517.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3518.             'eventDispatcher' => '?',
  3519.         ]);
  3520.     }
  3521.     /**
  3522.      * Gets the private '.service_locator.O95UKUv' shared service.
  3523.      *
  3524.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3525.      */
  3526.     protected function get_ServiceLocator_O95UKUvService()
  3527.     {
  3528.         return $this->privates['.service_locator.O95UKUv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3529.             'encoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  3530.             'jwt' => ['privates''App\\Service\\JwtHandler''getJwtHandlerService'false],
  3531.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3532.             '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.'],
  3533.         ], [
  3534.             'encoder' => '?',
  3535.             'jwt' => 'App\\Service\\JwtHandler',
  3536.             'managerRegistry' => '?',
  3537.             'user' => 'App\\Entity\\User',
  3538.         ]);
  3539.     }
  3540.     /**
  3541.      * Gets the private '.service_locator.PVhVy6Z' shared service.
  3542.      *
  3543.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3544.      */
  3545.     protected function get_ServiceLocator_PVhVy6ZService()
  3546.     {
  3547.         return $this->privates['.service_locator.PVhVy6Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3548.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3549.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3550.             'profileService' => ['privates''App\\Service\\profile\\ProfileService''getProfileServiceService'false],
  3551.         ], [
  3552.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3553.             'managerRegistry' => '?',
  3554.             'profileService' => 'App\\Service\\profile\\ProfileService',
  3555.         ]);
  3556.     }
  3557.     /**
  3558.      * Gets the private '.service_locator.QcljCGs' shared service.
  3559.      *
  3560.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3561.      */
  3562.     protected function get_ServiceLocator_QcljCGsService()
  3563.     {
  3564.         return $this->privates['.service_locator.QcljCGs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3565.             'dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3566.         ], [
  3567.             'dispatcher' => '?',
  3568.         ]);
  3569.     }
  3570.     /**
  3571.      * Gets the private '.service_locator.Qf7futZ' shared service.
  3572.      *
  3573.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3574.      */
  3575.     protected function get_ServiceLocator_Qf7futZService()
  3576.     {
  3577.         return $this->privates['.service_locator.Qf7futZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3578.             '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.'],
  3579.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3580.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  3581.         ], [
  3582.             'company' => 'App\\Entity\\Company',
  3583.             'eventDispatcher' => '?',
  3584.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  3585.         ]);
  3586.     }
  3587.     /**
  3588.      * Gets the private '.service_locator.Qgkw6e_' shared service.
  3589.      *
  3590.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3591.      */
  3592.     protected function get_ServiceLocator_Qgkw6eService()
  3593.     {
  3594.         return $this->privates['.service_locator.Qgkw6e_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3595.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3596.             '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.'],
  3597.         ], [
  3598.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3599.             'user' => 'App\\Entity\\User',
  3600.         ]);
  3601.     }
  3602.     /**
  3603.      * Gets the private '.service_locator.SUleZB5' shared service.
  3604.      *
  3605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3606.      */
  3607.     protected function get_ServiceLocator_SUleZB5Service()
  3608.     {
  3609.         return $this->privates['.service_locator.SUleZB5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3610.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3611.         ], [
  3612.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3613.         ]);
  3614.     }
  3615.     /**
  3616.      * Gets the private '.service_locator.TJhMHtV' shared service.
  3617.      *
  3618.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3619.      */
  3620.     protected function get_ServiceLocator_TJhMHtVService()
  3621.     {
  3622.         return $this->privates['.service_locator.TJhMHtV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3623.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  3624.         ], [
  3625.             'formationService' => 'App\\Service\\formation\\FormationService',
  3626.         ]);
  3627.     }
  3628.     /**
  3629.      * Gets the private '.service_locator.V4LACkG' shared service.
  3630.      *
  3631.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3632.      */
  3633.     protected function get_ServiceLocator_V4LACkGService()
  3634.     {
  3635.         return $this->privates['.service_locator.V4LACkG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3636.             'formationRepository' => ['privates''App\\Repository\\FormationRepository''getFormationRepositoryService'false],
  3637.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  3638.         ], [
  3639.             'formationRepository' => 'App\\Repository\\FormationRepository',
  3640.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  3641.         ]);
  3642.     }
  3643.     /**
  3644.      * Gets the private '.service_locator.XLT1iWZ' shared service.
  3645.      *
  3646.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3647.      */
  3648.     protected function get_ServiceLocator_XLT1iWZService()
  3649.     {
  3650.         return $this->privates['.service_locator.XLT1iWZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3651.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3652.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3653.             'profileService' => ['privates''App\\Service\\profile\\ProfileService''getProfileServiceService'false],
  3654.         ], [
  3655.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3656.             'managerRegistry' => '?',
  3657.             'profileService' => 'App\\Service\\profile\\ProfileService',
  3658.         ]);
  3659.     }
  3660.     /**
  3661.      * Gets the private '.service_locator.YK278V.' shared service.
  3662.      *
  3663.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3664.      */
  3665.     protected function get_ServiceLocator_YK278V_Service()
  3666.     {
  3667.         return $this->privates['.service_locator.YK278V.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3668.             '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.'],
  3669.         ], [
  3670.             'company' => 'App\\Entity\\Company',
  3671.         ]);
  3672.     }
  3673.     /**
  3674.      * Gets the private '.service_locator.ZahhcoK' shared service.
  3675.      *
  3676.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3677.      */
  3678.     protected function get_ServiceLocator_ZahhcoKService()
  3679.     {
  3680.         return $this->privates['.service_locator.ZahhcoK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3681.             'exportUser' => ['privates''App\\Service\\export\\ExportUser''getExportUserService'false],
  3682.             'userRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  3683.         ], [
  3684.             'exportUser' => 'App\\Service\\export\\ExportUser',
  3685.             'userRepository' => 'App\\Repository\\UserRepository',
  3686.         ]);
  3687.     }
  3688.     /**
  3689.      * Gets the private '.service_locator._Lgsrjl' shared service.
  3690.      *
  3691.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3692.      */
  3693.     protected function get_ServiceLocator_LgsrjlService()
  3694.     {
  3695.         return $this->privates['.service_locator._Lgsrjl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3696.             '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.'],
  3697.             'featuresService' => ['privates''App\\Service\\subscription\\FeaturesService''getFeaturesServiceService'false],
  3698.             'slugger' => ['privates''slugger''getSluggerService'false],
  3699.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  3700.         ], [
  3701.             'company' => 'App\\Entity\\Company',
  3702.             'featuresService' => 'App\\Service\\subscription\\FeaturesService',
  3703.             'slugger' => '?',
  3704.             'upload' => 'App\\Service\\Utils\\Upload',
  3705.         ]);
  3706.     }
  3707.     /**
  3708.      * Gets the private '.service_locator._hcRrRW' shared service.
  3709.      *
  3710.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3711.      */
  3712.     protected function get_ServiceLocator_HcRrRWService()
  3713.     {
  3714.         return $this->privates['.service_locator._hcRrRW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3715.             'userFavoritesService' => ['privates''App\\Service\\favorites\\UserFavoritesService''getUserFavoritesServiceService'false],
  3716.         ], [
  3717.             'userFavoritesService' => 'App\\Service\\favorites\\UserFavoritesService',
  3718.         ]);
  3719.     }
  3720.     /**
  3721.      * Gets the private '.service_locator.b4YCvLJ' shared service.
  3722.      *
  3723.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3724.      */
  3725.     protected function get_ServiceLocator_B4YCvLJService()
  3726.     {
  3727.         return $this->privates['.service_locator.b4YCvLJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3728.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  3729.         ], [
  3730.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  3731.         ]);
  3732.     }
  3733.     /**
  3734.      * Gets the private '.service_locator.b5sN5od' shared service.
  3735.      *
  3736.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3737.      */
  3738.     protected function get_ServiceLocator_B5sN5odService()
  3739.     {
  3740.         return $this->privates['.service_locator.b5sN5od'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3741.             '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.'],
  3742.         ], [
  3743.             'formation' => 'App\\Entity\\Formation',
  3744.         ]);
  3745.     }
  3746.     /**
  3747.      * Gets the private '.service_locator.b65VD92' shared service.
  3748.      *
  3749.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3750.      */
  3751.     protected function get_ServiceLocator_B65VD92Service()
  3752.     {
  3753.         return $this->privates['.service_locator.b65VD92'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3754.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  3755.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  3756.         ], [
  3757.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  3758.             'formationService' => 'App\\Service\\formation\\FormationService',
  3759.         ]);
  3760.     }
  3761.     /**
  3762.      * Gets the private '.service_locator.bDHhYO1' shared service.
  3763.      *
  3764.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3765.      */
  3766.     protected function get_ServiceLocator_BDHhYO1Service()
  3767.     {
  3768.         return $this->privates['.service_locator.bDHhYO1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3769.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3770.             'notificationService' => ['privates''App\\Service\\notification\\NotificationService''getNotificationServiceService'false],
  3771.             'translator' => ['services''translator''getTranslatorService'false],
  3772.         ], [
  3773.             'managerRegistry' => '?',
  3774.             'notificationService' => 'App\\Service\\notification\\NotificationService',
  3775.             'translator' => '?',
  3776.         ]);
  3777.     }
  3778.     /**
  3779.      * Gets the private '.service_locator.cDr8ldT' shared service.
  3780.      *
  3781.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3782.      */
  3783.     protected function get_ServiceLocator_CDr8ldTService()
  3784.     {
  3785.         return $this->privates['.service_locator.cDr8ldT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3786.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  3787.             'translator' => ['services''translator''getTranslatorService'false],
  3788.         ], [
  3789.             'formationService' => 'App\\Service\\formation\\FormationService',
  3790.             'translator' => '?',
  3791.         ]);
  3792.     }
  3793.     /**
  3794.      * Gets the private '.service_locator.ch4Jgvl' shared service.
  3795.      *
  3796.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3797.      */
  3798.     protected function get_ServiceLocator_Ch4JgvlService()
  3799.     {
  3800.         return $this->privates['.service_locator.ch4Jgvl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3801.             '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.'],
  3802.         ], [
  3803.             'user' => 'App\\Entity\\User',
  3804.         ]);
  3805.     }
  3806.     /**
  3807.      * Gets the private '.service_locator.fZXk27d' shared service.
  3808.      *
  3809.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3810.      */
  3811.     protected function get_ServiceLocator_FZXk27dService()
  3812.     {
  3813.         return $this->privates['.service_locator.fZXk27d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3814.             'slugger' => ['privates''slugger''getSluggerService'false],
  3815.         ], [
  3816.             'slugger' => '?',
  3817.         ]);
  3818.     }
  3819.     /**
  3820.      * Gets the private '.service_locator.fbf5F4C' shared service.
  3821.      *
  3822.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3823.      */
  3824.     protected function get_ServiceLocator_Fbf5F4CService()
  3825.     {
  3826.         return $this->privates['.service_locator.fbf5F4C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3827.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3828.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  3829.         ], [
  3830.             'managerRegistry' => '?',
  3831.             'upload' => 'App\\Service\\Utils\\Upload',
  3832.         ]);
  3833.     }
  3834.     /**
  3835.      * Gets the private '.service_locator.gD2lN7g' shared service.
  3836.      *
  3837.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3838.      */
  3839.     protected function get_ServiceLocator_GD2lN7gService()
  3840.     {
  3841.         return $this->privates['.service_locator.gD2lN7g'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3842.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3843.             'messageService' => ['privates''App\\Service\\notification\\MessageService''getMessageServiceService'false],
  3844.         ], [
  3845.             'managerRegistry' => '?',
  3846.             'messageService' => 'App\\Service\\notification\\MessageService',
  3847.         ]);
  3848.     }
  3849.     /**
  3850.      * Gets the private '.service_locator.h8eZpTL' shared service.
  3851.      *
  3852.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3853.      */
  3854.     protected function get_ServiceLocator_H8eZpTLService()
  3855.     {
  3856.         return $this->privates['.service_locator.h8eZpTL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3857.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3858.             '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.'],
  3859.         ], [
  3860.             'eventDispatcher' => '?',
  3861.             'formation' => 'App\\Entity\\Formation',
  3862.         ]);
  3863.     }
  3864.     /**
  3865.      * Gets the private '.service_locator.hrgM.SK' shared service.
  3866.      *
  3867.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3868.      */
  3869.     protected function get_ServiceLocator_HrgM_SKService()
  3870.     {
  3871.         return $this->privates['.service_locator.hrgM.SK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3872.             'encoder' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  3873.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3874.         ], [
  3875.             'encoder' => '?',
  3876.             'managerRegistry' => '?',
  3877.         ]);
  3878.     }
  3879.     /**
  3880.      * Gets the private '.service_locator.iZ35Uhe' shared service.
  3881.      *
  3882.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3883.      */
  3884.     protected function get_ServiceLocator_IZ35UheService()
  3885.     {
  3886.         return $this->privates['.service_locator.iZ35Uhe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3887.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  3888.             'clientRegistry' => ['services''knpu.oauth2.registry''getKnpu_Oauth2_RegistryService'false],
  3889.         ], [
  3890.             'authenticationUtils' => '?',
  3891.             'clientRegistry' => '?',
  3892.         ]);
  3893.     }
  3894.     /**
  3895.      * Gets the private '.service_locator.jPENuTF' shared service.
  3896.      *
  3897.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3898.      */
  3899.     protected function get_ServiceLocator_JPENuTFService()
  3900.     {
  3901.         return $this->privates['.service_locator.jPENuTF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3902.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  3903.             'featuresService' => ['privates''App\\Service\\subscription\\FeaturesService''getFeaturesServiceService'false],
  3904.             'managerRegistry' => ['services''doctrine''getDoctrineService'false],
  3905.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  3906.         ], [
  3907.             'completionService' => 'App\\Service\\completion\\CompletionService',
  3908.             'featuresService' => 'App\\Service\\subscription\\FeaturesService',
  3909.             'managerRegistry' => '?',
  3910.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  3911.         ]);
  3912.     }
  3913.     /**
  3914.      * Gets the private '.service_locator.jlyTfzM' shared service.
  3915.      *
  3916.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3917.      */
  3918.     protected function get_ServiceLocator_JlyTfzMService()
  3919.     {
  3920.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3921.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3922.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  3923.         ], [
  3924.             'event_dispatcher' => '?',
  3925.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  3926.         ]);
  3927.     }
  3928.     /**
  3929.      * Gets the private '.service_locator.l_yBdsX' shared service.
  3930.      *
  3931.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3932.      */
  3933.     protected function get_ServiceLocator_LYBdsXService()
  3934.     {
  3935.         return $this->privates['.service_locator.l_yBdsX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3936.             '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.'],
  3937.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  3938.         ], [
  3939.             'company' => 'App\\Entity\\Company',
  3940.             'eventDispatcher' => '?',
  3941.         ]);
  3942.     }
  3943.     /**
  3944.      * Gets the private '.service_locator.mFmh8k7' shared service.
  3945.      *
  3946.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3947.      */
  3948.     protected function get_ServiceLocator_MFmh8k7Service()
  3949.     {
  3950.         return $this->privates['.service_locator.mFmh8k7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3951.             'App\\Controller\\AdviceController::showAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3952.             'App\\Controller\\AdviceController::userAdvices' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3953.             'App\\Controller\\AjaxController::deleteCompany' => ['privates''.service_locator.s_kH3X.''get_ServiceLocator_SKH3X_Service'false],
  3954.             'App\\Controller\\AjaxController::dtCompanyContact' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3955.             'App\\Controller\\AjaxController::dtCompanyRH' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3956.             'App\\Controller\\AjaxController::dtUsersWithStat' => ['privates''.service_locator.ubOmYdi''get_ServiceLocator_UbOmYdiService'false],
  3957.             'App\\Controller\\AjaxController::getAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3958.             'App\\Controller\\AjaxController::getHistory' => ['privates''.service_locator.93D7QMa''get_ServiceLocator_93D7QMaService'false],
  3959.             'App\\Controller\\AjaxController::getLearnMore' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3960.             'App\\Controller\\AjaxController::getLearnMoreAll' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3961.             'App\\Controller\\AjaxController::getStats' => ['privates''.service_locator.Qgkw6e_''get_ServiceLocator_Qgkw6eService'false],
  3962.             'App\\Controller\\AjaxController::logJwp' => ['privates''.service_locator.QcljCGs''get_ServiceLocator_QcljCGsService'false],
  3963.             'App\\Controller\\FavoritesController::addFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3964.             'App\\Controller\\FavoritesController::favoriteExist' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3965.             'App\\Controller\\FavoritesController::index' => ['privates''.service_locator.qVNonl0''get_ServiceLocator_QVNonl0Service'false],
  3966.             'App\\Controller\\FavoritesController::listFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3967.             'App\\Controller\\FavoritesController::removeFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3968.             'App\\Controller\\FavoritesController::toggleFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  3969.             'App\\Controller\\FormationController::fetchMyFormation' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  3970.             'App\\Controller\\FormationController::listAll' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3971.             'App\\Controller\\FormationController::show' => ['privates''.service_locator.cDr8ldT''get_ServiceLocator_CDr8ldTService'false],
  3972.             'App\\Controller\\HomeController::howItWorks' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3973.             'App\\Controller\\HomeController::showFormationsRequired' => ['privates''.service_locator.TJhMHtV''get_ServiceLocator_TJhMHtVService'false],
  3974.             'App\\Controller\\HomeController::showLoginHeader' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3975.             'App\\Controller\\NotificationController::listAll' => ['privates''.service_locator.bDHhYO1''get_ServiceLocator_BDHhYO1Service'false],
  3976.             'App\\Controller\\NotificationController::readAll' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3977.             'App\\Controller\\NotificationController::setNotificationRead' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  3978.             'App\\Controller\\ProfileController::index' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  3979.             'App\\Controller\\ProfileController::userProfile' => ['privates''.service_locator.PVhVy6Z''get_ServiceLocator_PVhVy6ZService'false],
  3980.             'App\\Controller\\ProgramController::contentProgram' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3981.             'App\\Controller\\ProgramController::indexProgram' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  3982.             'App\\Controller\\SearchController::fetchData' => ['privates''.service_locator.mZxy57w''get_ServiceLocator_MZxy57wService'false],
  3983.             'App\\Controller\\SecurityController::createAccount' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  3984.             'App\\Controller\\SecurityController::login' => ['privates''.service_locator.iZ35Uhe''get_ServiceLocator_IZ35UheService'false],
  3985.             'App\\Controller\\SecurityController::reset' => ['privates''.service_locator.HLJO_K5''get_ServiceLocator_HLJOK5Service'false],
  3986.             'App\\Controller\\SecurityController::resetPassword' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  3987.             'App\\Controller\\SharePlaylistController::getListUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  3988.             'App\\Controller\\SharePlaylistController::sendEmail' => ['privates''.service_locator..xEWdnp''get_ServiceLocator__XEWdnpService'false],
  3989.             'App\\Controller\\UserDashboardController::index' => ['privates''.service_locator.yrEM8uT''get_ServiceLocator_YrEM8uTService'false],
  3990.             'App\\Controller\\UserDashboardController::showUserProfile' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  3991.             'App\\Controller\\UserDashboardController::userInfo' => ['privates''.service_locator.hrgM.SK''get_ServiceLocator_HrgM_SKService'false],
  3992.             'App\\Controller\\VideosController::ajaxRescueChannels' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3993.             'App\\Controller\\VideosController::ajaxSuggestChannels' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3994.             'App\\Controller\\VideosController::testSuggestChannels' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  3995.             'App\\Controller\\WPContentController::showContent' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  3996.             'App\\Controller\\admin\\AdminController::addUserCompany' => ['privates''.service_locator.Qf7futZ''get_ServiceLocator_Qf7futZService'false],
  3997.             'App\\Controller\\admin\\AdminController::createUser' => ['privates''.service_locator.ElBLRZs''get_ServiceLocator_ElBLRZsService'false],
  3998.             'App\\Controller\\admin\\AdminController::createUserRH' => ['privates''.service_locator.l_yBdsX''get_ServiceLocator_LYBdsXService'false],
  3999.             'App\\Controller\\admin\\AdminController::updateUserRH' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  4000.             'App\\Controller\\admin\\ExportController::downloadExportFile' => ['privates''.service_locator.tYDLp9X''get_ServiceLocator_TYDLp9XService'false],
  4001.             'App\\Controller\\admin\\ExportController::exportData' => ['privates''.service_locator.u1nOMGq''get_ServiceLocator_U1nOMGqService'false],
  4002.             'App\\Controller\\admin\\ExportController::exportFromDT' => ['privates''.service_locator.ZahhcoK''get_ServiceLocator_ZahhcoKService'false],
  4003.             'App\\Controller\\admin\\FormationController::create' => ['privates''.service_locator.u_8DLsU''get_ServiceLocator_U8DLsUService'false],
  4004.             'App\\Controller\\admin\\FormationController::fetchAllFormations' => ['privates''.service_locator.b65VD92''get_ServiceLocator_B65VD92Service'false],
  4005.             'App\\Controller\\admin\\FormationController::getVideosPlaylist' => ['privates''.service_locator.V4LACkG''get_ServiceLocator_V4LACkGService'false],
  4006.             'App\\Controller\\admin\\FormationController::relaunchEmailFormation' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  4007.             'App\\Controller\\admin\\FormationController::relaunchEmailFormationForUser' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  4008.             'App\\Controller\\admin\\FormationController::statistics' => ['privates''.service_locator.b5sN5od''get_ServiceLocator_B5sN5odService'false],
  4009.             'App\\Controller\\admin\\FormationController::update' => ['privates''.service_locator.JtLgf8e''get_ServiceLocator_JtLgf8eService'false],
  4010.             'App\\Controller\\admin\\FormationController::uploadImage' => ['privates''.service_locator.fZXk27d''get_ServiceLocator_FZXk27dService'false],
  4011.             'App\\Controller\\admin\\ImportController::importActivityMuscle' => ['privates''.service_locator.v4qKlFu''get_ServiceLocator_V4qKlFuService'false],
  4012.             'App\\Controller\\admin\\ImportController::importDepartment' => ['privates''.service_locator.FqPypcQ''get_ServiceLocator_FqPypcQService'false],
  4013.             'App\\Controller\\admin\\ImportController::importJobs' => ['privates''.service_locator.FqPypcQ''get_ServiceLocator_FqPypcQService'false],
  4014.             'App\\Controller\\admin\\ImportController::importSites' => ['privates''.service_locator.xW3Q9Bt''get_ServiceLocator_XW3Q9BtService'false],
  4015.             'App\\Controller\\admin\\ImportController::importUser' => ['privates''.service_locator.1qmr3HS''get_ServiceLocator_1qmr3HSService'false],
  4016.             'App\\Controller\\admin\\MessageController::deleteMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  4017.             'App\\Controller\\admin\\MessageController::fetchMessageForm' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  4018.             'App\\Controller\\admin\\MessageController::saveMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  4019.             'App\\Controller\\admin\\StatisticsController::dtStatFormation' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  4020.             'App\\Controller\\admin\\StatisticsController::dtStatLogin' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  4021.             'App\\Controller\\admin\\StatisticsController::dtStatVideo' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  4022.             'App\\Controller\\admin\\StatisticsController::statContent' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4023.             'App\\Controller\\admin\\StatisticsController::statData' => ['privates''.service_locator.L.SGgV6''get_ServiceLocator_L_SGgV6Service'false],
  4024.             'App\\Controller\\admin\\SubscriptionController::addCompany' => ['privates''.service_locator.zfs9O8B''get_ServiceLocator_Zfs9O8BService'false],
  4025.             'App\\Controller\\admin\\SubscriptionController::changeLogo' => ['privates''.service_locator.fbf5F4C''get_ServiceLocator_Fbf5F4CService'false],
  4026.             'App\\Controller\\admin\\SubscriptionController::fetchInfo' => ['privates''.service_locator.jPENuTF''get_ServiceLocator_JPENuTFService'false],
  4027.             'App\\Controller\\admin\\SubscriptionController::getCompaniesForDT' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  4028.             'App\\Controller\\admin\\SubscriptionController::showCompany' => ['privates''.service_locator.YK278V.''get_ServiceLocator_YK278V_Service'false],
  4029.             'App\\Controller\\admin\\SubscriptionController::toggleStatusAction' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  4030.             'App\\Controller\\admin\\SubscriptionController::updateCompany' => ['privates''.service_locator._Lgsrjl''get_ServiceLocator_LgsrjlService'false],
  4031.             'App\\Controller\\admin\\TestController::jwp' => ['privates''.service_locator.5c1zT42''get_ServiceLocator_5c1zT42Service'false],
  4032.             'App\\Controller\\admin\\TestController::test' => ['privates''.service_locator.75l7mhD''get_ServiceLocator_75l7mhDService'false],
  4033.             'App\\Controller\\admin\\TestController::testAlgo' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  4034.             'App\\Controller\\admin\\TestController::testEmail' => ['privates''.service_locator.HoUVouA''get_ServiceLocator_HoUVouAService'false],
  4035.             'App\\Controller\\admin\\ToolsController::fetchTools' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4036.             'App\\Controller\\admin\\UploadController::downloadDocuments' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4037.             'App\\Controller\\admin\\UploadController::processFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4038.             'App\\Controller\\admin\\UploadController::removeFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4039.             'App\\Controller\\admin\\UploadController::revertFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4040.             'App\\Controller\\admin\\UserController::addUsers' => ['privates''.service_locator.nlOzWfg''get_ServiceLocator_NlOzWfgService'false],
  4041.             'App\\Controller\\admin\\UserController::checkUserLimit' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  4042.             'App\\Controller\\admin\\UserController::dtCompanyUsers' => ['privates''.service_locator.GiMBQJE''get_ServiceLocator_GiMBQJEService'false],
  4043.             'App\\Controller\\admin\\UserController::fetchUser' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  4044.             'App\\Controller\\admin\\UserController::fetchUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4045.             'App\\Controller\\admin\\UserController::sendInvitation' => ['privates''.service_locator.Nsn8Fps''get_ServiceLocator_Nsn8FpsService'false],
  4046.             'App\\Controller\\admin\\UserController::updateUser' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  4047.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4048.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4049.             'App\\Controller\\AdviceController:showAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  4050.             'App\\Controller\\AdviceController:userAdvices' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  4051.             'App\\Controller\\AjaxController:deleteCompany' => ['privates''.service_locator.s_kH3X.''get_ServiceLocator_SKH3X_Service'false],
  4052.             'App\\Controller\\AjaxController:dtCompanyContact' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  4053.             'App\\Controller\\AjaxController:dtCompanyRH' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  4054.             'App\\Controller\\AjaxController:dtUsersWithStat' => ['privates''.service_locator.ubOmYdi''get_ServiceLocator_UbOmYdiService'false],
  4055.             'App\\Controller\\AjaxController:getAdvice' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  4056.             'App\\Controller\\AjaxController:getHistory' => ['privates''.service_locator.93D7QMa''get_ServiceLocator_93D7QMaService'false],
  4057.             'App\\Controller\\AjaxController:getLearnMore' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  4058.             'App\\Controller\\AjaxController:getLearnMoreAll' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  4059.             'App\\Controller\\AjaxController:getStats' => ['privates''.service_locator.Qgkw6e_''get_ServiceLocator_Qgkw6eService'false],
  4060.             'App\\Controller\\AjaxController:logJwp' => ['privates''.service_locator.QcljCGs''get_ServiceLocator_QcljCGsService'false],
  4061.             'App\\Controller\\FavoritesController:addFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  4062.             'App\\Controller\\FavoritesController:favoriteExist' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  4063.             'App\\Controller\\FavoritesController:index' => ['privates''.service_locator.qVNonl0''get_ServiceLocator_QVNonl0Service'false],
  4064.             'App\\Controller\\FavoritesController:listFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  4065.             'App\\Controller\\FavoritesController:removeFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  4066.             'App\\Controller\\FavoritesController:toggleFavorite' => ['privates''.service_locator._hcRrRW''get_ServiceLocator_HcRrRWService'false],
  4067.             'App\\Controller\\FormationController:fetchMyFormation' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  4068.             'App\\Controller\\FormationController:listAll' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4069.             'App\\Controller\\FormationController:show' => ['privates''.service_locator.cDr8ldT''get_ServiceLocator_CDr8ldTService'false],
  4070.             'App\\Controller\\HomeController:howItWorks' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4071.             'App\\Controller\\HomeController:showFormationsRequired' => ['privates''.service_locator.TJhMHtV''get_ServiceLocator_TJhMHtVService'false],
  4072.             'App\\Controller\\HomeController:showLoginHeader' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  4073.             'App\\Controller\\NotificationController:listAll' => ['privates''.service_locator.bDHhYO1''get_ServiceLocator_BDHhYO1Service'false],
  4074.             'App\\Controller\\NotificationController:readAll' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  4075.             'App\\Controller\\NotificationController:setNotificationRead' => ['privates''.service_locator.9Sx_zIX''get_ServiceLocator_9SxZIXService'false],
  4076.             'App\\Controller\\ProfileController:index' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  4077.             'App\\Controller\\ProfileController:userProfile' => ['privates''.service_locator.PVhVy6Z''get_ServiceLocator_PVhVy6ZService'false],
  4078.             'App\\Controller\\ProgramController:contentProgram' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  4079.             'App\\Controller\\ProgramController:indexProgram' => ['privates''.service_locator.mzjt3rI''get_ServiceLocator_Mzjt3rIService'false],
  4080.             'App\\Controller\\SearchController:fetchData' => ['privates''.service_locator.mZxy57w''get_ServiceLocator_MZxy57wService'false],
  4081.             'App\\Controller\\SecurityController:createAccount' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  4082.             'App\\Controller\\SecurityController:login' => ['privates''.service_locator.iZ35Uhe''get_ServiceLocator_IZ35UheService'false],
  4083.             'App\\Controller\\SecurityController:reset' => ['privates''.service_locator.HLJO_K5''get_ServiceLocator_HLJOK5Service'false],
  4084.             'App\\Controller\\SecurityController:resetPassword' => ['privates''.service_locator.O95UKUv''get_ServiceLocator_O95UKUvService'false],
  4085.             'App\\Controller\\SharePlaylistController:getListUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4086.             'App\\Controller\\SharePlaylistController:sendEmail' => ['privates''.service_locator..xEWdnp''get_ServiceLocator__XEWdnpService'false],
  4087.             'App\\Controller\\UserDashboardController:index' => ['privates''.service_locator.yrEM8uT''get_ServiceLocator_YrEM8uTService'false],
  4088.             'App\\Controller\\UserDashboardController:showUserProfile' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  4089.             'App\\Controller\\UserDashboardController:userInfo' => ['privates''.service_locator.hrgM.SK''get_ServiceLocator_HrgM_SKService'false],
  4090.             'App\\Controller\\VideosController:ajaxRescueChannels' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  4091.             'App\\Controller\\VideosController:ajaxSuggestChannels' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  4092.             'App\\Controller\\VideosController:testSuggestChannels' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  4093.             'App\\Controller\\WPContentController:showContent' => ['privates''.service_locator.LiyckpW''get_ServiceLocator_LiyckpWService'false],
  4094.             'App\\Controller\\admin\\AdminController:addUserCompany' => ['privates''.service_locator.Qf7futZ''get_ServiceLocator_Qf7futZService'false],
  4095.             'App\\Controller\\admin\\AdminController:createUser' => ['privates''.service_locator.ElBLRZs''get_ServiceLocator_ElBLRZsService'false],
  4096.             'App\\Controller\\admin\\AdminController:createUserRH' => ['privates''.service_locator.l_yBdsX''get_ServiceLocator_LYBdsXService'false],
  4097.             'App\\Controller\\admin\\AdminController:updateUserRH' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  4098.             'App\\Controller\\admin\\ExportController:downloadExportFile' => ['privates''.service_locator.tYDLp9X''get_ServiceLocator_TYDLp9XService'false],
  4099.             'App\\Controller\\admin\\ExportController:exportData' => ['privates''.service_locator.u1nOMGq''get_ServiceLocator_U1nOMGqService'false],
  4100.             'App\\Controller\\admin\\ExportController:exportFromDT' => ['privates''.service_locator.ZahhcoK''get_ServiceLocator_ZahhcoKService'false],
  4101.             'App\\Controller\\admin\\FormationController:create' => ['privates''.service_locator.u_8DLsU''get_ServiceLocator_U8DLsUService'false],
  4102.             'App\\Controller\\admin\\FormationController:fetchAllFormations' => ['privates''.service_locator.b65VD92''get_ServiceLocator_B65VD92Service'false],
  4103.             'App\\Controller\\admin\\FormationController:getVideosPlaylist' => ['privates''.service_locator.V4LACkG''get_ServiceLocator_V4LACkGService'false],
  4104.             'App\\Controller\\admin\\FormationController:relaunchEmailFormation' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  4105.             'App\\Controller\\admin\\FormationController:relaunchEmailFormationForUser' => ['privates''.service_locator.h8eZpTL''get_ServiceLocator_H8eZpTLService'false],
  4106.             'App\\Controller\\admin\\FormationController:statistics' => ['privates''.service_locator.b5sN5od''get_ServiceLocator_B5sN5odService'false],
  4107.             'App\\Controller\\admin\\FormationController:update' => ['privates''.service_locator.JtLgf8e''get_ServiceLocator_JtLgf8eService'false],
  4108.             'App\\Controller\\admin\\FormationController:uploadImage' => ['privates''.service_locator.fZXk27d''get_ServiceLocator_FZXk27dService'false],
  4109.             'App\\Controller\\admin\\ImportController:importActivityMuscle' => ['privates''.service_locator.v4qKlFu''get_ServiceLocator_V4qKlFuService'false],
  4110.             'App\\Controller\\admin\\ImportController:importDepartment' => ['privates''.service_locator.FqPypcQ''get_ServiceLocator_FqPypcQService'false],
  4111.             'App\\Controller\\admin\\ImportController:importJobs' => ['privates''.service_locator.FqPypcQ''get_ServiceLocator_FqPypcQService'false],
  4112.             'App\\Controller\\admin\\ImportController:importSites' => ['privates''.service_locator.xW3Q9Bt''get_ServiceLocator_XW3Q9BtService'false],
  4113.             'App\\Controller\\admin\\ImportController:importUser' => ['privates''.service_locator.1qmr3HS''get_ServiceLocator_1qmr3HSService'false],
  4114.             'App\\Controller\\admin\\MessageController:deleteMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  4115.             'App\\Controller\\admin\\MessageController:fetchMessageForm' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  4116.             'App\\Controller\\admin\\MessageController:saveMessage' => ['privates''.service_locator.gD2lN7g''get_ServiceLocator_GD2lN7gService'false],
  4117.             'App\\Controller\\admin\\StatisticsController:dtStatFormation' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  4118.             'App\\Controller\\admin\\StatisticsController:dtStatLogin' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  4119.             'App\\Controller\\admin\\StatisticsController:dtStatVideo' => ['privates''.service_locator.BMUL7dR''get_ServiceLocator_BMUL7dRService'false],
  4120.             'App\\Controller\\admin\\StatisticsController:statContent' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4121.             'App\\Controller\\admin\\StatisticsController:statData' => ['privates''.service_locator.L.SGgV6''get_ServiceLocator_L_SGgV6Service'false],
  4122.             'App\\Controller\\admin\\SubscriptionController:addCompany' => ['privates''.service_locator.zfs9O8B''get_ServiceLocator_Zfs9O8BService'false],
  4123.             'App\\Controller\\admin\\SubscriptionController:changeLogo' => ['privates''.service_locator.fbf5F4C''get_ServiceLocator_Fbf5F4CService'false],
  4124.             'App\\Controller\\admin\\SubscriptionController:fetchInfo' => ['privates''.service_locator.jPENuTF''get_ServiceLocator_JPENuTFService'false],
  4125.             'App\\Controller\\admin\\SubscriptionController:getCompaniesForDT' => ['privates''.service_locator.SUleZB5''get_ServiceLocator_SUleZB5Service'false],
  4126.             'App\\Controller\\admin\\SubscriptionController:showCompany' => ['privates''.service_locator.YK278V.''get_ServiceLocator_YK278V_Service'false],
  4127.             'App\\Controller\\admin\\SubscriptionController:toggleStatusAction' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  4128.             'App\\Controller\\admin\\SubscriptionController:updateCompany' => ['privates''.service_locator._Lgsrjl''get_ServiceLocator_LgsrjlService'false],
  4129.             'App\\Controller\\admin\\TestController:jwp' => ['privates''.service_locator.5c1zT42''get_ServiceLocator_5c1zT42Service'false],
  4130.             'App\\Controller\\admin\\TestController:test' => ['privates''.service_locator.75l7mhD''get_ServiceLocator_75l7mhDService'false],
  4131.             'App\\Controller\\admin\\TestController:testAlgo' => ['privates''.service_locator.Lc9schy''get_ServiceLocator_Lc9schyService'false],
  4132.             'App\\Controller\\admin\\TestController:testEmail' => ['privates''.service_locator.HoUVouA''get_ServiceLocator_HoUVouAService'false],
  4133.             'App\\Controller\\admin\\ToolsController:fetchTools' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4134.             'App\\Controller\\admin\\UploadController:downloadDocuments' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4135.             'App\\Controller\\admin\\UploadController:processFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4136.             'App\\Controller\\admin\\UploadController:removeFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4137.             'App\\Controller\\admin\\UploadController:revertFiles' => ['privates''.service_locator.sYMafZy''get_ServiceLocator_SYMafZyService'false],
  4138.             'App\\Controller\\admin\\UserController:addUsers' => ['privates''.service_locator.nlOzWfg''get_ServiceLocator_NlOzWfgService'false],
  4139.             'App\\Controller\\admin\\UserController:checkUserLimit' => ['privates''.service_locator.b4YCvLJ''get_ServiceLocator_B4YCvLJService'false],
  4140.             'App\\Controller\\admin\\UserController:dtCompanyUsers' => ['privates''.service_locator.GiMBQJE''get_ServiceLocator_GiMBQJEService'false],
  4141.             'App\\Controller\\admin\\UserController:fetchUser' => ['privates''.service_locator.XLT1iWZ''get_ServiceLocator_XLT1iWZService'false],
  4142.             'App\\Controller\\admin\\UserController:fetchUsers' => ['privates''.service_locator.JFWvM5G''get_ServiceLocator_JFWvM5GService'false],
  4143.             'App\\Controller\\admin\\UserController:sendInvitation' => ['privates''.service_locator.Nsn8Fps''get_ServiceLocator_Nsn8FpsService'false],
  4144.             'App\\Controller\\admin\\UserController:updateUser' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  4145.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4146.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  4147.         ], [
  4148.             'App\\Controller\\AdviceController::showAdvice' => '?',
  4149.             'App\\Controller\\AdviceController::userAdvices' => '?',
  4150.             'App\\Controller\\AjaxController::deleteCompany' => '?',
  4151.             'App\\Controller\\AjaxController::dtCompanyContact' => '?',
  4152.             'App\\Controller\\AjaxController::dtCompanyRH' => '?',
  4153.             'App\\Controller\\AjaxController::dtUsersWithStat' => '?',
  4154.             'App\\Controller\\AjaxController::getAdvice' => '?',
  4155.             'App\\Controller\\AjaxController::getHistory' => '?',
  4156.             'App\\Controller\\AjaxController::getLearnMore' => '?',
  4157.             'App\\Controller\\AjaxController::getLearnMoreAll' => '?',
  4158.             'App\\Controller\\AjaxController::getStats' => '?',
  4159.             'App\\Controller\\AjaxController::logJwp' => '?',
  4160.             'App\\Controller\\FavoritesController::addFavorite' => '?',
  4161.             'App\\Controller\\FavoritesController::favoriteExist' => '?',
  4162.             'App\\Controller\\FavoritesController::index' => '?',
  4163.             'App\\Controller\\FavoritesController::listFavorite' => '?',
  4164.             'App\\Controller\\FavoritesController::removeFavorite' => '?',
  4165.             'App\\Controller\\FavoritesController::toggleFavorite' => '?',
  4166.             'App\\Controller\\FormationController::fetchMyFormation' => '?',
  4167.             'App\\Controller\\FormationController::listAll' => '?',
  4168.             'App\\Controller\\FormationController::show' => '?',
  4169.             'App\\Controller\\HomeController::howItWorks' => '?',
  4170.             'App\\Controller\\HomeController::showFormationsRequired' => '?',
  4171.             'App\\Controller\\HomeController::showLoginHeader' => '?',
  4172.             'App\\Controller\\NotificationController::listAll' => '?',
  4173.             'App\\Controller\\NotificationController::readAll' => '?',
  4174.             'App\\Controller\\NotificationController::setNotificationRead' => '?',
  4175.             'App\\Controller\\ProfileController::index' => '?',
  4176.             'App\\Controller\\ProfileController::userProfile' => '?',
  4177.             'App\\Controller\\ProgramController::contentProgram' => '?',
  4178.             'App\\Controller\\ProgramController::indexProgram' => '?',
  4179.             'App\\Controller\\SearchController::fetchData' => '?',
  4180.             'App\\Controller\\SecurityController::createAccount' => '?',
  4181.             'App\\Controller\\SecurityController::login' => '?',
  4182.             'App\\Controller\\SecurityController::reset' => '?',
  4183.             'App\\Controller\\SecurityController::resetPassword' => '?',
  4184.             'App\\Controller\\SharePlaylistController::getListUsers' => '?',
  4185.             'App\\Controller\\SharePlaylistController::sendEmail' => '?',
  4186.             'App\\Controller\\UserDashboardController::index' => '?',
  4187.             'App\\Controller\\UserDashboardController::showUserProfile' => '?',
  4188.             'App\\Controller\\UserDashboardController::userInfo' => '?',
  4189.             'App\\Controller\\VideosController::ajaxRescueChannels' => '?',
  4190.             'App\\Controller\\VideosController::ajaxSuggestChannels' => '?',
  4191.             'App\\Controller\\VideosController::testSuggestChannels' => '?',
  4192.             'App\\Controller\\WPContentController::showContent' => '?',
  4193.             'App\\Controller\\admin\\AdminController::addUserCompany' => '?',
  4194.             'App\\Controller\\admin\\AdminController::createUser' => '?',
  4195.             'App\\Controller\\admin\\AdminController::createUserRH' => '?',
  4196.             'App\\Controller\\admin\\AdminController::updateUserRH' => '?',
  4197.             'App\\Controller\\admin\\ExportController::downloadExportFile' => '?',
  4198.             'App\\Controller\\admin\\ExportController::exportData' => '?',
  4199.             'App\\Controller\\admin\\ExportController::exportFromDT' => '?',
  4200.             'App\\Controller\\admin\\FormationController::create' => '?',
  4201.             'App\\Controller\\admin\\FormationController::fetchAllFormations' => '?',
  4202.             'App\\Controller\\admin\\FormationController::getVideosPlaylist' => '?',
  4203.             'App\\Controller\\admin\\FormationController::relaunchEmailFormation' => '?',
  4204.             'App\\Controller\\admin\\FormationController::relaunchEmailFormationForUser' => '?',
  4205.             'App\\Controller\\admin\\FormationController::statistics' => '?',
  4206.             'App\\Controller\\admin\\FormationController::update' => '?',
  4207.             'App\\Controller\\admin\\FormationController::uploadImage' => '?',
  4208.             'App\\Controller\\admin\\ImportController::importActivityMuscle' => '?',
  4209.             'App\\Controller\\admin\\ImportController::importDepartment' => '?',
  4210.             'App\\Controller\\admin\\ImportController::importJobs' => '?',
  4211.             'App\\Controller\\admin\\ImportController::importSites' => '?',
  4212.             'App\\Controller\\admin\\ImportController::importUser' => '?',
  4213.             'App\\Controller\\admin\\MessageController::deleteMessage' => '?',
  4214.             'App\\Controller\\admin\\MessageController::fetchMessageForm' => '?',
  4215.             'App\\Controller\\admin\\MessageController::saveMessage' => '?',
  4216.             'App\\Controller\\admin\\StatisticsController::dtStatFormation' => '?',
  4217.             'App\\Controller\\admin\\StatisticsController::dtStatLogin' => '?',
  4218.             'App\\Controller\\admin\\StatisticsController::dtStatVideo' => '?',
  4219.             'App\\Controller\\admin\\StatisticsController::statContent' => '?',
  4220.             'App\\Controller\\admin\\StatisticsController::statData' => '?',
  4221.             'App\\Controller\\admin\\SubscriptionController::addCompany' => '?',
  4222.             'App\\Controller\\admin\\SubscriptionController::changeLogo' => '?',
  4223.             'App\\Controller\\admin\\SubscriptionController::fetchInfo' => '?',
  4224.             'App\\Controller\\admin\\SubscriptionController::getCompaniesForDT' => '?',
  4225.             'App\\Controller\\admin\\SubscriptionController::showCompany' => '?',
  4226.             'App\\Controller\\admin\\SubscriptionController::toggleStatusAction' => '?',
  4227.             'App\\Controller\\admin\\SubscriptionController::updateCompany' => '?',
  4228.             'App\\Controller\\admin\\TestController::jwp' => '?',
  4229.             'App\\Controller\\admin\\TestController::test' => '?',
  4230.             'App\\Controller\\admin\\TestController::testAlgo' => '?',
  4231.             'App\\Controller\\admin\\TestController::testEmail' => '?',
  4232.             'App\\Controller\\admin\\ToolsController::fetchTools' => '?',
  4233.             'App\\Controller\\admin\\UploadController::downloadDocuments' => '?',
  4234.             'App\\Controller\\admin\\UploadController::processFiles' => '?',
  4235.             'App\\Controller\\admin\\UploadController::removeFiles' => '?',
  4236.             'App\\Controller\\admin\\UploadController::revertFiles' => '?',
  4237.             'App\\Controller\\admin\\UserController::addUsers' => '?',
  4238.             'App\\Controller\\admin\\UserController::checkUserLimit' => '?',
  4239.             'App\\Controller\\admin\\UserController::dtCompanyUsers' => '?',
  4240.             'App\\Controller\\admin\\UserController::fetchUser' => '?',
  4241.             'App\\Controller\\admin\\UserController::fetchUsers' => '?',
  4242.             'App\\Controller\\admin\\UserController::sendInvitation' => '?',
  4243.             'App\\Controller\\admin\\UserController::updateUser' => '?',
  4244.             'kernel::loadRoutes' => '?',
  4245.             'kernel::registerContainerConfiguration' => '?',
  4246.             'App\\Controller\\AdviceController:showAdvice' => '?',
  4247.             'App\\Controller\\AdviceController:userAdvices' => '?',
  4248.             'App\\Controller\\AjaxController:deleteCompany' => '?',
  4249.             'App\\Controller\\AjaxController:dtCompanyContact' => '?',
  4250.             'App\\Controller\\AjaxController:dtCompanyRH' => '?',
  4251.             'App\\Controller\\AjaxController:dtUsersWithStat' => '?',
  4252.             'App\\Controller\\AjaxController:getAdvice' => '?',
  4253.             'App\\Controller\\AjaxController:getHistory' => '?',
  4254.             'App\\Controller\\AjaxController:getLearnMore' => '?',
  4255.             'App\\Controller\\AjaxController:getLearnMoreAll' => '?',
  4256.             'App\\Controller\\AjaxController:getStats' => '?',
  4257.             'App\\Controller\\AjaxController:logJwp' => '?',
  4258.             'App\\Controller\\FavoritesController:addFavorite' => '?',
  4259.             'App\\Controller\\FavoritesController:favoriteExist' => '?',
  4260.             'App\\Controller\\FavoritesController:index' => '?',
  4261.             'App\\Controller\\FavoritesController:listFavorite' => '?',
  4262.             'App\\Controller\\FavoritesController:removeFavorite' => '?',
  4263.             'App\\Controller\\FavoritesController:toggleFavorite' => '?',
  4264.             'App\\Controller\\FormationController:fetchMyFormation' => '?',
  4265.             'App\\Controller\\FormationController:listAll' => '?',
  4266.             'App\\Controller\\FormationController:show' => '?',
  4267.             'App\\Controller\\HomeController:howItWorks' => '?',
  4268.             'App\\Controller\\HomeController:showFormationsRequired' => '?',
  4269.             'App\\Controller\\HomeController:showLoginHeader' => '?',
  4270.             'App\\Controller\\NotificationController:listAll' => '?',
  4271.             'App\\Controller\\NotificationController:readAll' => '?',
  4272.             'App\\Controller\\NotificationController:setNotificationRead' => '?',
  4273.             'App\\Controller\\ProfileController:index' => '?',
  4274.             'App\\Controller\\ProfileController:userProfile' => '?',
  4275.             'App\\Controller\\ProgramController:contentProgram' => '?',
  4276.             'App\\Controller\\ProgramController:indexProgram' => '?',
  4277.             'App\\Controller\\SearchController:fetchData' => '?',
  4278.             'App\\Controller\\SecurityController:createAccount' => '?',
  4279.             'App\\Controller\\SecurityController:login' => '?',
  4280.             'App\\Controller\\SecurityController:reset' => '?',
  4281.             'App\\Controller\\SecurityController:resetPassword' => '?',
  4282.             'App\\Controller\\SharePlaylistController:getListUsers' => '?',
  4283.             'App\\Controller\\SharePlaylistController:sendEmail' => '?',
  4284.             'App\\Controller\\UserDashboardController:index' => '?',
  4285.             'App\\Controller\\UserDashboardController:showUserProfile' => '?',
  4286.             'App\\Controller\\UserDashboardController:userInfo' => '?',
  4287.             'App\\Controller\\VideosController:ajaxRescueChannels' => '?',
  4288.             'App\\Controller\\VideosController:ajaxSuggestChannels' => '?',
  4289.             'App\\Controller\\VideosController:testSuggestChannels' => '?',
  4290.             'App\\Controller\\WPContentController:showContent' => '?',
  4291.             'App\\Controller\\admin\\AdminController:addUserCompany' => '?',
  4292.             'App\\Controller\\admin\\AdminController:createUser' => '?',
  4293.             'App\\Controller\\admin\\AdminController:createUserRH' => '?',
  4294.             'App\\Controller\\admin\\AdminController:updateUserRH' => '?',
  4295.             'App\\Controller\\admin\\ExportController:downloadExportFile' => '?',
  4296.             'App\\Controller\\admin\\ExportController:exportData' => '?',
  4297.             'App\\Controller\\admin\\ExportController:exportFromDT' => '?',
  4298.             'App\\Controller\\admin\\FormationController:create' => '?',
  4299.             'App\\Controller\\admin\\FormationController:fetchAllFormations' => '?',
  4300.             'App\\Controller\\admin\\FormationController:getVideosPlaylist' => '?',
  4301.             'App\\Controller\\admin\\FormationController:relaunchEmailFormation' => '?',
  4302.             'App\\Controller\\admin\\FormationController:relaunchEmailFormationForUser' => '?',
  4303.             'App\\Controller\\admin\\FormationController:statistics' => '?',
  4304.             'App\\Controller\\admin\\FormationController:update' => '?',
  4305.             'App\\Controller\\admin\\FormationController:uploadImage' => '?',
  4306.             'App\\Controller\\admin\\ImportController:importActivityMuscle' => '?',
  4307.             'App\\Controller\\admin\\ImportController:importDepartment' => '?',
  4308.             'App\\Controller\\admin\\ImportController:importJobs' => '?',
  4309.             'App\\Controller\\admin\\ImportController:importSites' => '?',
  4310.             'App\\Controller\\admin\\ImportController:importUser' => '?',
  4311.             'App\\Controller\\admin\\MessageController:deleteMessage' => '?',
  4312.             'App\\Controller\\admin\\MessageController:fetchMessageForm' => '?',
  4313.             'App\\Controller\\admin\\MessageController:saveMessage' => '?',
  4314.             'App\\Controller\\admin\\StatisticsController:dtStatFormation' => '?',
  4315.             'App\\Controller\\admin\\StatisticsController:dtStatLogin' => '?',
  4316.             'App\\Controller\\admin\\StatisticsController:dtStatVideo' => '?',
  4317.             'App\\Controller\\admin\\StatisticsController:statContent' => '?',
  4318.             'App\\Controller\\admin\\StatisticsController:statData' => '?',
  4319.             'App\\Controller\\admin\\SubscriptionController:addCompany' => '?',
  4320.             'App\\Controller\\admin\\SubscriptionController:changeLogo' => '?',
  4321.             'App\\Controller\\admin\\SubscriptionController:fetchInfo' => '?',
  4322.             'App\\Controller\\admin\\SubscriptionController:getCompaniesForDT' => '?',
  4323.             'App\\Controller\\admin\\SubscriptionController:showCompany' => '?',
  4324.             'App\\Controller\\admin\\SubscriptionController:toggleStatusAction' => '?',
  4325.             'App\\Controller\\admin\\SubscriptionController:updateCompany' => '?',
  4326.             'App\\Controller\\admin\\TestController:jwp' => '?',
  4327.             'App\\Controller\\admin\\TestController:test' => '?',
  4328.             'App\\Controller\\admin\\TestController:testAlgo' => '?',
  4329.             'App\\Controller\\admin\\TestController:testEmail' => '?',
  4330.             'App\\Controller\\admin\\ToolsController:fetchTools' => '?',
  4331.             'App\\Controller\\admin\\UploadController:downloadDocuments' => '?',
  4332.             'App\\Controller\\admin\\UploadController:processFiles' => '?',
  4333.             'App\\Controller\\admin\\UploadController:removeFiles' => '?',
  4334.             'App\\Controller\\admin\\UploadController:revertFiles' => '?',
  4335.             'App\\Controller\\admin\\UserController:addUsers' => '?',
  4336.             'App\\Controller\\admin\\UserController:checkUserLimit' => '?',
  4337.             'App\\Controller\\admin\\UserController:dtCompanyUsers' => '?',
  4338.             'App\\Controller\\admin\\UserController:fetchUser' => '?',
  4339.             'App\\Controller\\admin\\UserController:fetchUsers' => '?',
  4340.             'App\\Controller\\admin\\UserController:sendInvitation' => '?',
  4341.             'App\\Controller\\admin\\UserController:updateUser' => '?',
  4342.             'kernel:loadRoutes' => '?',
  4343.             'kernel:registerContainerConfiguration' => '?',
  4344.         ]);
  4345.     }
  4346.     /**
  4347.      * Gets the private '.service_locator.mZxy57w' shared service.
  4348.      *
  4349.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4350.      */
  4351.     protected function get_ServiceLocator_MZxy57wService()
  4352.     {
  4353.         return $this->privates['.service_locator.mZxy57w'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4354.             'searchService' => ['privates''App\\Service\\search\\SearchService''getSearchServiceService'false],
  4355.         ], [
  4356.             'searchService' => 'App\\Service\\search\\SearchService',
  4357.         ]);
  4358.     }
  4359.     /**
  4360.      * Gets the private '.service_locator.mzjt3rI' shared service.
  4361.      *
  4362.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4363.      */
  4364.     protected function get_ServiceLocator_Mzjt3rIService()
  4365.     {
  4366.         return $this->privates['.service_locator.mzjt3rI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4367.             'translator' => ['services''translator''getTranslatorService'false],
  4368.         ], [
  4369.             'translator' => '?',
  4370.         ]);
  4371.     }
  4372.     /**
  4373.      * Gets the private '.service_locator.nlOzWfg' shared service.
  4374.      *
  4375.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4376.      */
  4377.     protected function get_ServiceLocator_NlOzWfgService()
  4378.     {
  4379.         return $this->privates['.service_locator.nlOzWfg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4380.             '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.'],
  4381.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  4382.             'subscriptionService' => ['privates''App\\Service\\subscription\\SubscriptionService''getSubscriptionServiceService'false],
  4383.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  4384.         ], [
  4385.             'company' => 'App\\Entity\\Company',
  4386.             'eventDispatcher' => '?',
  4387.             'subscriptionService' => 'App\\Service\\subscription\\SubscriptionService',
  4388.             'validator' => '?',
  4389.         ]);
  4390.     }
  4391.     /**
  4392.      * Gets the private '.service_locator.qVNonl0' shared service.
  4393.      *
  4394.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4395.      */
  4396.     protected function get_ServiceLocator_QVNonl0Service()
  4397.     {
  4398.         return $this->privates['.service_locator.qVNonl0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4399.             'jwpHttp' => ['privates''App\\Service\\api\\JwpHttp''getJwpHttpService'false],
  4400.             'userFavoritesService' => ['privates''App\\Service\\favorites\\UserFavoritesService''getUserFavoritesServiceService'false],
  4401.         ], [
  4402.             'jwpHttp' => 'App\\Service\\api\\JwpHttp',
  4403.             'userFavoritesService' => 'App\\Service\\favorites\\UserFavoritesService',
  4404.         ]);
  4405.     }
  4406.     /**
  4407.      * Gets the private '.service_locator.sYMafZy' shared service.
  4408.      *
  4409.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4410.      */
  4411.     protected function get_ServiceLocator_SYMafZyService()
  4412.     {
  4413.         return $this->privates['.service_locator.sYMafZy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4414.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4415.         ], [
  4416.             'upload' => 'App\\Service\\Utils\\Upload',
  4417.         ]);
  4418.     }
  4419.     /**
  4420.      * Gets the private '.service_locator.s_kH3X.' shared service.
  4421.      *
  4422.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4423.      */
  4424.     protected function get_ServiceLocator_SKH3X_Service()
  4425.     {
  4426.         return $this->privates['.service_locator.s_kH3X.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4427.             '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.'],
  4428.         ], [
  4429.             'managerRegistry' => 'Symfony\\Bridge\\Doctrine\\ManagerRegistry',
  4430.         ]);
  4431.     }
  4432.     /**
  4433.      * Gets the private '.service_locator.tYDLp9X' shared service.
  4434.      *
  4435.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4436.      */
  4437.     protected function get_ServiceLocator_TYDLp9XService()
  4438.     {
  4439.         return $this->privates['.service_locator.tYDLp9X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4440.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  4441.         ], [
  4442.             'params' => '?',
  4443.         ]);
  4444.     }
  4445.     /**
  4446.      * Gets the private '.service_locator.u1nOMGq' shared service.
  4447.      *
  4448.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4449.      */
  4450.     protected function get_ServiceLocator_U1nOMGqService()
  4451.     {
  4452.         return $this->privates['.service_locator.u1nOMGq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4453.             'exportUser' => ['privates''App\\Service\\export\\ExportUser''getExportUserService'false],
  4454.             '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.'],
  4455.         ], [
  4456.             'exportUser' => 'App\\Service\\export\\ExportUser',
  4457.             'user' => 'App\\Entity\\User',
  4458.         ]);
  4459.     }
  4460.     /**
  4461.      * Gets the private '.service_locator.u_8DLsU' shared service.
  4462.      *
  4463.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4464.      */
  4465.     protected function get_ServiceLocator_U8DLsUService()
  4466.     {
  4467.         return $this->privates['.service_locator.u_8DLsU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4468.             'activityRepository' => ['privates''App\\Repository\\ActivityRepository''getActivityRepositoryService'false],
  4469.             'formationService' => ['privates''App\\Service\\formation\\FormationService''getFormationServiceService'false],
  4470.             'slugger' => ['privates''slugger''getSluggerService'false],
  4471.         ], [
  4472.             'activityRepository' => 'App\\Repository\\ActivityRepository',
  4473.             'formationService' => 'App\\Service\\formation\\FormationService',
  4474.             'slugger' => '?',
  4475.         ]);
  4476.     }
  4477.     /**
  4478.      * Gets the private '.service_locator.ubOmYdi' shared service.
  4479.      *
  4480.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4481.      */
  4482.     protected function get_ServiceLocator_UbOmYdiService()
  4483.     {
  4484.         return $this->privates['.service_locator.ubOmYdi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4485.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  4486.             'dtBuilder' => ['privates''App\\Service\\datatable\\Builder''getBuilderService'false],
  4487.         ], [
  4488.             'completionService' => 'App\\Service\\completion\\CompletionService',
  4489.             'dtBuilder' => 'App\\Service\\datatable\\Builder',
  4490.         ]);
  4491.     }
  4492.     /**
  4493.      * Gets the private '.service_locator.v4qKlFu' shared service.
  4494.      *
  4495.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4496.      */
  4497.     protected function get_ServiceLocator_V4qKlFuService()
  4498.     {
  4499.         return $this->privates['.service_locator.v4qKlFu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4500.             'importActivity' => ['privates''App\\Service\\import\\ImportActivity''getImportActivityService'false],
  4501.             'importActivityMuscle' => ['privates''App\\Service\\import\\ImportActivityMuscle''getImportActivityMuscleService'false],
  4502.         ], [
  4503.             'importActivity' => 'App\\Service\\import\\ImportActivity',
  4504.             'importActivityMuscle' => 'App\\Service\\import\\ImportActivityMuscle',
  4505.         ]);
  4506.     }
  4507.     /**
  4508.      * Gets the private '.service_locator.xW3Q9Bt' shared service.
  4509.      *
  4510.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4511.      */
  4512.     protected function get_ServiceLocator_XW3Q9BtService()
  4513.     {
  4514.         return $this->privates['.service_locator.xW3Q9Bt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4515.             '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.'],
  4516.             'importSite' => ['privates''App\\Service\\import\\ImportSite''getImportSiteService'false],
  4517.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4518.         ], [
  4519.             'company' => 'App\\Entity\\Company',
  4520.             'importSite' => 'App\\Service\\import\\ImportSite',
  4521.             'upload' => 'App\\Service\\Utils\\Upload',
  4522.         ]);
  4523.     }
  4524.     /**
  4525.      * Gets the private '.service_locator.yrEM8uT' shared service.
  4526.      *
  4527.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4528.      */
  4529.     protected function get_ServiceLocator_YrEM8uTService()
  4530.     {
  4531.         return $this->privates['.service_locator.yrEM8uT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4532.             'adviceHandler' => ['privates''App\\Service\\AdviceHandler''getAdviceHandlerService'false],
  4533.             'completionService' => ['privates''App\\Service\\completion\\CompletionService''getCompletionServiceService'false],
  4534.         ], [
  4535.             'adviceHandler' => 'App\\Service\\AdviceHandler',
  4536.             'completionService' => 'App\\Service\\completion\\CompletionService',
  4537.         ]);
  4538.     }
  4539.     /**
  4540.      * Gets the private '.service_locator.zJyh7qS' shared service.
  4541.      *
  4542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4543.      */
  4544.     protected function get_ServiceLocator_ZJyh7qSService()
  4545.     {
  4546.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4547.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  4548.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  4549.         ], [
  4550.             'security.firewall.map.context.dev' => '?',
  4551.             'security.firewall.map.context.main' => '?',
  4552.         ]);
  4553.     }
  4554.     /**
  4555.      * Gets the private '.service_locator.zfs9O8B' shared service.
  4556.      *
  4557.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4558.      */
  4559.     protected function get_ServiceLocator_Zfs9O8BService()
  4560.     {
  4561.         return $this->privates['.service_locator.zfs9O8B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4562.             'featuresService' => ['privates''App\\Service\\subscription\\FeaturesService''getFeaturesServiceService'false],
  4563.             'slugger' => ['privates''slugger''getSluggerService'false],
  4564.             'upload' => ['privates''App\\Service\\Utils\\Upload''getUploadService'false],
  4565.         ], [
  4566.             'featuresService' => 'App\\Service\\subscription\\FeaturesService',
  4567.             'slugger' => '?',
  4568.             'upload' => 'App\\Service\\Utils\\Upload',
  4569.         ]);
  4570.     }
  4571.     /**
  4572.      * Gets the private '.session.deprecated' shared service.
  4573.      *
  4574.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  4575.      */
  4576.     protected function get_Session_DeprecatedService()
  4577.     {
  4578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  4579.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  4580.         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();
  4581.     }
  4582.     /**
  4583.      * Gets the private '.twig.command.debug.lazy' shared service.
  4584.      *
  4585.      * @return \Symfony\Component\Console\Command\LazyCommand
  4586.      */
  4587.     protected function get_Twig_Command_Debug_LazyService()
  4588.     {
  4589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4590.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4591.         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 {
  4592.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  4593.         });
  4594.     }
  4595.     /**
  4596.      * Gets the private '.twig.command.lint.lazy' shared service.
  4597.      *
  4598.      * @return \Symfony\Component\Console\Command\LazyCommand
  4599.      */
  4600.     protected function get_Twig_Command_Lint_LazyService()
  4601.     {
  4602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4604.         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 {
  4605.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  4606.         });
  4607.     }
  4608.     /**
  4609.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  4610.      *
  4611.      * @return \Symfony\Component\Console\Command\LazyCommand
  4612.      */
  4613.     protected function get_VarDumper_Command_ServerDump_LazyService()
  4614.     {
  4615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  4617.         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 {
  4618.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  4619.         });
  4620.     }
  4621.     /**
  4622.      * Gets the private 'App\Command\CacheImagesCommand' shared autowired service.
  4623.      *
  4624.      * @return \App\Command\CacheImagesCommand
  4625.      */
  4626.     protected function getCacheImagesCommandService()
  4627.     {
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4629.         include_once \dirname(__DIR__4).'/src/Command/CacheImagesCommand.php';
  4630.         $this->privates['App\\Command\\CacheImagesCommand'] = $instance = new \App\Command\CacheImagesCommand(($this->privates['App\\Service\\api\\JwpHttp'] ?? $this->getJwpHttpService()));
  4631.         $instance->setName('app:cache-images');
  4632.         $instance->setDescription('Add a short description for your command');
  4633.         return $instance;
  4634.     }
  4635.     /**
  4636.      * Gets the private 'App\Command\LoadActivityCommand' shared autowired service.
  4637.      *
  4638.      * @return \App\Command\LoadActivityCommand
  4639.      */
  4640.     protected function getLoadActivityCommandService()
  4641.     {
  4642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4643.         include_once \dirname(__DIR__4).'/src/Command/LoadActivityCommand.php';
  4644.         $this->privates['App\\Command\\LoadActivityCommand'] = $instance = new \App\Command\LoadActivityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\DataFixtures\\AppFixtures'] ?? $this->getAppFixturesService()));
  4645.         $instance->setName('app:load-activities');
  4646.         return $instance;
  4647.     }
  4648.     /**
  4649.      * Gets the private 'App\Command\NotifyFormationRequiredCommand' shared autowired service.
  4650.      *
  4651.      * @return \App\Command\NotifyFormationRequiredCommand
  4652.      */
  4653.     protected function getNotifyFormationRequiredCommandService()
  4654.     {
  4655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4656.         include_once \dirname(__DIR__4).'/src/Command/NotifyFormationRequiredCommand.php';
  4657.         $this->privates['App\\Command\\NotifyFormationRequiredCommand'] = $instance = new \App\Command\NotifyFormationRequiredCommand(($this->privates['App\\Service\\formation\\FormationService'] ?? $this->getFormationServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  4658.         $instance->setName('app:formation:notify');
  4659.         return $instance;
  4660.     }
  4661.     /**
  4662.      * Gets the private 'App\Command\NotifySubscriptionExpirationCommand' shared autowired service.
  4663.      *
  4664.      * @return \App\Command\NotifySubscriptionExpirationCommand
  4665.      */
  4666.     protected function getNotifySubscriptionExpirationCommandService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4669.         include_once \dirname(__DIR__4).'/src/Command/NotifySubscriptionExpirationCommand.php';
  4670.         $this->privates['App\\Command\\NotifySubscriptionExpirationCommand'] = $instance = new \App\Command\NotifySubscriptionExpirationCommand(($this->privates['App\\Service\\subscription\\SubscriptionService'] ?? $this->getSubscriptionServiceService()), ($this->services['router'] ?? $this->getRouterService()));
  4671.         $instance->setName('app:subscription:expiration:notify');
  4672.         return $instance;
  4673.     }
  4674.     /**
  4675.      * Gets the private 'App\Command\RegistrationReminderCommand' shared autowired service.
  4676.      *
  4677.      * @return \App\Command\RegistrationReminderCommand
  4678.      */
  4679.     protected function getRegistrationReminderCommandService()
  4680.     {
  4681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4682.         include_once \dirname(__DIR__4).'/src/Command/RegistrationReminderCommand.php';
  4683.         include_once \dirname(__DIR__4).'/src/Service/email/RegistrationReminderService.php';
  4684.         $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())));
  4685.         $instance->setName('app:registration-reminder');
  4686.         $instance->setDescription('Send email after N days if user is not registered');
  4687.         return $instance;
  4688.     }
  4689.     /**
  4690.      * Gets the private 'App\Command\TestCommand' shared autowired service.
  4691.      *
  4692.      * @return \App\Command\TestCommand
  4693.      */
  4694.     protected function getTestCommandService()
  4695.     {
  4696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4697.         include_once \dirname(__DIR__4).'/src/Command/TestCommand.php';
  4698.         $this->privates['App\\Command\\TestCommand'] = $instance = new \App\Command\TestCommand(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['router'] ?? $this->getRouterService()));
  4699.         $instance->setName('app:test:test');
  4700.         return $instance;
  4701.     }
  4702.     /**
  4703.      * Gets the private 'App\Command\UpdateActivityCommand' shared autowired service.
  4704.      *
  4705.      * @return \App\Command\UpdateActivityCommand
  4706.      */
  4707.     protected function getUpdateActivityCommandService()
  4708.     {
  4709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4710.         include_once \dirname(__DIR__4).'/src/Command/UpdateActivityCommand.php';
  4711.         $this->privates['App\\Command\\UpdateActivityCommand'] = $instance = new \App\Command\UpdateActivityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\DataFixtures\\AppFixtures'] ?? $this->getAppFixturesService()));
  4712.         $instance->setName('app:update-activity');
  4713.         return $instance;
  4714.     }
  4715.     /**
  4716.      * Gets the private 'App\DataFixtures\AppFixtures' shared autowired service.
  4717.      *
  4718.      * @return \App\DataFixtures\AppFixtures
  4719.      */
  4720.     protected function getAppFixturesService()
  4721.     {
  4722.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  4723.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  4724.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  4725.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  4727.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  4728.         return $this->privates['App\\DataFixtures\\AppFixtures'] = new \App\DataFixtures\AppFixtures(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  4729.     }
  4730.     /**
  4731.      * Gets the private 'App\EventSubscriber\AbonnementSubcriber' shared autowired service.
  4732.      *
  4733.      * @return \App\EventSubscriber\AbonnementSubcriber
  4734.      */
  4735.     protected function getAbonnementSubcriberService()
  4736.     {
  4737.         return $this->privates['App\\EventSubscriber\\AbonnementSubcriber'] = new \App\EventSubscriber\AbonnementSubcriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4738.     }
  4739.     /**
  4740.      * Gets the private 'App\EventSubscriber\EmailNotificationSubscriber' shared autowired service.
  4741.      *
  4742.      * @return \App\EventSubscriber\EmailNotificationSubscriber
  4743.      */
  4744.     protected function getEmailNotificationSubscriberService()
  4745.     {
  4746.         include_once \dirname(__DIR__4).'/src/EventSubscriber/EmailNotificationSubscriber.php';
  4747.         include_once \dirname(__DIR__4).'/src/Service/email/EmailHandlerSendGrid.php';
  4748.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4749.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4750.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  4751.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  4753.         include_once \dirname(__DIR__4).'/src/Service/JwtHandler.php';
  4754.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4755.         if (isset($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'])) {
  4756.             return $this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'];
  4757.         }
  4758.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4759.         if (isset($this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'])) {
  4760.             return $this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'];
  4761.         }
  4762.         return $this->privates['App\\EventSubscriber\\EmailNotificationSubscriber'] = new \App\EventSubscriber\EmailNotificationSubscriber(new \App\Service\email\EmailHandlerSendGrid(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4763.             yield => ($this->privates['mailer.transport_factory.mailgun'] ?? $this->getMailer_TransportFactory_MailgunService());
  4764.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  4765.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  4766.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  4767.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  4768.         }, 5)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a)), ($this->privates['App\\Service\\JwtHandler'] ?? ($this->privates['App\\Service\\JwtHandler'] = new \App\Service\JwtHandler())), ($this->services['router'] ?? $this->getRouterService()), $b, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  4769.     }
  4770.     /**
  4771.      * Gets the private 'App\EventSubscriber\LogJwpEventsSubscriber' shared autowired service.
  4772.      *
  4773.      * @return \App\EventSubscriber\LogJwpEventsSubscriber
  4774.      */
  4775.     protected function getLogJwpEventsSubscriberService()
  4776.     {
  4777.         include_once \dirname(__DIR__4).'/src/EventSubscriber/LogJwpEventsSubscriber.php';
  4778.         $a = ($this->privates['App\\Service\\formation\\FormationService'] ?? $this->getFormationServiceService());
  4779.         if (isset($this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'])) {
  4780.             return $this->privates['App\\EventSubscriber\\LogJwpEventsSubscriber'];
  4781.         }
  4782.         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()));
  4783.     }
  4784.     /**
  4785.      * Gets the private 'App\EventSubscriber\LoginAtSubscriber' shared autowired service.
  4786.      *
  4787.      * @return \App\EventSubscriber\LoginAtSubscriber
  4788.      */
  4789.     protected function getLoginAtSubscriberService()
  4790.     {
  4791.         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()));
  4792.     }
  4793.     /**
  4794.      * Gets the private 'App\EventSubscriber\MaintenanceSubscriber' shared autowired service.
  4795.      *
  4796.      * @return \App\EventSubscriber\MaintenanceSubscriber
  4797.      */
  4798.     protected function getMaintenanceSubscriberService()
  4799.     {
  4800.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4801.         if (isset($this->privates['App\\EventSubscriber\\MaintenanceSubscriber'])) {
  4802.             return $this->privates['App\\EventSubscriber\\MaintenanceSubscriber'];
  4803.         }
  4804.         return $this->privates['App\\EventSubscriber\\MaintenanceSubscriber'] = new \App\EventSubscriber\MaintenanceSubscriber($a);
  4805.     }
  4806.     /**
  4807.      * Gets the private 'App\Form\ActivityType' shared autowired service.
  4808.      *
  4809.      * @return \App\Form\ActivityType
  4810.      */
  4811.     protected function getActivityTypeService()
  4812.     {
  4813.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4814.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4815.         include_once \dirname(__DIR__4).'/src/Form/ActivityType.php';
  4816.         return $this->privates['App\\Form\\ActivityType'] = new \App\Form\ActivityType();
  4817.     }
  4818.     /**
  4819.      * Gets the private 'App\Form\CompanyType' shared autowired service.
  4820.      *
  4821.      * @return \App\Form\CompanyType
  4822.      */
  4823.     protected function getCompanyTypeService()
  4824.     {
  4825.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4827.         include_once \dirname(__DIR__4).'/src/Form/CompanyType.php';
  4828.         return $this->privates['App\\Form\\CompanyType'] = new \App\Form\CompanyType();
  4829.     }
  4830.     /**
  4831.      * Gets the private 'App\Form\ContactType' shared autowired service.
  4832.      *
  4833.      * @return \App\Form\ContactType
  4834.      */
  4835.     protected function getContactTypeService()
  4836.     {
  4837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4839.         include_once \dirname(__DIR__4).'/src/Form/ContactType.php';
  4840.         return $this->privates['App\\Form\\ContactType'] = new \App\Form\ContactType();
  4841.     }
  4842.     /**
  4843.      * Gets the private 'App\Form\FormationType' shared autowired service.
  4844.      *
  4845.      * @return \App\Form\FormationType
  4846.      */
  4847.     protected function getFormationTypeService()
  4848.     {
  4849.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4850.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4851.         include_once \dirname(__DIR__4).'/src/Form/FormationType.php';
  4852.         return $this->privates['App\\Form\\FormationType'] = new \App\Form\FormationType();
  4853.     }
  4854.     /**
  4855.      * Gets the private 'App\Form\ImportActivityType' shared autowired service.
  4856.      *
  4857.      * @return \App\Form\ImportActivityType
  4858.      */
  4859.     protected function getImportActivityTypeService()
  4860.     {
  4861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4863.         include_once \dirname(__DIR__4).'/src/Form/ImportActivityType.php';
  4864.         return $this->privates['App\\Form\\ImportActivityType'] = new \App\Form\ImportActivityType();
  4865.     }
  4866.     /**
  4867.      * Gets the private 'App\Form\ImportDepartmentType' shared autowired service.
  4868.      *
  4869.      * @return \App\Form\ImportDepartmentType
  4870.      */
  4871.     protected function getImportDepartmentTypeService()
  4872.     {
  4873.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4874.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4875.         include_once \dirname(__DIR__4).'/src/Form/ImportDepartmentType.php';
  4876.         return $this->privates['App\\Form\\ImportDepartmentType'] = new \App\Form\ImportDepartmentType();
  4877.     }
  4878.     /**
  4879.      * Gets the private 'App\Form\ImportFileType' shared autowired service.
  4880.      *
  4881.      * @return \App\Form\ImportFileType
  4882.      */
  4883.     protected function getImportFileTypeService()
  4884.     {
  4885.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4887.         include_once \dirname(__DIR__4).'/src/Form/ImportFileType.php';
  4888.         return $this->privates['App\\Form\\ImportFileType'] = new \App\Form\ImportFileType();
  4889.     }
  4890.     /**
  4891.      * Gets the private 'App\Form\ImportMuscleType' shared autowired service.
  4892.      *
  4893.      * @return \App\Form\ImportMuscleType
  4894.      */
  4895.     protected function getImportMuscleTypeService()
  4896.     {
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4899.         include_once \dirname(__DIR__4).'/src/Form/ImportMuscleType.php';
  4900.         return $this->privates['App\\Form\\ImportMuscleType'] = new \App\Form\ImportMuscleType();
  4901.     }
  4902.     /**
  4903.      * Gets the private 'App\Form\PasswordChangeType' shared autowired service.
  4904.      *
  4905.      * @return \App\Form\PasswordChangeType
  4906.      */
  4907.     protected function getPasswordChangeTypeService()
  4908.     {
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4911.         include_once \dirname(__DIR__4).'/src/Form/PasswordChangeType.php';
  4912.         return $this->privates['App\\Form\\PasswordChangeType'] = new \App\Form\PasswordChangeType();
  4913.     }
  4914.     /**
  4915.      * Gets the private 'App\Form\PrivateActivitiesType' shared autowired service.
  4916.      *
  4917.      * @return \App\Form\PrivateActivitiesType
  4918.      */
  4919.     protected function getPrivateActivitiesTypeService()
  4920.     {
  4921.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4923.         include_once \dirname(__DIR__4).'/src/Form/PrivateActivitiesType.php';
  4924.         return $this->privates['App\\Form\\PrivateActivitiesType'] = new \App\Form\PrivateActivitiesType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4925.     }
  4926.     /**
  4927.      * Gets the private 'App\Form\ProActivitiesType' shared autowired service.
  4928.      *
  4929.      * @return \App\Form\ProActivitiesType
  4930.      */
  4931.     protected function getProActivitiesTypeService()
  4932.     {
  4933.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4935.         include_once \dirname(__DIR__4).'/src/Form/ProActivitiesType.php';
  4936.         return $this->privates['App\\Form\\ProActivitiesType'] = new \App\Form\ProActivitiesType();
  4937.     }
  4938.     /**
  4939.      * Gets the private 'App\Form\PwdType' shared autowired service.
  4940.      *
  4941.      * @return \App\Form\PwdType
  4942.      */
  4943.     protected function getPwdTypeService()
  4944.     {
  4945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4947.         include_once \dirname(__DIR__4).'/src/Form/PwdType.php';
  4948.         return $this->privates['App\\Form\\PwdType'] = new \App\Form\PwdType();
  4949.     }
  4950.     /**
  4951.      * Gets the private 'App\Form\ResetPwdType' shared autowired service.
  4952.      *
  4953.      * @return \App\Form\ResetPwdType
  4954.      */
  4955.     protected function getResetPwdTypeService()
  4956.     {
  4957.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4958.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4959.         include_once \dirname(__DIR__4).'/src/Form/ResetPwdType.php';
  4960.         return $this->privates['App\\Form\\ResetPwdType'] = new \App\Form\ResetPwdType();
  4961.     }
  4962.     /**
  4963.      * Gets the private 'App\Form\UserType' shared autowired service.
  4964.      *
  4965.      * @return \App\Form\UserType
  4966.      */
  4967.     protected function getUserTypeService()
  4968.     {
  4969.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4971.         include_once \dirname(__DIR__4).'/src/Form/UserType.php';
  4972.         return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
  4973.     }
  4974.     /**
  4975.      * Gets the private 'App\Repository\ActivityRepository' shared autowired service.
  4976.      *
  4977.      * @return \App\Repository\ActivityRepository
  4978.      */
  4979.     protected function getActivityRepositoryService()
  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/ActivityRepository.php';
  4987.         return $this->privates['App\\Repository\\ActivityRepository'] = new \App\Repository\ActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4988.     }
  4989.     /**
  4990.      * Gets the private 'App\Repository\CategoryActivityRepository' shared autowired service.
  4991.      *
  4992.      * @return \App\Repository\CategoryActivityRepository
  4993.      */
  4994.     protected function getCategoryActivityRepositoryService()
  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/CategoryActivityRepository.php';
  5002.         return $this->privates['App\\Repository\\CategoryActivityRepository'] = new \App\Repository\CategoryActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5003.     }
  5004.     /**
  5005.      * Gets the private 'App\Repository\CompanyRepository' shared autowired service.
  5006.      *
  5007.      * @return \App\Repository\CompanyRepository
  5008.      */
  5009.     protected function getCompanyRepositoryService()
  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/CompanyRepository.php';
  5017.         return $this->privates['App\\Repository\\CompanyRepository'] = new \App\Repository\CompanyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5018.     }
  5019.     /**
  5020.      * Gets the private 'App\Repository\DepartmentRepository' shared autowired service.
  5021.      *
  5022.      * @return \App\Repository\DepartmentRepository
  5023.      */
  5024.     protected function getDepartmentRepositoryService()
  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/DepartmentRepository.php';
  5032.         return $this->privates['App\\Repository\\DepartmentRepository'] = new \App\Repository\DepartmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5033.     }
  5034.     /**
  5035.      * Gets the private 'App\Repository\FormationRegistrationRepository' shared autowired service.
  5036.      *
  5037.      * @return \App\Repository\FormationRegistrationRepository
  5038.      */
  5039.     protected function getFormationRegistrationRepositoryService()
  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/FormationRegistrationRepository.php';
  5047.         return $this->privates['App\\Repository\\FormationRegistrationRepository'] = new \App\Repository\FormationRegistrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5048.     }
  5049.     /**
  5050.      * Gets the private 'App\Repository\FormationRepository' shared autowired service.
  5051.      *
  5052.      * @return \App\Repository\FormationRepository
  5053.      */
  5054.     protected function getFormationRepositoryService()
  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/FormationRepository.php';
  5062.         return $this->privates['App\\Repository\\FormationRepository'] = new \App\Repository\FormationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5063.     }
  5064.     /**
  5065.      * Gets the private 'App\Repository\GroupRepository' shared autowired service.
  5066.      *
  5067.      * @return \App\Repository\GroupRepository
  5068.      */
  5069.     protected function getGroupRepositoryService()
  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/GroupRepository.php';
  5077.         return $this->privates['App\\Repository\\GroupRepository'] = new \App\Repository\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5078.     }
  5079.     /**
  5080.      * Gets the private 'App\Repository\JobRepository' shared autowired service.
  5081.      *
  5082.      * @return \App\Repository\JobRepository
  5083.      */
  5084.     protected function getJobRepositoryService()
  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/JobRepository.php';
  5092.         return $this->privates['App\\Repository\\JobRepository'] = new \App\Repository\JobRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5093.     }
  5094.     /**
  5095.      * Gets the private 'App\Repository\LogRepository' shared autowired service.
  5096.      *
  5097.      * @return \App\Repository\LogRepository
  5098.      */
  5099.     protected function getLogRepositoryService()
  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/LogRepository.php';
  5107.         return $this->privates['App\\Repository\\LogRepository'] = new \App\Repository\LogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5108.     }
  5109.     /**
  5110.      * Gets the private 'App\Repository\MessageRepository' shared autowired service.
  5111.      *
  5112.      * @return \App\Repository\MessageRepository
  5113.      */
  5114.     protected function getMessageRepositoryService()
  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/MessageRepository.php';
  5122.         return $this->privates['App\\Repository\\MessageRepository'] = new \App\Repository\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5123.     }
  5124.     /**
  5125.      * Gets the private 'App\Repository\MuscleActivityRepository' shared autowired service.
  5126.      *
  5127.      * @return \App\Repository\MuscleActivityRepository
  5128.      */
  5129.     protected function getMuscleActivityRepositoryService()
  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/MuscleActivityRepository.php';
  5137.         return $this->privates['App\\Repository\\MuscleActivityRepository'] = new \App\Repository\MuscleActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5138.     }
  5139.     /**
  5140.      * Gets the private 'App\Repository\MuscleRepository' shared autowired service.
  5141.      *
  5142.      * @return \App\Repository\MuscleRepository
  5143.      */
  5144.     protected function getMuscleRepositoryService()
  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/MuscleRepository.php';
  5152.         return $this->privates['App\\Repository\\MuscleRepository'] = new \App\Repository\MuscleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5153.     }
  5154.     /**
  5155.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  5156.      *
  5157.      * @return \App\Repository\NotificationRepository
  5158.      */
  5159.     protected function getNotificationRepositoryService()
  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/NotificationRepository.php';
  5167.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5168.     }
  5169.     /**
  5170.      * Gets the private 'App\Repository\RoleRepository' shared autowired service.
  5171.      *
  5172.      * @return \App\Repository\RoleRepository
  5173.      */
  5174.     protected function getRoleRepositoryService()
  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/RoleRepository.php';
  5182.         return $this->privates['App\\Repository\\RoleRepository'] = new \App\Repository\RoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5183.     }
  5184.     /**
  5185.      * Gets the private 'App\Repository\SiteRepository' shared autowired service.
  5186.      *
  5187.      * @return \App\Repository\SiteRepository
  5188.      */
  5189.     protected function getSiteRepositoryService()
  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/SiteRepository.php';
  5197.         return $this->privates['App\\Repository\\SiteRepository'] = new \App\Repository\SiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5198.     }
  5199.     /**
  5200.      * Gets the private 'App\Repository\UserActivityRepository' shared autowired service.
  5201.      *
  5202.      * @return \App\Repository\UserActivityRepository
  5203.      */
  5204.     protected function getUserActivityRepositoryService()
  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/UserActivityRepository.php';
  5212.         return $this->privates['App\\Repository\\UserActivityRepository'] = new \App\Repository\UserActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5213.     }
  5214.     /**
  5215.      * Gets the private 'App\Repository\UserFavoritesRepository' shared autowired service.
  5216.      *
  5217.      * @return \App\Repository\UserFavoritesRepository
  5218.      */
  5219.     protected function getUserFavoritesRepositoryService()
  5220.     {
  5221.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5225.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5226.         include_once \dirname(__DIR__4).'/src/Repository/UserFavoritesRepository.php';
  5227.         return $this->privates['App\\Repository\\UserFavoritesRepository'] = new \App\Repository\UserFavoritesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5228.     }
  5229.     /**
  5230.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  5231.      *
  5232.      * @return \App\Repository\UserRepository
  5233.      */
  5234.     protected function getUserRepositoryService()
  5235.     {
  5236.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5237.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5238.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5239.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5241.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  5242.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5243.     }
  5244.     /**
  5245.      * Gets the private 'App\Repository\UsersGroupsRepository' shared autowired service.
  5246.      *
  5247.      * @return \App\Repository\UsersGroupsRepository
  5248.      */
  5249.     protected function getUsersGroupsRepositoryService()
  5250.     {
  5251.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  5256.         include_once \dirname(__DIR__4).'/src/Repository/UsersGroupsRepository.php';
  5257.         return $this->privates['App\\Repository\\UsersGroupsRepository'] = new \App\Repository\UsersGroupsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5258.     }
  5259.     /**
  5260.      * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  5261.      *
  5262.      * @return \App\Security\LoginFormAuthenticator
  5263.      */
  5264.     protected function getLoginFormAuthenticatorService()
  5265.     {
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  5271.         include_once \dirname(__DIR__4).'/src/Security/LoginFormAuthenticator.php';
  5272.         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()));
  5273.     }
  5274.     /**
  5275.      * Gets the private 'App\Service\AdviceHandler' shared autowired service.
  5276.      *
  5277.      * @return \App\Service\AdviceHandler
  5278.      */
  5279.     protected function getAdviceHandlerService()
  5280.     {
  5281.         include_once \dirname(__DIR__4).'/src/Service/AdviceHandler.php';
  5282.         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()));
  5283.     }
  5284.     /**
  5285.      * Gets the private 'App\Service\Algo\JwpFilter' shared autowired service.
  5286.      *
  5287.      * @return \App\Service\Algo\JwpFilter
  5288.      */
  5289.     protected function getJwpFilterService()
  5290.     {
  5291.         include_once \dirname(__DIR__4).'/src/Service/Algo/JwpFilter.php';
  5292.         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()));
  5293.     }
  5294.     /**
  5295.      * Gets the private 'App\Service\Algo\JwpUtils' shared autowired service.
  5296.      *
  5297.      * @return \App\Service\Algo\JwpUtils
  5298.      */
  5299.     protected function getJwpUtilsService()
  5300.     {
  5301.         include_once \dirname(__DIR__4).'/src/Service/Algo/JwpUtils.php';
  5302.         return $this->privates['App\\Service\\Algo\\JwpUtils'] = new \App\Service\Algo\JwpUtils(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5303.     }
  5304.     /**
  5305.      * Gets the private 'App\Service\JwtHandler' shared autowired service.
  5306.      *
  5307.      * @return \App\Service\JwtHandler
  5308.      */
  5309.     protected function getJwtHandlerService()
  5310.     {
  5311.         include_once \dirname(__DIR__4).'/src/Service/JwtHandler.php';
  5312.         return $this->privates['App\\Service\\JwtHandler'] = new \App\Service\JwtHandler();
  5313.     }
  5314.     /**
  5315.      * Gets the private 'App\Service\Utils\Upload' shared autowired service.
  5316.      *
  5317.      * @return \App\Service\Utils\Upload
  5318.      */
  5319.     protected function getUploadService()
  5320.     {
  5321.         include_once \dirname(__DIR__4).'/src/Service/Utils/Upload.php';
  5322.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  5323.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  5324.         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'))));
  5325.     }
  5326.     /**
  5327.      * Gets the private 'App\Service\api\JwpHttp' shared autowired service.
  5328.      *
  5329.      * @return \App\Service\api\JwpHttp
  5330.      */
  5331.     protected function getJwpHttpService()
  5332.     {
  5333.         include_once \dirname(__DIR__4).'/src/Service/api/JwpHttp.php';
  5334.         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()));
  5335.     }
  5336.     /**
  5337.      * Gets the private 'App\Service\api\WPHttp' shared autowired service.
  5338.      *
  5339.      * @return \App\Service\api\WPHttp
  5340.      */
  5341.     protected function getWPHttpService()
  5342.     {
  5343.         include_once \dirname(__DIR__4).'/src/Service/api/WPHttp.php';
  5344.         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()));
  5345.     }
  5346.     /**
  5347.      * Gets the private 'App\Service\completion\CompletionService' shared autowired service.
  5348.      *
  5349.      * @return \App\Service\completion\CompletionService
  5350.      */
  5351.     protected function getCompletionServiceService()
  5352.     {
  5353.         include_once \dirname(__DIR__4).'/src/Service/completion/CompletionService.php';
  5354.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5355.         if (isset($this->privates['App\\Service\\completion\\CompletionService'])) {
  5356.             return $this->privates['App\\Service\\completion\\CompletionService'];
  5357.         }
  5358.         return $this->privates['App\\Service\\completion\\CompletionService'] = new \App\Service\completion\CompletionService(($this->privates['App\\Repository\\UserActivityRepository'] ?? $this->getUserActivityRepositoryService()), $a);
  5359.     }
  5360.     /**
  5361.      * Gets the private 'App\Service\datatable\Builder' shared autowired service.
  5362.      *
  5363.      * @return \App\Service\datatable\Builder
  5364.      */
  5365.     protected function getBuilderService()
  5366.     {
  5367.         include_once \dirname(__DIR__4).'/src/Service/datatable/Builder.php';
  5368.         return $this->privates['App\\Service\\datatable\\Builder'] = new \App\Service\datatable\Builder();
  5369.     }
  5370.     /**
  5371.      * Gets the private 'App\Service\export\ExportUser' shared autowired service.
  5372.      *
  5373.      * @return \App\Service\export\ExportUser
  5374.      */
  5375.     protected function getExportUserService()
  5376.     {
  5377.         include_once \dirname(__DIR__4).'/src/Service/export/ExportUser.php';
  5378.         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()));
  5379.     }
  5380.     /**
  5381.      * Gets the private 'App\Service\favorites\UserFavoritesService' shared autowired service.
  5382.      *
  5383.      * @return \App\Service\favorites\UserFavoritesService
  5384.      */
  5385.     protected function getUserFavoritesServiceService()
  5386.     {
  5387.         include_once \dirname(__DIR__4).'/src/Service/favorites/UserFavoritesService.php';
  5388.         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()));
  5389.     }
  5390.     /**
  5391.      * Gets the private 'App\Service\formation\FormationService' shared autowired service.
  5392.      *
  5393.      * @return \App\Service\formation\FormationService
  5394.      */
  5395.     protected function getFormationServiceService()
  5396.     {
  5397.         include_once \dirname(__DIR__4).'/src/Service/formation/FormationService.php';
  5398.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5399.         if (isset($this->privates['App\\Service\\formation\\FormationService'])) {
  5400.             return $this->privates['App\\Service\\formation\\FormationService'];
  5401.         }
  5402.         $b = ($this->privates['App\\Service\\notification\\NotificationService'] ?? $this->getNotificationServiceService());
  5403.         if (isset($this->privates['App\\Service\\formation\\FormationService'])) {
  5404.             return $this->privates['App\\Service\\formation\\FormationService'];
  5405.         }
  5406.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5407.         if (isset($this->privates['App\\Service\\formation\\FormationService'])) {
  5408.             return $this->privates['App\\Service\\formation\\FormationService'];
  5409.         }
  5410.         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()));
  5411.     }
  5412.     /**
  5413.      * Gets the private 'App\Service\import\ImportActivity' shared autowired service.
  5414.      *
  5415.      * @return \App\Service\import\ImportActivity
  5416.      */
  5417.     protected function getImportActivityService()
  5418.     {
  5419.         include_once \dirname(__DIR__4).'/src/Service/import/ImportActivity.php';
  5420.         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()));
  5421.     }
  5422.     /**
  5423.      * Gets the private 'App\Service\import\ImportActivityMuscle' shared autowired service.
  5424.      *
  5425.      * @return \App\Service\import\ImportActivityMuscle
  5426.      */
  5427.     protected function getImportActivityMuscleService()
  5428.     {
  5429.         include_once \dirname(__DIR__4).'/src/Service/import/ImportActivityMuscle.php';
  5430.         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()));
  5431.     }
  5432.     /**
  5433.      * Gets the private 'App\Service\import\ImportDepartment' shared autowired service.
  5434.      *
  5435.      * @return \App\Service\import\ImportDepartment
  5436.      */
  5437.     protected function getImportDepartmentService()
  5438.     {
  5439.         include_once \dirname(__DIR__4).'/src/Service/import/ImportDepartment.php';
  5440.         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()));
  5441.     }
  5442.     /**
  5443.      * Gets the private 'App\Service\import\ImportSite' shared autowired service.
  5444.      *
  5445.      * @return \App\Service\import\ImportSite
  5446.      */
  5447.     protected function getImportSiteService()
  5448.     {
  5449.         include_once \dirname(__DIR__4).'/src/Service/import/ImportSite.php';
  5450.         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()));
  5451.     }
  5452.     /**
  5453.      * Gets the private 'App\Service\import\ImportUser' shared autowired service.
  5454.      *
  5455.      * @return \App\Service\import\ImportUser
  5456.      */
  5457.     protected function getImportUserService()
  5458.     {
  5459.         include_once \dirname(__DIR__4).'/src/Service/import/ImportUser.php';
  5460.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5461.         if (isset($this->privates['App\\Service\\import\\ImportUser'])) {
  5462.             return $this->privates['App\\Service\\import\\ImportUser'];
  5463.         }
  5464.         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()));
  5465.     }
  5466.     /**
  5467.      * Gets the private 'App\Service\notification\MessageService' shared autowired service.
  5468.      *
  5469.      * @return \App\Service\notification\MessageService
  5470.      */
  5471.     protected function getMessageServiceService()
  5472.     {
  5473.         include_once \dirname(__DIR__4).'/src/Service/notification/MessageService.php';
  5474.         return $this->privates['App\\Service\\notification\\MessageService'] = new \App\Service\notification\MessageService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5475.     }
  5476.     /**
  5477.      * Gets the private 'App\Service\notification\NotificationService' shared autowired service.
  5478.      *
  5479.      * @return \App\Service\notification\NotificationService
  5480.      */
  5481.     protected function getNotificationServiceService()
  5482.     {
  5483.         include_once \dirname(__DIR__4).'/src/Service/notification/NotificationService.php';
  5484.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5485.         if (isset($this->privates['App\\Service\\notification\\NotificationService'])) {
  5486.             return $this->privates['App\\Service\\notification\\NotificationService'];
  5487.         }
  5488.         return $this->privates['App\\Service\\notification\\NotificationService'] = new \App\Service\notification\NotificationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a);
  5489.     }
  5490.     /**
  5491.      * Gets the private 'App\Service\profile\ProfileService' shared autowired service.
  5492.      *
  5493.      * @return \App\Service\profile\ProfileService
  5494.      */
  5495.     protected function getProfileServiceService()
  5496.     {
  5497.         include_once \dirname(__DIR__4).'/src/Service/profile/ProfileService.php';
  5498.         return $this->privates['App\\Service\\profile\\ProfileService'] = new \App\Service\profile\ProfileService(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5499.     }
  5500.     /**
  5501.      * Gets the private 'App\Service\search\SearchService' shared autowired service.
  5502.      *
  5503.      * @return \App\Service\search\SearchService
  5504.      */
  5505.     protected function getSearchServiceService()
  5506.     {
  5507.         include_once \dirname(__DIR__4).'/src/Service/search/SearchService.php';
  5508.         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()));
  5509.     }
  5510.     /**
  5511.      * Gets the private 'App\Service\statistics\StatisticsService' shared autowired service.
  5512.      *
  5513.      * @return \App\Service\statistics\StatisticsService
  5514.      */
  5515.     protected function getStatisticsServiceService()
  5516.     {
  5517.         include_once \dirname(__DIR__4).'/src/Service/statistics/StatisticsService.php';
  5518.         return $this->privates['App\\Service\\statistics\\StatisticsService'] = new \App\Service\statistics\StatisticsService(($this->privates['App\\Repository\\LogRepository'] ?? $this->getLogRepositoryService()));
  5519.     }
  5520.     /**
  5521.      * Gets the private 'App\Service\subscription\FeaturesService' shared autowired service.
  5522.      *
  5523.      * @return \App\Service\subscription\FeaturesService
  5524.      */
  5525.     protected function getFeaturesServiceService()
  5526.     {
  5527.         include_once \dirname(__DIR__4).'/src/Service/subscription/FeaturesService.php';
  5528.         return $this->privates['App\\Service\\subscription\\FeaturesService'] = new \App\Service\subscription\FeaturesService();
  5529.     }
  5530.     /**
  5531.      * Gets the private 'App\Service\subscription\SubscriptionService' shared autowired service.
  5532.      *
  5533.      * @return \App\Service\subscription\SubscriptionService
  5534.      */
  5535.     protected function getSubscriptionServiceService()
  5536.     {
  5537.         include_once \dirname(__DIR__4).'/src/Service/subscription/SubscriptionService.php';
  5538.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5539.         if (isset($this->privates['App\\Service\\subscription\\SubscriptionService'])) {
  5540.             return $this->privates['App\\Service\\subscription\\SubscriptionService'];
  5541.         }
  5542.         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()));
  5543.     }
  5544.     /**
  5545.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  5546.      *
  5547.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  5548.      */
  5549.     protected function getManagerRegistryAwareConnectionProviderService()
  5550.     {
  5551.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  5553.         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'));
  5554.     }
  5555.     /**
  5556.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  5557.      *
  5558.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  5559.      */
  5560.     protected function getRunSqlCommandService()
  5561.     {
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  5564.         $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()));
  5565.         $instance->setName('dbal:run-sql');
  5566.         return $instance;
  5567.     }
  5568.     /**
  5569.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  5570.      *
  5571.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  5572.      */
  5573.     protected function getResetAssetsEventListenerService()
  5574.     {
  5575.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  5576.     }
  5577.     /**
  5578.      * Gets the private 'annotations.cache_adapter' shared service.
  5579.      *
  5580.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  5581.      */
  5582.     protected function getAnnotations_CacheAdapterService()
  5583.     {
  5584.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5585.     }
  5586.     /**
  5587.      * Gets the private 'annotations.cache_warmer' shared service.
  5588.      *
  5589.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  5590.      */
  5591.     protected function getAnnotations_CacheWarmerService()
  5592.     {
  5593.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  5595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  5596.         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);
  5597.     }
  5598.     /**
  5599.      * Gets the private 'annotations.cached_reader' shared service.
  5600.      *
  5601.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  5602.      */
  5603.     protected function getAnnotations_CachedReaderService()
  5604.     {
  5605.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  5606.     }
  5607.     /**
  5608.      * Gets the private 'annotations.reader' shared service.
  5609.      *
  5610.      * @return \Doctrine\Common\Annotations\AnnotationReader
  5611.      */
  5612.     protected function getAnnotations_ReaderService()
  5613.     {
  5614.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  5615.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  5616.         $a->registerUniqueLoader('class_exists');
  5617.         $instance->addGlobalIgnoredName('required'$a);
  5618.         return $instance;
  5619.     }
  5620.     /**
  5621.      * Gets the private 'assets.packages' shared service.
  5622.      *
  5623.      * @return \Symfony\Component\Asset\Packages
  5624.      */
  5625.     protected function getAssets_PackagesService()
  5626.     {
  5627.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  5628.         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 () {
  5629.             return new \EmptyIterator();
  5630.         }, 0));
  5631.     }
  5632.     /**
  5633.      * Gets the private 'cache.annotations' shared service.
  5634.      *
  5635.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5636.      */
  5637.     protected function getCache_AnnotationsService()
  5638.     {
  5639.         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())));
  5640.     }
  5641.     /**
  5642.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  5643.      *
  5644.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5645.      */
  5646.     protected function getCache_Doctrine_Orm_Default_QueryService()
  5647.     {
  5648.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5649.     }
  5650.     /**
  5651.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  5652.      *
  5653.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5654.      */
  5655.     protected function getCache_Doctrine_Orm_Default_ResultService()
  5656.     {
  5657.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5658.     }
  5659.     /**
  5660.      * Gets the private 'cache.property_info' shared service.
  5661.      *
  5662.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5663.      */
  5664.     protected function getCache_PropertyInfoService()
  5665.     {
  5666.         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())));
  5667.     }
  5668.     /**
  5669.      * Gets the private 'cache.security_expression_language' shared service.
  5670.      *
  5671.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5672.      */
  5673.     protected function getCache_SecurityExpressionLanguageService()
  5674.     {
  5675.         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())));
  5676.     }
  5677.     /**
  5678.      * Gets the private 'cache.serializer' shared service.
  5679.      *
  5680.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5681.      */
  5682.     protected function getCache_SerializerService()
  5683.     {
  5684.         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())));
  5685.     }
  5686.     /**
  5687.      * Gets the private 'cache.validator' shared service.
  5688.      *
  5689.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5690.      */
  5691.     protected function getCache_ValidatorService()
  5692.     {
  5693.         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())));
  5694.     }
  5695.     /**
  5696.      * Gets the private 'cache.webpack_encore' shared service.
  5697.      *
  5698.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5699.      */
  5700.     protected function getCache_WebpackEncoreService()
  5701.     {
  5702.         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())));
  5703.     }
  5704.     /**
  5705.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  5706.      *
  5707.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  5708.      */
  5709.     protected function getCachePoolClearer_CacheWarmerService()
  5710.     {
  5711.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  5713.         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']);
  5714.     }
  5715.     /**
  5716.      * Gets the private 'config_builder.warmer' shared service.
  5717.      *
  5718.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  5719.      */
  5720.     protected function getConfigBuilder_WarmerService()
  5721.     {
  5722.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  5724.         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()));
  5725.     }
  5726.     /**
  5727.      * Gets the private 'config_cache_factory' shared service.
  5728.      *
  5729.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5730.      */
  5731.     protected function getConfigCacheFactoryService()
  5732.     {
  5733.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5734.             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)));
  5735.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5736.         }, 2));
  5737.     }
  5738.     /**
  5739.      * Gets the private 'console.command.about' shared service.
  5740.      *
  5741.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5742.      */
  5743.     protected function getConsole_Command_AboutService()
  5744.     {
  5745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5747.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5748.         $instance->setName('about');
  5749.         $instance->setDescription('Display information about the current project');
  5750.         return $instance;
  5751.     }
  5752.     /**
  5753.      * Gets the private 'console.command.assets_install' shared service.
  5754.      *
  5755.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5756.      */
  5757.     protected function getConsole_Command_AssetsInstallService()
  5758.     {
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5762.         $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));
  5763.         $instance->setName('assets:install');
  5764.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  5765.         return $instance;
  5766.     }
  5767.     /**
  5768.      * Gets the private 'console.command.cache_clear' shared service.
  5769.      *
  5770.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5771.      */
  5772.     protected function getConsole_Command_CacheClearService()
  5773.     {
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5776.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5777.         $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())));
  5778.         $instance->setName('cache:clear');
  5779.         $instance->setDescription('Clear the cache');
  5780.         return $instance;
  5781.     }
  5782.     /**
  5783.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5784.      *
  5785.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5786.      */
  5787.     protected function getConsole_Command_CachePoolClearService()
  5788.     {
  5789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5791.         $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']);
  5792.         $instance->setName('cache:pool:clear');
  5793.         $instance->setDescription('Clear cache pools');
  5794.         return $instance;
  5795.     }
  5796.     /**
  5797.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5798.      *
  5799.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5800.      */
  5801.     protected function getConsole_Command_CachePoolDeleteService()
  5802.     {
  5803.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5805.         $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']);
  5806.         $instance->setName('cache:pool:delete');
  5807.         $instance->setDescription('Delete an item from a cache pool');
  5808.         return $instance;
  5809.     }
  5810.     /**
  5811.      * Gets the private 'console.command.cache_pool_list' shared service.
  5812.      *
  5813.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5814.      */
  5815.     protected function getConsole_Command_CachePoolListService()
  5816.     {
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5819.         $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']);
  5820.         $instance->setName('cache:pool:list');
  5821.         $instance->setDescription('List available cache pools');
  5822.         return $instance;
  5823.     }
  5824.     /**
  5825.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5826.      *
  5827.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5828.      */
  5829.     protected function getConsole_Command_CachePoolPruneService()
  5830.     {
  5831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5833.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5834.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5835.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5836.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5837.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5838.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5839.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5840.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  5841.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5842.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5843.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5844.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  5845.         }, 11));
  5846.         $instance->setName('cache:pool:prune');
  5847.         $instance->setDescription('Prune cache pools');
  5848.         return $instance;
  5849.     }
  5850.     /**
  5851.      * Gets the private 'console.command.cache_warmup' shared service.
  5852.      *
  5853.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5854.      */
  5855.     protected function getConsole_Command_CacheWarmupService()
  5856.     {
  5857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5859.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5860.         $instance->setName('cache:warmup');
  5861.         $instance->setDescription('Warm up an empty cache');
  5862.         return $instance;
  5863.     }
  5864.     /**
  5865.      * Gets the private 'console.command.config_debug' shared service.
  5866.      *
  5867.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5868.      */
  5869.     protected function getConsole_Command_ConfigDebugService()
  5870.     {
  5871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5873.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5876.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5877.         $instance->setName('debug:config');
  5878.         $instance->setDescription('Dump the current configuration for an extension');
  5879.         return $instance;
  5880.     }
  5881.     /**
  5882.      * Gets the private 'console.command.config_dump_reference' shared service.
  5883.      *
  5884.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5885.      */
  5886.     protected function getConsole_Command_ConfigDumpReferenceService()
  5887.     {
  5888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5893.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5894.         $instance->setName('config:dump-reference');
  5895.         $instance->setDescription('Dump the default configuration for an extension');
  5896.         return $instance;
  5897.     }
  5898.     /**
  5899.      * Gets the private 'console.command.container_debug' shared service.
  5900.      *
  5901.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5902.      */
  5903.     protected function getConsole_Command_ContainerDebugService()
  5904.     {
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5908.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5909.         $instance->setName('debug:container');
  5910.         $instance->setDescription('Display current services for an application');
  5911.         return $instance;
  5912.     }
  5913.     /**
  5914.      * Gets the private 'console.command.container_lint' shared service.
  5915.      *
  5916.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5917.      */
  5918.     protected function getConsole_Command_ContainerLintService()
  5919.     {
  5920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5922.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5923.         $instance->setName('lint:container');
  5924.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  5925.         return $instance;
  5926.     }
  5927.     /**
  5928.      * Gets the private 'console.command.debug_autowiring' shared service.
  5929.      *
  5930.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5931.      */
  5932.     protected function getConsole_Command_DebugAutowiringService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5938.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5939.         $instance->setName('debug:autowiring');
  5940.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  5941.         return $instance;
  5942.     }
  5943.     /**
  5944.      * Gets the private 'console.command.dotenv_debug' shared service.
  5945.      *
  5946.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  5947.      */
  5948.     protected function getConsole_Command_DotenvDebugService()
  5949.     {
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  5952.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  5953.         $instance->setName('debug:dotenv');
  5954.         $instance->setDescription('Lists all dotenv files with variables and values');
  5955.         return $instance;
  5956.     }
  5957.     /**
  5958.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5959.      *
  5960.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5961.      */
  5962.     protected function getConsole_Command_EventDispatcherDebugService()
  5963.     {
  5964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5966.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  5967.         $instance->setName('debug:event-dispatcher');
  5968.         $instance->setDescription('Display configured listeners for an application');
  5969.         return $instance;
  5970.     }
  5971.     /**
  5972.      * Gets the private 'console.command.form_debug' shared service.
  5973.      *
  5974.      * @return \Symfony\Component\Form\Command\DebugCommand
  5975.      */
  5976.     protected function getConsole_Command_FormDebugService()
  5977.     {
  5978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5980.         $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()));
  5981.         $instance->setName('debug:form');
  5982.         $instance->setDescription('Display form type information');
  5983.         return $instance;
  5984.     }
  5985.     /**
  5986.      * Gets the private 'console.command.router_debug' shared service.
  5987.      *
  5988.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5989.      */
  5990.     protected function getConsole_Command_RouterDebugService()
  5991.     {
  5992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  5994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5995.         $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()));
  5996.         $instance->setName('debug:router');
  5997.         $instance->setDescription('Display current routes for an application');
  5998.         return $instance;
  5999.     }
  6000.     /**
  6001.      * Gets the private 'console.command.router_match' shared service.
  6002.      *
  6003.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  6004.      */
  6005.     protected function getConsole_Command_RouterMatchService()
  6006.     {
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  6009.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  6010.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  6011.         }, 1));
  6012.         $instance->setName('router:match');
  6013.         $instance->setDescription('Help debug routes by simulating a path info match');
  6014.         return $instance;
  6015.     }
  6016.     /**
  6017.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  6018.      *
  6019.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  6020.      */
  6021.     protected function getConsole_Command_SecretsDecryptToLocalService()
  6022.     {
  6023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6027.         $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')))));
  6028.         $instance->setName('secrets:decrypt-to-local');
  6029.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  6030.         return $instance;
  6031.     }
  6032.     /**
  6033.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  6034.      *
  6035.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  6036.      */
  6037.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  6038.     {
  6039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6043.         $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')))));
  6044.         $instance->setName('secrets:encrypt-from-local');
  6045.         $instance->setDescription('Encrypt all local secrets to the vault');
  6046.         return $instance;
  6047.     }
  6048.     /**
  6049.      * Gets the private 'console.command.secrets_generate_key' shared service.
  6050.      *
  6051.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  6052.      */
  6053.     protected function getConsole_Command_SecretsGenerateKeyService()
  6054.     {
  6055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6059.         $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')))));
  6060.         $instance->setName('secrets:generate-keys');
  6061.         $instance->setDescription('Generate new encryption keys');
  6062.         return $instance;
  6063.     }
  6064.     /**
  6065.      * Gets the private 'console.command.secrets_list' shared service.
  6066.      *
  6067.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  6068.      */
  6069.     protected function getConsole_Command_SecretsListService()
  6070.     {
  6071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6075.         $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')))));
  6076.         $instance->setName('secrets:list');
  6077.         $instance->setDescription('List all secrets');
  6078.         return $instance;
  6079.     }
  6080.     /**
  6081.      * Gets the private 'console.command.secrets_remove' shared service.
  6082.      *
  6083.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  6084.      */
  6085.     protected function getConsole_Command_SecretsRemoveService()
  6086.     {
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6091.         $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')))));
  6092.         $instance->setName('secrets:remove');
  6093.         $instance->setDescription('Remove a secret from the vault');
  6094.         return $instance;
  6095.     }
  6096.     /**
  6097.      * Gets the private 'console.command.secrets_set' shared service.
  6098.      *
  6099.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  6100.      */
  6101.     protected function getConsole_Command_SecretsSetService()
  6102.     {
  6103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  6107.         $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')))));
  6108.         $instance->setName('secrets:set');
  6109.         $instance->setDescription('Set a secret in the vault');
  6110.         return $instance;
  6111.     }
  6112.     /**
  6113.      * Gets the private 'console.command.translation_debug' shared service.
  6114.      *
  6115.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  6116.      */
  6117.     protected function getConsole_Command_TranslationDebugService()
  6118.     {
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  6121.         $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')], []);
  6122.         $instance->setName('debug:translation');
  6123.         $instance->setDescription('Display translation messages information');
  6124.         return $instance;
  6125.     }
  6126.     /**
  6127.      * Gets the private 'console.command.translation_extract' shared service.
  6128.      *
  6129.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  6130.      */
  6131.     protected function getConsole_Command_TranslationExtractService()
  6132.     {
  6133.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  6135.         $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')], []);
  6136.         $instance->setName('translation:extract');
  6137.         $instance->setAliases([=> 'translation:update']);
  6138.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  6139.         return $instance;
  6140.     }
  6141.     /**
  6142.      * Gets the private 'console.command.translation_pull' shared service.
  6143.      *
  6144.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  6145.      */
  6146.     protected function getConsole_Command_TranslationPullService()
  6147.     {
  6148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6149.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6150.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  6151.         $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', [], []);
  6152.         $instance->setName('translation:pull');
  6153.         $instance->setDescription('Pull translations from a given provider.');
  6154.         return $instance;
  6155.     }
  6156.     /**
  6157.      * Gets the private 'console.command.translation_push' shared service.
  6158.      *
  6159.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  6160.      */
  6161.     protected function getConsole_Command_TranslationPushService()
  6162.     {
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  6166.         $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()), [], []);
  6167.         $instance->setName('translation:push');
  6168.         $instance->setDescription('Push translations to a given provider.');
  6169.         return $instance;
  6170.     }
  6171.     /**
  6172.      * Gets the private 'console.command.validator_debug' shared service.
  6173.      *
  6174.      * @return \Symfony\Component\Validator\Command\DebugCommand
  6175.      */
  6176.     protected function getConsole_Command_ValidatorDebugService()
  6177.     {
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  6180.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  6181.         $instance->setName('debug:validator');
  6182.         $instance->setDescription('Display validation constraints for classes');
  6183.         return $instance;
  6184.     }
  6185.     /**
  6186.      * Gets the private 'console.command.xliff_lint' shared service.
  6187.      *
  6188.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  6189.      */
  6190.     protected function getConsole_Command_XliffLintService()
  6191.     {
  6192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6193.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  6194.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  6195.         $instance->setName('lint:xliff');
  6196.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  6197.         return $instance;
  6198.     }
  6199.     /**
  6200.      * Gets the private 'console.command.yaml_lint' shared service.
  6201.      *
  6202.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  6203.      */
  6204.     protected function getConsole_Command_YamlLintService()
  6205.     {
  6206.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6207.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  6209.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  6210.         $instance->setName('lint:yaml');
  6211.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  6212.         return $instance;
  6213.     }
  6214.     /**
  6215.      * Gets the private 'console.error_listener' shared service.
  6216.      *
  6217.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  6218.      */
  6219.     protected function getConsole_ErrorListenerService()
  6220.     {
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  6222.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  6223.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6224.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6225.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6226.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  6227.     }
  6228.     /**
  6229.      * Gets the private 'container.env_var_processor' shared service.
  6230.      *
  6231.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  6232.      */
  6233.     protected function getContainer_EnvVarProcessorService()
  6234.     {
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  6237.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  6238.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  6239.         }, 1));
  6240.     }
  6241.     /**
  6242.      * Gets the private 'container.getenv' shared service.
  6243.      *
  6244.      * @return \Closure
  6245.      */
  6246.     protected function getContainer_GetenvService()
  6247.     {
  6248.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  6249.     }
  6250.     /**
  6251.      * Gets the private 'data_collector.form' shared service.
  6252.      *
  6253.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  6254.      */
  6255.     protected function getDataCollector_FormService()
  6256.     {
  6257.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  6258.     }
  6259.     /**
  6260.      * Gets the private 'data_collector.request' shared service.
  6261.      *
  6262.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  6263.      */
  6264.     protected function getDataCollector_RequestService()
  6265.     {
  6266.         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())));
  6267.     }
  6268.     /**
  6269.      * Gets the private 'data_collector.request.session_collector' shared service.
  6270.      *
  6271.      * @return \Closure
  6272.      */
  6273.     protected function getDataCollector_Request_SessionCollectorService()
  6274.     {
  6275.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  6276.     }
  6277.     /**
  6278.      * Gets the private 'debug.argument_resolver.default' shared service.
  6279.      *
  6280.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6281.      */
  6282.     protected function getDebug_ArgumentResolver_DefaultService()
  6283.     {
  6284.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  6287.         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))));
  6288.     }
  6289.     /**
  6290.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  6291.      *
  6292.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6293.      */
  6294.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  6295.     {
  6296.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  6299.         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))));
  6300.     }
  6301.     /**
  6302.      * Gets the private 'debug.argument_resolver.request' shared service.
  6303.      *
  6304.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6305.      */
  6306.     protected function getDebug_ArgumentResolver_RequestService()
  6307.     {
  6308.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  6311.         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))));
  6312.     }
  6313.     /**
  6314.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  6315.      *
  6316.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6317.      */
  6318.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  6319.     {
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  6323.         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))));
  6324.     }
  6325.     /**
  6326.      * Gets the private 'debug.argument_resolver.service' shared service.
  6327.      *
  6328.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6329.      */
  6330.     protected function getDebug_ArgumentResolver_ServiceService()
  6331.     {
  6332.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  6335.         $a = ($this->privates['.service_locator.mFmh8k7'] ?? $this->get_ServiceLocator_MFmh8k7Service());
  6336.         if (isset($this->privates['debug.argument_resolver.service'])) {
  6337.             return $this->privates['debug.argument_resolver.service'];
  6338.         }
  6339.         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))));
  6340.     }
  6341.     /**
  6342.      * Gets the private 'debug.argument_resolver.session' shared service.
  6343.      *
  6344.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6345.      */
  6346.     protected function getDebug_ArgumentResolver_SessionService()
  6347.     {
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  6351.         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))));
  6352.     }
  6353.     /**
  6354.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  6355.      *
  6356.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6357.      */
  6358.     protected function getDebug_ArgumentResolver_VariadicService()
  6359.     {
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  6363.         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))));
  6364.     }
  6365.     /**
  6366.      * Gets the private 'debug.debug_handlers_listener' shared service.
  6367.      *
  6368.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  6369.      */
  6370.     protected function getDebug_DebugHandlersListenerService()
  6371.     {
  6372.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  6373.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6374.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6375.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6376.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  6377.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  6378.     }
  6379.     /**
  6380.      * Gets the private 'debug.dump_listener' shared service.
  6381.      *
  6382.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  6383.      */
  6384.     protected function getDebug_DumpListenerService()
  6385.     {
  6386.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  6387.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  6388.         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()));
  6389.     }
  6390.     /**
  6391.      * Gets the private 'debug.file_link_formatter' shared service.
  6392.      *
  6393.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  6394.      */
  6395.     protected function getDebug_FileLinkFormatterService()
  6396.     {
  6397.         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 () {
  6398.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  6399.         });
  6400.     }
  6401.     /**
  6402.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  6403.      *
  6404.      * @return \string
  6405.      */
  6406.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  6407.     {
  6408.         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');
  6409.     }
  6410.     /**
  6411.      * Gets the private 'debug.log_processor' shared service.
  6412.      *
  6413.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  6414.      */
  6415.     protected function getDebug_LogProcessorService()
  6416.     {
  6417.         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())));
  6418.     }
  6419.     /**
  6420.      * Gets the private 'debug.security.access.decision_manager' shared service.
  6421.      *
  6422.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  6423.      */
  6424.     protected function getDebug_Security_Access_DecisionManagerService()
  6425.     {
  6426.         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 () {
  6427.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  6428.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  6429.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  6430.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'] ?? $this->getCompanyVoterService());
  6431.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'] ?? $this->getFeaturesVoterService());
  6432.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'] ?? $this->getFormationVoterService());
  6433.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  6434.     }
  6435.     /**
  6436.      * Gets the private 'debug.security.firewall' shared service.
  6437.      *
  6438.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  6439.      */
  6440.     protected function getDebug_Security_FirewallService()
  6441.     {
  6442.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  6443.         if (isset($this->privates['debug.security.firewall'])) {
  6444.             return $this->privates['debug.security.firewall'];
  6445.         }
  6446.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6447.         if (isset($this->privates['debug.security.firewall'])) {
  6448.             return $this->privates['debug.security.firewall'];
  6449.         }
  6450.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  6451.     }
  6452.     /**
  6453.      * Gets the private 'debug.security.user_value_resolver' shared service.
  6454.      *
  6455.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  6456.      */
  6457.     protected function getDebug_Security_UserValueResolverService()
  6458.     {
  6459.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  6460.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  6461.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  6462.         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))));
  6463.     }
  6464.     /**
  6465.      * Gets the private 'debug.security.voter.App\Security\Voter\CompanyVoter' shared service.
  6466.      *
  6467.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6468.      */
  6469.     protected function getCompanyVoterService()
  6470.     {
  6471.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6472.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6473.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6474.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6475.         include_once \dirname(__DIR__4).'/src/Security/Voter/CompanyVoter.php';
  6476.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6477.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'])) {
  6478.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'];
  6479.         }
  6480.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6481.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'])) {
  6482.             return $this->privates['debug.security.voter.App\\Security\\Voter\\CompanyVoter'];
  6483.         }
  6484.         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);
  6485.     }
  6486.     /**
  6487.      * Gets the private 'debug.security.voter.App\Security\Voter\FeaturesVoter' shared service.
  6488.      *
  6489.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6490.      */
  6491.     protected function getFeaturesVoterService()
  6492.     {
  6493.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6494.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6497.         include_once \dirname(__DIR__4).'/src/Security/Voter/FeaturesVoter.php';
  6498.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6499.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'])) {
  6500.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'];
  6501.         }
  6502.         return $this->privates['debug.security.voter.App\\Security\\Voter\\FeaturesVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\FeaturesVoter(), $a);
  6503.     }
  6504.     /**
  6505.      * Gets the private 'debug.security.voter.App\Security\Voter\FormationVoter' shared service.
  6506.      *
  6507.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6508.      */
  6509.     protected function getFormationVoterService()
  6510.     {
  6511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  6515.         include_once \dirname(__DIR__4).'/src/Security/Voter/FormationVoter.php';
  6516.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6517.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'])) {
  6518.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'];
  6519.         }
  6520.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6521.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'])) {
  6522.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FormationVoter'];
  6523.         }
  6524.         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);
  6525.     }
  6526.     /**
  6527.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  6528.      *
  6529.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6530.      */
  6531.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  6532.     {
  6533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6536.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  6537.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6538.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  6539.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  6540.         }
  6541.         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);
  6542.     }
  6543.     /**
  6544.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  6545.      *
  6546.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6547.      */
  6548.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  6549.     {
  6550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6552.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6553.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  6554.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  6555.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6556.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6557.         }
  6558.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6559.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  6560.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  6561.         }
  6562.         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);
  6563.     }
  6564.     /**
  6565.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  6566.      *
  6567.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  6568.      */
  6569.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  6570.     {
  6571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  6572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  6573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  6574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  6576.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6577.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  6578.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  6579.         }
  6580.         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);
  6581.     }
  6582.     /**
  6583.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  6584.      *
  6585.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  6586.      */
  6587.     protected function getDebug_Security_Voter_VoteListenerService()
  6588.     {
  6589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  6590.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  6591.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  6592.             return $this->privates['debug.security.voter.vote_listener'];
  6593.         }
  6594.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  6595.     }
  6596.     /**
  6597.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  6598.      *
  6599.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
  6600.      */
  6601.     protected function getDoctrine_CacheClearMetadataCommandService()
  6602.     {
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  6606.         $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()));
  6607.         $instance->setName('doctrine:cache:clear-metadata');
  6608.         return $instance;
  6609.     }
  6610.     /**
  6611.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  6612.      *
  6613.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
  6614.      */
  6615.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  6616.     {
  6617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6619.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  6620.         $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()));
  6621.         $instance->setName('doctrine:cache:clear-query');
  6622.         return $instance;
  6623.     }
  6624.     /**
  6625.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  6626.      *
  6627.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
  6628.      */
  6629.     protected function getDoctrine_CacheClearResultCommandService()
  6630.     {
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  6634.         $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()));
  6635.         $instance->setName('doctrine:cache:clear-result');
  6636.         return $instance;
  6637.     }
  6638.     /**
  6639.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  6640.      *
  6641.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
  6642.      */
  6643.     protected function getDoctrine_CacheCollectionRegionCommandService()
  6644.     {
  6645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6646.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6647.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  6648.         $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()));
  6649.         $instance->setName('doctrine:cache:clear-collection-region');
  6650.         return $instance;
  6651.     }
  6652.     /**
  6653.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  6654.      *
  6655.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
  6656.      */
  6657.     protected function getDoctrine_ClearEntityRegionCommandService()
  6658.     {
  6659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  6662.         $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()));
  6663.         $instance->setName('doctrine:cache:clear-entity-region');
  6664.         return $instance;
  6665.     }
  6666.     /**
  6667.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  6668.      *
  6669.      * @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
  6670.      */
  6671.     protected function getDoctrine_ClearQueryRegionCommandService()
  6672.     {
  6673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6674.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  6676.         $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()));
  6677.         $instance->setName('doctrine:cache:clear-query-region');
  6678.         return $instance;
  6679.     }
  6680.     /**
  6681.      * Gets the private 'doctrine.database_create_command' shared service.
  6682.      *
  6683.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  6684.      */
  6685.     protected function getDoctrine_DatabaseCreateCommandService()
  6686.     {
  6687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6688.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  6690.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6691.         $instance->setName('doctrine:database:create');
  6692.         return $instance;
  6693.     }
  6694.     /**
  6695.      * Gets the private 'doctrine.database_drop_command' shared service.
  6696.      *
  6697.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  6698.      */
  6699.     protected function getDoctrine_DatabaseDropCommandService()
  6700.     {
  6701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6703.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  6704.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6705.         $instance->setName('doctrine:database:drop');
  6706.         return $instance;
  6707.     }
  6708.     /**
  6709.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  6710.      *
  6711.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  6712.      */
  6713.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  6714.     {
  6715.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6716.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  6717.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  6718.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  6719.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  6720.         ], [
  6721.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  6722.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  6723.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  6724.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  6725.         ]), [=> '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']]);
  6726.     }
  6727.     /**
  6728.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  6729.      *
  6730.      * @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
  6731.      */
  6732.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  6733.     {
  6734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6735.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  6737.         $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()));
  6738.         $instance->setName('doctrine:ensure-production-settings');
  6739.         return $instance;
  6740.     }
  6741.     /**
  6742.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  6743.      *
  6744.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  6745.      */
  6746.     protected function getDoctrine_FixturesLoadCommandService()
  6747.     {
  6748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6749.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6750.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  6751.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  6752.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  6753.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  6755.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  6756.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  6757.         $a->addFixtures([=> ['fixture' => ($this->privates['App\\DataFixtures\\AppFixtures'] ?? $this->getAppFixturesService()), 'groups' => []]]);
  6758.         $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()]);
  6759.         $instance->setName('doctrine:fixtures:load');
  6760.         return $instance;
  6761.     }
  6762.     /**
  6763.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  6764.      *
  6765.      * @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
  6766.      */
  6767.     protected function getDoctrine_MappingConvertCommandService()
  6768.     {
  6769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6770.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6771.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  6772.         $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()));
  6773.         $instance->setName('doctrine:mapping:convert');
  6774.         return $instance;
  6775.     }
  6776.     /**
  6777.      * Gets the private 'doctrine.mapping_import_command' shared service.
  6778.      *
  6779.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  6780.      */
  6781.     protected function getDoctrine_MappingImportCommandService()
  6782.     {
  6783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6784.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  6785.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  6786.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  6787.         $instance->setName('doctrine:mapping:import');
  6788.         return $instance;
  6789.     }
  6790.     /**
  6791.      * Gets the private 'doctrine.mapping_info_command' shared service.
  6792.      *
  6793.      * @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
  6794.      */
  6795.     protected function getDoctrine_MappingInfoCommandService()
  6796.     {
  6797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6798.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6799.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6800.         $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()));
  6801.         $instance->setName('doctrine:mapping:info');
  6802.         return $instance;
  6803.     }
  6804.     /**
  6805.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  6806.      *
  6807.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  6808.      */
  6809.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  6810.     {
  6811.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  6812.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  6813.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  6814.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  6815.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  6816.         }
  6817.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  6818.     }
  6819.     /**
  6820.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  6821.      *
  6822.      * @return \Doctrine\Migrations\DependencyFactory
  6823.      */
  6824.     protected function getDoctrine_Migrations_DependencyFactoryService()
  6825.     {
  6826.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  6827.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  6828.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  6829.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  6830.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  6834.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  6835.         $b = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  6836.         $b->setTableName('doctrine_migration_versions');
  6837.         $b->setVersionColumnName('version');
  6838.         $b->setVersionColumnLength(192);
  6839.         $b->setExecutedAtColumnName('executed_at');
  6840.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/src/Migrations'));
  6841.         $a->setAllOrNothing(false);
  6842.         $a->setCheckDatabasePlatform(true);
  6843.         $a->setTransactional(true);
  6844.         $a->setMetadataStorageConfiguration($b);
  6845.         $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()));
  6846.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  6847.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  6848.         });
  6849.         return $instance;
  6850.     }
  6851.     /**
  6852.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  6853.      *
  6854.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  6855.      */
  6856.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  6857.     {
  6858.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  6859.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  6860.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6861.     }
  6862.     /**
  6863.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6864.      *
  6865.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6866.      */
  6867.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6868.     {
  6869.         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);
  6870.     }
  6871.     /**
  6872.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6873.      *
  6874.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6875.      */
  6876.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6877.     {
  6878.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6879.         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()));
  6880.     }
  6881.     /**
  6882.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6883.      *
  6884.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6885.      */
  6886.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6887.     {
  6888.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6889.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6890.     }
  6891.     /**
  6892.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  6893.      *
  6894.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  6895.      */
  6896.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  6897.     {
  6898.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6899.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  6900.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  6901.     }
  6902.     /**
  6903.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  6904.      *
  6905.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  6906.      */
  6907.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  6908.     {
  6909.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  6911.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  6912.             return new \EmptyIterator();
  6913.         }, 0));
  6914.     }
  6915.     /**
  6916.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  6917.      *
  6918.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  6919.      */
  6920.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  6921.     {
  6922.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  6923.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  6924.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  6925.     }
  6926.     /**
  6927.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6928.      *
  6929.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6930.      */
  6931.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6932.     {
  6933.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6934.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6935.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6936.     }
  6937.     /**
  6938.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6939.      *
  6940.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6941.      */
  6942.     protected function getDoctrine_Orm_Validator_UniqueService()
  6943.     {
  6944.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6947.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6948.     }
  6949.     /**
  6950.      * Gets the private 'doctrine.query_dql_command' shared service.
  6951.      *
  6952.      * @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
  6953.      */
  6954.     protected function getDoctrine_QueryDqlCommandService()
  6955.     {
  6956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6957.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6959.         $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()));
  6960.         $instance->setName('doctrine:query:dql');
  6961.         return $instance;
  6962.     }
  6963.     /**
  6964.      * Gets the private 'doctrine.query_sql_command' shared service.
  6965.      *
  6966.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6967.      */
  6968.     protected function getDoctrine_QuerySqlCommandService()
  6969.     {
  6970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6971.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
  6972.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6973.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6974.         $instance->setName('doctrine:query:sql');
  6975.         return $instance;
  6976.     }
  6977.     /**
  6978.      * Gets the private 'doctrine.schema_create_command' shared service.
  6979.      *
  6980.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
  6981.      */
  6982.     protected function getDoctrine_SchemaCreateCommandService()
  6983.     {
  6984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6985.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  6986.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6987.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6988.         $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()));
  6989.         $instance->setName('doctrine:schema:create');
  6990.         return $instance;
  6991.     }
  6992.     /**
  6993.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6994.      *
  6995.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
  6996.      */
  6997.     protected function getDoctrine_SchemaDropCommandService()
  6998.     {
  6999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7000.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  7003.         $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()));
  7004.         $instance->setName('doctrine:schema:drop');
  7005.         return $instance;
  7006.     }
  7007.     /**
  7008.      * Gets the private 'doctrine.schema_update_command' shared service.
  7009.      *
  7010.      * @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
  7011.      */
  7012.     protected function getDoctrine_SchemaUpdateCommandService()
  7013.     {
  7014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7015.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  7018.         $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()));
  7019.         $instance->setName('doctrine:schema:update');
  7020.         return $instance;
  7021.     }
  7022.     /**
  7023.      * Gets the private 'doctrine.schema_validate_command' shared service.
  7024.      *
  7025.      * @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
  7026.      */
  7027.     protected function getDoctrine_SchemaValidateCommandService()
  7028.     {
  7029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7030.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  7031.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  7032.         $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()));
  7033.         $instance->setName('doctrine:schema:validate');
  7034.         return $instance;
  7035.     }
  7036.     /**
  7037.      * Gets the private 'doctrine.ulid_generator' shared service.
  7038.      *
  7039.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  7040.      */
  7041.     protected function getDoctrine_UlidGeneratorService()
  7042.     {
  7043.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7044.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  7045.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  7046.     }
  7047.     /**
  7048.      * Gets the private 'doctrine.uuid_generator' shared service.
  7049.      *
  7050.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  7051.      */
  7052.     protected function getDoctrine_UuidGeneratorService()
  7053.     {
  7054.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  7055.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  7056.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  7057.     }
  7058.     /**
  7059.      * Gets the private 'doctrine_migrations.current_command' shared service.
  7060.      *
  7061.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  7062.      */
  7063.     protected function getDoctrineMigrations_CurrentCommandService()
  7064.     {
  7065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7066.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7067.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  7068.         $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');
  7069.         $instance->setName('doctrine:migrations:current');
  7070.         return $instance;
  7071.     }
  7072.     /**
  7073.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  7074.      *
  7075.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  7076.      */
  7077.     protected function getDoctrineMigrations_DiffCommandService()
  7078.     {
  7079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7080.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7081.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  7082.         $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');
  7083.         $instance->setName('doctrine:migrations:diff');
  7084.         return $instance;
  7085.     }
  7086.     /**
  7087.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  7088.      *
  7089.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  7090.      */
  7091.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  7092.     {
  7093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7094.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7095.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  7096.         $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');
  7097.         $instance->setName('doctrine:migrations:dump-schema');
  7098.         return $instance;
  7099.     }
  7100.     /**
  7101.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  7102.      *
  7103.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  7104.      */
  7105.     protected function getDoctrineMigrations_ExecuteCommandService()
  7106.     {
  7107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7108.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7109.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  7110.         $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');
  7111.         $instance->setName('doctrine:migrations:execute');
  7112.         return $instance;
  7113.     }
  7114.     /**
  7115.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  7116.      *
  7117.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  7118.      */
  7119.     protected function getDoctrineMigrations_GenerateCommandService()
  7120.     {
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7122.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7123.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  7124.         $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');
  7125.         $instance->setName('doctrine:migrations:generate');
  7126.         return $instance;
  7127.     }
  7128.     /**
  7129.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  7130.      *
  7131.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  7132.      */
  7133.     protected function getDoctrineMigrations_LatestCommandService()
  7134.     {
  7135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7136.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7137.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  7138.         $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');
  7139.         $instance->setName('doctrine:migrations:latest');
  7140.         return $instance;
  7141.     }
  7142.     /**
  7143.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  7144.      *
  7145.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  7146.      */
  7147.     protected function getDoctrineMigrations_MigrateCommandService()
  7148.     {
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  7152.         $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');
  7153.         $instance->setName('doctrine:migrations:migrate');
  7154.         return $instance;
  7155.     }
  7156.     /**
  7157.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  7158.      *
  7159.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  7160.      */
  7161.     protected function getDoctrineMigrations_RollupCommandService()
  7162.     {
  7163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7164.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7165.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  7166.         $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');
  7167.         $instance->setName('doctrine:migrations:rollup');
  7168.         return $instance;
  7169.     }
  7170.     /**
  7171.      * Gets the private 'doctrine_migrations.status_command' shared service.
  7172.      *
  7173.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  7174.      */
  7175.     protected function getDoctrineMigrations_StatusCommandService()
  7176.     {
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7178.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7179.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  7180.         $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');
  7181.         $instance->setName('doctrine:migrations:status');
  7182.         return $instance;
  7183.     }
  7184.     /**
  7185.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  7186.      *
  7187.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  7188.      */
  7189.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  7190.     {
  7191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7192.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7193.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  7194.         $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');
  7195.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  7196.         return $instance;
  7197.     }
  7198.     /**
  7199.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  7200.      *
  7201.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  7202.      */
  7203.     protected function getDoctrineMigrations_UpToDateCommandService()
  7204.     {
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  7208.         $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');
  7209.         $instance->setName('doctrine:migrations:up-to-date');
  7210.         return $instance;
  7211.     }
  7212.     /**
  7213.      * Gets the private 'doctrine_migrations.version_command' shared service.
  7214.      *
  7215.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  7216.      */
  7217.     protected function getDoctrineMigrations_VersionCommandService()
  7218.     {
  7219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7220.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7221.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  7222.         $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');
  7223.         $instance->setName('doctrine:migrations:version');
  7224.         return $instance;
  7225.     }
  7226.     /**
  7227.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  7228.      *
  7229.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  7230.      */
  7231.     protected function getDoctrineMigrations_VersionsCommandService()
  7232.     {
  7233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7234.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  7236.         $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');
  7237.         $instance->setName('doctrine:migrations:list');
  7238.         return $instance;
  7239.     }
  7240.     /**
  7241.      * Gets the private 'error_handler.error_renderer.html' shared service.
  7242.      *
  7243.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  7244.      */
  7245.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  7246.     {
  7247.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  7248.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  7249.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7250.         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()));
  7251.     }
  7252.     /**
  7253.      * Gets the private 'exception_listener' shared service.
  7254.      *
  7255.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  7256.      */
  7257.     protected function getExceptionListenerService()
  7258.     {
  7259.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  7260.     }
  7261.     /**
  7262.      * Gets the private 'form.choice_list_factory.cached' shared service.
  7263.      *
  7264.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  7265.      */
  7266.     protected function getForm_ChoiceListFactory_CachedService()
  7267.     {
  7268.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  7269.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  7270.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  7272.         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())));
  7273.     }
  7274.     /**
  7275.      * Gets the private 'form.registry' shared service.
  7276.      *
  7277.      * @return \Symfony\Component\Form\FormRegistry
  7278.      */
  7279.     protected function getForm_RegistryService()
  7280.     {
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  7283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  7284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  7285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  7286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  7287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  7288.         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, [
  7289.             'App\\Form\\ActivityType' => ['privates''App\\Form\\ActivityType''getActivityTypeService'false],
  7290.             'App\\Form\\CompanyType' => ['privates''App\\Form\\CompanyType''getCompanyTypeService'false],
  7291.             'App\\Form\\ContactType' => ['privates''App\\Form\\ContactType''getContactTypeService'false],
  7292.             'App\\Form\\FormationType' => ['privates''App\\Form\\FormationType''getFormationTypeService'false],
  7293.             'App\\Form\\ImportActivityType' => ['privates''App\\Form\\ImportActivityType''getImportActivityTypeService'false],
  7294.             'App\\Form\\ImportDepartmentType' => ['privates''App\\Form\\ImportDepartmentType''getImportDepartmentTypeService'false],
  7295.             'App\\Form\\ImportFileType' => ['privates''App\\Form\\ImportFileType''getImportFileTypeService'false],
  7296.             'App\\Form\\ImportMuscleType' => ['privates''App\\Form\\ImportMuscleType''getImportMuscleTypeService'false],
  7297.             'App\\Form\\PasswordChangeType' => ['privates''App\\Form\\PasswordChangeType''getPasswordChangeTypeService'false],
  7298.             'App\\Form\\PrivateActivitiesType' => ['privates''App\\Form\\PrivateActivitiesType''getPrivateActivitiesTypeService'false],
  7299.             'App\\Form\\ProActivitiesType' => ['privates''App\\Form\\ProActivitiesType''getProActivitiesTypeService'false],
  7300.             'App\\Form\\PwdType' => ['privates''App\\Form\\PwdType''getPwdTypeService'false],
  7301.             'App\\Form\\ResetPwdType' => ['privates''App\\Form\\ResetPwdType''getResetPwdTypeService'false],
  7302.             'App\\Form\\UserType' => ['privates''App\\Form\\UserType''getUserTypeService'false],
  7303.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  7304.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7305.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  7306.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  7307.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  7308.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  7309.         ], [
  7310.             'App\\Form\\ActivityType' => '?',
  7311.             'App\\Form\\CompanyType' => '?',
  7312.             'App\\Form\\ContactType' => '?',
  7313.             'App\\Form\\FormationType' => '?',
  7314.             'App\\Form\\ImportActivityType' => '?',
  7315.             'App\\Form\\ImportDepartmentType' => '?',
  7316.             'App\\Form\\ImportFileType' => '?',
  7317.             'App\\Form\\ImportMuscleType' => '?',
  7318.             'App\\Form\\PasswordChangeType' => '?',
  7319.             'App\\Form\\PrivateActivitiesType' => '?',
  7320.             'App\\Form\\ProActivitiesType' => '?',
  7321.             'App\\Form\\PwdType' => '?',
  7322.             'App\\Form\\ResetPwdType' => '?',
  7323.             'App\\Form\\UserType' => '?',
  7324.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  7325.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  7326.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  7327.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  7328.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  7329.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  7330.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  7331.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  7332.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  7333.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  7334.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  7335.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  7336.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  7337.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  7338.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  7339.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  7340.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  7341.         }, 1)], new RewindableGenerator(function () {
  7342.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  7343.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  7344.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  7345.     }
  7346.     /**
  7347.      * Gets the private 'form.server_params' shared service.
  7348.      *
  7349.      * @return \Symfony\Component\Form\Util\ServerParams
  7350.      */
  7351.     protected function getForm_ServerParamsService()
  7352.     {
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  7354.         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())));
  7355.     }
  7356.     /**
  7357.      * Gets the private 'form.type.choice' shared service.
  7358.      *
  7359.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  7360.      */
  7361.     protected function getForm_Type_ChoiceService()
  7362.     {
  7363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  7366.         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()));
  7367.     }
  7368.     /**
  7369.      * Gets the private 'form.type.color' shared service.
  7370.      *
  7371.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  7372.      */
  7373.     protected function getForm_Type_ColorService()
  7374.     {
  7375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  7378.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  7379.     }
  7380.     /**
  7381.      * Gets the private 'form.type.entity' shared service.
  7382.      *
  7383.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  7384.      */
  7385.     protected function getForm_Type_EntityService()
  7386.     {
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7389.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  7390.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  7391.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7392.     }
  7393.     /**
  7394.      * Gets the private 'form.type.form' shared service.
  7395.      *
  7396.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  7397.      */
  7398.     protected function getForm_Type_FormService()
  7399.     {
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  7404.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  7405.     }
  7406.     /**
  7407.      * Gets the private 'form.type_extension.csrf' shared service.
  7408.      *
  7409.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  7410.      */
  7411.     protected function getForm_TypeExtension_CsrfService()
  7412.     {
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  7416.         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()));
  7417.     }
  7418.     /**
  7419.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  7420.      *
  7421.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  7422.      */
  7423.     protected function getForm_TypeExtension_Form_DataCollectorService()
  7424.     {
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  7428.         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()));
  7429.     }
  7430.     /**
  7431.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  7432.      *
  7433.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  7434.      */
  7435.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  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/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  7441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  7442.         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())));
  7443.     }
  7444.     /**
  7445.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  7446.      *
  7447.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  7448.      */
  7449.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  7450.     {
  7451.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7452.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  7454.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  7455.     }
  7456.     /**
  7457.      * Gets the private 'form.type_extension.form.validator' shared service.
  7458.      *
  7459.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  7460.      */
  7461.     protected function getForm_TypeExtension_Form_ValidatorService()
  7462.     {
  7463.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7464.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  7466.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  7467.         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()));
  7468.     }
  7469.     /**
  7470.      * Gets the private 'form.type_extension.upload.validator' shared service.
  7471.      *
  7472.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  7473.      */
  7474.     protected function getForm_TypeExtension_Upload_ValidatorService()
  7475.     {
  7476.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  7477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  7479.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  7480.     }
  7481.     /**
  7482.      * Gets the private 'form.type_guesser.doctrine' shared service.
  7483.      *
  7484.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  7485.      */
  7486.     protected function getForm_TypeGuesser_DoctrineService()
  7487.     {
  7488.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  7490.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7491.     }
  7492.     /**
  7493.      * Gets the private 'form.type_guesser.validator' shared service.
  7494.      *
  7495.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  7496.      */
  7497.     protected function getForm_TypeGuesser_ValidatorService()
  7498.     {
  7499.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  7500.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  7501.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  7502.     }
  7503.     /**
  7504.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  7505.      *
  7506.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  7507.      */
  7508.     protected function getFosCkEditor_Command_InstallerService()
  7509.     {
  7510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7511.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  7512.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  7513.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  7514.         $instance->setName('ckeditor:install');
  7515.         return $instance;
  7516.     }
  7517.     /**
  7518.      * Gets the private 'fos_ck_editor.form.type' shared service.
  7519.      *
  7520.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  7521.      */
  7522.     protected function getFosCkEditor_Form_TypeService()
  7523.     {
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7526.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  7527.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  7528.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  7529.         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' => []]]));
  7530.     }
  7531.     /**
  7532.      * Gets the private 'fos_js_routing.dump_command' shared service.
  7533.      *
  7534.      * @return \FOS\JsRoutingBundle\Command\DumpCommand
  7535.      */
  7536.     protected function getFosJsRouting_DumpCommandService()
  7537.     {
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7539.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/DumpCommand.php';
  7540.         $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);
  7541.         $instance->setName('fos:js-routing:dump');
  7542.         return $instance;
  7543.     }
  7544.     /**
  7545.      * Gets the private 'fos_js_routing.router_debug_exposed_command' shared service.
  7546.      *
  7547.      * @return \FOS\JsRoutingBundle\Command\RouterDebugExposedCommand
  7548.      */
  7549.     protected function getFosJsRouting_RouterDebugExposedCommandService()
  7550.     {
  7551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7552.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/Command/RouterDebugExposedCommand.php';
  7553.         $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()));
  7554.         $instance->setName('fos:js-routing:debug');
  7555.         return $instance;
  7556.     }
  7557.     /**
  7558.      * Gets the private 'fragment.renderer.inline' shared service.
  7559.      *
  7560.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7561.      */
  7562.     protected function getFragment_Renderer_InlineService()
  7563.     {
  7564.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7565.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7566.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7567.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  7568.         if (isset($this->privates['fragment.renderer.inline'])) {
  7569.             return $this->privates['fragment.renderer.inline'];
  7570.         }
  7571.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7572.         if (isset($this->privates['fragment.renderer.inline'])) {
  7573.             return $this->privates['fragment.renderer.inline'];
  7574.         }
  7575.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  7576.         $instance->setFragmentPath('/_fragment');
  7577.         return $instance;
  7578.     }
  7579.     /**
  7580.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  7581.      *
  7582.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  7583.      */
  7584.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  7585.     {
  7586.         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())));
  7587.     }
  7588.     /**
  7589.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  7590.      *
  7591.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  7592.      */
  7593.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  7594.     {
  7595.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7596.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  7597.             return $this->privates['framework_extra_bundle.event.is_granted'];
  7598.         }
  7599.         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);
  7600.     }
  7601.     /**
  7602.      * Gets the private 'locale_aware_listener' shared service.
  7603.      *
  7604.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7605.      */
  7606.     protected function getLocaleAwareListenerService()
  7607.     {
  7608.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7609.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  7610.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7611.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7612.     }
  7613.     /**
  7614.      * Gets the private 'locale_listener' shared service.
  7615.      *
  7616.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7617.      */
  7618.     protected function getLocaleListenerService()
  7619.     {
  7620.         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, []);
  7621.     }
  7622.     /**
  7623.      * Gets the private 'mailer.transport_factory.mailgun' shared service.
  7624.      *
  7625.      * @return \Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory
  7626.      */
  7627.     protected function getMailer_TransportFactory_MailgunService()
  7628.     {
  7629.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7630.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7631.         include_once \dirname(__DIR__4).'/vendor/symfony/mailgun-mailer/Transport/MailgunTransportFactory.php';
  7632.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7633.         if (isset($this->privates['mailer.transport_factory.mailgun'])) {
  7634.             return $this->privates['mailer.transport_factory.mailgun'];
  7635.         }
  7636.         return $this->privates['mailer.transport_factory.mailgun'] = new \Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7637.     }
  7638.     /**
  7639.      * Gets the private 'mailer.transport_factory.native' shared service.
  7640.      *
  7641.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  7642.      */
  7643.     protected function getMailer_TransportFactory_NativeService()
  7644.     {
  7645.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  7648.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7649.         if (isset($this->privates['mailer.transport_factory.native'])) {
  7650.             return $this->privates['mailer.transport_factory.native'];
  7651.         }
  7652.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7653.     }
  7654.     /**
  7655.      * Gets the private 'mailer.transport_factory.null' shared service.
  7656.      *
  7657.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7658.      */
  7659.     protected function getMailer_TransportFactory_NullService()
  7660.     {
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7663.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7664.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7665.         if (isset($this->privates['mailer.transport_factory.null'])) {
  7666.             return $this->privates['mailer.transport_factory.null'];
  7667.         }
  7668.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7669.     }
  7670.     /**
  7671.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7672.      *
  7673.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7674.      */
  7675.     protected function getMailer_TransportFactory_SendmailService()
  7676.     {
  7677.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7678.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7680.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7681.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  7682.             return $this->privates['mailer.transport_factory.sendmail'];
  7683.         }
  7684.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7685.     }
  7686.     /**
  7687.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7688.      *
  7689.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7690.      */
  7691.     protected function getMailer_TransportFactory_SmtpService()
  7692.     {
  7693.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7695.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7696.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  7697.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  7698.             return $this->privates['mailer.transport_factory.smtp'];
  7699.         }
  7700.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  7701.     }
  7702.     /**
  7703.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7704.      *
  7705.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7706.      */
  7707.     protected function getMaker_AutoCommand_MakeAuthService()
  7708.     {
  7709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7710.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7711.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7712.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7716.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7717.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7718.         $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);
  7719.         $instance->setName('make:auth');
  7720.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7721.         return $instance;
  7722.     }
  7723.     /**
  7724.      * Gets the private 'maker.auto_command.make_command' shared service.
  7725.      *
  7726.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7727.      */
  7728.     protected function getMaker_AutoCommand_MakeCommandService()
  7729.     {
  7730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7731.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7733.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7735.         $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()));
  7736.         $instance->setName('make:command');
  7737.         $instance->setDescription('Creates a new console command class');
  7738.         return $instance;
  7739.     }
  7740.     /**
  7741.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7742.      *
  7743.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7744.      */
  7745.     protected function getMaker_AutoCommand_MakeControllerService()
  7746.     {
  7747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7748.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7749.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7750.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7751.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7752.         $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()));
  7753.         $instance->setName('make:controller');
  7754.         $instance->setDescription('Creates a new controller class');
  7755.         return $instance;
  7756.     }
  7757.     /**
  7758.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7759.      *
  7760.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7761.      */
  7762.     protected function getMaker_AutoCommand_MakeCrudService()
  7763.     {
  7764.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7765.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7766.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7767.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7769.         $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()));
  7770.         $instance->setName('make:crud');
  7771.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7772.         return $instance;
  7773.     }
  7774.     /**
  7775.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7776.      *
  7777.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7778.      */
  7779.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7780.     {
  7781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7782.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7783.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7786.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7787.         $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()));
  7788.         $instance->setName('make:docker:database');
  7789.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7790.         return $instance;
  7791.     }
  7792.     /**
  7793.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7794.      *
  7795.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7796.      */
  7797.     protected function getMaker_AutoCommand_MakeEntityService()
  7798.     {
  7799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7800.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7801.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7802.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7804.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7805.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7806.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7807.         $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);
  7808.         $instance->setName('make:entity');
  7809.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7810.         return $instance;
  7811.     }
  7812.     /**
  7813.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7814.      *
  7815.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7816.      */
  7817.     protected function getMaker_AutoCommand_MakeFixturesService()
  7818.     {
  7819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7820.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7821.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7822.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7823.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7824.         $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()));
  7825.         $instance->setName('make:fixtures');
  7826.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7827.         return $instance;
  7828.     }
  7829.     /**
  7830.      * Gets the private 'maker.auto_command.make_form' shared service.
  7831.      *
  7832.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7833.      */
  7834.     protected function getMaker_AutoCommand_MakeFormService()
  7835.     {
  7836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7837.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7840.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7841.         $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()));
  7842.         $instance->setName('make:form');
  7843.         $instance->setDescription('Creates a new form class');
  7844.         return $instance;
  7845.     }
  7846.     /**
  7847.      * Gets the private 'maker.auto_command.make_message' shared service.
  7848.      *
  7849.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7850.      */
  7851.     protected function getMaker_AutoCommand_MakeMessageService()
  7852.     {
  7853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7854.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7855.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7856.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7858.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7859.         $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()));
  7860.         $instance->setName('make:message');
  7861.         $instance->setDescription('Creates a new message and handler');
  7862.         return $instance;
  7863.     }
  7864.     /**
  7865.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7866.      *
  7867.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7868.      */
  7869.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7870.     {
  7871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7872.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7873.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7874.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7875.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7876.         $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()));
  7877.         $instance->setName('make:messenger-middleware');
  7878.         $instance->setDescription('Creates a new messenger middleware');
  7879.         return $instance;
  7880.     }
  7881.     /**
  7882.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7883.      *
  7884.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7885.      */
  7886.     protected function getMaker_AutoCommand_MakeMigrationService()
  7887.     {
  7888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7889.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7890.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7891.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7894.         $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()));
  7895.         $instance->setName('make:migration');
  7896.         $instance->setDescription('Creates a new migration based on database changes');
  7897.         return $instance;
  7898.     }
  7899.     /**
  7900.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7901.      *
  7902.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7903.      */
  7904.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7905.     {
  7906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7907.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7908.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7909.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7910.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7911.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7912.         $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()));
  7913.         $instance->setName('make:registration-form');
  7914.         $instance->setDescription('Creates a new registration form system');
  7915.         return $instance;
  7916.     }
  7917.     /**
  7918.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7919.      *
  7920.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7921.      */
  7922.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7923.     {
  7924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7925.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7926.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7927.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7928.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7929.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7930.         $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()));
  7931.         $instance->setName('make:reset-password');
  7932.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  7933.         return $instance;
  7934.     }
  7935.     /**
  7936.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7937.      *
  7938.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7939.      */
  7940.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7941.     {
  7942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7943.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7944.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7945.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7946.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7947.         $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()));
  7948.         $instance->setName('make:serializer:encoder');
  7949.         $instance->setDescription('Creates a new serializer encoder class');
  7950.         return $instance;
  7951.     }
  7952.     /**
  7953.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7954.      *
  7955.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7956.      */
  7957.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7958.     {
  7959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7960.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7961.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7962.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7963.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7964.         $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()));
  7965.         $instance->setName('make:serializer:normalizer');
  7966.         $instance->setDescription('Creates a new serializer normalizer class');
  7967.         return $instance;
  7968.     }
  7969.     /**
  7970.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  7971.      *
  7972.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7973.      */
  7974.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  7975.     {
  7976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7977.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7978.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7980.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  7981.         $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()));
  7982.         $instance->setName('make:stimulus-controller');
  7983.         $instance->setDescription('Creates a new Stimulus controller');
  7984.         return $instance;
  7985.     }
  7986.     /**
  7987.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7988.      *
  7989.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7990.      */
  7991.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7992.     {
  7993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7994.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7995.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7996.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7997.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7998.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7999.         $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()));
  8000.         $instance->setName('make:subscriber');
  8001.         $instance->setDescription('Creates a new event subscriber class');
  8002.         return $instance;
  8003.     }
  8004.     /**
  8005.      * Gets the private 'maker.auto_command.make_test' shared service.
  8006.      *
  8007.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8008.      */
  8009.     protected function getMaker_AutoCommand_MakeTestService()
  8010.     {
  8011.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8012.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8013.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8014.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8015.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  8016.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  8017.         $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()));
  8018.         $instance->setName('make:test');
  8019.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  8020.         $instance->setDescription('Creates a new test class');
  8021.         return $instance;
  8022.     }
  8023.     /**
  8024.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  8025.      *
  8026.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8027.      */
  8028.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  8029.     {
  8030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8031.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8032.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8033.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8034.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  8035.         $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()));
  8036.         $instance->setName('make:twig-extension');
  8037.         $instance->setDescription('Creates a new Twig extension class');
  8038.         return $instance;
  8039.     }
  8040.     /**
  8041.      * Gets the private 'maker.auto_command.make_user' shared service.
  8042.      *
  8043.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8044.      */
  8045.     protected function getMaker_AutoCommand_MakeUserService()
  8046.     {
  8047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8048.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8049.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8050.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8051.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  8052.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  8053.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  8054.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  8055.         $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()));
  8056.         $instance->setName('make:user');
  8057.         $instance->setDescription('Creates a new security user class');
  8058.         return $instance;
  8059.     }
  8060.     /**
  8061.      * Gets the private 'maker.auto_command.make_validator' shared service.
  8062.      *
  8063.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8064.      */
  8065.     protected function getMaker_AutoCommand_MakeValidatorService()
  8066.     {
  8067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8068.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8069.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8070.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  8072.         $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()));
  8073.         $instance->setName('make:validator');
  8074.         $instance->setDescription('Creates a new validator and constraint class');
  8075.         return $instance;
  8076.     }
  8077.     /**
  8078.      * Gets the private 'maker.auto_command.make_voter' shared service.
  8079.      *
  8080.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  8081.      */
  8082.     protected function getMaker_AutoCommand_MakeVoterService()
  8083.     {
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8085.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  8086.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  8087.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  8088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  8089.         $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()));
  8090.         $instance->setName('make:voter');
  8091.         $instance->setDescription('Creates a new security voter class');
  8092.         return $instance;
  8093.     }
  8094.     /**
  8095.      * Gets the private 'maker.doctrine_helper' shared service.
  8096.      *
  8097.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  8098.      */
  8099.     protected function getMaker_DoctrineHelperService()
  8100.     {
  8101.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  8102.         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())]]]);
  8103.     }
  8104.     /**
  8105.      * Gets the private 'maker.entity_class_generator' shared service.
  8106.      *
  8107.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  8108.      */
  8109.     protected function getMaker_EntityClassGeneratorService()
  8110.     {
  8111.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  8112.         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()));
  8113.     }
  8114.     /**
  8115.      * Gets the private 'maker.file_manager' shared service.
  8116.      *
  8117.      * @return \Symfony\Bundle\MakerBundle\FileManager
  8118.      */
  8119.     protected function getMaker_FileManagerService()
  8120.     {
  8121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  8122.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  8123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  8124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  8125.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8126.         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'));
  8127.     }
  8128.     /**
  8129.      * Gets the private 'maker.generator' shared service.
  8130.      *
  8131.      * @return \Symfony\Bundle\MakerBundle\Generator
  8132.      */
  8133.     protected function getMaker_GeneratorService()
  8134.     {
  8135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  8136.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  8137.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  8138.         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));
  8139.     }
  8140.     /**
  8141.      * Gets the private 'maker.php_compat_util' shared service.
  8142.      *
  8143.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  8144.      */
  8145.     protected function getMaker_PhpCompatUtilService()
  8146.     {
  8147.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  8148.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  8149.     }
  8150.     /**
  8151.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  8152.      *
  8153.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  8154.      */
  8155.     protected function getMaker_Renderer_FormTypeRendererService()
  8156.     {
  8157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  8158.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  8159.     }
  8160.     /**
  8161.      * Gets the private 'mime_types' shared service.
  8162.      *
  8163.      * @return \Symfony\Component\Mime\MimeTypes
  8164.      */
  8165.     protected function getMimeTypesService()
  8166.     {
  8167.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  8168.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  8169.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  8170.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  8171.         $instance->setDefault($instance);
  8172.         return $instance;
  8173.     }
  8174.     /**
  8175.      * Gets the private 'monolog.command.server_log' shared service.
  8176.      *
  8177.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  8178.      */
  8179.     protected function getMonolog_Command_ServerLogService()
  8180.     {
  8181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8182.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  8183.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  8184.         $instance->setName('server:log');
  8185.         $instance->setDescription('Start a log server that displays logs in real time');
  8186.         return $instance;
  8187.     }
  8188.     /**
  8189.      * Gets the private 'monolog.handler.console' shared service.
  8190.      *
  8191.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  8192.      */
  8193.     protected function getMonolog_Handler_ConsoleService()
  8194.     {
  8195.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  8196.     }
  8197.     /**
  8198.      * Gets the private 'monolog.handler.emails' shared service.
  8199.      *
  8200.      * @return \Monolog\Handler\RotatingFileHandler
  8201.      */
  8202.     protected function getMonolog_Handler_EmailsService()
  8203.     {
  8204.         include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  8205.         $this->privates['monolog.handler.emails'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.emails.log'), 15100trueNULLfalse);
  8206.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8207.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  8208.         return $instance;
  8209.     }
  8210.     /**
  8211.      * Gets the private 'monolog.handler.main' shared service.
  8212.      *
  8213.      * @return \Monolog\Handler\StreamHandler
  8214.      */
  8215.     protected function getMonolog_Handler_MainService()
  8216.     {
  8217.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  8218.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  8219.         return $instance;
  8220.     }
  8221.     /**
  8222.      * Gets the private 'monolog.logger' shared service.
  8223.      *
  8224.      * @return \Symfony\Bridge\Monolog\Logger
  8225.      */
  8226.     protected function getMonolog_LoggerService()
  8227.     {
  8228.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8229.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8230.         $instance->useMicrosecondTimestamps(true);
  8231.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8232.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8233.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8234.         return $instance;
  8235.     }
  8236.     /**
  8237.      * Gets the private 'monolog.logger.cache' shared service.
  8238.      *
  8239.      * @return \Symfony\Bridge\Monolog\Logger
  8240.      */
  8241.     protected function getMonolog_Logger_CacheService()
  8242.     {
  8243.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8244.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8245.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8246.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8247.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8248.         return $instance;
  8249.     }
  8250.     /**
  8251.      * Gets the private 'monolog.logger.mailer' shared service.
  8252.      *
  8253.      * @return \Symfony\Bridge\Monolog\Logger
  8254.      */
  8255.     protected function getMonolog_Logger_MailerService()
  8256.     {
  8257.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  8258.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8259.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8260.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8261.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8262.         return $instance;
  8263.     }
  8264.     /**
  8265.      * Gets the private 'monolog.logger.request' shared service.
  8266.      *
  8267.      * @return \Symfony\Bridge\Monolog\Logger
  8268.      */
  8269.     protected function getMonolog_Logger_RequestService()
  8270.     {
  8271.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8272.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8273.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8274.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8275.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8276.         return $instance;
  8277.     }
  8278.     /**
  8279.      * Gets the private 'monolog.logger.security' shared service.
  8280.      *
  8281.      * @return \Symfony\Bridge\Monolog\Logger
  8282.      */
  8283.     protected function getMonolog_Logger_SecurityService()
  8284.     {
  8285.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8286.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8287.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8288.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8289.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8290.         return $instance;
  8291.     }
  8292.     /**
  8293.      * Gets the private 'parameter_bag' shared service.
  8294.      *
  8295.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8296.      */
  8297.     protected function getParameterBagService()
  8298.     {
  8299.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8300.     }
  8301.     /**
  8302.      * Gets the private 'profiler_listener' shared service.
  8303.      *
  8304.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8305.      */
  8306.     protected function getProfilerListenerService()
  8307.     {
  8308.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  8309.         if (isset($this->privates['profiler_listener'])) {
  8310.             return $this->privates['profiler_listener'];
  8311.         }
  8312.         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);
  8313.     }
  8314.     /**
  8315.      * Gets the private 'property_accessor' shared service.
  8316.      *
  8317.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8318.      */
  8319.     protected function getPropertyAccessorService()
  8320.     {
  8321.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8322.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  8323.     }
  8324.     /**
  8325.      * Gets the private 'property_info' shared service.
  8326.      *
  8327.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8328.      */
  8329.     protected function getPropertyInfoService()
  8330.     {
  8331.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8332.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8333.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8334.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8335.         }, 3), new RewindableGenerator(function () {
  8336.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8337.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  8338.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8339.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8340.         }, 4), new RewindableGenerator(function () {
  8341.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8342.         }, 1), new RewindableGenerator(function () {
  8343.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8344.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8345.         }, 2), new RewindableGenerator(function () {
  8346.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8347.         }, 1));
  8348.     }
  8349.     /**
  8350.      * Gets the private 'property_info.serializer_extractor' shared service.
  8351.      *
  8352.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8353.      */
  8354.     protected function getPropertyInfo_SerializerExtractorService()
  8355.     {
  8356.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8357.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8358.     }
  8359.     /**
  8360.      * Gets the private 'router.cache_warmer' shared service.
  8361.      *
  8362.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8363.      */
  8364.     protected function getRouter_CacheWarmerService()
  8365.     {
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8368.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8369.             'router' => ['services''router''getRouterService'false],
  8370.         ], [
  8371.             'router' => '?',
  8372.         ]))->withContext('router.cache_warmer'$this));
  8373.     }
  8374.     /**
  8375.      * Gets the private 'router.expression_language_provider' shared service.
  8376.      *
  8377.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  8378.      */
  8379.     protected function getRouter_ExpressionLanguageProviderService()
  8380.     {
  8381.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8382.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  8383.         ], [
  8384.             'env' => 'Closure',
  8385.         ]));
  8386.     }
  8387.     /**
  8388.      * Gets the private 'router.request_context' shared service.
  8389.      *
  8390.      * @return \Symfony\Component\Routing\RequestContext
  8391.      */
  8392.     protected function getRouter_RequestContextService()
  8393.     {
  8394.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('http://kinalgo.local/''localhost''http'80443);
  8395.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  8396.         return $instance;
  8397.     }
  8398.     /**
  8399.      * Gets the private 'router_listener' shared service.
  8400.      *
  8401.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8402.      */
  8403.     protected function getRouterListenerService()
  8404.     {
  8405.         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);
  8406.     }
  8407.     /**
  8408.      * Gets the private 'secrets.vault' shared service.
  8409.      *
  8410.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  8411.      */
  8412.     protected function getSecrets_VaultService()
  8413.     {
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  8416.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  8417.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  8418.         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'));
  8419.     }
  8420.     /**
  8421.      * Gets the private 'security.access_listener' shared service.
  8422.      *
  8423.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8424.      */
  8425.     protected function getSecurity_AccessListenerService()
  8426.     {
  8427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8429.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8430.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  8431.         if (isset($this->privates['security.access_listener'])) {
  8432.             return $this->privates['security.access_listener'];
  8433.         }
  8434.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8435.         if (isset($this->privates['security.access_listener'])) {
  8436.             return $this->privates['security.access_listener'];
  8437.         }
  8438.         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);
  8439.     }
  8440.     /**
  8441.      * Gets the private 'security.access_map' shared service.
  8442.      *
  8443.      * @return \Symfony\Component\Security\Http\AccessMap
  8444.      */
  8445.     protected function getSecurity_AccessMapService()
  8446.     {
  8447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8449.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  8450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  8451.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8452.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8453.         return $instance;
  8454.     }
  8455.     /**
  8456.      * Gets the private 'security.authentication.guard_handler' shared service.
  8457.      *
  8458.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  8459.      *
  8460.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  8461.      */
  8462.     protected function getSecurity_Authentication_GuardHandlerService()
  8463.     {
  8464.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  8465.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8466.         if (isset($this->privates['security.authentication.guard_handler'])) {
  8467.             return $this->privates['security.authentication.guard_handler'];
  8468.         }
  8469.         $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, []);
  8470.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? $this->getSecurity_Authentication_SessionStrategyService()));
  8471.         return $instance;
  8472.     }
  8473.     /**
  8474.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8475.      *
  8476.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8477.      *
  8478.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  8479.      */
  8480.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8481.     {
  8482.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8483.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8484.         if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
  8485.             return $this->privates['security.authentication.listener.anonymous.main'];
  8486.         }
  8487.         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);
  8488.     }
  8489.     /**
  8490.      * Gets the private 'security.authentication.listener.guard.main' shared service.
  8491.      *
  8492.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  8493.      *
  8494.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
  8495.      */
  8496.     protected function getSecurity_Authentication_Listener_Guard_MainService()
  8497.     {
  8498.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
  8499.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  8500.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  8501.             return $this->privates['security.authentication.listener.guard.main'];
  8502.         }
  8503.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8504.         if (isset($this->privates['security.authentication.listener.guard.main'])) {
  8505.             return $this->privates['security.authentication.listener.guard.main'];
  8506.         }
  8507.         $this->privates['security.authentication.listener.guard.main'] = $instance = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'main', new RewindableGenerator(function () {
  8508.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  8509.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  8510.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  8511.         return $instance;
  8512.     }
  8513.     /**
  8514.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  8515.      *
  8516.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  8517.      *
  8518.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  8519.      */
  8520.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  8521.     {
  8522.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  8523.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  8524.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  8525.             return $this->privates['security.authentication.listener.rememberme.main'];
  8526.         }
  8527.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8528.         if (isset($this->privates['security.authentication.listener.rememberme.main'])) {
  8529.             return $this->privates['security.authentication.listener.rememberme.main'];
  8530.         }
  8531.         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()));
  8532.     }
  8533.     /**
  8534.      * Gets the private 'security.authentication.manager' shared service.
  8535.      *
  8536.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8537.      *
  8538.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  8539.      */
  8540.     protected function getSecurity_Authentication_ManagerService()
  8541.     {
  8542.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  8543.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8544.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
  8545.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  8546.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  8547.         }, 3), true);
  8548.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8549.         return $instance;
  8550.     }
  8551.     /**
  8552.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  8553.      *
  8554.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  8555.      *
  8556.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  8557.      */
  8558.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  8559.     {
  8560.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  8561.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  8562.     }
  8563.     /**
  8564.      * Gets the private 'security.authentication.provider.guard.main' shared service.
  8565.      *
  8566.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  8567.      *
  8568.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
  8569.      */
  8570.     protected function getSecurity_Authentication_Provider_Guard_MainService()
  8571.     {
  8572.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
  8573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8575.         return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  8576.             yield => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  8577.         }, 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()));
  8578.     }
  8579.     /**
  8580.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  8581.      *
  8582.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  8583.      *
  8584.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  8585.      */
  8586.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  8587.     {
  8588.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  8589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  8591.         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');
  8592.     }
  8593.     /**
  8594.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  8595.      *
  8596.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  8597.      */
  8598.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  8599.     {
  8600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  8601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  8603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  8604.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  8605.             yield => ($this->privates['security.user.provider.concrete.db_main'] ?? $this->getSecurity_User_Provider_Concrete_DbMainService());
  8606.         }, 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()));
  8607.     }
  8608.     /**
  8609.      * Gets the private 'security.authentication.session_strategy' shared service.
  8610.      *
  8611.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  8612.      */
  8613.     protected function getSecurity_Authentication_SessionStrategyService()
  8614.     {
  8615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8617.         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()));
  8618.     }
  8619.     /**
  8620.      * Gets the private 'security.authentication_utils' shared service.
  8621.      *
  8622.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  8623.      */
  8624.     protected function getSecurity_AuthenticationUtilsService()
  8625.     {
  8626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  8627.         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())));
  8628.     }
  8629.     /**
  8630.      * Gets the private 'security.channel_listener' shared service.
  8631.      *
  8632.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8633.      */
  8634.     protected function getSecurity_ChannelListenerService()
  8635.     {
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8639.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  8640.         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());
  8641.     }
  8642.     /**
  8643.      * Gets the private 'security.command.debug_firewall' shared service.
  8644.      *
  8645.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  8646.      */
  8647.     protected function getSecurity_Command_DebugFirewallService()
  8648.     {
  8649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  8651.         $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);
  8652.         $instance->setName('debug:firewall');
  8653.         $instance->setDescription('Display information about your security firewall(s)');
  8654.         return $instance;
  8655.     }
  8656.     /**
  8657.      * Gets the private 'security.command.user_password_encoder' shared service.
  8658.      *
  8659.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8660.      *
  8661.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  8662.      */
  8663.     protected function getSecurity_Command_UserPasswordEncoderService()
  8664.     {
  8665.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  8666.         $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']);
  8667.         $instance->setName('security:encode-password');
  8668.         $instance->setDescription('Encode a password');
  8669.         return $instance;
  8670.     }
  8671.     /**
  8672.      * Gets the private 'security.command.user_password_hash' shared service.
  8673.      *
  8674.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  8675.      */
  8676.     protected function getSecurity_Command_UserPasswordHashService()
  8677.     {
  8678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8679.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  8680.         $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']);
  8681.         $instance->setName('security:hash-password');
  8682.         $instance->setDescription('Hash a user password');
  8683.         return $instance;
  8684.     }
  8685.     /**
  8686.      * Gets the private 'security.context_listener.0' shared service.
  8687.      *
  8688.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8689.      */
  8690.     protected function getSecurity_ContextListener_0Service()
  8691.     {
  8692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8694.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8695.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  8696.         if (isset($this->privates['security.context_listener.0'])) {
  8697.             return $this->privates['security.context_listener.0'];
  8698.         }
  8699.         $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 () {
  8700.             yield => ($this->privates['security.user.provider.concrete.db_main'] ?? $this->getSecurity_User_Provider_Concrete_DbMainService());
  8701.         }, 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']);
  8702.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  8703.         return $instance;
  8704.     }
  8705.     /**
  8706.      * Gets the private 'security.csrf.token_storage' shared service.
  8707.      *
  8708.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8709.      */
  8710.     protected function getSecurity_Csrf_TokenStorageService()
  8711.     {
  8712.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8713.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8714.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8715.         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())));
  8716.     }
  8717.     /**
  8718.      * Gets the private 'security.encoder_factory.generic' shared service.
  8719.      *
  8720.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8721.      *
  8722.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  8723.      */
  8724.     protected function getSecurity_EncoderFactory_GenericService()
  8725.     {
  8726.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  8727.         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]]);
  8728.     }
  8729.     /**
  8730.      * Gets the private 'security.event_dispatcher.main' shared service.
  8731.      *
  8732.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  8733.      */
  8734.     protected function getSecurity_EventDispatcher_MainService()
  8735.     {
  8736.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  8737.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8738.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  8739.         }, => 'onLogout'], 64);
  8740.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8741.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  8742.         }, => 'onLogout'], 0);
  8743.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8744.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  8745.         }, => 'onLogout'], 0);
  8746.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  8747.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  8748.         }, => 'onLogout'], 0);
  8749.         return $instance;
  8750.     }
  8751.     /**
  8752.      * Gets the private 'security.firewall.map' shared service.
  8753.      *
  8754.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8755.      */
  8756.     protected function getSecurity_Firewall_MapService()
  8757.     {
  8758.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  8759.         if (isset($this->privates['security.firewall.map'])) {
  8760.             return $this->privates['security.firewall.map'];
  8761.         }
  8762.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  8763.             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)/')));
  8764.             yield 'security.firewall.map.context.main' => NULL;
  8765.         }, 2));
  8766.     }
  8767.     /**
  8768.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8769.      *
  8770.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8771.      */
  8772.     protected function getSecurity_Firewall_Map_Context_DevService()
  8773.     {
  8774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8776.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8777.             return new \EmptyIterator();
  8778.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  8779.     }
  8780.     /**
  8781.      * Gets the private 'security.firewall.map.context.main' shared service.
  8782.      *
  8783.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8784.      */
  8785.     protected function getSecurity_Firewall_Map_Context_MainService()
  8786.     {
  8787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  8791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8792.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8793.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8794.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  8795.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8796.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8797.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8798.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8799.             yield => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
  8800.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  8801.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8802.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8803.         }, 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));
  8804.     }
  8805.     /**
  8806.      * Gets the private 'security.helper' shared service.
  8807.      *
  8808.      * @return \Symfony\Component\Security\Core\Security
  8809.      */
  8810.     protected function getSecurity_HelperService()
  8811.     {
  8812.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  8813.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8814.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8815.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8816.         ], [
  8817.             'security.authorization_checker' => '?',
  8818.             'security.token_storage' => '?',
  8819.         ]));
  8820.     }
  8821.     /**
  8822.      * Gets the private 'security.http_utils' shared service.
  8823.      *
  8824.      * @return \Symfony\Component\Security\Http\HttpUtils
  8825.      */
  8826.     protected function getSecurity_HttpUtilsService()
  8827.     {
  8828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8829.         $a = ($this->services['router'] ?? $this->getRouterService());
  8830.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8831.     }
  8832.     /**
  8833.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  8834.      *
  8835.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  8836.      */
  8837.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  8838.     {
  8839.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  8840.         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()));
  8841.     }
  8842.     /**
  8843.      * Gets the private 'security.logout.listener.default.main' shared service.
  8844.      *
  8845.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  8846.      */
  8847.     protected function getSecurity_Logout_Listener_Default_MainService()
  8848.     {
  8849.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  8850.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/login');
  8851.     }
  8852.     /**
  8853.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  8854.      *
  8855.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  8856.      */
  8857.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  8858.     {
  8859.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  8860.         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()));
  8861.     }
  8862.     /**
  8863.      * Gets the private 'security.logout_url_generator' shared service.
  8864.      *
  8865.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8866.      */
  8867.     protected function getSecurity_LogoutUrlGeneratorService()
  8868.     {
  8869.         $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()));
  8870.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  8871.         return $instance;
  8872.     }
  8873.     /**
  8874.      * Gets the private 'security.password_hasher_factory' shared service.
  8875.      *
  8876.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  8877.      */
  8878.     protected function getSecurity_PasswordHasherFactoryService()
  8879.     {
  8880.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  8881.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  8882.         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]]);
  8883.     }
  8884.     /**
  8885.      * Gets the private 'security.role_hierarchy' shared service.
  8886.      *
  8887.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8888.      */
  8889.     protected function getSecurity_RoleHierarchyService()
  8890.     {
  8891.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8892.     }
  8893.     /**
  8894.      * Gets the private 'security.user.provider.concrete.db_main' shared service.
  8895.      *
  8896.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  8897.      */
  8898.     protected function getSecurity_User_Provider_Concrete_DbMainService()
  8899.     {
  8900.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8901.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  8902.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  8903.         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);
  8904.     }
  8905.     /**
  8906.      * Gets the private 'security.user_password_hasher' shared service.
  8907.      *
  8908.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  8909.      */
  8910.     protected function getSecurity_UserPasswordHasherService()
  8911.     {
  8912.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  8913.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  8914.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  8915.     }
  8916.     /**
  8917.      * Gets the private 'security.validator.user_password' shared service.
  8918.      *
  8919.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8920.      */
  8921.     protected function getSecurity_Validator_UserPasswordService()
  8922.     {
  8923.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8924.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8925.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8926.         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()));
  8927.     }
  8928.     /**
  8929.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  8930.      *
  8931.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  8932.      */
  8933.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  8934.     {
  8935.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8936.     }
  8937.     /**
  8938.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  8939.      *
  8940.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  8941.      */
  8942.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  8943.     {
  8944.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  8945.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  8946.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  8947.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  8948.     }
  8949.     /**
  8950.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  8951.      *
  8952.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  8953.      */
  8954.     protected function getSensioFrameworkExtra_Security_ListenerService()
  8955.     {
  8956.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  8957.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  8958.             return $this->privates['sensio_framework_extra.security.listener'];
  8959.         }
  8960.         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()));
  8961.     }
  8962.     /**
  8963.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  8964.      *
  8965.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  8966.      */
  8967.     protected function getSensioFrameworkExtra_View_ListenerService()
  8968.     {
  8969.         $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))));
  8970.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8971.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8972.         ], [
  8973.             'twig' => '?',
  8974.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  8975.         return $instance;
  8976.     }
  8977.     /**
  8978.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8979.      *
  8980.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8981.      */
  8982.     protected function getSerializer_Mapping_CacheWarmerService()
  8983.     {
  8984.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8987.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8988.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8989.         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'));
  8990.     }
  8991.     /**
  8992.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8993.      *
  8994.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8995.      */
  8996.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8997.     {
  8998.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8999.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  9000.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  9001.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  9002.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  9003.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  9004.         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()))]));
  9005.     }
  9006.     /**
  9007.      * Gets the private 'session.factory' shared service.
  9008.      *
  9009.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  9010.      */
  9011.     protected function getSession_FactoryService()
  9012.     {
  9013.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  9014.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  9015.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9016.         if (isset($this->privates['session.factory'])) {
  9017.             return $this->privates['session.factory'];
  9018.         }
  9019.         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']);
  9020.     }
  9021.     /**
  9022.      * Gets the private 'session.storage.factory.service' shared service.
  9023.      *
  9024.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  9025.      *
  9026.      * @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.
  9027.      */
  9028.     protected function getSession_Storage_Factory_ServiceService()
  9029.     {
  9030.         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.');
  9031.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  9032.     }
  9033.     /**
  9034.      * Gets the private 'session.storage.metadata_bag' shared service.
  9035.      *
  9036.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  9037.      *
  9038.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  9039.      */
  9040.     protected function getSession_Storage_MetadataBagService()
  9041.     {
  9042.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  9043.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  9044.     }
  9045.     /**
  9046.      * Gets the private 'session.storage.native' shared service.
  9047.      *
  9048.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  9049.      *
  9050.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  9051.      */
  9052.     protected function getSession_Storage_NativeService()
  9053.     {
  9054.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  9055.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  9056.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  9057.         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());
  9058.     }
  9059.     /**
  9060.      * Gets the private 'session_listener' shared service.
  9061.      *
  9062.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  9063.      */
  9064.     protected function getSessionListenerService()
  9065.     {
  9066.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9067.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  9068.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  9069.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9070.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  9071.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  9072.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  9073.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  9074.         ], [
  9075.             'initialized_session' => '?',
  9076.             'logger' => '?',
  9077.             'request_stack' => '?',
  9078.             'session' => '?',
  9079.             'session_collector' => '?',
  9080.             'session_factory' => '?',
  9081.             'session_storage' => '?',
  9082.         ]), true$this->parameters['session.storage.options']);
  9083.     }
  9084.     /**
  9085.      * Gets the private 'slugger' shared service.
  9086.      *
  9087.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  9088.      */
  9089.     protected function getSluggerService()
  9090.     {
  9091.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  9092.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  9093.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr');
  9094.     }
  9095.     /**
  9096.      * Gets the private 'translation.extractor' shared service.
  9097.      *
  9098.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  9099.      */
  9100.     protected function getTranslation_ExtractorService()
  9101.     {
  9102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  9103.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  9104.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  9105.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  9107.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  9108.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  9109.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  9110.         return $instance;
  9111.     }
  9112.     /**
  9113.      * Gets the private 'translation.loader.csv' shared service.
  9114.      *
  9115.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  9116.      */
  9117.     protected function getTranslation_Loader_CsvService()
  9118.     {
  9119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9120.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9121.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9123.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  9124.     }
  9125.     /**
  9126.      * Gets the private 'translation.loader.dat' shared service.
  9127.      *
  9128.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  9129.      */
  9130.     protected function getTranslation_Loader_DatService()
  9131.     {
  9132.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9133.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9134.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9135.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  9136.     }
  9137.     /**
  9138.      * Gets the private 'translation.loader.ini' shared service.
  9139.      *
  9140.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  9141.      */
  9142.     protected function getTranslation_Loader_IniService()
  9143.     {
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9148.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  9149.     }
  9150.     /**
  9151.      * Gets the private 'translation.loader.json' shared service.
  9152.      *
  9153.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  9154.      */
  9155.     protected function getTranslation_Loader_JsonService()
  9156.     {
  9157.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9158.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9159.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9161.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  9162.     }
  9163.     /**
  9164.      * Gets the private 'translation.loader.mo' shared service.
  9165.      *
  9166.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  9167.      */
  9168.     protected function getTranslation_Loader_MoService()
  9169.     {
  9170.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9171.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9172.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9173.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9174.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  9175.     }
  9176.     /**
  9177.      * Gets the private 'translation.loader.php' shared service.
  9178.      *
  9179.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  9180.      */
  9181.     protected function getTranslation_Loader_PhpService()
  9182.     {
  9183.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9187.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  9188.     }
  9189.     /**
  9190.      * Gets the private 'translation.loader.po' shared service.
  9191.      *
  9192.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  9193.      */
  9194.     protected function getTranslation_Loader_PoService()
  9195.     {
  9196.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9200.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  9201.     }
  9202.     /**
  9203.      * Gets the private 'translation.loader.qt' shared service.
  9204.      *
  9205.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  9206.      */
  9207.     protected function getTranslation_Loader_QtService()
  9208.     {
  9209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9210.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9211.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  9212.     }
  9213.     /**
  9214.      * Gets the private 'translation.loader.res' shared service.
  9215.      *
  9216.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9217.      */
  9218.     protected function getTranslation_Loader_ResService()
  9219.     {
  9220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9221.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9222.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9223.     }
  9224.     /**
  9225.      * Gets the private 'translation.loader.xliff' shared service.
  9226.      *
  9227.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9228.      */
  9229.     protected function getTranslation_Loader_XliffService()
  9230.     {
  9231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9233.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9234.     }
  9235.     /**
  9236.      * Gets the private 'translation.loader.yml' shared service.
  9237.      *
  9238.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9239.      */
  9240.     protected function getTranslation_Loader_YmlService()
  9241.     {
  9242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9246.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9247.     }
  9248.     /**
  9249.      * Gets the private 'translation.provider_collection' shared service.
  9250.      *
  9251.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  9252.      */
  9253.     protected function getTranslation_ProviderCollectionService()
  9254.     {
  9255.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  9256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  9257.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  9258.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  9259.         }, 1), []))->fromConfig([]);
  9260.     }
  9261.     /**
  9262.      * Gets the private 'translation.reader' shared service.
  9263.      *
  9264.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9265.      */
  9266.     protected function getTranslation_ReaderService()
  9267.     {
  9268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9271.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9272.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9275.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9276.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9277.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9278.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9279.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9280.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9281.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9284.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9285.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9286.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9287.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9288.         $instance->addLoader('yaml'$a);
  9289.         $instance->addLoader('yml'$a);
  9290.         $instance->addLoader('xlf'$b);
  9291.         $instance->addLoader('xliff'$b);
  9292.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9293.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9294.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9295.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9296.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9297.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9298.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9299.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9300.         return $instance;
  9301.     }
  9302.     /**
  9303.      * Gets the private 'translation.warmer' shared service.
  9304.      *
  9305.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9306.      */
  9307.     protected function getTranslation_WarmerService()
  9308.     {
  9309.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9310.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9311.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9312.             'translator' => ['services''translator''getTranslatorService'false],
  9313.         ], [
  9314.             'translator' => '?',
  9315.         ]))->withContext('translation.warmer'$this));
  9316.     }
  9317.     /**
  9318.      * Gets the private 'translation.writer' shared service.
  9319.      *
  9320.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  9321.      */
  9322.     protected function getTranslation_WriterService()
  9323.     {
  9324.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  9325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  9326.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  9327.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  9328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  9329.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  9330.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  9331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  9333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  9334.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  9335.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  9336.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  9337.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  9338.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  9339.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  9340.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  9341.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  9342.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  9343.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  9344.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  9345.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  9346.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  9347.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  9348.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  9349.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  9350.         return $instance;
  9351.     }
  9352.     /**
  9353.      * Gets the private 'translator.default' shared service.
  9354.      *
  9355.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9356.      */
  9357.     protected function getTranslator_DefaultService()
  9358.     {
  9359.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9360.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9361.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9362.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9363.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9364.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9365.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9366.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9367.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9368.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9369.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9370.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9371.         ], [
  9372.             'translation.loader.csv' => '?',
  9373.             'translation.loader.dat' => '?',
  9374.             'translation.loader.ini' => '?',
  9375.             'translation.loader.json' => '?',
  9376.             'translation.loader.mo' => '?',
  9377.             'translation.loader.php' => '?',
  9378.             'translation.loader.po' => '?',
  9379.             'translation.loader.qt' => '?',
  9380.             'translation.loader.res' => '?',
  9381.             'translation.loader.xliff' => '?',
  9382.             'translation.loader.yml' => '?',
  9383.         ]), 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']]], []);
  9384.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9385.         $instance->setFallbackLocales([=> 'en']);
  9386.         return $instance;
  9387.     }
  9388.     /**
  9389.      * Gets the private 'twig.command.debug' shared service.
  9390.      *
  9391.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9392.      */
  9393.     protected function getTwig_Command_DebugService()
  9394.     {
  9395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9396.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9397.         $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()));
  9398.         $instance->setName('debug:twig');
  9399.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  9400.         return $instance;
  9401.     }
  9402.     /**
  9403.      * Gets the private 'twig.command.lint' shared service.
  9404.      *
  9405.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9406.      */
  9407.     protected function getTwig_Command_LintService()
  9408.     {
  9409.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9410.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9411.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9412.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  9413.         $instance->setName('lint:twig');
  9414.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  9415.         return $instance;
  9416.     }
  9417.     /**
  9418.      * Gets the private 'twig.form.engine' shared service.
  9419.      *
  9420.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  9421.      */
  9422.     protected function getTwig_Form_EngineService()
  9423.     {
  9424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9426.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9427.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9428.         if (isset($this->privates['twig.form.engine'])) {
  9429.             return $this->privates['twig.form.engine'];
  9430.         }
  9431.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  9432.     }
  9433.     /**
  9434.      * Gets the private 'twig.form.renderer' shared service.
  9435.      *
  9436.      * @return \Symfony\Component\Form\FormRenderer
  9437.      */
  9438.     protected function getTwig_Form_RendererService()
  9439.     {
  9440.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9442.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  9443.         if (isset($this->privates['twig.form.renderer'])) {
  9444.             return $this->privates['twig.form.renderer'];
  9445.         }
  9446.         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()));
  9447.     }
  9448.     /**
  9449.      * Gets the private 'twig.mailer.message_listener' shared service.
  9450.      *
  9451.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9452.      */
  9453.     protected function getTwig_Mailer_MessageListenerService()
  9454.     {
  9455.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9456.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9457.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9458.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9459.         if (isset($this->privates['twig.mailer.message_listener'])) {
  9460.             return $this->privates['twig.mailer.message_listener'];
  9461.         }
  9462.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  9463.     }
  9464.     /**
  9465.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9466.      *
  9467.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9468.      */
  9469.     protected function getTwig_Runtime_HttpkernelService()
  9470.     {
  9471.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9472.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9473.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9474.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  9475.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  9476.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  9477.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  9478.         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, [
  9479.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9480.         ], [
  9481.             'inline' => '?',
  9482.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  9483.     }
  9484.     /**
  9485.      * Gets the private 'twig.runtime.security_csrf' shared service.
  9486.      *
  9487.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  9488.      */
  9489.     protected function getTwig_Runtime_SecurityCsrfService()
  9490.     {
  9491.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  9492.         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()));
  9493.     }
  9494.     /**
  9495.      * Gets the private 'twig.runtime.serializer' shared service.
  9496.      *
  9497.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  9498.      */
  9499.     protected function getTwig_Runtime_SerializerService()
  9500.     {
  9501.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9502.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  9503.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  9504.     }
  9505.     /**
  9506.      * Gets the private 'twig.template_cache_warmer' shared service.
  9507.      *
  9508.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9509.      */
  9510.     protected function getTwig_TemplateCacheWarmerService()
  9511.     {
  9512.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9513.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9514.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9515.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9516.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9517.         ], [
  9518.             'twig' => '?',
  9519.         ]))->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')));
  9520.     }
  9521.     /**
  9522.      * Gets the private 'validator.builder' shared service.
  9523.      *
  9524.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9525.      */
  9526.     protected function getValidator_BuilderService()
  9527.     {
  9528.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9529.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9530.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9531.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9532.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9533.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9534.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9535.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9536.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9537.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9538.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9539.         ], [
  9540.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9541.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9542.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9543.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9544.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9545.             'doctrine.orm.validator.unique' => '?',
  9546.             'security.validator.user_password' => '?',
  9547.             'validator.expression' => '?',
  9548.         ])));
  9549.         if ($this->has('translator')) {
  9550.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  9551.         }
  9552.         $instance->setTranslationDomain('validators');
  9553.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  9554.         $instance->enableAnnotationMapping(true);
  9555.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9556.         $instance->addMethodMapping('loadValidatorMetadata');
  9557.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  9558.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9559.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  9560.         return $instance;
  9561.     }
  9562.     /**
  9563.      * Gets the private 'validator.email' shared service.
  9564.      *
  9565.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9566.      */
  9567.     protected function getValidator_EmailService()
  9568.     {
  9569.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9570.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9571.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9572.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9573.     }
  9574.     /**
  9575.      * Gets the private 'validator.expression' shared service.
  9576.      *
  9577.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9578.      */
  9579.     protected function getValidator_ExpressionService()
  9580.     {
  9581.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9582.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9583.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9584.         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())));
  9585.     }
  9586.     /**
  9587.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9588.      *
  9589.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9590.      */
  9591.     protected function getValidator_Mapping_CacheWarmerService()
  9592.     {
  9593.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9594.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9595.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9596.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9597.     }
  9598.     /**
  9599.      * Gets the private 'validator.not_compromised_password' shared service.
  9600.      *
  9601.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9602.      */
  9603.     protected function getValidator_NotCompromisedPasswordService()
  9604.     {
  9605.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9606.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9607.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9608.         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);
  9609.     }
  9610.     /**
  9611.      * Gets the private 'var_dumper.command.server_dump' shared service.
  9612.      *
  9613.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  9614.      */
  9615.     protected function getVarDumper_Command_ServerDumpService()
  9616.     {
  9617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9618.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  9619.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  9620.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  9621.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  9622.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  9623.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  9624.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9625.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9626.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9627.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9628.         $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()))]);
  9629.         $instance->setName('server:dump');
  9630.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  9631.         return $instance;
  9632.     }
  9633.     /**
  9634.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  9635.      *
  9636.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  9637.      */
  9638.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  9639.     {
  9640.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  9641.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9642.         return $instance;
  9643.     }
  9644.     /**
  9645.      * Gets the private 'var_dumper.html_dumper' shared service.
  9646.      *
  9647.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  9648.      */
  9649.     protected function getVarDumper_HtmlDumperService()
  9650.     {
  9651.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  9652.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9653.         return $instance;
  9654.     }
  9655.     /**
  9656.      * Gets the private 'var_dumper.server_connection' shared service.
  9657.      *
  9658.      * @return \Symfony\Component\VarDumper\Server\Connection
  9659.      */
  9660.     protected function getVarDumper_ServerConnectionService()
  9661.     {
  9662.         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()]);
  9663.     }
  9664.     /**
  9665.      * Gets the private 'web_profiler.csp.handler' shared service.
  9666.      *
  9667.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9668.      */
  9669.     protected function getWebProfiler_Csp_HandlerService()
  9670.     {
  9671.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9672.     }
  9673.     /**
  9674.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9675.      *
  9676.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9677.      */
  9678.     protected function getWebProfiler_DebugToolbarService()
  9679.     {
  9680.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  9681.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  9682.             return $this->privates['web_profiler.debug_toolbar'];
  9683.         }
  9684.         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()));
  9685.     }
  9686.     /**
  9687.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  9688.      *
  9689.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  9690.      */
  9691.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  9692.     {
  9693.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  9694.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  9695.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  9696.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/entrypoints.json'), NULL'_default'true);
  9697.     }
  9698.     /**
  9699.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  9700.      *
  9701.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  9702.      */
  9703.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  9704.     {
  9705.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9706.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  9707.         ], [
  9708.             '_default' => '?',
  9709.         ]), '_default');
  9710.     }
  9711.     /**
  9712.      * Gets the private 'webpack_encore.exception_listener' shared service.
  9713.      *
  9714.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  9715.      */
  9716.     protected function getWebpackEncore_ExceptionListenerService()
  9717.     {
  9718.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  9719.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  9720.     }
  9721.     /**
  9722.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  9723.      *
  9724.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  9725.      */
  9726.     protected function getWebpackEncore_TagRendererService()
  9727.     {
  9728.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  9729.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9730.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  9731.             return $this->privates['webpack_encore.tag_renderer'];
  9732.         }
  9733.         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);
  9734.     }
  9735.     /**
  9736.      * Gets the public 'cache_clearer' alias.
  9737.      *
  9738.      * @return object The ".container.private.cache_clearer" service.
  9739.      */
  9740.     protected function getCacheClearerService()
  9741.     {
  9742.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  9743.         return $this->get('.container.private.cache_clearer');
  9744.     }
  9745.     /**
  9746.      * Gets the public 'filesystem' alias.
  9747.      *
  9748.      * @return object The ".container.private.filesystem" service.
  9749.      */
  9750.     protected function getFilesystemService()
  9751.     {
  9752.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  9753.         return $this->get('.container.private.filesystem');
  9754.     }
  9755.     /**
  9756.      * Gets the public 'serializer' alias.
  9757.      *
  9758.      * @return object The ".container.private.serializer" service.
  9759.      */
  9760.     protected function getSerializerService()
  9761.     {
  9762.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  9763.         return $this->get('.container.private.serializer');
  9764.     }
  9765.     /**
  9766.      * Gets the public 'security.csrf.token_manager' alias.
  9767.      *
  9768.      * @return object The ".container.private.security.csrf.token_manager" service.
  9769.      */
  9770.     protected function getSecurity_Csrf_TokenManagerService()
  9771.     {
  9772.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  9773.         return $this->get('.container.private.security.csrf.token_manager');
  9774.     }
  9775.     /**
  9776.      * Gets the public 'form.factory' alias.
  9777.      *
  9778.      * @return object The ".container.private.form.factory" service.
  9779.      */
  9780.     protected function getForm_FactoryService()
  9781.     {
  9782.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  9783.         return $this->get('.container.private.form.factory');
  9784.     }
  9785.     /**
  9786.      * Gets the public 'form.type.file' alias.
  9787.      *
  9788.      * @return object The ".container.private.form.type.file" service.
  9789.      */
  9790.     protected function getForm_Type_FileService()
  9791.     {
  9792.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  9793.         return $this->get('.container.private.form.type.file');
  9794.     }
  9795.     /**
  9796.      * Gets the public 'profiler' alias.
  9797.      *
  9798.      * @return object The ".container.private.profiler" service.
  9799.      */
  9800.     protected function getProfilerService()
  9801.     {
  9802.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  9803.         return $this->get('.container.private.profiler');
  9804.     }
  9805.     /**
  9806.      * Gets the public 'twig' alias.
  9807.      *
  9808.      * @return object The ".container.private.twig" service.
  9809.      */
  9810.     protected function getTwigService()
  9811.     {
  9812.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  9813.         return $this->get('.container.private.twig');
  9814.     }
  9815.     /**
  9816.      * Gets the public 'security.authorization_checker' alias.
  9817.      *
  9818.      * @return object The ".container.private.security.authorization_checker" service.
  9819.      */
  9820.     protected function getSecurity_AuthorizationCheckerService()
  9821.     {
  9822.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  9823.         return $this->get('.container.private.security.authorization_checker');
  9824.     }
  9825.     /**
  9826.      * Gets the public 'security.token_storage' alias.
  9827.      *
  9828.      * @return object The ".container.private.security.token_storage" service.
  9829.      */
  9830.     protected function getSecurity_TokenStorageService()
  9831.     {
  9832.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  9833.         return $this->get('.container.private.security.token_storage');
  9834.     }
  9835.     /**
  9836.      * Gets the public 'security.password_encoder' alias.
  9837.      *
  9838.      * @return object The ".container.private.security.password_encoder" service.
  9839.      */
  9840.     protected function getSecurity_PasswordEncoderService()
  9841.     {
  9842.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  9843.         return $this->get('.container.private.security.password_encoder');
  9844.     }
  9845.     /**
  9846.      * Gets the public 'session' alias.
  9847.      *
  9848.      * @return object The ".container.private.session" service.
  9849.      */
  9850.     protected function getSessionService()
  9851.     {
  9852.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  9853.         return $this->get('.container.private.session');
  9854.     }
  9855.     /**
  9856.      * Gets the public 'validator' alias.
  9857.      *
  9858.      * @return object The ".container.private.validator" service.
  9859.      */
  9860.     protected function getValidatorService()
  9861.     {
  9862.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  9863.         return $this->get('.container.private.validator');
  9864.     }
  9865.     /**
  9866.      * @return array|bool|float|int|string|\UnitEnum|null
  9867.      */
  9868.     public function getParameter(string $name)
  9869.     {
  9870.         if (isset($this->buildParameters[$name])) {
  9871.             return $this->buildParameters[$name];
  9872.         }
  9873.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  9874.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9875.         }
  9876.         if (isset($this->loadedDynamicParameters[$name])) {
  9877.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9878.         }
  9879.         return $this->parameters[$name];
  9880.     }
  9881.     public function hasParameter(string $name): bool
  9882.     {
  9883.         if (isset($this->buildParameters[$name])) {
  9884.             return true;
  9885.         }
  9886.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  9887.     }
  9888.     public function setParameter(string $name$value): void
  9889.     {
  9890.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9891.     }
  9892.     public function getParameterBag(): ParameterBagInterface
  9893.     {
  9894.         if (null === $this->parameterBag) {
  9895.             $parameters $this->parameters;
  9896.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9897.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9898.             }
  9899.             foreach ($this->buildParameters as $name => $value) {
  9900.                 $parameters[$name] = $value;
  9901.             }
  9902.             $this->parameterBag = new FrozenParameterBag($parameters);
  9903.         }
  9904.         return $this->parameterBag;
  9905.     }
  9906.     private $loadedDynamicParameters = [
  9907.         'kernel.runtime_environment' => false,
  9908.         'kernel.build_dir' => false,
  9909.         'kernel.cache_dir' => false,
  9910.         'kernel.secret' => false,
  9911.         'debug.container.dump' => false,
  9912.         'serializer.mapping.cache.file' => false,
  9913.         'validator.mapping.cache.file' => false,
  9914.         'profiler.storage.dsn' => false,
  9915.         'doctrine.orm.proxy_dir' => false,
  9916.     ];
  9917.     private $dynamicParameters = [];
  9918.     private function getDynamicParameter(string $name)
  9919.     {
  9920.         switch ($name) {
  9921.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  9922.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  9923.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9924.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9925.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  9926.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9927.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9928.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9929.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9930.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9931.         }
  9932.         $this->loadedDynamicParameters[$name] = true;
  9933.         return $this->dynamicParameters[$name] = $value;
  9934.     }
  9935.     protected function getDefaultParameters(): array
  9936.     {
  9937.         return [
  9938.             'kernel.project_dir' => \dirname(__DIR__4),
  9939.             'kernel.environment' => 'dev',
  9940.             'kernel.debug' => true,
  9941.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9942.             'kernel.bundles' => [
  9943.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9944.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9945.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9946.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9947.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9948.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  9949.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9950.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9951.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9952.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  9953.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  9954.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9955.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9956.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  9957.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  9958.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  9959.             ],
  9960.             'kernel.bundles_metadata' => [
  9961.                 'FrameworkBundle' => [
  9962.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9963.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9964.                 ],
  9965.                 'MakerBundle' => [
  9966.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9967.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9968.                 ],
  9969.                 'DoctrineBundle' => [
  9970.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9971.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9972.                 ],
  9973.                 'DoctrineMigrationsBundle' => [
  9974.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9975.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9976.                 ],
  9977.                 'TwigBundle' => [
  9978.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9979.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9980.                 ],
  9981.                 'SensioFrameworkExtraBundle' => [
  9982.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9983.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9984.                 ],
  9985.                 'WebProfilerBundle' => [
  9986.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9987.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9988.                 ],
  9989.                 'SecurityBundle' => [
  9990.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9991.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9992.                 ],
  9993.                 'MonologBundle' => [
  9994.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9995.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9996.                 ],
  9997.                 'WebpackEncoreBundle' => [
  9998.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  9999.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  10000.                 ],
  10001.                 'FOSCKEditorBundle' => [
  10002.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  10003.                     'namespace' => 'FOS\\CKEditorBundle',
  10004.                 ],
  10005.                 'TwigExtraBundle' => [
  10006.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  10007.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  10008.                 ],
  10009.                 'DebugBundle' => [
  10010.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  10011.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  10012.                 ],
  10013.                 'KnpUOAuth2ClientBundle' => [
  10014.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  10015.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  10016.                 ],
  10017.                 'DoctrineFixturesBundle' => [
  10018.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  10019.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  10020.                 ],
  10021.                 'FOSJsRoutingBundle' => [
  10022.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  10023.                     'namespace' => 'FOS\\JsRoutingBundle',
  10024.                 ],
  10025.             ],
  10026.             'kernel.charset' => 'UTF-8',
  10027.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  10028.             'container.dumper.inline_class_loader' => true,
  10029.             'container.dumper.inline_factories' => true,
  10030.             'locale' => 'fr',
  10031.             'upload_tmp_directory' => (\dirname(__DIR__4).'/public/img/tmp'),
  10032.             'upload_logo_directory' => (\dirname(__DIR__4).'/public/img/company/logo'),
  10033.             'upload_doc_directory' => (\dirname(__DIR__4).'/files/doc/company'),
  10034.             'upload_import_company_job_directory' => (\dirname(__DIR__4).'/files/import/company/job'),
  10035.             'upload_import_company_department_directory' => (\dirname(__DIR__4).'/files/import/company/department'),
  10036.             'upload_import_company_site_directory' => (\dirname(__DIR__4).'/files/import/company/site'),
  10037.             'upload_import_directory' => (\dirname(__DIR__4).'/public/import/users'),
  10038.             'tpl_import_file' => (\dirname(__DIR__4).'/files/import/tpl'),
  10039.             'upload_images_formation_directory' => (\dirname(__DIR__4).'/public/img/formation'),
  10040.             'admin_import_directory' => (\dirname(__DIR__4).'/files/import/admin-imports'),
  10041.             'event_dispatcher.event_aliases' => [
  10042.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  10043.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  10044.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  10045.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  10046.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  10047.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  10048.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  10049.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  10050.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  10051.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  10052.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  10053.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  10054.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  10055.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  10056.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  10057.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  10058.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  10059.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  10060.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  10061.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  10062.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  10063.             ],
  10064.             'fragment.renderer.hinclude.global_template' => NULL,
  10065.             'fragment.path' => '/_fragment',
  10066.             'kernel.http_method_override' => true,
  10067.             'kernel.trusted_hosts' => [
  10068.             ],
  10069.             'kernel.default_locale' => 'fr',
  10070.             'kernel.enabled_locales' => [
  10071.             ],
  10072.             'kernel.error_controller' => 'error_controller',
  10073.             'debug.file_link_format' => NULL,
  10074.             'asset.request_context.base_path' => NULL,
  10075.             'asset.request_context.secure' => NULL,
  10076.             'translator.logging' => false,
  10077.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10078.             'debug.error_handler.throw_at' => -1,
  10079.             'router.request_context.host' => 'localhost',
  10080.             'router.request_context.scheme' => 'http',
  10081.             'router.request_context.base_url' => '',
  10082.             'router.resource' => 'kernel::loadRoutes',
  10083.             'request_listener.http_port' => 80,
  10084.             'request_listener.https_port' => 443,
  10085.             'session.metadata.storage_key' => '_sf2_meta',
  10086.             'session.storage.options' => [
  10087.                 'cache_limiter' => '0',
  10088.                 'cookie_secure' => 'auto',
  10089.                 'cookie_httponly' => true,
  10090.                 'cookie_samesite' => 'lax',
  10091.                 'gc_probability' => 1,
  10092.             ],
  10093.             'session.save_path' => NULL,
  10094.             'session.metadata.update_threshold' => 0,
  10095.             'form.type_extension.csrf.enabled' => true,
  10096.             'form.type_extension.csrf.field_name' => '_token',
  10097.             'validator.translation_domain' => 'validators',
  10098.             'profiler_listener.only_exceptions' => false,
  10099.             'profiler_listener.only_main_requests' => false,
  10100.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  10101.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  10102.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  10103.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  10104.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  10105.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  10106.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  10107.             'doctrine.entity_managers' => [
  10108.                 'default' => 'doctrine.orm.default_entity_manager',
  10109.             ],
  10110.             'doctrine.default_entity_manager' => 'default',
  10111.             'doctrine.dbal.connection_factory.types' => [
  10112.             ],
  10113.             'doctrine.connections' => [
  10114.                 'default' => 'doctrine.dbal.default_connection',
  10115.             ],
  10116.             'doctrine.default_connection' => 'default',
  10117.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  10118.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  10119.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  10120.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  10121.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  10122.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  10123.             'doctrine.orm.cache.memcache_host' => 'localhost',
  10124.             'doctrine.orm.cache.memcache_port' => 11211,
  10125.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  10126.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  10127.             'doctrine.orm.cache.memcached_host' => 'localhost',
  10128.             'doctrine.orm.cache.memcached_port' => 11211,
  10129.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  10130.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  10131.             'doctrine.orm.cache.redis_host' => 'localhost',
  10132.             'doctrine.orm.cache.redis_port' => 6379,
  10133.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10134.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10135.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10136.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10137.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10138.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10139.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10140.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10141.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10142.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10143.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  10144.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10145.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10146.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10147.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10148.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10149.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10150.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10151.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10152.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10153.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10154.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10155.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10156.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10157.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10158.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10159.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10160.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10161.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10162.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10163.             'doctrine.orm.auto_generate_proxy_classes' => true,
  10164.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  10165.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10166.             'doctrine.migrations.preferred_em' => NULL,
  10167.             'doctrine.migrations.preferred_connection' => NULL,
  10168.             'twig.form.resources' => [
  10169.                 => 'form_div_layout.html.twig',
  10170.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  10171.                 => 'bootstrap_4_layout.html.twig',
  10172.             ],
  10173.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10174.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10175.             'web_profiler.debug_toolbar.mode' => 2,
  10176.             'security.role_hierarchy.roles' => [
  10177.                 'ROLE_ADMIN' => [
  10178.                     => 'ROLE_RH',
  10179.                 ],
  10180.                 'ROLE_RH' => [
  10181.                     => 'ROLE_USER_ACTIF',
  10182.                     => 'ROLE_USER_INACTIF',
  10183.                 ],
  10184.             ],
  10185.             'security.access.denied_url' => NULL,
  10186.             'security.authentication.manager.erase_credentials' => true,
  10187.             'security.authentication.session_strategy.strategy' => 'migrate',
  10188.             'security.access.always_authenticate_before_granting' => false,
  10189.             'security.authentication.hide_user_not_found' => true,
  10190.             'security.firewalls' => [
  10191.                 => 'dev',
  10192.                 => 'main',
  10193.             ],
  10194.             'security.main._indexed_authenticators' => [
  10195.             ],
  10196.             'monolog.use_microseconds' => true,
  10197.             'monolog.swift_mailer.handlers' => [
  10198.             ],
  10199.             'monolog.handlers_to_channels' => [
  10200.                 'monolog.handler.emails' => [
  10201.                     'type' => 'inclusive',
  10202.                     'elements' => [
  10203.                         => 'emails',
  10204.                     ],
  10205.                 ],
  10206.                 'monolog.handler.console' => [
  10207.                     'type' => 'exclusive',
  10208.                     'elements' => [
  10209.                         => 'event',
  10210.                         => 'doctrine',
  10211.                         => 'console',
  10212.                     ],
  10213.                 ],
  10214.                 'monolog.handler.main' => [
  10215.                     'type' => 'exclusive',
  10216.                     'elements' => [
  10217.                         => 'event',
  10218.                     ],
  10219.                 ],
  10220.             ],
  10221.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  10222.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  10223.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  10224.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  10225.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  10226.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  10227.             'fos_js_routing.request_context_base_url' => NULL,
  10228.             'fos_js_routing.cache_control' => [
  10229.                 'enabled' => false,
  10230.             ],
  10231.             'maker.compatible_check.doctrine.supports_attributes' => true,
  10232.             'data_collector.templates' => [
  10233.                 'data_collector.request' => [
  10234.                     => 'request',
  10235.                     => '@WebProfiler/Collector/request.html.twig',
  10236.                 ],
  10237.                 'data_collector.time' => [
  10238.                     => 'time',
  10239.                     => '@WebProfiler/Collector/time.html.twig',
  10240.                 ],
  10241.                 'data_collector.memory' => [
  10242.                     => 'memory',
  10243.                     => '@WebProfiler/Collector/memory.html.twig',
  10244.                 ],
  10245.                 'data_collector.validator' => [
  10246.                     => 'validator',
  10247.                     => '@WebProfiler/Collector/validator.html.twig',
  10248.                 ],
  10249.                 'data_collector.ajax' => [
  10250.                     => 'ajax',
  10251.                     => '@WebProfiler/Collector/ajax.html.twig',
  10252.                 ],
  10253.                 'data_collector.form' => [
  10254.                     => 'form',
  10255.                     => '@WebProfiler/Collector/form.html.twig',
  10256.                 ],
  10257.                 'data_collector.exception' => [
  10258.                     => 'exception',
  10259.                     => '@WebProfiler/Collector/exception.html.twig',
  10260.                 ],
  10261.                 'data_collector.logger' => [
  10262.                     => 'logger',
  10263.                     => '@WebProfiler/Collector/logger.html.twig',
  10264.                 ],
  10265.                 'data_collector.events' => [
  10266.                     => 'events',
  10267.                     => '@WebProfiler/Collector/events.html.twig',
  10268.                 ],
  10269.                 'data_collector.router' => [
  10270.                     => 'router',
  10271.                     => '@WebProfiler/Collector/router.html.twig',
  10272.                 ],
  10273.                 'data_collector.cache' => [
  10274.                     => 'cache',
  10275.                     => '@WebProfiler/Collector/cache.html.twig',
  10276.                 ],
  10277.                 'data_collector.translation' => [
  10278.                     => 'translation',
  10279.                     => '@WebProfiler/Collector/translation.html.twig',
  10280.                 ],
  10281.                 'data_collector.security' => [
  10282.                     => 'security',
  10283.                     => '@Security/Collector/security.html.twig',
  10284.                 ],
  10285.                 'data_collector.twig' => [
  10286.                     => 'twig',
  10287.                     => '@WebProfiler/Collector/twig.html.twig',
  10288.                 ],
  10289.                 'data_collector.http_client' => [
  10290.                     => 'http_client',
  10291.                     => '@WebProfiler/Collector/http_client.html.twig',
  10292.                 ],
  10293.                 'data_collector.doctrine' => [
  10294.                     => 'db',
  10295.                     => '@Doctrine/Collector/db.html.twig',
  10296.                 ],
  10297.                 'data_collector.dump' => [
  10298.                     => 'dump',
  10299.                     => '@Debug/Profiler/dump.html.twig',
  10300.                 ],
  10301.                 'mailer.data_collector' => [
  10302.                     => 'mailer',
  10303.                     => '@WebProfiler/Collector/mailer.html.twig',
  10304.                 ],
  10305.                 'data_collector.config' => [
  10306.                     => 'config',
  10307.                     => '@WebProfiler/Collector/config.html.twig',
  10308.                 ],
  10309.             ],
  10310.             'console.command.ids' => [
  10311.             ],
  10312.         ];
  10313.     }
  10314.     protected function throw($message)
  10315.     {
  10316.         throw new RuntimeException($message);
  10317.     }
  10318. }